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: Change button font on Kadence slider
In forum: Pinnacle ThemeIn reply to: home widget width
In forum: Virtue ThemeIn reply to: Multiple Kadence sales
In forum: Virtue ThemeIn reply to: Sidebar Moves with WP Knowledgebase Plugin
Try changing to this:
@media (min-width: 992px) { .kbe_knowledgebase-template-default div#kbe_container { width: 70%; float: left; margin-left: 40px; } .kbe_knowledgebase-template-default aside#ktsidebar { width: 25%; float: right; } .kbe_knowledgebase-template-default .clearfix.contentclass.hfeed { margin-right: auto; margin-left: auto; width: 80%; } }That should make it a bit closer to centered.
-Kevin
In forum: Virtue ThemeIn reply to: Sidebar Moves with WP Knowledgebase Plugin
In forum: Virtue ThemeIn reply to: Sidebar Moves with WP Knowledgebase Plugin
Hey Kassondra,
Looks like that plugin is changing a lot about the output of that page. Try adding this CSS to Theme Options> Advanced Settings, and let me know if it works for you:
@media (min-width: 992px) { .kbe_knowledgebase-template-default div#kbe_container { width: 70%; float: left; margin-left: 40px; } .kbe_knowledgebase-template-default aside#ktsidebar { width: 25%; float: right; } }-Kevin
In forum: Virtue ThemeOn this site, I have the sidebar on the right. All WP Knowledgebase pages shift the sidebar to the bottom of the page. Any suggestions for fixing this?
In forum: Virtue ThemeIn reply to: Responsive Widths Getting Stuck
Actually, our child theme naming convention does match our parent theme. The child is active at the moment in Appearance > Themes
/* Theme Name: Virtue Child Theme Theme URI: http://example.com/twenty-fifteen-child/ Description: Twenty Fifteen Child Theme Author: John Doe Author URI: http://example.com Template: virtue Version: 1.0.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready Text Domain: twenty-fifteen-child */In forum: Virtue ThemeIn reply to: Blog Page – Recent Posts Larger Image
In forum: Membership ForumsIn reply to: Blog Page Feature Image
In forum: Membership ForumsIn reply to: Blog Page Feature Image
Not sure why the sidebar is acting up like that, but try adding this CSS to Theme Options> Advanced Settings:
@media (min-width: 992px) { aside#ktsidebar { margin-top: 320px; } }Ben should be able to give us more insight into this, but this should be a temporary fix at least.
-Kevin
In forum: Pinnacle ThemeIn reply to: Custom sidebar for Blog Post pages?
May 13, 2017 at 5:25 pm #145139It’s under consideration, but usually, what people seem to do if they want to change a default they do it for something else, not all posts. So for example, if I want my blog to have a specific sidebar I use primary than the few pages I want a different one I just set those to be different.
Ben
In forum: Pinnacle ThemeIn reply to: Custom sidebar for Blog Post pages?
May 12, 2017 at 8:23 pm #145104Hey for individual posts you would have to use a function if you wanted to override the settings in the posts themselves which when you create a post defaults to the primary.
So you can use a child theme: https://www.kadencewp.com/child-themes/
Then add this function to the child theme functions PHP file.
add_filter('kadence_sidebar_id', 'kt_single_sidebar_id'); function kt_single_sidebar_id($sidebar) { if(is_single() ) { $sidebar = 'sidebar1'; } return $sidebar; }Ben
In forum: Virtue ThemeIn reply to: How to add G+ badge or follow button
May 12, 2017 at 8:05 pm #145099Hey,
1. You can add this css:.home_blog { padding-top: 0; }2. In your top text widget in the sidebar edit the widget and click on the text tab. Remove these:
<p> </p>3. You can increase the number that shows in your home blog area by going to theme options > home layout and scrolling down to the home blog settings.
Ben
In forum: Pinnacle ThemeIn reply to: Custom sidebar for Blog Post pages?
In forum: Virtue ThemeIn reply to: How to add G+ badge or follow button
In forum: Pinnacle ThemeIn reply to: Custom sidebar for Blog Post pages?
Hey,
You can create a new sidebar by going to Theme Options> Misc Settings.
Once you’ve made the sidebar, you can go to Appearance> Widgets, and you can add the widgets there.
Then, in Theme Options> Blog Settings, find “Choose a Sidebar for your Category/Archive Pages” and assign your sidebar to the blog pages.
Let me know if that works for you!
-Kevin
In forum: Pinnacle ThemeHi,
I would like to know how to add a custom sidebar (ie not the primary one that I used on other pages) to blog POST pages.
I know how to do it for the blog page, but I’m not interested in doing that, I need it on the post pages so someone reading the posts can navigate their way to other blog posts via the sidebar.Pinnacle Theme.
thanks,
MIn forum: Virtue ThemeIn reply to: Side bar width
In forum: Virtue ThemeIn reply to: Side bar width
Second sidebar. Different page different sidebar.
-
AuthorSearch Results


