Menu browsing bug on Mobile

  • Author
    Posts
  • #35316
    Bruno Lopes

    Hello.

    I’m having a problem with Nirvana theme when browsing my site on smartphone.

    I have a three-level menu, and when browsing it on Google Chrome @ Android 5.0 it opens immediately, without giving time to choose the sub-menu. Difficult to explain, but once you try to navigate on your mobile phone you’ll notice it.

    The issue is also reported here:
    https://wordpress.org/support/topic/mobile-menu-21

    My website is: https://www.oficinadalinguaportuguesa.com/

    Any workaround or solution?

    Thank you.

    #35320
    Bruno Lopes

    There you have a Gif. If you pay attention, you’ll notice that I choose the option “Cursos” and it starts immediatly loading the page, not giving me enough time to choose any sub-item of the menu.
    Thank you

    #35321
    Bruno Lopes
    #35331
    Bruno Lopes

    I would like to have enough time to choose a sub-item from the menu “Cursos”, instead of loading the page “Cursos”.

    #35353
    Bruno Lopes

    Well, actually I solved it by injecting this javascript in the “CUSTOM JAVASCRIPT” field of the Nirvana Settings:

    var _hack_nirvana = document.getElementsByClassName("page_item_has_children");
    for (var i in _hack_nirvana) {
       var item = _hack_nirvana[i];
        if (item.firstChild) {
       item.firstChild.removeAttribute("href");
    }
    }
Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Menu browsing bug on Mobile’ is closed to new replies.