-
AuthorPosts
-
September 9, 2016 at 1:29 pm #684162
Hello,
Il would like change translation of “Load More” Button in french. How can I do this ?
Thanks,
Best regards,
Raphaël
September 11, 2016 at 6:59 am #684665Hi 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,
RikardMarch 15, 2017 at 1:36 am #761068Hello,
How is it possible to change this text using php code instead of using a plugin ?
Thanks
March 16, 2017 at 5:07 pm #762065Hi,
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,
YigitMarch 17, 2017 at 1:02 pm #762454Allways 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 !
March 17, 2017 at 1:23 pm #762465Hey!
You are welcome! :)
Unfortunately it is not possible to change that string with a function in functions.php file :/Best regards,
YigitMarch 17, 2017 at 2:39 pm #762505Ok.
Thanks !
All the best,
Julien
March 17, 2017 at 3:43 pm #762542Hi,
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 -
AuthorPosts
- The topic ‘Translate "Load More" Button’ is closed to new replies.