Forums › Forums › Search & Filter Pro › Search doesn't work
- This topic has 43 replies, 3 voices, and was last updated 9 years, 4 months ago by
Anonymous.
-
Ross Moderator(Private) December 3, 2016 at 2:06 pm #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:
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
Ross Moderator(Private) December 7, 2016 at 10:15 am #74535Hey 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
-
AuthorPosts