Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #371620

    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?

    #371788

    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

    #371807

    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.

    #371862

    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

    #373209

    I have solved it now :-). This can be closed.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Changing the text of the LOAD MORE option on the masonry portfolio and blog’ is closed to new replies.