Tabs interaction with text reveal not working

Hi! For some reason, my tabs interaction made a while ago stopped working. The whole point with the interaction is to show the first paragraph below the first heading from the start, and then when clicking another heading (tab) another paragraph reveals itself.

But when I go to these pages where I have this element the paragraph is almost always hidden, until I click any of the tabs. It just seems kind of random that my interaction just stopped working, because it did so before. Does anyone have an answer to this?

Thanks in advance!

tabs


Here is my public share link: LINK

Check that your first tab pane has “Display: Block” set as its initial state , Webflow sometimes resets this when publishing. I’ve seen older interactions break after updates; reapply the initial state in your interaction and it should reveal correctly on page load.

I see the same thing but it’s not consistent between page loads. You have lots of scripts loading and that might be related. Not a trivial thing to debug. If your interaction is not triggering, consider writing a script that adds a class that makes the first one visible. That is probably the least painful way to “fix” it.