count down in fest template showing incorrect days to event

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Oct 10, 2012 12:59 am
Reply with quote
Report this post
hi.

the count down in fest template is showing an incorrect number of days to event. it shows 7 days extra. the rest of the information is correct.
i have checked the server time zone in global configuration.. it is correct. i have checked in k2 articles and it reflects the correct date and time in the "article created" block. also checked the code in header... everything is as per original code.

Please Help.
User avatar
Junior Boarder

GK User
Wed Oct 10, 2012 8:33 am
Reply with quote
Report this post
Hi,

could you provide your counter settings? In general you can send me your code fragment with the counter.
User avatar
Administrator

GK User
Wed Oct 10, 2012 8:33 am
Reply with quote
Report this post
strange..its work good for me..read this plz

http://demo.gavick.com/joomla25/fest/in ... -animation
<div
class="gk-jscounter gk-scale-up"
data-dateend="2-6-2013"
data-timeend="19:42"
data-timezone="+2"
data-start="{opacity:0}"
data-end="{opacity:1}"
data-delay="900"
data-time="500"
>
Counting finished!
</div>

change data-dateend="2-6-2013" to ur right date
User avatar
Senior Boarder

GK User
Wed Oct 10, 2012 12:56 pm
Reply with quote
Report this post
code is at follows

<div class="gk-jscounter gk-scale-up"
data-dateend="24-11-2012"
data-timeend="18:45"
data-timezone="+2"
data-start="{opacity:0}"
data-end="{opacity:1}"
data-delay="900"
data-time="500"
>
Counting finished!
</div>
User avatar
Junior Boarder

GK User
Wed Oct 10, 2012 1:05 pm
Reply with quote
Report this post
another issue ... in ie, text appears for a second and then disappears.
User avatar
Junior Boarder

GK User
Wed Oct 10, 2012 3:46 pm
Reply with quote
Report this post
semiotics wrote:another issue ... in ie, text appears for a second and then disappears.


the image seems to disappear behind the background image. is there anyway to define top layer of above all other layers?
User avatar
Junior Boarder

GK User
Thu Oct 11, 2012 9:32 am
Reply with quote
Report this post
Where do I find this code-string?



alzaghari wrote:strange..its work good for me..read this plz

http://demo.gavick.com/joomla25/fest/in ... -animation
<div
class="gk-jscounter gk-scale-up"
data-dateend="2-6-2013"
data-timeend="19:42"
data-timezone="+2"
data-start="{opacity:0}"
data-end="{opacity:1}"
data-delay="900"
data-time="500"
>
Counting finished!
</div>

change data-dateend="2-6-2013" to ur right date
User avatar
Junior Boarder

GK User
Thu Oct 11, 2012 7:51 pm
Reply with quote
Report this post
go to module manager. find header. the code can be found in the module. click on toggle editor.


killroy10 wrote:Where do I find this code-string?



alzaghari wrote:strange..its work good for me..read this plz

http://demo.gavick.com/joomla25/fest/in ... -animation
<div
class="gk-jscounter gk-scale-up"
data-dateend="2-6-2013"
data-timeend="19:42"
data-timezone="+2"
data-start="{opacity:0}"
data-end="{opacity:1}"
data-delay="900"
data-time="500"
>
Counting finished!
</div>

change data-dateend="2-6-2013" to ur right date
User avatar
Junior Boarder

GK User
Fri Oct 12, 2012 2:42 am
Reply with quote
Report this post
I know how to change the code but when I put

data-dateend="10-11-2012"

It gives me 7 extra days, It says 36 days to that date and thats imposible
User avatar
Expert Boarder

GK User
Fri Oct 12, 2012 3:06 am
Reply with quote
Report this post
What is Chicago US time zone? -5?
User avatar
Senior Boarder

GK User
Fri Oct 12, 2012 8:08 am
Reply with quote
Report this post
I've finally managed to solve the problem - it was caused by fact that the function Date.getDay returns day in system 0-6 not 1-31. I've fixed it in the script of the template - please download the attached one and replace in js/gk.scripts.js.
User avatar
Administrator

GK User
Fri Oct 12, 2012 5:58 pm
Reply with quote
Report this post
dziudek wrote:I've finally managed to solve the problem - it was caused by fact that the function Date.getDay returns day in system 0-6 not 1-31. I've fixed it in the script of the template - please download the attached one and replace in js/gk.scripts.js.


Thank you so much!
Do you know why this theme does not work right on IPhones and IE 7,8?
User avatar
Senior Boarder

GK User
Fri Oct 12, 2012 10:44 pm
Reply with quote
Report this post
I've checked this theme on iPhone and iPads and it was working properly. We doesn't support IE7 ad IE8 is supported as it is possible so i.e. rounded images doesn't work, but in general as I've checked it was working properly (as it can work on IE8 ;)).
User avatar
Administrator

GK User
Sun Oct 14, 2012 7:46 pm
Reply with quote
Report this post
dziudek wrote:I've checked this theme on iPhone and iPads and it was working properly. We doesn't support IE7 ad IE8 is supported as it is possible so i.e. rounded images doesn't work, but in general as I've checked it was working properly (as it can work on IE8 ;)).



thx for all - now it works perfectly !!! and i thought it would be my fault :-) hahahahah

btw - your templates are awesome. proud to be a consumer !!!
thx for all.
User avatar
Fresh Boarder

GK User
Tue Oct 16, 2012 10:28 pm
Reply with quote
Report this post
thanks dude. it works perfectly.
User avatar
Junior Boarder

GK User
Thu Nov 15, 2012 3:19 pm
Reply with quote
Report this post
Thanks, the new script seems to have fixed the count down... :-)
User avatar
Fresh Boarder


cron