Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1068691
    pdopchev
    Participant

    Hi guys,

    I am trying to add an additional menu similar like the one on the screengrab (something like a submenu for the WooCommerce part of the website) and keep the primary menu. Is that possible?

    Link:http://www.dopchevproductions.com/test/product-category/stock-skis/

    Tried with the following code but it overrides the existing Primary menu. I did create a menu called Shop Menu, which hasn’t been assigned as a primary or footer menu.

    // =============================================================================
    // 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’] = ‘Shop Menu’;
    }
    return $args;
    }

    #1069102
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To be able to have a different menu when you are on a WooCommerce shop or product page, I would highly recommend for you to check out this topic: https://community.theme.co/forums/topic/different-header-for-woocommerce/page/2/#post-710116

    Hope this helps. Please let us know how it goes.

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