• When plugin is activated it is blocking Genesis Title Toggle and functions.php code:

    /** Remove page titles */
    add_action( ‘get_header’, ‘child_remove_page_titles’ );
    function child_remove_page_titles() {
    if ( is_page() && ! is_page_template( ‘page_blog.php’ ) )
    remove_action( ‘genesis_post_title’, ‘genesis_do_post_title’ );
    }

    Is there any workaround for this, fairly important issue.

    http://wordpress.org/extend/plugins/genesis-connect-woocommerce/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Was there a solution to this? I am facing the same issue now.

    Plugin Contributor studiograsshopper

    (@studiograsshopper)

    I know I’m very late to see this thread, but what is the issue exactly?

    As far as I am aware, by default Genesis Title Toggle only affects Pages, so I’m not sure what the issue is. Are you expecting the Title Toggle settings to be available in single product pages?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Genesis Connect for WooCommerce] Remove Page Title Issue’ is closed to new replies.