Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi…

    Can anyone tell me why this isn’t working?

    jQuery(document).ready( function() {
    // Wedding Countdown
    var wedding_year = dt_countdown_date.dt_countdown_year;
    var wedding_month = dt_countdown_date.dt_countdown_month;
    var wedding_day = dt_countdown_date.dt_countdown_day;

    jQuery( ‘#dt_wedding_day’ ).simplyCountdown({
    year: wedding_year,
    month: wedding_month,
    day: wedding_day,
    words: { //words displayed into the countdown
    days: ‘dag’,
    hours: ‘time’,
    minutes: ‘minut’,
    seconds: ‘sekunder’,
    pluralLetter: ‘s’
    }

    });

    It still writes the text under the countdown in english?

Viewing 1 replies (of 1 total)