Dear
I have 2 translation that need to be changed:
1) On my masonary filter the first word is “All” needs to be changed to “Alle Projecten”
2) On the bottom of the filter it says “Load more” should be “Meer projecten”
How can I change this or where can I find the words to change them?
Thanks in advance!
Hey Boeckske23,
Please add the following code
add_filter('avf_portfolio_sort_first_label','new_first_label');
function new_first_label() {
$first_item_name = "Alle Projecten";
return $first_item_name;
}
and let us know if it works for you
Best regards,
Basilis
Add the code where?
And what about the ‘Load more’ button?
Dear?
Hi,
Can u please give me access, cant find a quick way I am afraid
Best regards,
Basilis
Sure, here you go!
Don’t forget the load more button!
Should be: “Meer projecten”
Hi,
I do not see in your installation something like Loco Translate.
Have you tried translate with that?
Best regards,
Basilis
I had it but deleted it again because I couldn’t figure out how to translate it….
Also where do I need to add that filter you posted earlier?
You haven’t replied that to me yet.
How do I translate the Load more button in Loco translate?
Lol nvm… I fixed it myself..