Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #712305

    Hello,

    Ive noticed that when the event countdown is over, the events countdown will be invisible but when i hover my mouse its still actually there. Is there a way to make it visible or let the next event start its countdown?

    heres the site vicegovernorsarangani.com

    hope to hear from you soon.

    thanks

    #712340

    Hi shalenie!

    Yes, the event countdown won’t be visible when it expires, however it doesn’t get removed. I suggest once it expires you remove the Animated Counter.

    Cheers!
    Nikko

    #712356

    Hello,

    Thank you for your quick response.

    How can i make it visible in such a way that it will automatically display the next countdown of event? and so i dont have to remove it whenever it expires. Otherwise it will be a daunting task for me.

    hope to hear from you again.

    thanks!

    #712363

    Hey!

    There’s no way to do that automatically but what I suggest is if it expires (you just need to hide the section where the counter resides), you’ll add this code in Quick CSS (located in Enfold > General Styling):

    .home #after_section_1 {
        display: none;
    }

    But when it needs to appear again in the frontend (just by setting the date to future date), just remove the code.

    Best regards,
    Nikko

    #712682

    Hello,

    There must be a very good reason why I can hardly believe that feature has not been included during development of that plugin. thats a very significant feature which is very difficult to overlook upon and that causes inconvenience.

    #712772

    Hey!

    Sorry I mistakenly thought you were using Animated Counter, you will notice my message in my first reply I mentioned animated counter, The Event Countdown under Plugin Additions automatically restarts the countdown to the next event, 8hrs after the previous event have passed (this is based on End Date & Time of the event). To make it still appear visible even when the even starts, just add this in Quick CSS:

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

    I apologize for my mistake.

    Best regards,
    Nikko

    #712928

    Hello,

    I didnt notice that you were referring to the animated countdown. anyway, i’ll follow your suggestion and i will let you know asap.

    thanks!

    #712974

    Hey!

    You’re welcome, we’ll be keeping this thread open :)

    Cheers!
    Nikko

    #713318

    Hi,

    The countdown is indeed still visible after the countdown is over but i want it to automatically start the countdown for the next event. is this possible?

    thanks

    #713362

    Hi!

    I think that’s possible please refer to Ismael’s solution on this thread: https://kriesi.at/support/topic/events-countdown-widget-bug/page/2/#post-701707

    Regards,
    Nikko

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