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
Ben,
Check out this page and let me know if you can provide some magic css or another fix to
1.) make the revolution slider display in the sidebar correctly.
2.) extend the background of the text layer to the edges of the slideThanks
Mike
In forum: Pinnacle ThemeIn reply to: Adding View Account on account page
October 3, 2014 at 1:05 pm #19062hmm woocommerce doesn’t have a clean way of determining if the page is the my account page or one of the end points. So I will add the link for the my account page to the sidebar but at the moment there sin’t anyway to hide it on the my account page and show it on the end point pages like the view order.
Ben
In forum: Virtue ThemeHi:
I added virtue_premium_child, no results appear
Plus it is this:http://iamvictor.net/temp/20141002-3.png
<div id=”blog_carousel_container” class=”carousel_outerrim”>
<?php global $post; $text = get_post_meta( $post->ID, ‘_kad_blog_carousel_title’, true ); if( $text != ”) { echo ‘<h3 class=”title”>’.$text.'</h3>’; } else {echo ‘<h3 class=”title”>’.__(‘Similar Posts’, ‘virtue’).'</h3>’;} ?>
<div class=”blog-carouselcase fredcarousel”>
<?php if (kadence_display_sidebar()) {$itemsize = ‘tcol-md-4 tcol-sm-4 tcol-xs-6 tcol-ss-12’; $catimgwidth = 266; $catimgheight = 266; $md = 3; $sm = 3; $xs = 2; $ss = 1; } else {$itemsize = ‘tcol-md-3 tcol-sm-3 tcol-xs-4 tcol-ss-12’; $catimgwidth = 276; $catimgheight = 276; $md = 4; $sm = 3; $xs = 2; $ss = 1; } ?>
<div id=”carouselcontainer” class=”rowtight”>
<div id=”blog_carousel” class=”blog_carousel clearfix”>
<?php $categories = get_the_category($post->ID);
if ($categories) {
$category_ids = array();
foreach($categories as $individual_category) $category_ids[] = $individual_category->term_id; }
$catimgwidth = 266; $catimgheight = 195;
$temp = $wp_query;
$wp_query = null;
$wp_query = new WP_Query();
$wp_query->query(array(
‘category__in’ => $category_ids,
‘post__not_in’ => array($post->ID),
‘posts_per_page’=>6));
$count =0;
if ( $wp_query ) :In forum: Virtue ThemeIn reply to: Reactivate Sidebar Topbar
In forum: Virtue ThemeIn reply to: Reactivate Sidebar Topbar
Thanks for your quickly and kindly reply.
Yes, the topbar is active, you can see in http://www.xenofix.com, but he sidebar “topbar” is marked “inactive, not in use”. You need an acces in backpanel?
In forum: Virtue ThemeTopic: Reactivate Sidebar Topbar
In pro versione the sidebar (in widget pge) is disappeared. I need this for the miniflags of mqtranslate. In demo versione no prob, in premium where is the possibility of insert widget in topbar?
Thanks
In forum: Virtue ThemeIs there an admin panel way to change the grid? It currently uses (at large resolutions) col-9 and col-3 to form the main and sidebar respectively. I would like to switch this to using col-8 and col-4.
I see in config.php in the functions “kadence_main_class” and “kadence_sidebar_class” that I can change them if I want to hardcode them that way. Is this the recommended way, though? During an upgrade I will lose those changes. If I put them into a Child theme there may be a conflict with future releases of Virtue if you add methods to config.php that I miss by “overriding” them with the child theme file.
So yeah… is modifying config.php my only choice if I want to do it this way? I do NOT just want to override the “col-9” CSS with a copy of the “col-8” CSS.
Thanks for your time!
In forum: Virtue ThemeIn reply to: Hide Social Media Icons?
In forum: Virtue ThemeTopic: Sidebar overlapping
Hi there, there is a problem with my online shop (you can reach it at *Login to see link , it still not active): when I move my browser corners, the responsive css system makes a overlap between content and sidebar, as you can see in the screenshot: *Login to see link
Any solution?
Thanks.In forum: Virtue ThemeIn reply to: style sidebar links
Ooops, sorry.
I found the information I needed here: https://www.kadencewp.com/support-forums/topic/content-page-sidebar-customization/#post-9792
Thank you!
In forum: Virtue ThemeTopic: style sidebar links
In forum: Virtue ThemeHello
my site use both of Virtue theme pro and WPML, i encountered that : my wpml language switcher bar can’t normally appear 3 languages option (only default chinese) in homepage and post page, only woocommerce page can show 3 languages option, but default lagguage under woocommerce page, right sidebar disapper and product tabs in a mess , footer disappeared till i switched to another language, and homepage of menu can’t be reached after switching ..
i have try to update my pemelinks , but turned out is no effect ..
how can u solve these problems above
sincerely
In forum: Virtue ThemeTopic: topbar widget not showing
Hello Team!
First of all I want to say that your theme is great! I am having an inconvenient. I do not see the topbar widget; which I actually need to add the WPML language switcher. The topbar widget is not listed on my list of widgets. I have: Primary sidebar, Home widget area, footer column 1 to footer column 4. Should I do something that I am not aware off to activate this widget? Why is it not listed? Many thanks for your prompt response, I am kind of stocked on this, since the website I am doing has to be bilingual. Have a good day.
Gustavo.In forum: Virtue ThemeTopic: topbar widget not showing
Hello Team!
First of all I want to say that your team is great. I am having an inconvenient. I do not see the topbar widget; which I actually need to add the WPML language switcher. The topbar widget is not listed on my list of widgets. I have: Primary sidebar, Home widget area, footer column 1 to footer column 4. Should I do something that I am not aware off to activate this widget? Why is it not listed? Many thanks for your prompt response, I am kind of stocked on this, since the website I am doing has to be bilingual. Have a good day.
Gustavo.In forum: Virtue ThemeIn reply to: fullwidth home
September 26, 2014 at 9:07 am #18485Hey,
So fullwidth, means no sidebar. That doesn’t mean it expands the full with of the screen it just expands the full width of the page. The theme pages are 1170px max width on large screens. That is because this theme uses the bootstrap framework.There are some ways to make certain content the full width of the screen, like using page builder and using the row visual style “wide content”.
also one more point of clarification the home page is all set in the theme options in terms of sidebar or not, it doesn’t use the page template.
Here is a tutorial: https://www.kadencewp.com/creating-a-home-page-with-virtue/
Ben
In forum: Virtue ThemeIn reply to: Disable Sidebar on CPT
Thanks Ben
Wow – you are so fast to reply always – you must be super human 🙂
I fixed with the following:
add_filter('kadence_display_sidebar', 'kad_sidebar_on_special_page'); function kad_sidebar_on_special_page($sidebar) { global $post; if ($post->post_type == "espresso_events") { return false; } return $sidebar; }In forum: Virtue ThemeIn reply to: Disable Sidebar on CPT
September 25, 2014 at 4:55 pm #18438This should work, if not can you post a link?
add_filter('kadence_display_sidebar', 'kad_sidebar_on_ee4_posts'); function kad_sidebar_on_ee4_posts($sidebar) { if ( is_singular('espresso_events') || is_singular('espresso_venues') ) { return false; } return $sidebar; }In forum: Virtue ThemeTopic: Disable Sidebar on CPT
Hi Ben
I am using event espresso 4 plugin. I would like to disable sidebar on all the event espresso CPT pages and posts.
I’ve tried the following in child theme function file, but not working – I get:
Fatal error: Call to undefined function espresso_events_query() – can you suggest the best method to target the CPT espresso_events?
add_filter('kadence_display_sidebar', 'event_sidebar');
function event_sidebar($sidebar) {
if (espresso_events_query()) {
return false;
}
return $sidebar;
}UPDATE: I fixed it with the following;
add_filter('kadence_display_sidebar', 'kad_sidebar_on_special_page');
function kad_sidebar_on_special_page($sidebar) {
global $post;
if ($post->post_type == "espresso_events") {
return false;
}
return $sidebar;
}In forum: Virtue ThemeI’ve discovered that the sidebar pages widget is styled differently than the visual editor pages widget. An example of the sidebar pages widget can be found on this page. I am using page builder mode with visual editor widgets on this page, and you can see that my pages list style is different than the pages sidebar widget.
My question is, how do I style the visual editor pages widget to match the sidebar pages widget styles (ie: no bullets in the list, same margins and bottom borders, etc)?
In forum: Virtue ThemeIn reply to: editing text/fonts etc while in Text Widgit
Thanks Ben – I’ve installed and activated it and it told me to add it as a widget to one of my sidebars or footers?? So it doesn’t seem to be able to apply to the blogposts I’m talking about? I’ve looked in all their documentation and can’t find what to do.
I would just use the normal visual editor in the edit-blog-post pages, but this did not allow me to embed a video – so I had to use the page builder widgets to put in the text, the video, then more text. Was this the correct workflow for just a normal blog post page?? Seems a bit laborious!
thanks! -
AuthorSearch Results


