Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1024231

    I am using the animated countdown for one of my sites to show registration deadlines. The countdown date has now passed. I was expecting the countdown to show “0 Days, 0 Hours, 0 Minutes, 0 Seconds”. Instead, it has completely disappeared. There is nothing showing in the spot where the animated countdown should be. (Countdown should be on the black bar underneath the full width header on homepage) WordPress and Theme are up to date. I deactivated my plugins, but still no change.

    Is this normal behavior for this countdown? If so, is there anyway to continue to show that the countdown has reached “0”?

    #1024924

    Hey CloudZen,

    Thank you for using Enfold.

    Yes, that is the default behavior of the element. Use this css code to redisplay a finished countdown.

    .av-countdown-timer {
        opacity: 1;
    }
    

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.