Responsive Countdown has no posibility to set the time I need
- Posted by vitalyx (4) Offline
Responsive Countdown has no posibility to set the time I need.
For example I need to set hours minutes and seconds to, and not only the date.
Also i see that when i set the proper date 1 day , Countdown shome me 1 day and 3 hours
10 years 2 months ago #1
by vitalyx
For example I need to set hours minutes and seconds to, and not only the date.
Also i see that when i set the proper date 1 day , Countdown shome me 1 day and 3 hours
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hmm it's probably because of your server time setting. Can you check it?
Also, Can you let me know your website url do I can take alook
10 years 2 months ago #2
by TemplatePlazza
Also, Can you let me know your website url do I can take alook
Please Log in or Create an account to join the conversation.
- Posted by Lorenzo Rossini (11) Offline
Hello,
I have the same problem, it's not possible to set a time on the chosen date, I don't think it's due to the configuration of the server time, it's just that the module doesn't offer this option, can you confirm?
It's a pity ... imagine that you need to announce an evening event, for all day the counter will be stopped, it makes no sense …
Should I install another plugin/template to have the opportunity to set the time?
I have read this post (www.templateplazza.com/forum/can-not-change-time-of-launchtime) that refers to the Launchtime template…
Thank you
10 years 3 weeks ago #3
by Lorenzo Rossini
I have the same problem, it's not possible to set a time on the chosen date, I don't think it's due to the configuration of the server time, it's just that the module doesn't offer this option, can you confirm?
It's a pity ... imagine that you need to announce an evening event, for all day the counter will be stopped, it makes no sense …
Should I install another plugin/template to have the opportunity to set the time?
I have read this post (www.templateplazza.com/forum/can-not-change-time-of-launchtime) that refers to the Launchtime template…
Thank you
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hi iorbita, can you open file
../modules/mod_responsivecountdown/mod_responsivecountdown.xml with your php editor then arround 54 find this code :change that tothe target date should have a date + time format in the module backend now.
10 years 3 weeks ago #4
by TemplatePlazza
../modules/mod_responsivecountdown/mod_responsivecountdown.xml with your php editor then arround 54 find this code :
<field name="date" type="calendar" default="2017-03-21 00:00:00" label="MOD_RESPONSIVECOUNTDOWN_SELECT_DATE_LABEL" description="MOD_RESPONSIVECOUNTDOWN_SELECT_DATE_DESC"/>
<field name="date" type="calendar" default="2017-03-21 00:00:00" label="MOD_RESPONSIVECOUNTDOWN_SELECT_DATE_LABEL" description="MOD_RESPONSIVECOUNTDOWN_SELECT_DATE_DESC" format="%Y-%m-%d %H:%M:%S"/>
Please Log in or Create an account to join the conversation.
- Posted by Lorenzo Rossini (11) Offline
Hello and thank you for your support 
... it works, but 2 hours are added, for example if I enter 21:30 the module indicates 23:30.
I guess this is due to the server time?
Thank you again
PS: A module update for the correction of the XML file would be appreciated
10 years 3 weeks ago #5
by Lorenzo Rossini

... it works, but 2 hours are added, for example if I enter 21:30 the module indicates 23:30.
I guess this is due to the server time?
Thank you again
PS: A module update for the correction of the XML file would be appreciated

Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hi iorbita,
10 years 3 weeks ago #6
by TemplatePlazza
yesguess this is due to the server time?
okPS: A module update for the correction of the XML file would be appreciated

Please Log in or Create an account to join the conversation.