Using UberMenu with Xstore - by amahol - on WordPress WooCommerce support

This topic has 6 replies, 3 voices, and was last updated 3 years, 10 months ago ago by Olga Barlow

  • Avatar: amahol
    amahol
    Participant
    May 23, 2020 at 23:46

    I want to create an mega menu with tabs, because I want to be able to hover over submenus to show more options, which is something I can’t do with your built in options. Is there a way to do this with your xstore theme?

    Also, how do I remove the column separators on the mega menu? Or if not, how do I make them the same color as my background?

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 24, 2020 at 10:03

    Hi,

    There is no such possibility by default. You can try to use some additional plugins, but note, that we do not give a guarantee for full theme compatibility with additional plugins.

    Separators can be removed using custom CSS code, provide URL, please, and we will give the correct code.

    Regards

    Avatar: amahol
    amahol
    Participant
    June 10, 2020 at 02:15

    Hello,

    The people at Uber Menu have provided me with some code specifically to make the Uber Menu work with the Xstore theme.

    add_filter( ‘wp_setup_nav_menu_item’ , ‘remove_theme_menu_images_filter’ , 10 , 1 );
    function remove_theme_menu_images_filter( $item ){
    remove_all_filters( ‘wp_setup_nav_menu_item’ , 10 );
    add_filter( ‘wp_setup_nav_menu_item’ , ‘ubermenu_setup_nav_menu_item’ );
    return $item;
    }

    I added it to functions.php in the child theme but it still doesn’t work. Any idea why?

    Sincerely,

    Amanda

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 10, 2020 at 07:47

    Hello,

    If you want to use Uber menu instead of the built-in menu go to Theme Options > General > Disable Theme menu options. After that use Uber menu shortcode and HTML element in the header builder to add your menu.

    Regards

    Avatar: amahol
    amahol
    Participant
    June 10, 2020 at 12:25

    Hello,

    thanks! I want to try it out because of the three level menu tabs option they have. Will I still be able to use the theme menu locations such as mobile?

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 10, 2020 at 14:17

    Hello,

    You are welcome. Try and let me know if everything is ok.
    Do you want to use Uber menu also for mobile devices?

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

The issue related to '‘Using UberMenu with Xstore’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.