Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle
Search Results for 'sidebar'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Sidebar on Mobile but not in PC
June 24, 2015 at 12:51 am #467321.
@media (min-width: 992px){ .kad-sidebar {display:none;} .main.col-lg-9.col-md-8 {width:100%;} }2. You are adding this:
.container>header { margin: 0 auto; padding: 2em; }Change the padding to effect the bottom or top and bottom like this:
.container>header { margin: 0 auto; padding: 0 2em; }3. `#containerfooter {
border-top: 1px solid #000;
}`Ben
In forum: Virtue ThemeIn reply to: Sidebar on Mobile but not in PC
June 24, 2015 at 12:25 am #46726Post a link with all support requests thanks!
With the sidebar. on mobile the sidebar shows below the content. You are wanting it to show below the content and not show on pc? That is certainly possible.
Ben
In forum: Virtue ThemeIn forum: Pinnacle ThemeIn reply to: Forum
June 23, 2015 at 9:15 am #46591The Theme doesn’t have features or extra support for bbpress you would have to use a child theme (you can download here: https://www.kadencewp.com/wp-content/uploads/2015/01/pinnacle_child.zip)
And add a custom function in your functions.php file.
add_filter('kadence_display_sidebar', 'bbpress_sidebar'); function bbpress_sidebar($sidebar) { if (is_bbpress()) { return false; } return $sidebar; }Ben
In forum: Pinnacle ThemeTopic: Forum
In forum: Virtue ThemeHi!
My website is in Swedish. On the page *Login to see link the placeholder text under “Sök produkt” (in the sidebar) is still in English. Can’t find the palce wher I can change it.Henryk
In forum: Virtue ThemeIn reply to: BuddyPress issues
June 22, 2015 at 9:43 am #463361. The theme doesn’t have native support for buddypress. I bet you would need to add a custom function to control the sidebar on the page because buddypress is overriding the page template.
Child theme function would look something like this:
add_filter('kadence_sidebar_id', 'buddypress_members_sidebar_id'); function buddypress_members_sidebar_id($sidebar) { if (bp_is_member()) { return 'new-sidebar'; } return $sidebar; }Ben
In forum: Virtue ThemeIn reply to: BuddyPress issues
Hi Hannah
1 – I have created a sidebar through the Theme Options, I then selected it on the edit page
2 – Yes that worked thank you : )
But then I have seen I see the primary sidebar on the detail page http://high-n-dry.co.uk/staff/nathalie-jamois/ – Is there a way to fix this ? (I mean have another sidebar there. I don’t want a sidebar on the member’s page if possible http://high-n-dry.co.uk/members/Nathalie
In forum: Virtue ThemeIn reply to: BuddyPress issues
In forum: Virtue ThemeTopic: BuddyPress issues
Hi
I have installed BuddyPress and came across two problems :
1 –
On the Members listing page, it is showing the primary sidebar even I set it up to be a custom one : *Login to see link
It works fine on this page : *Login to see link2 – If I click on the member’s name, it takes me to the staff page so I get a 404 : *Login to see link
Thank you
Nathalie
In forum: Virtue ThemeIn reply to: Icon Box
In forum: Virtue ThemeTopic: Icon Box
Hi,
I have been using icon boxes in my sidebar but have noticed they have started to corrupt:-
[iconbox icon=”icon-music2″ iconsize=”48px” link=”*Login to see link color=”#ffffff” background=”#dd3333″ hcolor=”#ffffff” hbackground=”#dd3333″]
Music Events
[/iconbox]
[iconbox icon=”icon-trophy” iconsize=”48px” link=”*Login to see link color=”#ffffff” background=”#bababa” hcolor=”#ffffff” hbackground=”#1e73be”]Sports Events
[/iconbox][iconbox icon=”icon-phone” iconsize=”48px” link=”*Login to see link color=”#ffffff” background=”#a3a3a3″ hcolor=”#ffffff” hbackground=”#5b9154″]
Contact US
[/iconbox]
Can you see from the above code what the issue could be?
Thanks
In forum: Virtue ThemeIn reply to: How to show sidebar just on blog page?
June 18, 2015 at 10:19 am #45854Hey, If you want to remove a sidebar on a page you have to use the “fullwidth” page template. see here: http://docs.kadencethemes.com/virtue/#fullwidthpage
Ben
In forum: Virtue ThemeIn reply to: How to show sidebar just on blog page?
In forum: Virtue ThemeIn reply to: How to show sidebar just on blog page?
Hi Hannah, Thank You. The sidebar is working, but it is on all my pages. I don’t want it on all of my pages, I just want it on one page, the blog page. So it’s showing on the blog page plus every other page. How do I stop this from happening? I’m trying to create a gallery page, and it’s not showing the full width because of this issue with the sidebar, and it’s showing all the sidebar widgets, that are meant just for my blog page only.
In forum: Virtue ThemeIn reply to: How to show sidebar just on blog page?
June 18, 2015 at 10:10 am #45846also if you have created a page that you are using the blog page template you can add or remove a sidebar in your page settings.
And the content of sidebars are set in your appearance > widgets page.
Ben
In forum: Virtue ThemeIn forum: Virtue ThemeTopic: Account-sidebar.php
1,If I directly edit the Account -sidebar.php or other php, will it restore default after any updates?
2,So, if (1) yes, I have create a child theme, is it possible to copy the original php to child theme and then edit under child theme?
In fact, I have tried to do the above step but fail…
What can I do ? I only know html….My target is to change the theme by editing the html, because I want to change some words but not translate.
For example : I want to change the account page, the account sidebar title from My account to Account, Logout to leave….etcmysite: dakxcc.com
In forum: Pinnacle ThemeIn reply to: adding posts to created pages
Thanks Hannah.
If you were to look at my home page now, you’ll notice that there is a blog down the bottom under Recent posts. It is an old page and not sure how to get rid of it, it’s not in the list of pages I’ve created since I installed the premium theme. I’d like the post that is on that old page to show up under the Travel link on the home page (minus the sidebar and old header)
Thanks
ChrisIn forum: Virtue ThemeIn reply to: Footer Width
June 16, 2015 at 4:14 pm #45625Hey so this typically means you have a div that is improperly closing on the page. Check your sidebar. Try removing it as a test.
Ben
-
AuthorSearch Results


