• Resolved bh.amir

    (@bhamir)


    I liked this plugin very much.
    I am wanting to use a countdown timer somewhere in the middle of my home page as my wish. And to let you know that the home page of my site is made through codes and that does not support the shortcodes.
    Is there any possible way that I can place the php or html code for this plugin so that I will be able to show the countdown timer in my page.
    If such can be done, how will I be able do to so or where will i get such codes?

    Please help me, I am in desperate need of it.

    https://www.ads-software.com/plugins/jquery-t-countdown-widget/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Baden

    (@baden03)

    <?php echo do_shortcode('[tminus t="your_time_here"]); ?>
    Thread Starter bh.amir

    (@bhamir)

    Thank you so much Baden for your response.
    This was actually what I wanted. It worked!!
    I am still having a problem in date and time issue.
    What is exactly the time format in “your_time_here” ?
    I implemented the following code
    <?php echo do_shortcode('[tminus t="12:12:12"]'); ?>
    And my timer is set for about 5 hours 15 minutes
    My current PC time is 12:45 PM
    How can I set the timer for a particular time in a particular day??
    Am i able to reset the timer whenever needed??
    If yes, how can i do so??

    Plugin Author Baden

    (@baden03)

    This is clearly explained in the collapse-o-matic documentation

    Here are some examples:

    DD-MM-YYYY HH:MM:SS
    DD.MM.YYYY HH:MM:SS
    MM/DD/YYYY HH:MM:SS
    YYYY-MM-DD HH:MM:SS

    In your case, you are only providing a time, and not a date. Try:
    <?php echo do_shortcode('[tminus t="12-12-2014 12:12:12"]'); ?>

    Thread Starter bh.amir

    (@bhamir)

    Thank you so much.
    This worked
    ??

    Plugin Author Baden

    (@baden03)

    Glad everything worked out! Issue marked as resolved. Please consider leaving a review of the plugin or it’s support to help others.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How can I use the coundown timer in the middle of my page’ is closed to new replies.