Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter robert89

    (@robert89)

    Thank you for your time 🙂
    i have managed to fix my problems! for other people with same problem. go to js folder and custom.js. i was using

    jQuery( '#dt_wedding_day' ).simplyCountdown({
            year: wedding_year,
            month: wedding_month,
            day: wedding_day,
            words: { //words displayed into the countdown
                    days: 'day',
                    hours: 'hour',
                    minutes: 'minutes',
                    seconds: 'seconds',
                    pluralLetter: 's'
                
                },
                plural: false, //use plurals
                enableUtc: false,
                onEnd: function () {
                    // your code
                    return;
                },
        });
        // Scroll to Menu
        jQuery( '.dt-scroll-down' ).click(function() {
            jQuery( 'html, body' ).animate({
                scrollTop: jQuery( '.dt-main-menu' ).offset().top
            }, 800 );
        });

    Have a nice weekend! btw im new to all this with coding 😛

    • This reply was modified 7 years, 6 months ago by robert89.
    • This reply was modified 7 years, 6 months ago by robert89.
    • This reply was modified 7 years, 6 months ago by robert89.
    Thread Starter robert89

    (@robert89)

    Edit; Solved it with the plural thingy 😛

    One more thing, the countdown is not really accurate to my timezone (sweden) do you know how to change it to Utc+2 ?

    Thank you so far 🙂

    Robert

    • This reply was modified 7 years, 6 months ago by robert89.
    • This reply was modified 7 years, 6 months ago by robert89.
    Thread Starter robert89

    (@robert89)

    Im Sorry, i was just testing things last night. can you have a look agian? this time i im using right theme! 🙂

Viewing 3 replies - 1 through 3 (of 3 total)