• Closed
  • Armin Ogasa
    Spectator
    March 11, 2016 at 1:35 pm #25276

    Hello,

    i have some problems with wpml,

    i use the newest version of Evolve+, you say on your site, that it is Compatible with WPML, but i cant find a way to translate the bootstrap slider or the content boxes, if i take a look at string translation, there is also no way to do it. How can i fix this?

    Armin Ogasa
    Spectator
    Posts: 17
    March 11, 2016 at 2:48 pm #25277

    I also tried this code: <?php _e(‘Slide 1 Title’,’evolveplus’ ) ?>
    So that it can be found in the String translations, but the code doesnt work inside the Theme Customization and i cant find where i have to place the code in the theme editor, i need to do this for the content boxes and the sliders.

    Armin Ogasa
    Spectator
    Posts: 17
    March 14, 2016 at 4:39 pm #25394

    Is nobody here ti help…?
    I have seen, that the text in the content boxes and the bootstrap slider are saved in the phpmyadmin database… is there a way to put that php code or something similar in there? so that wpml can find the strings…

    Armin Ogasa
    Spectator
    Posts: 17
    March 15, 2016 at 2:18 pm #25472

    Is there nobody to help?
    I have the feeling that even though i made this topic last week, the other people get answers earlier.
    Also, it seems like there are more people giving support for Alora.
    I am really disappointet about that “48 Hours” Support…!

    Roman
    Spectator
    Posts: 3147
    March 15, 2016 at 2:25 pm #25473

    hi, sorry about that delay, we are working on a new update which will fix those issues, thanks for your patience and understanding

    Armin Ogasa
    Spectator
    Posts: 17
    March 15, 2016 at 3:35 pm #25482

    when will this update will be available?
    i dont really understand this, it doesnt work, even though you say its compatible! can you give me workaround instructions for that? then i will invest my time in fixing this…

    Roman
    Spectator
    Posts: 3147
    March 15, 2016 at 4:12 pm #25484

    probably one-two weeks…we are doing some testing, fixing, adding new features…etc.

    Armin Ogasa
    Spectator
    Posts: 17
    March 15, 2016 at 4:14 pm #25485

    okay, i will take you by word!
    thank you very much!

    best regards

    Stewart Fletcher
    Spectator
    Posts: 4
    May 5, 2016 at 11:19 pm #27332

    Hi Everyone

    Was running evolve free version no translation problems with polylang. Figured it out.
    Now running Evolve-plus 2.6.2

    Ran smack into issues with translating both Parallax slider and bootstrap slider.

    The wpml-config file included in the package is coded right for everything else but both of the sliders.

    Tried the previous wpml-config from evolve light and that no longer works.

    I removed the bad code and replaced it with

    <key name=”bootstrap_slides”>
    <key name=”title”>
    <key name=”0″ />

    It works but I cannot for the life of me get it to go farther…

    What is the correct wpml-config for parallax sliders and bootstrap sliders in evolve-plus?

    Problem 2.

    The woocommerce optional links (my account, cart, etc) in the evolve-plus header are hardcoded to English. Many people need this to be multilingual. Is there a work around or a change in coding that I am missing?

    Any help would be greatly appreciated.

    thanks in advance.

    Denzel Chia
    Moderator
    Posts: 2656
    May 6, 2016 at 1:54 am #27341

    Hi,

    I looked into the header files.
    The My Account link in header is not “hardcoded”.

    <a href="<?php echo get_permalink(get_option('woocommerce_myaccount_page_id')); ?>" class="my-account-link"><?php _e('My Account', 'evolve'); ?></a>

    As for the WPML translation of the slider. I will have to ask our developers to check it out.

    Thank you.

    Stewart Fletcher
    Spectator
    Posts: 4
    May 6, 2016 at 4:34 am #27345
    This reply has been marked as private.