\n","author":{"@type":"Person","name":"Marc A.","url":"/user/e1719924-5035-4c3f-826a-b94e038854d6"},"datePublished":"2025-06-12T20:24:25.819851+00:00","dateModified":"2025-06-12T20:24:28.720502+00:00","interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0}},{"@type":"Comment","text":"It should click the first tab on page load therefore bypassing the issue","author":{"@type":"Person","name":"Marc A.","url":"/user/e1719924-5035-4c3f-826a-b94e038854d6"},"datePublished":"2025-06-12T20:24:31.597041+00:00","dateModified":"2025-06-12T20:24:34.691972+00:00","interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0}},{"@type":"Comment","text":"If it doesn’t work what I would reccomend is adding a field in the cms called ID then give the first cms item an id of first-tab or something like that then use have script to click it once the page has loaded","author":{"@type":"Person","name":"Marc A.","url":"/user/e1719924-5035-4c3f-826a-b94e038854d6"},"datePublished":"2025-06-12T20:24:37.309345+00:00","dateModified":"2025-06-12T20:24:39.785854+00:00","interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0}},{"@type":"Comment","text":"Both thigs dont work unfortunotly","author":{"@type":"Person","name":"Corné v.","url":"/user/96f3aa53-52ba-4421-9f94-1354a712bc6b"},"datePublished":"2025-06-12T20:24:42.44992+00:00","dateModified":"2025-06-12T20:24:44.952924+00:00","interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0}},{"@type":"Comment","text":"Wen I’m back on my laptop I’ll have a look ","author":{"@type":"Person","name":"Marc A.","url":"/user/e1719924-5035-4c3f-826a-b94e038854d6"},"datePublished":"2025-06-12T20:24:47.309572+00:00","dateModified":"2025-06-12T20:24:49.536191+00:00","interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0}},{"@type":"Comment","text":"this is a tricky one because even in designer it loads the first one...but I noticed that the initial state checkbox is not checked here - is that it?","author":{"@type":"Person","name":"Matt J.","url":"/user/11a88c24-8014-4636-87bf-5b00473e35ac"},"datePublished":"2025-06-12T20:25:47.039214+00:00","dateModified":"2025-06-12T20:25:49.404567+00:00","interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0}},{"@type":"Comment","text":"Matt J. thanks for checking in! I just placed it on inital state, but that doesn’t fix the first loader","author":{"@type":"Person","name":"Corné v.","url":"/user/96f3aa53-52ba-4421-9f94-1354a712bc6b"},"datePublished":"2025-06-12T20:26:43.758867+00:00","dateModified":"2025-06-12T20:26:46.368263+00:00","interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0}}]}
I have an issue with the header 103 component. I didnt change any class names, the tab change works, the auto change works, but: the tab-load-bar does not. It does not show up at all
Hey Corne! Please can you share the staging link + read only and I’ll take a look
As of yet I don’t see anything wrong but still having a look. Not sure why this isn’t working. If you can’t find what’s causing the bug try remove marker and test again not sure if that could be causing any issues.
The weird thing is it’s working in webflow if you preview and click the tabs.
Maybe try delete the webflow interaction and create it again manually and then publish
Could it be finsweet cms tabs acouring the issue?
Because it is dynamic with a hidden collectionlist
That’s probably it let me try something quick.
Add this where you added the finsweet attribute
fs-cmstabs-element=“tabs” and give it a test
Also change the webflow interaction to be the length of the tabs displayed
So make it 12 seconds instead of 6
It only not works on the first one, but after the first one it slides
Is it normal that it is not working for the first one?
And when it is alsmost there it waits for a while
So it’s an issue with the initial state
Try add this to the body tag of the page
<script>
$(window).on('load', function() {
// Code to run after the window has fully loaded
console.log('Window is fully loaded');
// Trigger a click event on the first element with class 'header103_tab-link'
$('.header103_tab-link').first().click();
});
</script>
It should click the first tab on page load therefore bypassing the issue
If it doesn’t work what I would reccomend is adding a field in the cms called ID then give the first cms item an id of first-tab or something like that then use have script to click it once the page has loaded
Both thigs dont work unfortunotly
Wen I’m back on my laptop I’ll have a look
this is a tricky one because even in designer it loads the first one...but I noticed that the initial state checkbox is not checked here - is that it?
Matt J. thanks for checking in! I just placed it on inital state, but that doesn’t fix the first loader