robert89
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Themes and Templates
In reply to: [Together] removing plurals on countdownThank 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 usingjQuery( '#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 😛
Forum: Themes and Templates
In reply to: [Together] removing plurals on countdownEdit; 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
Forum: Themes and Templates
In reply to: [Together] removing plurals on countdownIm 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)