WordPress.org

Forums

Genesis Connect for WooCommerce
Remove Page Title Issue (3 posts)

  1. petergriffyn
    Member
    Posted 11 months ago #

    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/

  2. JMDezigns
    Member
    Posted 6 months ago #

    Was there a solution to this? I am facing the same issue now.

  3. studiograsshopper
    Member
    Plugin Author

    Posted 2 months ago #

    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?

Reply

You must log in to post.

About this Plugin

About this Topic