Topic Resolution: Resolved
  • Closed
  • July 23, 2015 at 1:34 pm #19122

    Hi Folks,

    I use the polylang plugin in my Evolve theme. Although I’m very satisfied from it, however it can’t translate the contain of the parallax slider.

    As I read in their support forum, it is needed to create new strings and a wpml-config.xml file which I have to put inside the theme or plugin.

    Please help me in this issue because it is very important for my work.

    I think in the same way could be transated also the bootstrap slider.

    Thanks in advance

    George

    Imran
    Spectator
    Posts: 403
    July 23, 2015 at 3:13 pm #19127

    Hi Georgios,

    Thanks for writing in,

    Regretfully, translating the Parallax Slider is not possible due the reason that its content is not stored into translatable theme string. Same thing applies on the Bootstrap Slider.

    Thanks.

    Andrea
    Spectator
    Posts: 5
    July 23, 2015 at 5:02 pm #19132

    hey georgios,hey imran,

    i am using also evolve plus and using polylang as well and need now translations in three languages,
    but i cannot translate the homepage content – i filled the homepage content with the theme options.

    is this possible? did you translated the homepage into another language?
    thank you for an answer.

    Georgios Papageorgopoulos
    Spectator
    Posts: 33
    July 23, 2015 at 5:15 pm #19133

    Hi Imran and thanks for your reply

    The translation of the sliders is a major issue in modern sites. I thing you have to create a translatable slider. At the moment if I find one transatable slider will you help me to adjust it in evolve theme?

    Thanks again

    To Andrea Blanck: The polylang works fine to any page you assign it to. Make sure you assign as a home page a page witch has been already translated. See the home page url. Does it have the language sign like en, it, etc

    Andrea
    Spectator
    Posts: 5
    July 23, 2015 at 5:26 pm #19134

    thank you, georgios.

    Denzel Chia
    Moderator
    Posts: 2672
    July 24, 2015 at 6:10 am #19140

    Hi,

    Please use the layerslider plugin that comes with the theme.
    You can create different set of slides in different language, there is no need for translation.
    You just enter your text.
    Please see screenshot. http://prntscr.com/7wbpvx

    Our theme does not come with wpml-config.xml
    If you need it, you can contact us for a quote via our service page.
    https://theme4press.com/services/

    Thanks!
    Denzel

    Georgios Papageorgopoulos
    Spectator
    Posts: 33
    July 24, 2015 at 8:58 am #19142

    Hi folks,

    Finally I have the solution for Parallax Slider Translation

    1. Go to the root of the site
    2. Find the directory wp-content
    3. Create in wp-content directory the sub-directory polylang- (if there isn’t any)
    4. Inside the sub-directory polylang create the following wpml-config.xml file
    5. Paste in wpml-config.xml file the following text*
    5. That’s it. Then you go to the polylang strings place and you see the new strings of the parallax slider waiting to be translated! It works!!!

    *The text you should paste in the wpml-config.xml file

    <wpml-config>
    <admin-texts>
    <key name=”evolve-theme”>
    <key name=”evl_slide1_title” />
    <key name=”evl_slide1_desc” />
    <key name=”evl_slide1_button” />
    <key name=”evl_slide2_title” />
    <key name=”evl_slide2_desc” />
    <key name=”evl_slide2_button” />
    <key name=”evl_slide3_title” />
    <key name=”evl_slide3_desc” />
    <key name=”evl_slide3_button” />
    <key name=”evl_slide4_title” />
    <key name=”evl_slide4_desc” />
    <key name=”evl_slide4_button” />
    <key name=”evl_slide5_title” />
    <key name=”evl_slide5_desc” />
    <key name=”evl_slide5_button” />
    </key>
    </admin-texts>
    </wpml-config>

    For the above credits to Chrystl in Polylang support forum.

    The key name for the parallax slider I found here in this forum.

    Please, create a also this wpml-config file for the bootstrap slider and include it as an option in your next update. It is a very useful addon. Make the evolve theme even better!

    Thanks folks for your support!