Forum Replies Created
-
AuthorPosts
-
smallfish
ParticipantVictor thanks I thought that was the case and thought i'd tried that but perhaps just didn't get it right- I'll go back to the drawing board.
Have good weekend
smallfish
ParticipantYes that remove-action is in that function- even if i strip out the others and just remove 'genesis_do_sidebar" the primary sidebar still appears along with the one Ive added.
I may give up and hide via css
Thanks for your input though
smallfish
ParticipantBrad thanks, I'm generating with Toolset. Adding the simple sidebars support gives me the selection meta box - but adding the new sidebar is not the issue. That part worked fine. It's removing the default side bar that im unable to accomplish.
Any other ideas? Any one?
Thanks again
smallfish
ParticipantWas my belief that this line removed the simple sidebar sidebar- I feel like ive used it in the past and see other people talking about it in various functions here and there
remove_action( 'genesis_sidebar', 'ss_do_sidebar' );
Not sure why one or the other doesn't do it
smallfish
ParticipantVictor thanks for your comments Ive removed the ss_do_sidebar line I added that because im using simple sidebars and i though that might remove the genesis primary one but your right it doesnt mattter.
If I remove
add_action('get_header','dsi_update_faq_sidebar');
The new sidebar doesnt appear- just the genesis primary.What i don't understand is why it's there, shouldn't this
remove_action( 'genesis_sidebar', 'genesis_do_sidebar' );
remove it
-
AuthorPosts