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 6 years, 1 month ago by robert89.
-
This reply was modified 6 years, 1 month ago by robert89.
-
This reply was modified 6 years, 1 month ago by robert89.