• Closed
  • Diana N
    Spectator
    01.10.2014 at 15:06 #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
    21.10.2014 at 23:10 #13298

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

    Roman
    Spectator
    Posts: 3147
    24.10.2014 at 10:01 #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
    24.10.2014 at 16:22 #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
    26.10.2014 at 09:42 #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
    29.10.2014 at 22:46 #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
    31.10.2014 at 10:52 #13395

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

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

    to:

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

    Diana N
    Spectator
    Posts: 45
    03.11.2014 at 15:02 #13422

    Thank you Roman, perfect!