• Resolved bronwynslater

    (@bronwynslater)


    Hi there

    I am using WP Mobile Menu and it’s BRILLIANT so far but the sub-menu is not displaying.

    If you view the linked site at less than 800px you’ll see there should be a submenu under BIKES (and more submenus under that) but it is not displaying. Upon inspection I can see it is there and the color is not the same as the background. I noticed that the visibility is set to “hidden” but when I change that to visible, it has no effect.

    Please assist – this is one of the last things I need to sort out before handover of project!
    Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter bronwynslater

    (@bronwynslater)

    So I located the issue:

    .sub-menu, .nav .children has {opacity: 0;} – why would that be??

    Plugin Author Rui Guerreiro

    (@takanakui)

    Hi,
    I just had a look and this is a conflict with the WP Mobile Menu css and your theme css.

    Add the code below to the custom css option in the General Options tab, that will sort it.

    .mobmenu_content #mobmenuleft .sub-menu {
        opacity: 1;
        visibility: visible;
        border: none;
    }

    Let me know the result.

    Plugin Author Rui Guerreiro

    (@takanakui)

    Will close the topic for now. If you need further help, let me know.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘SubMenu not displaying’ is closed to new replies.