Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1290757
    Christina r
    Participant

    HI

    I want to use a specific menu for the Woo product pages, the specific product pages. Is this possible? I tried adding this code in the functions of child but to no avail. I pulled it from another thread :

    // =============================================================================
    // Sets Custom Menu For WooCommerce Shop
    // =============================================================================

    add_filter( ‘wp_nav_menu_args’, ‘custom_blog_menu’ );

    function custom_blog_menu( $args ) {
    if ( x_is_shop() ) {
    $args[‘theme_location’] = ‘primary’;
    $args[‘menu’] = ‘Launch’;
    }
    return $args;
    }

    Thanks for help,
    Christina
    MoreParsMoreFun.com

    #1290895
    Rupok
    Member

    Hi Christina,

    Thanks for writing in! Here is a working example – https://community.theme.co/forums/topic/post-content-text-overlapping-sidebar-ethos-shop-menu/#post-139267

    Cheers!

    #1291341
    Christina r
    Participant

    Thank you – worked perfectly!

    Christina

    #1291408
    Thai
    Moderator

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1290757 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>