This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Remove “menu” text from responsive menu Vantage Premium

9 years ago · Last reply by Pam 9 years ago

I noticed a similar post that was about a year old where it was explained that there is no easy work around for the nav bar collapsing into MENU.
The problem for my site is that I have two very similar navigation bars, one on top of the other. On a mobile device this appears as MENU MENU. Kinda trendy but a poor use of limited screen space.
Has there been any update to the Vantage Premium which allow the Menu text to be edited? If not, would one of the plugins like Responsive Menu handle this? Setting up Responsive Menu looks a bit daunting as it appears that every little choice would need to be redone. Exasperating as I only want to change one word.

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Alex S Staff 9 years, 5 months ago

    Hi Pam,

    You can edit the menu text by navigating to WP AdminAppearanceCustomize and then Theme SettingsNavigation. Setting the Mobile Menu text as blank will lead to the text being set as Mobile (due to defaults). You’ll need to either input a   to prevent this.

    If the above doesn’t help, do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  2. Pam 9 years, 5 months ago

    Thanks Alex,
    Your advice did allow me to actually remove the responsive menu entirely and I am also able to leave it with no text and just the menu icon. What I would really like to do is change out the icons and put in different text. I have setup two menus; a primary and a secondary and have somehow managed to set a different icon for each at normal window sizes.
    Here is the public url… gardenoaks.net
    And here are some of the customizations made to the child. The other thing I have installed is the Max Mega Menu but near as I can tell it isn’t doing much… in fact I have not been able to get it to allow me to change colors on the navigation bars.

    in functions:
    // This theme uses wp_nav_menu() in two locations.

    register_nav_menus( array(
    ‘secondary’ => __( ‘Secondary Menu’, ‘vantage’ ),
    ‘primary’ => __( ‘Primary Menu’, ‘vantage’ ),
    ) );

    In menu.php

    <nav role="navigation" class="”>

    <a href="” title=”” rel=”home” class=”logo”>

    2 ) ); ?>

    ‘secondary’, ‘link_before’ => ‘‘ ) ); ?>
    ‘primary’, ‘link_before’ => ‘‘ ) ); ?>

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread