Hi,
I am looking for a way to chnage the LOAD MORE text but I can’t seem to locate it. I have tried the enfold.pot file and changed it there but that didn’t do anything.
Where would this textstring be located?
Hi Martin!
I think it should be in the .pot file. You can find it on line 640 in /enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php.
$output .= "<a class='av-masonry-pagination av-masonry-load-more' href='#load-more' {$data_string}>".__('Load more','avia_framework')."</a>";
You could also try installing this plugin, https://wordpress.org/plugins/codestyling-localization/, and do a scan for the theme texts and change it that way.
Regards,
Elliott
Hi Elliot,
If I chnage the string in the source I will need to do it everytime I update the theme so that’s not very handy. A Load more IS in the pot file but it doesn’t take effect if I change it into something else.
Hi!
The .pot file is for creating translations. If your not creating a .mo file with the translations and uploading it to your site then it’s not going to matter if you change it in the .pot file.
Did you try the plugin out that I linked to?
Cheers!
Elliott
I have solved it now :-). This can be closed.