- This topic has 2 replies, 2 voices, and was last updated 6 years, 3 months ago by .
Author
My website is built using the Genesis framework and Dynamik child theme. I want a Smart Sidebar Slider which only appears on certain “Product” pages, so I have created a template which these pages are going to use and added the following code before the “genesis();” line:
add_filter(‘sss_sidebar_activation_2’, ‘sidebar_2_activation’);
function sidebar_2_activation() {
return TRUE;
}
I have also set the Sidebar rules mode to “Manual Only”.
However the sidebar doesn’t appear. (It appears when the rules mode is set to “Site wide”).
Viewing 2 replies - 1 through 2 (of 2 total)
Author
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
