• Closed
  • Govert Pellikaan
    Spectator
    January 15, 2017 at 5:45 pm #31879

    Using Evolve + with the latest WordPress, my Ubermenu submenu-items do not show second level submenu-items when shown on mobile. This seems due to a ‘nav.nav.nav-holder’ container that is inherited from the sticky header menu .php. However I have set the theme options to accommodate Unbermenu.

    The question is: have I missed something obvious in the settings, or is it indeed a residual styling issue? Second question: how can I resolve this issue. (how can I implement correctly the ubermenucode without breaking any sticky header functionality)

    Roman
    Spectator
    Posts: 3147
    January 15, 2017 at 6:46 pm #31881

    may I see the website? if possible provide login details to the website in private reply. thanks

    Govert Pellikaan
    Spectator
    Posts: 9
    January 15, 2017 at 7:26 pm #31891
    This reply has been marked as private.
    Govert Pellikaan
    Spectator
    Posts: 9
    January 15, 2017 at 7:36 pm #31893

    Thx for your quick reply.

    I just sent you the url and logindetails. The problem is specific for the ‘megamenu’ items in the menu. The ‘fly-out’ is working fine. I found the nav.nav container both via the diagnostics of Ubermenu, and via the ‘inspect element’. Removing it in the ‘inspect element’ resolves the issue. It looks to be located in the sticky header.php, but I am at a loss how to correct this…

    Roman
    Spectator
    Posts: 3147
    January 15, 2017 at 8:30 pm #31899

    can you show on a screenshot the issue without your applied fix?

    Govert Pellikaan
    Spectator
    Posts: 9
    January 15, 2017 at 8:43 pm #31900

    I haven’t fixed anything, what do you want to see?? I activated the direct-inject ubermenu, so you can watch how it should look like. Remember: only on Ipad or mobile the menu doesn’t function the way it is supposed to.

    Govert Pellikaan
    Spectator
    Posts: 9
    January 15, 2017 at 8:45 pm #31901

    Also, first it shows two menu-toggles, only after a short instance it shows only the ubermenu toggle. maybe this relates to the issue?

    Priyank
    Spectator
    Posts: 747
    January 16, 2017 at 2:33 pm #31908

    Hi,

    Using Evolve + with the latest WordPress, my Ubermenu submenu-items do not show second level submenu-items when shown on mobile.

    Your issue is solved, Please check it.
    Thanks

    Govert Pellikaan
    Spectator
    Posts: 9
    January 16, 2017 at 2:40 pm #31909

    Hi,

    Any idea how this was solved?

    Thanks anyhow for your assistance!

    Roman
    Spectator
    Posts: 3147
    January 16, 2017 at 3:47 pm #31910

    added in custom-css.php file:

    .nav-holder .ubermenu-nav ul {
    display: block;
    }

    this will be included in the next theme release

    Govert Pellikaan
    Spectator
    Posts: 9
    January 16, 2017 at 5:20 pm #31911

    Well, it works great!

    Thx for the help, much appreciated.