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

Portfolio sidebar menu – home page

Home / Forums / Virtue Theme / Portfolio sidebar menu – home page

This topic is: Not Resolved
[Not Resolved]
Posted in: Virtue Theme
March 14, 2016 at 3:54 am

Hello, I know portfolio is not designed to have a sidebar menu, but I needed one.

I used code posted by Ben in the past which works well except I need to modify it a little.

add_filter(‘kadence_display_sidebar’, ‘kad_sidebar_everywhere’);
function kad_sidebar_everywhere($sidebar) {
return true;
}

1/ I need to decrease the sidebar menu font size of portfolio articles, smaller than portfolio type menu font size.
2/ I need to not show the sidebar menu on the home page.

Could you please help?

Thank you, John

  • The forum ‘Virtue Theme’ is closed to new topics and replies.