On the free version, is there a way to remove the seconds from displaying?
On the free version, is there a way to remove the seconds from displaying?
I will add this option on the next update. soon.
Hey mate, the option is indeed there but it doesn't seem to work :(
Perhaps you are still working on it .. anyhow just thought of letting you know ;)
thanks for this great plugin!
You can change it by editing the "format" in the jquery.countdown.js file (inside the JS folder).
Here's what you're looking for:
format: 'dHMS'',
That stands for Day - Hours - Minutes - Seconds. To remove the seconds just remove that "S."
FYI - You can also add Years, Months and Weeks if you want by adding their code:
Years = Y
Months = O
Weeks = W
Days = D
Hours = H
Minutes = M
Seconds = S
I removed the S under "format" and it totally breaks the countdown. Doesn't show up anymore.
Nevermind, turns out the text editor I was using was causing problems.
just add this line to your .css file:
#uji_sec { display:none }
You must log in to post.