Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #351484

    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.

    #351761

    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

    #351818

    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

    #352118

    Hey!

    Check it now, i was able to change it – http://screencast.com/t/EylBd3cnbfiL

    Best regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.