Countdown Clock

Hi,

The countdown clock (using custom attributes) I have on my website isn’t working now that I need to change the date. It used to work with the old date (which was 9/1/2024), but now it doesn’t.

Thomas

Here is my site Read-Only: Webflow - Young Catholic Professionals

Hi Speed,

Where can i see that countdown clock, i can only find a blue banner with static text.

Kind regards,
Edwin

It looks like the text was edited and my guess is that there were originally SPANs for each of the 00 positions so that they could be found and updated.

Those SPANs were deleted so the script cannot find those element ID’s to update the time.

Re-select each of the 00s carefully, no extra spaces, and create a span for each [1].

Then ID that span [3] according to your script, these are the 4 SPAN ID’s you need [2]…

js-timer-days
js-timer-hours
js-timer-minutes
js-timer-seconds

Thank you Michael! That worked.

1 Like