Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #986036

    Hi
    Try this to change the countdown when its in running mode .

    Go to file: templates/ja_charity/js/down-count/jquery.downCount.js
    and change days with your word .

     // based on the date change the reference wording
                var ref_days = (days === 1) ? 'day' : 'day',
                    ref_hours = (hours === 1) ? 'hour' : 'hour',
                    ref_minutes = (minutes === 1) ? 'minute' : 'min',
                    ref_seconds = (seconds === 1) ? 'second' : 'sec';

    Here : http://prntscr.com/d6zsl2

    Hope it helps .

    Gruponea.com Friend
    #986300

    Thanks Pankaj!

    Gruponea.com

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Gruponea.com 8 years ago.

The topic ‘JA ACM CountdownTranslation’ is closed to new replies.