Despite having set the active tab to tab 1 in the tab settings menu, it doesn’t act as the default tab when it is published. Is this a limitation of Webflow or do I need custom javascript? I would greatly appreciate a workaround.
Here is my public share link: LINK
Here is my published link: LINK
The issue persists with the interaction disabled as well. Here’s a gif of what happens when the page is refreshed. It appears to be trying to set the tab as active but then reverting back to an unselected state.
I think I found the issue. I was using a custom script to push the ‘current’ class to my navbar links when a user was on a subpage that was conflicting with the ‘current’ class attributed to the active tab. The script is shown below.
You want the main category being displayed as “w–current” after clicking one of its sub-page links, right?
Well since there is a different link on the main categories as well, it would not be a good usability behaviour to make the main category link displayed as “current page” where you still are on a subpage of it, wouldnt it?