Site icon Catch Themes

Countdown displays wrong numbers

Hi, We are having some issues with the countdown on our Catch Wedding Pro site. Unfortunately, it fails to display the correct count: The minutes always start at 5 when you reload the site, the day, hour, and seconds seem to work correctly). This is actually also independent on what you set as end time (in minutes). I guess the problem is that the following code snippet is wrongly set:

<div class="section-content-wrapper countdown-content-wrapper countdown countdown-container " data-start="1613869320" data-end="1628302080" data-now="1614423724" data-border-color="rgba( 242, 121, 121, 1)">
I think there are three problems here:
  • data-end always gets set to XX:08:00 independent on what you set in the settings.
  • data-now always gets set to XX:02:XX independent on the current time.
  • There is a weird shift in time by 12 hours.
  • An example:
  • data-now="1614513721" while it actually should be 1614470701 (so both 12 hours shifted and always at XX:02:XX).
  • data-end="1628302080" even though the end data is set to Aug 7th, 2:00PM (UTC+1)
  • Is there any way to fix/debug this? How can I provide you with more information? Thanks a lot and best, Florian
    Exit mobile version