Hello, How do I change the load more text in the masonry gallery button?
Thank!
Hey mcraig77!
Thank you for using Enfold.
You can edit config-templatebuilder > avia-shortcodes > masonry_entries.php. Find this code on line 640:
$output .= "<a class='av-masonry-pagination av-masonry-load-more' href='#load-more' {$data_string}>".__('Load more','avia_framework')."</a>";
Regards,
Ismael
Thanks, what text do I need to replace?
Hi!
Please find
'Load more','avia_framework'
in the line Ismael posted and change the string as following
'This is new Load more text','avia_framework'
Cheers!
Yigit
COPY COPY!
THANKS