Viewing 5 replies - 1 through 5 (of 5 total)
  • I’m not sure exactly how this is happening but for Steenwijk, you seem to have an inline style for the menu that says “display:block”. On the other site, you don’t have this and so it is reverting to this style:

    .horisontal-navigation ul.nav-horizontal,
    .horisontal-navigation div.nav-horizontal > ul {
    display:none;
    }

    which looks like it is preventing it from showing. Perhaps you can add something like this:
    ul#menu-menu-1 {display: block;}
    or simply add it to the menu like you did on the other site. Hope this helps.

    I’m not sure exactly how this is happening but for Steenwijk, you seem to have an inline style for the menu that says “display:block”. On the other site, you don’t have this and so it is reverting to this style:

    .horisontal-navigation ul.nav-horizontal,
    .horisontal-navigation div.nav-horizontal > ul {
    display:none;
    }

    which looks like it is preventing it from showing. Perhaps you can add something like this:
    ul#menu-menu-1 {display: block;}
    or simply add it to the menu like you did on the other site. Hope this helps.

    Thread Starter miekstap

    (@miekstap)

    Thanks Laura for sharing ideas. Copied exact css from Steenwijk on server from Westend –> did not work on that server.

    Then I changed some coding in de Westend as suggested above.
    Now menu is folded out all the time, but at least working!

    Anybody suggestion what I can do to let it unfold properly?
    http://www.westendflowerbulbs.nl

    Thanks for any tip!

    Sorry I can’t help you more, but I’m guessing there must be some kind of javascript that is controlling whether the menu is visible or not. Maybe you should check that all your js files are copied as well?

    Theme Author cats_456

    (@cats_456)

    Hi miekstap. The problem with mobile menu can be resolved by assigning menu to the location under Appearance > Menu.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Mobile navigation not working’ is closed to new replies.