Okay
  Public Ticket #1489374
Countdown Times (removing seconds)
Closed

Comments

  • Brentac started the conversation

    Hi!

    Can you please advise how to remove the "seconds" from the countdown timers? 

    I only need Days, Hours, and Minutes to show up. 

    Any help is greatly appreciated! Thank you.

    Brent

  •  1,173
    Amit replied

    if you double click on the addon in unlimited addons 

    you will see tabs

    go to the js tab

    and there is a line there dedicated to secounds. 

    if you delete that line and save it will delete it for you 

    update me if it works or you need help

  • Brentac replied

    Hi Amit, 

    I just want to confirm: When you say "go to the js tab", you mean "Javascript", and delete the line:

        + '<div>%S <span>{{seconds}}</span></div>'));

    Please confirm and thank you for your help.

    Brent

  •  1,173
  •  1,173
    Amit replied

    can u paste all the content u have there ?

    i will give u a new one 

    cause i think the closing tag is also in that line

  • Brentac replied

    Thanks, here it is:

    jQuery('#{{uc_id}}').countdown('{{date}}').on('update.countdown', function(event) {
      var jQuerythis = jQuery(this).html(event.strftime(''
        + '<div>%D <span>{{days}}</span></div>  '
        + '<div>%H <span>{{hours}}</span></div>  '
        + '<div>%M <span>{{minutes}}</span></div>  '
        + '<div>%S <span>{{seconds}}</span></div>'));
    });

  •  1,173
    Amit replied

    jQuery('#{{uc_id}}').countdown('{{date}}').on('update.countdown', function(event) {
      var jQuerythis = jQuery(this).html(event.strftime(''
        + '<div>%D <span>{{days}}</span></div>  '
        + '<div>%H <span>{{hours}}</span></div>  '
        + '<div>%M <span>{{minutes}}</span></div>  '));
    });

  • Brentac replied

    Perfect! Thank you!

  •  1,173
    Amit replied

    any chance you can help me with 5 stars here:

    https://codecanyon.net/downloads