Forums Forums Search & Filter Pro Search doesn't work

Viewing 10 posts - 21 through 30 (of 44 total)
  • Anonymous
    #73549

    Will you try again and let me know?

    Trevor
    #73595

    I am looking at this now and I am logged in to your site. If I switch themes to normal DIVI, then there is no js error. This tells me that the error is in the WKA child theme. I am now looking at that. I will be back.

    Trevor
    #73601

    I have checked the child theme functions.php and it isn’t that.

    Trevor
    #73607

    I have asked the developer, Ross, to take a look.

    Anonymous
    #73625
    This reply has been marked as private.
    Trevor
    #73629

    Hi

    I tried that too, same problem. For now, I will leave it to Ross to investigate.

    Ross Moderator
    #73826

    Hey Alin

    Ok so I’ve managed to isolate the current issue… it seems to be with the sliders (we use noUiSlider JS library) so I suspect there is an issue there… If you take a look at the test page it is working without the sliders:

    http://wka.xcrm.ro/test/

    To debug further, can I ask you to add one line to your wp-config?

    define("SEARCH_FILTER_DEBUG", true);

    This will then use the un-minified scripts for S&F and I can then see better what is actually happening.

    Thanks

    Anonymous
    #73832
    This reply has been marked as private.
    Ross Moderator
    #74535

    Hey Alin

    I found the error..

    It is because you are using a dot . as your thousands seperator, but the JS slider plugin gets confused because the dot is also used for decimal.

    You must change this so it does not use a dot.

    Another user recently mentioned he wanted to change the character used for decimal to a comma ,… so when I add this functionality you can use a dot for a thousands seperator, but then you must also change the the decimal away from a dot…

    Basically thousands seperator and decimal must not be the same, and currently there is no way to change decimal character (it is coming in an update).

    Hope that makes sense and for now you can work around this?

    Thanks

    Anonymous
    #74836
    This reply has been marked as private.
Viewing 10 posts - 21 through 30 (of 44 total)