Relume Community Icon
Relume Community
  • 🏠Home
  • 📅Events

  • 🔵Announcements
  • 🔵General
  • 🔵Getting Started
  • 🔵Issues
  • 🔵Showcase

Powered by Tightknit
\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}}]}
Issues
Issues

Issue with Header 103 Component: Tab-load-bar Not Displaying

Avatar of Corné v.Corné v.
·

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

23 comments

  • Avatar of Marc A.
    Marc A.
    ·

    Hey Corne! Please can you share the staging link + read only and I’ll take a look

  • Avatar of Corné v.
    Corné v.
    ·

    Hi marc, thanks for taking the time! It is the second section / component (testimonial/slider) on the sectoren page Staging link: https://doorzaam.webflow.io/sectoren Read only: https://preview.webflow.com/preview/doorzaam?utm_medium=preview_link&utm_source=design[…]&pageId=66714fede5d5f91bc5495676&locale=nl&workflow=preview

  • Avatar of Marc A.
    Marc A.
    ·

    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.

  • Avatar of Marc A.
    Marc A.
    ·

    The weird thing is it’s working in webflow if you preview and click the tabs.

  • Avatar of Marc A.
    Marc A.
    ·

    Maybe try delete the webflow interaction and create it again manually and then publish

  • Avatar of Corné v.
    Corné v.
    ·

    Could it be finsweet cms tabs acouring the issue?

  • Avatar of Corné v.
    Corné v.
    ·

    Because it is dynamic with a hidden collectionlist

  • Avatar of Marc A.
    Marc A.
    ·

    That’s probably it let me try something quick.

  • Avatar of Marc A.
    Marc A.
    ·
  • Avatar of Marc A.
    Marc A.
    ·

    Add this where you added the finsweet attribute fs-cmstabs-element=“tabs” and give it a test

  • Avatar of Marc A.
    Marc A.
    ·

    Also change the webflow interaction to be the length of the tabs displayed

  • Avatar of Marc A.
    Marc A.
    ·

    So make it 12 seconds instead of 6

  • Avatar of Corné v.
    Corné v.
    ·

    U are a legend!

  • Avatar of Corné v.
    Corné v.
    ·

    It only not works on the first one, but after the first one it slides

  • Avatar of Corné v.
    Corné v.
    ·

    Is it normal that it is not working for the first one?

  • Avatar of Corné v.
    Corné v.
    ·

    And when it is alsmost there it waits for a while

  • Avatar of Marc A.
    Marc A.
    ·

    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>

  • Avatar of Marc A.
    Marc A.
    ·

    It should click the first tab on page load therefore bypassing the issue

  • Avatar of Marc A.
    Marc A.
    ·

    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

  • Avatar of Corné v.
    Corné v.
    ·

    Both thigs dont work unfortunotly

  • Avatar of Marc A.
    Marc A.
    ·

    Wen I’m back on my laptop I’ll have a look

  • Avatar of Matt J.
    Matt J.
    ·

    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?

  • Avatar of Corné v.
    Corné v.
    ·

    Matt J. thanks for checking in! I just placed it on inital state, but that doesn’t fix the first loader