Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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 ?

    #640060

    Hey 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,
    Josue

    #640183

    Login in private content

    #640244

    Hi,

    I’ve installed a plugin where you can translate the strings:

    Best regards,
    Josue

    #640253

    Works 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?

    #640272

    Hi,

    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,
    Josue

    #646148

    When 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!

    #646532

    Hi,

    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,
    Josue

    #746025

    I have found another way to fix this problem:

    Go to
    wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\countdown.php

    almost 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,
    Karl

    #746061

    Hi!

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.