ThemeForest

Activation Clock

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years

It doesnt work on IE at all!!!! When you view the clock under Themeforest frame, it looks OK in IE but if you view it without the frame, the countdown doesnt work.

And for the Safari ‘NAN’ problem I found a solution , just change the date on line 165 like this: 16 April, 2013 16:30:00

indianic

Hi,

Here is solution for SAFARI browser,

find following code in html file, (A wrong one…)

<script type=”text/javascript”> var endDate_fetch = new Date(“2013 December, 01 12:00:00”); </script>

Replace with this code (A Write one…)

<script type=”text/javascript”> var endDate_fetch = new Date(“01 December, 2013 12:00:00”);</script>

by
by
by
by
by