Tagged: load more button
Hi,
i would like to change the write “CARICA DI PIU” in the button that it’s present in the masonry.
Is it possibile?
Thank you in advance.
Hi MattiaParla!
Thank you for using Enfold.
You can edit config-templatebuilder > avia-shortcodes > masonry_entries.php, find this code:
$output .= "<a class='av-masonry-pagination av-masonry-load-more' href='#load-more' {$data_string}>".__('Load more','avia_framework')."</a>";
Replace it with:
$output .= "<a class='av-masonry-pagination av-masonry-load-more' href='#load-more' {$data_string}>".__('CARICA DI PIU','avia_framework')."</a>";
Or you can use the Codestyling Localization plugin to translate the string.
Regards,
Ismael
Hi,
i have tried two different solutions, in the first one i used Codestyling Localization but i don’t have found the word “CARICA DI PIU” and in the second one i didn’t have no result.
Now in the button there is “CARICA DI PIU” but i would like to have LOAD MORE”
Thank you in advance
Hey!
Check it now, i was able to change it – http://screencast.com/t/EylBd3cnbfiL
Best regards,
Josue