Forums Forums Search & Filter Pro Multi Select No results match

Viewing 10 posts - 1 through 10 (of 17 total)
  • Trevor
    #147567
    This reply has been marked as private.
    Anonymous
    #147571

    as an archive

    Trevor
    #147573

    Are you able to make an annotated screenshot of what you want changing, and upload that to a file sharing site and give me the link to it so that I can view it?

    Are you also able to send me a live link/URL to your search page so I can take a look?

    Anonymous
    #147582
    Trevor
    #147613

    What happens if you change the combobox script in Search & Filter settings to Select2 (which is a better script, especially for Apple devices)?

    Anonymous
    #147676

    Same text

    Trevor
    #147684

    We have, in the

    search-filter-pro plugin folder, in that look in public>assets>js>i18n the language files for many languages. These are loaded as language files. What language is your site set to use by default?

    Anonymous
    #148072

    my deafult lang is Hebrew

    Trevor
    #148151

    Written for Select2, does this js look like it would do what you want:

    /*! Select2 4.0.2 | https://github.com/select2/select2/blob/master/LICENSE.md */
    
    (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/he",[],function(){return{errorLoading:function(){return"שגיאה בטעינת התוצאות"},inputTooLong:function(e){var t=e.input.length-e.maximum,n="נא למחוק ";return t===1?n+="תו אחד":n+=t+" תווים",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="נא להכניס ";return t===1?n+="תו אחד":n+=t+" תווים",n+=" או יותר",n},loadingMore:function(){return"טוען תוצאות נוספות…"},maximumSelected:function(e){var t="באפשרותך לבחור עד ";return e.maximum===1?t+="פריט אחד":t+=e.maximum+" פריטים",t},noResults:function(){return"לא נמצאו תוצאות"},searching:function(){return"מחפש…"}}}),{define:e.define,require:e.require}})();
    
    Anonymous
    #148170

    thanks,
    but stil same….

Viewing 10 posts - 1 through 10 (of 17 total)