Hi, can I change the “Load more” text that shows in the masonry gallery to any other text that I want?
Hey DROR!
You can find that 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>";
Best regards,
Elliott
Thanks.