• anpsathas

    (@anpsathas)


    Hello. My timer needs to display that the deadline is in 150 days. But, only the first two digits (15) are displayed in the timer. Is there a way to change the width of the displayed numbers in days? Because i couldn’t find it inside the widget’s menu. Maybe through css code?

    Thank you in advance.

Viewing 5 replies - 1 through 5 (of 5 total)
  • angelagrey

    (@angelagrey)

    Hi,

    Thank you for reaching out to us.

    On my site, it looks like this: https://prnt.sc/M9eGrUt_x3VQ

    Can you share me your product URL where you insert a countdown timer with 3 digits in days?

    Best regards.

    Thread Starter anpsathas

    (@anpsathas)

    Hello,

    Thank you for your reply.
    I solve the issue with the following code

    .woo-sctr-shortcode-wrap-wrap .woo-sctr-shortcode-countdown-wrap .woo-sctr-shortcode-countdown-date .woo-sctr-shortcode-countdown-date-value-container-1{
    width: 1.7em !important;
    }

    I wanted to ask one more question. Is there a way when the timer ends, instead of disappearing to show another message instead?

    Thank you in advance.

    I’m sorry I missed your reply! And thank you so much for the CSS updates.

    Regarding the question of showing a message. I’m afraid there’s no feature for it at the moment. May I know what kind of message you want to show after it finishes counting down?

    Thread Starter anpsathas

    (@anpsathas)

    Hello,

    Thank you for your reply.

    I utilised the timer for the site to set a submission deadline with a message saying “you may submit your work until:”, and then the timer. I would like, after the end of the submission deadline, for the timer and the initial message to disappear and in their place a new message appears “the submission system is now closed”. I know that i can do it manually after the end of the submission, but i was wondering if there is such a feature, or it is possible to code it somehow, so as to be done automatically.

    Thank you in advance.

    angelagrey

    (@angelagrey)

    Thank you for your message. I’m sorry, but our plugin doesn’t have the feature to automatically replace the timer with a message after it finishes counting down.

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