Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author ujimoto

    (@ujimoto)

    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.

    Plugin Author ujimoto

    (@ujimoto)

    just add this line to your .css file:

    #uji_sec { display:none }

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Uji Countdown] Remove seconds’ is closed to new replies.