Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1164193
    David vb
    Participant

    Hi X team,

    How are you guys all doing.

    I have a short question, but i do not know if it falls within your support (I hope so).

    I have worked out a overview page. In the menu, you have the posibility to ‘sort’ your option.

    I managed to translate the text ‘sort by’ to the Dutch version ‘sorteren op’ however, the sorting options are still in English. Instead of title or views i would like it to say ‘titel’ or ‘weergave’.

    Page: http://monopolykopen.nl/alle-bootuitjes-op-een-rij/

    screenshot: http://prntscr.com/cf54w1

    Is that possible and how could I do that?

    tnx for the reply

    #1164369
    Thai
    Moderator

    Hi There,

    Please navigate to edit your grid, click on the Nav-Filter-Sort tab, then scroll down to the Filter Groups section, then change the Filter “All” Text:

    http://i.imgur.com/Iv9W6Vs.png

    Hope it helps 🙂

    #1164600
    David vb
    Participant

    Hi,

    Thank you for the quick responce, but it is not what i mean. I already changed the ‘Filter – all’ text.

    The problem is the ‘sort by’text that is to the left of the ‘filter-all’ text. See the screenshot i shared in the first post.

    #1164843
    Nabeel A
    Moderator

    Hi again,

    Please add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript

    jQuery(document).ready(function($){
    	$('.sortby_data').html('weergave');
    });

    Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!

  • <script> jQuery(function($){ $("#no-reply-1164193 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>