Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #925588

    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!

    #926278

    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

    #926662

    Add the code where?
    And what about the ‘Load more’ button?

    #927461

    Dear?

    #927684

    Hi,

    Can u please give me access, cant find a quick way I am afraid

    Best regards,
    Basilis

    #927788

    Sure, here you go!
    Don’t forget the load more button!
    Should be: “Meer projecten”

    • This reply was modified 6 years, 8 months ago by Boeckske23.
    #928593

    ?

    #928798

    Hi,

    I do not see in your installation something like Loco Translate.
    Have you tried translate with that?

    Best regards,
    Basilis

    #928805

    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?

    #928813

    Lol nvm… I fixed it myself..

    #929723

    Hi,

    Awesome! Glad that you figured out. Please feel free to open a new thread if you need anything else.

    Best regards,
    Ismael

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘2 translations, can't find them’ is closed to new replies.