Hamburger nav for mobile working on some pages and not others despite same design and component

I am trying to figure out why my mobile hamburger nav menu isn’t responding on certain pages, but is responding on other pages, when it is the same component with no overrides.
For example, on my Live-Poker Reviews CMS template it works fine. On my Online-Poker Reviews CMS template, it doesn’t work when clicked in mobile browser. It does work in webflow preview mode, and in developer mode at mobile breakpoint. The Online-Poker and Live-Poker Reviews have an identical design (as far as I know/ can tell) Even the same Javascript within the rich-text.


Here is my site Read-Only: This is the working live poker link [(Webflow - Ontario Poker)]

Here is the non-working online poker page online-poker

I think I found the problem and it has to do with different page heirarchies. The navbar is directly inside the body in the working page, but inside a hero element in the non working page.

Thought for sure that would obviously be it. Fixed it and moved navbar outside of hero, and to my horror and shock, the issue remains.

Claude ran some tests with me and apparently the webflow JS isn’t loading correctly for that page. “Webflow never loaded after 50 attempts” Claude is recommending i duplicate the working page and then just attach the correct CMS into it

Hello @Ryan_Fisler, did you fix your issue? Because the navbar menu, on the online poker page, is working just fine on my iPhone

No, I have not fixed it. It works on the specific Online poker pages though? It still works on the online poker page that has all the providers listed, but it doesn’t work for me on the pages of each specific provider.

do you have a link for a page where your navbar is not working?

https://preview.webflow.com/preview/ontario-poker?utm_medium=preview_link&utm_source=designer&utm_content=ontario-poker&preview=515dd8927360b5af492cac31df9465cb&pageId=62547409e3e50d54ad3e5b92&itemId=63502ba4ee6d3e75baf73b8f&workflow=preview

https://www.ontariopoker.ca/online-poker/ggpoker-ontario-review

Doesn’t work for me in Sarfari, Chrome or yandex on Iphone 10 , or on my wifes S8
But it does work in webflow preview and on desktop developer mode at mobile breakpoint.
Has something to do with webflow..js not loading correctly on that page and I can’t figure out why.

Update - The issue is resolved. One of my code embeds, in this case schema for google reviews was missing an </script> tag

1 Like