Hello JoomlArt,
I’m using an older version of Ja Coundown module , not the newest ( my subscription expired already:) )
I just want to admit a bug in the JA Countdown module (not from your side).
Today I saw that the module, didn’t show any time data.
So I investigate and found that the API site timeapi.org, change the way they are calling the URL.
So in tmpl folder of the module, for all layouts in the file jacclock.js the url must be changed from
var timeurl = "http://timeapi.org/utc/now.json?callback=?";
to
var timeurl = "http://www.timeapi.org/utc/now.json?callback=?";
Hope this will help other too 🙂
Greetings,