Support » Plugin: Genesis Connect for WooCommerce » Interaction with Genesis Simple Sidebars

Viewing 1 replies (of 1 total)
  • Thread Starter OrgSpring

    (@orgspring)

    In case anyone is reading this, here’s how I got it working…
    had to be called in header:

    add_action('get_header','os_change_genesis_sidebar');
    function os_change_genesis_sidebar() {
            remove_action( 'genesis_sidebar', 'ss_do_sidebar' ); //special remove hook for when genesis simple sidebars plugin is active
        }
Viewing 1 replies (of 1 total)
  • The topic ‘Interaction with Genesis Simple Sidebars’ is closed to new replies.