-
AuthorPosts
-
May 29, 2016 at 8:20 pm #640025
After updating, the animated countdown is no longer showing Norwegian Langage. I have updated the language file, but it is still showing English ( Mnths, Days, etc) – It was fine before updating. Any idea how I can fix this ?
May 30, 2016 at 1:34 am #640060Hey stuedal,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- the URL to the login screen
- a valid username (with full administration capabilities)
- as well as a password for that username
Best regards,
JosueMay 30, 2016 at 9:22 am #640183Login in private content
May 30, 2016 at 11:44 am #640244Hi,
I’ve installed a plugin where you can translate the strings:
Best regards,
JosueMay 30, 2016 at 12:05 pm #640253Works fine – but I have 12 more sites running Enfold, and are about to install another 4. How can I copy this to all the rest of them?
May 30, 2016 at 12:27 pm #640272Hi,
1. Create a new translation for Enfold – http://screencast.com/t/QNBo9jBS6zFx.
2. Make sure to store the translation globally – http://screencast.com/t/bpqjPQuMVm
3. Install the plugin in the other wordpress installs
4. Move the folder that contains the translations (languages/themes
).Best regards,
JosueJune 10, 2016 at 11:20 am #646148When updating to latest version 3.6.1 I have lost all the translation I have done. Not happy at all – you need to sort out this language mess!
June 11, 2016 at 1:36 pm #646532Hi,
Make sure the translations are saved in
wp-content/languages
(you can choose this when creating a new translation in LocoTranslate) instead of the theme folder.Best regards,
JosueFebruary 12, 2017 at 8:39 pm #746025I have found another way to fix this problem:
Go to
wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\countdown.phpalmost on the bottom, in my file starting in line 189 you will find
1 => array(“interval” => 1000 , ‘class’=>’seconds’, ‘label’ => __(‘Second’, ‘avia_framework’ ), ‘label_multi’ => __(‘Sekunden’, ‘avia_framework’)),
2 => array(“interval” => 60000 , ‘class’=>’minutes’, ‘label’ => __(‘Minute’, ‘avia_framework’ ), ‘label_multi’ => __(‘Minuten’, ‘avia_framework’)),
3 => array(“interval” => 3600000 , ‘class’=>’hours’, ‘label’ => __(‘Hour’, ‘avia_framework’), ‘label_multi’ => __(‘Stunden’, ‘avia_framework’)),
4 => array(“interval” => 86400000 , ‘class’=>’days’, ‘label’ => __(‘Day’, ‘avia_framework’ ), ‘label_multi’ => __(‘Tage’, ‘avia_framework’)),
5 => array(“interval” => 604800000 , ‘class’=>’weeks’, ‘label’ => __(‘Week’, ‘avia_framework’ ), ‘label_multi’ => __(‘Wochen’, ‘avia_framework’)),
6 => array(“interval” => 2678400000 , ‘class’=>’months’, ‘label’ => __(‘Month’, ‘avia_framework’ ), ‘label_multi’ => __(‘Monate’, ‘avia_framework’)),
7 => array(“interval” => 31536000000, ‘class’=>’years’, ‘label’ => __(‘Year’, ‘avia_framework’ ), ‘label_multi’ => __(‘Jahre’, ‘avia_framework’))Change the entries in the last part of each line according to your language:
So where I have ‘Sekunden’ or ‘Jahre’ etc put your words.
Do not change the first two english terms in each line!
TIP: use this in a child theme, so ypou wont have to do the works again, when enfold is updated.
All the best,
KarlFebruary 12, 2017 at 11:18 pm #746061Hi!
Thank you very much for updating us!
Please feel free to let us know if we can do anything else for you.Thanks a lot
Best regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.