Hi,
how i can change the translation of coutdown?
Like days in giorni
month in mesi
something like that!
Thanks for help !
Hi,
how i can change the translation of coutdown?
Like days in giorni
month in mesi
something like that!
Thanks for help !
Hello,
This is Definitely Possible. Please follow the steps below:
Please Download the Language File to your Package/HTML/js Folder: http://keith-wood.name/js/jquery.countdown-it.js .
Find the following code at the bottom of your Page:
<script type="text/javascript" src="js/plugins.js"></script>and add the following code just after the above code:
<script type="text/javascript" src="js/jquery.countdown-it.js"></script>Now your code will look something like this:
<script type="text/javascript" src="js/plugins.js"></script>
<script type="text/javascript" src="js/jquery.countdown-es.js"></script>That's it! This will definitely work fine. Let us know if we can help you with anything else or if you find any further issues.
Thanks a lot, and if i would like to change the color of the text into the countdown?
Hello,
Please consider adding the following CSS Code:
.countdown-section { color: #888; }
.countdown-amount { color: #333; }You can Edit the Color HEX Codes according to your Preference.
This will definitely work fine. Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard