indianic
- Bought between 10 and 49 items
- Contributed a Blog Post
- Exclusive Author
- Has been a member for 3-4 years
- Sold between 100 and 1 000 dollars
- United States
76
Purchases
Buyer Rating:
3.78 stars
3.78 average based on 9 ratings.
-
5 Star
555%
-
4 Star
111%
-
3 Star
111%
-
2 Star
00%
-
1 Star
222%
| Created | 7 October 12 |
| Last Update | 7 October 12 |
| Columns | 1 |
| Compatible Browsers | IE7, IE8, IE9, Firefox, Safari, Opera, Chrome |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Fixed |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files |
© All Rights Reserved indianic -
Contact Envato Support


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
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>