• Closed
  • Diana N
    Spectator
    October 1, 2014 at 3:06 pm #13118

    Hi,

    My mobile menu shows a white box without the menu icon or word menu.  If you user taps the box you do see all the menu items though.  How do I get the menu word or some text for users to know it’s a menu?

    Thank you,

    Diana

    Diana N
    Spectator
    Posts: 45
    October 21, 2014 at 11:10 pm #13298

    No it is not disabled.  If I tap the logo it will show.

    Roman
    Spectator
    Posts: 3147
    October 24, 2014 at 10:01 am #13316

    that’s weird….the menu for mobile is enabled by default..and it looks different…are you using any additional plugin for that? does the menu work on your mobile on this website theme4press.com?

    Diana N
    Spectator
    Posts: 45
    October 24, 2014 at 4:22 pm #13318

    Hi Roman,

    No, no additional plugin and Yes the menu for this website words fine. Could it be the header layout #4 that I am using?

    Roman
    Spectator
    Posts: 3147
    October 26, 2014 at 9:42 am #13331

    if you are using an additional plugins, I would suggest to disable one by one and see if it helps. it looks like something break the javascript of the theme.

    Diana N
    Spectator
    Posts: 45
    October 29, 2014 at 10:46 pm #13382

    I disabled each plugin one by one. which didn’t help.
    Today Alok give me instructions on how to fix my alora tabs and google ads post commenting out some script in the main.js file, and good news this also seems to have fixed my mobile menu issue too.

    Lastly, can you tell me where to remove the word “Menu” to only leave the 3 bar menu icon for mobile devices?

    Thank you for hanging in there with me on this.

    Diana

    Roman
    Spectator
    Posts: 3147
    October 31, 2014 at 10:52 am #13395

    in functions.php file line #780. change from:

    'dropdown_goto' => __('Menu', 'alora'),

    to:

    'dropdown_goto' => __('', 'alora'),

    Diana N
    Spectator
    Posts: 45
    November 3, 2014 at 3:02 pm #13422

    Thank you Roman, perfect!