• Closed
  • Chris C
    Spectator
    June 21, 2014 at 3:32 pm #8496

    On one page (and only this page) the mobile menu on the iPhone (both landscape and portrait) is missing. On desktop the menu works fine.

    On other pages mobile menu on iPhone works fine too.

    I can’t see any setting that I changed that should have affected this. Any ideas?

    Chris C
    Spectator
    Posts: 10
    June 21, 2014 at 3:42 pm #10065

    This is the menu DOM structure of the ‘missing’ menu page:

    http://imgur.com/bLDqrkb

    Note the empty content in the div class ‘mobile-nav-holder’.

    This is the menu DOM structure of a normal menu page:

    http://imgur.com/G7W8iey

    Note that the ‘mobile-nav-holder’ has normal menu items.

    Looks like for some reason, the mobile nav elements are simply being left out.

    Roman
    Spectator
    Posts: 3147
    June 21, 2014 at 7:16 pm #10069

    please provide me the URL with the issue instead..I will check the code

    Chris C
    Spectator
    Posts: 10
    June 22, 2014 at 3:19 am #10073

    nm, thanks, I’ve found the problem. I forgot to close a </style> tag and all the js / html code that went after didn’t load.