• Resolved vlad0ks

    (@vlad0ks)


    Hello, I used Autoptimize + Async JavaScript to try and optimize a website and after activating the optimization the mobile menu stopped working. I have tried dissabeling JS or CSS but nothing helped.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    afraid the issue is there even if AO & AsyncJS are totally disabled (using the “noptimize” parameters, see screenshot below), and when disabled all is as if they never existed so the issue must be elsewhere ..

    I played around with the CSS a bit and I think below extra CSS might fix the problem;

    @media only screen and (max-width: 900px) {
     #mega-menu-wrap-menu-header .mega-menu-toggle + #mega-menu-menu-header {
      position: inherit;
     }
     header.main-header.layout-single-row .header-contents {
      height: auto;
     }
    }

    groeten uit Belgi?!
    frank

    Thread Starter vlad0ks

    (@vlad0ks)

    The CSS helped with some extra adjustments.

    Thanks a lot!

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    you’re welcome, feel free to leave a review of the plugin and support here! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile hamburger menu stopped working’ is closed to new replies.