Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #684162

    Hello,

    Il would like change translation of “Load More” Button in french. How can I do this ?

    Thanks,

    Best regards,

    Raphaël

    #684665

    Hi virtuozo,

    You can try one of the following plugins: https://wordpress.org/plugins/loco-translate/, https://poedit.net/wordpress.

    If that doesn’t work then please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Thanks,
    Rikard

    #761068

    Hello,

    How is it possible to change this text using php code instead of using a plugin ?

    Thanks

    #762065

    Hi,

    Please go to enfold/config-templatebuilder/avia-shortcodes/av-helper-masonry.php file and find

    
    $output .= 		"<a class='av-masonry-pagination av-masonry-load-more' href='#load-more' {$data_string}>".__('Load more','avia_framework')."</a>";

    and change the text as needed. To make the changes update proof, please use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and refer to this post – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/

    Best regards,
    Yigit

    #762454

    Allways so easy with you, Yigit ! ;-)

    Thank you very much !!

    One last question : with this method, if something is modified in the av-helper-masonry.php from the main theme during an update, it will not work because the file in my child theme will allways take the step on the other, isn’t it ?
    So is there a way to only add some code in the functions.php to do this, like it could be done for css in style.css ?

    Thank you !

    #762465

    Hey!

    You are welcome! :)
    Unfortunately it is not possible to change that string with a function in functions.php file :/

    Best regards,
    Yigit

    #762505

    Ok.

    Thanks !

    All the best,

    Julien

    #762542

    Hi,

    You are welcome!

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Translate "Load More" Button’ is closed to new replies.