Can't open menu or click on menubutton in mobile view

Hi everyone,

I’m working on a menu and i’m really confused. My menu is working fine on all devices, except on mobile view.

First I could only click at it once to show it and hide it, before it stopped working. Now i cannot even click on it at all anymore?

Any suggestions?


Here is my site Read-Only: LINK
([how to share your site Read-Only link][2])

I think it’s because you have some element over the button on mobile view

1 Like

Thanks @Oleksandr_Rozhnetski . I think this is part of the problem. I think the element your redirecting to was a menu wrapper of the dropdown menu. However, when I deleted the item the problem persisted. Somehow I resolved the problem by deleting an interaction on this element. I think there was a conflict between two interactions. So now I have the next problem, everything seems to work just perfect for the homepage on each device, however I copied the exact same Nav menu to other pages, and somehow I encounter the same problem on each device.

I would definitely use a component to help you keep your nav consistent across your site.

But one of the problems seems to be the Trigger settings- here’s what’s showing on the Contact page for your menu open trigger-

Which is the opposite of what you have on your home page.

If this came from a template, I’d review the template design, there may in fact be two different navs, one for mobile portrait and one for all other breakpoints, in which case it looks like parts of the nav may have gotten lost over time.

1 Like

Thanks @memetican! Using a component and apply it to all the pages solved the case. And indeed, I think there might have gone something wrong with merging different templates, which caused some conflicts around the trigger animations. Thanks again!

1 Like