-
AuthorPosts
-
March 2, 2016 at 2:59 pm #893494
Hi , I have several problems with the countdown :
1- I can not find where reverse the date format for day , month, year ;
2- When I put the title in UTF -8 ( Póximo Event ) in Portuguese language in admin, the múdulo carries with error at the font;
3- How do I start the countdown , have followed all the steps and to no avail ;
Can you help me?
site: http://br1outdoor.web1417.kinghost.net/
Thank you!
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 3, 2016 at 3:54 am #893919Hi,
You can find my answer to your request
1) Open templates/ja_charity/acm/countdown/tmpl/style-1.xml file
find and change
<field name="downdate" type="calendar" description="COUNTDOWN_DATE_DES" label="COUNTDOWN_DATE_TITLE" default=""/>
to
<field name="downdate" type="calendar" description="COUNTDOWN_DATE_DES" label="COUNTDOWN_DATE_TITLE" default="" format="%d-%m-%Y"/>
Open templates/ja_charity/acm/countdown/tmpl/style-1.php file
find and change<?php echo $date->format('Y/m/d'); ?>
to
<?php echo $date->format('d/m/Y'); ?>
2) Create templates/ja_charity/css/custom.css file, add this CSS style
.new-count-wrap .sch-content .sch-content-inner .mod-title { font-family: Arial,sans-serif; }
3) Please have a look at my screenshot and try to set as this same.
Regards
March 3, 2016 at 4:24 pm #894357The countdown runs only on the date indicated in your post, i did not like it because synchronizes to the translation changes back to English. Because only works on the date suggested , how do I manage my count dates?
When I change the date for whatever he gets count "0".
The problem in the title when using UTF -8 characters continues , it separates the word in accentuation .
The only thing that worked was the date format is ok now .
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 4, 2016 at 4:36 am #894570At this moment, I could not see the problem as you mentioned above. Help me to clarify these things:
-
What time do you need to add on countdown module? And give me exact time
- With other bugs, send me the credentials: admin login and FTP account via PRIVATE reply so I can check that directly on your site.
Regards
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 3 replies, has 2 voices, and was last updated by Ninja Lead 8 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-