[Plugin: Simple Countdown Timer] Seemes that the seconds display has gone berzerk
-
At least on my blog it is counting down from 100(?!?) seconds not 60…
Also checked the php file but there it seems okay…
$d = sct_calcage($secs,86400,100000);
$h = sct_calcage($secs,3600,24);
$m = sct_calcage($secs,60,60);
$s = sct_calcage($secs,1,60); (I guess it is supposed to divide the seconds thru 1 MOD 60 – what is the correct term to determine the seconds)so where’s the glitch?
Also the changes in the CSS to change the font color for the days hours min secs and the separators is also ignored. They are just black…
The error can be reproduced either in IE9, FF5 or Chrome!
Update: Have checked all versions of your widget and it seems that this error comes up at Version 0.2
Version 0.1 shows it correctly! Seconds count down from 60…
https://www.ads-software.com/extend/plugins/simple-countdown-timer/
- The topic ‘[Plugin: Simple Countdown Timer] Seemes that the seconds display has gone berzerk’ is closed to new replies.