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 ThemeDecember 26, 2017 at 3:48 pm #173169
Hi,
I have Virtue Premium.Please look at these pages:
1. *Login to see link
2. *Login to see linkThe sidebar of these both pages are different and can’t understand why. Has anyone an idea?
Best Regards,
isiscomIn forum: Ascend ThemeIn reply to: Page template issue
December 26, 2017 at 2:06 pm #173139That is a video showing the virtue theme which is different from the ascend theme in it’s templates and options.
Fullwidth in virtue simply means no sidebar. So in ascend with any template including the default you can set the sidebar on or off. Making it so you don’t need a “fullwidth” template in ascend.
If you want your content to be full screen width and extend outside of the page size you can use pagebuilder and in your row settings set the row layout to fullwidth stretched.
Ben
In forum: Virtue ThemeIn reply to: Vertical menu
Hi Melissa,
Hope you had a good Christmas!
There isn’t a built-in option for a vertical menu within Virtue, but this is a feature within Ascend. See here: http://themes.kadencethemes.com/ascend-premium-4/
Or else you could add a navigation menu widget into a sidebar on your page. Or one more option is to use a plugin like this: https://wpmegamenu.com/vertical-mega-menu/
Hope that’s helpful!Hannah
In forum: Ascend ThemeIn reply to: Shop page sidebar – mobile layout
In forum: Ascend ThemeIn reply to: Shop page sidebar – mobile layout
In forum: Virtue ThemeIn reply to: Collapsible side bar menu
I’m not sure I’m following. It sounds like you’re wanting the sidebar enabled on this page: http://www.mlc-test-site.com/mg-b-parts/ enabled on your homepage (landing page)? Then you want the hide the submenu items from the mg-b-parts page. Is that correct? Or am I missing something?
Sorry for not understanding.Hannah
In forum: Virtue ThemeIn reply to: Product filters by attribute
December 15, 2017 at 11:17 am #172095If you have pagebuilder installed you need to go to settings > pagebuilder and make sure the sidebar emulator is turned off.
Ben
In forum: Virtue ThemeIn reply to: Menu
In forum: Virtue ThemeTopic: virtue sideabr
Hello!
How can I remove the sidebar on the inside pages?
*Login to see linkIn forum: Ascend ThemeIn reply to: Issue with shop layout
In forum: Ascend ThemeIn reply to: Shop page sidebar – mobile layout
In forum: Ascend ThemeIn reply to: Shop page sidebar – mobile layout
In forum: Ascend ThemeIn reply to: Issue with shop layout
In forum: Ascend ThemeIn reply to: Issue with shop layout
In forum: Ascend ThemeIn reply to: Shop page sidebar – mobile layout
In forum: Ascend ThemeTopic: Issue with shop layout
Hi,
I have 3 sites now running with same setup. I have Woo Templates created for the shop and category pages. On the first 2 sites you can see they work and all have 2 sidebars.*Login to see link site/shop/
*Login to see link b/shop/But on the third site with exact same setup and options used the shop sidebar keeps pulling through as well, as seen here:
*Login to see link site/shop/
Any ideas why please?
In forum: Ascend ThemeHello Support team!
I use default filter preset as widget in shop sidebar, on my shop page, pc view. But on mobile, widget filtering can’t work nice, and there’s the option (of product filter plugin) to define a different filter preset there. So I’ve changed it to a different filter preset to be displayed on the top of the page, only in mobile view.
However, shop sidebar with the widget (and the default filter in it) is still visible in mobile view. BUT, I wouldn’t need the widget there in mobile view. Can we delete it from there, but only in mobile view?
I hope I could explain that.
Please check my shop page on mobile:
goo.gl/esRnLoThanks,
AnitaIn forum: Virtue ThemeDecember 13, 2017 at 10:45 pm #171849function custom_sidebar_id_assignment($sidebar_id) { if(is_singular('rule')) { if(has_term( 'article', 'contenttype' )) { $sidebar_id = 'sidebar2'; } else if (has_term( 'ILSR Press Room', 'contenttype' ) ) { $sidebar_id = 'sidebar3'; } else { $sidebar_id = 'sidebar4'; } } return $sidebar_id; } add_filter('kadence_sidebar_id', 'custom_sidebar_id_assignment');So something like that should work.
Ben
In forum: Virtue ThemeHi Ben-
Thanks for the reply. Will do on starting my own thread next time, my apologies.The ContentType (slug contenttype) is actually a custom Taxonomy and works for us like a separate categorization of content from the normal WP Categories.
It contains the following elements:
Article
ILSR Press Room
ILSR in the News
ILSR Victories
Press Releases
Resource
Audio
Books
Charts & Graphs
Fact Sheets
Presentations
Reports
Video
Rule
Agriculture Rule
Banking Rule
Broadband Rule
Energy Rule
Environment Rule
Equity Rule
Governance Rule
Independent Business Rule
Taxation Rule
The Public Good Rule
Waste to Wealth Rule
Composting RulesSo ideally I’d like to use your functions trick to automatically choose custom sidebars for some of the taxonomy items related to the rules items.
thanks.
john.In forum: Virtue ThemeDecember 13, 2017 at 1:38 pm #171822Hey John, in the future please create your own topic. Don’t post in others.
I don’t know how your setting “contenttype” is this a meta field?
For custom post type:
function custom_sidebar_id_assignment($sidebar_id) { if(is_singular('rule')) { $sidebar_id = 'sidebar2'; } return $sidebar_id; } add_filter('kadence_sidebar_id', 'custom_sidebar_id_assignment');Ben
-
AuthorSearch Results


