The toggle of this page that always worked stopped working suddenly. I’m sure I haven’t made any changes. When you press on the toggle instead of opening the subpage with the information, videos or other, the page suddenly returns to the top menu.
There’s an ongoing but impacting unfolding intreractions that were previously working fine before. Doesn’t impact all of them. Rather the one crafted a while ago.
Thanks, but this is a problem that occurred for some change made by Webflow that I hope they will solve as soon as possible. On this site I have a lot of toggle menus that have become suddenly not working.
I tried to add the # as you suggested and it actually works for a toggle menu, but if I have to stay and do it for about 100 menus in the multilingual site, I go crazy. Something they did has changed this thing, I really hope it will be resolved soon.
Hi Ezra, you always have a sharp eye, thanks for helping.
Your solution indeed works. And using blank links for trigger elements was a choice to begin with. I’m not sure if it’s a good or bad one actually, for accessibility, declaring them as links allows for screen reader to focus on them and perform an action).
Now, the problem occured after, most likely, Webflow changes. And the problem only appears on published sites, not in the designer. So I would prefer not to have to fix my sites, but for Webflow to fix it on their side. Having to review all the published site is a long task that I hadn’t planned to spend today.
I really hope that the stuff of webflow will fix this problem as soon as possible, having to add a “#” to each menu would be a very long thing that would waste a lot of time, better to solve the root of the problem.
Webflow needs to fix this ASAP. Otherwise I’ll have to go through every page of every site that I’ve ever built to resolve every place that this issue presents itself - and that could take days!
To give you more input on this:
We experimented a similar issue on our website today but I was using button without href defined.
Previously, it seems that WF (at publish time) dynamically added a “# “on the href attribute (<a href=”#”) but starting today we got empty href sush as (<a href class=…. )
So when the user clicks it reloads the page. We patched manually all our links but I wanted to know if webflow was planning on reverting or fixing the issue?
@Maximosaurus, you can use the following JS code on your header website/webpage.
(Note : it will not work for content loaded dynamically on the DOM, such as hidden content on WF)