- This topic has 3 replies, 2 voices, and was last updated 7 years, 4 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Range slider issue
Tagged: range slider
Hello,
I want to create range slider is the same as the picture below. but now I must set both Min and Max Value.
https://docs.microsoft.com/en-us/windows/uwp/design/controls-and-patterns/images/controls/slider.png
Thank you
You want to be able to match exact values only? So, in the case of that above example, only posts with that meta key set to exactly 50 would be selected? In effect, the user moves the slider to select a single number, which would be the same as typing in a number. But yes, our plugin only allows ranges to be compared.
Thank you for your answer, I found forum “https://support.searchandfilter.com/forums/topic/is-this-possible-change-slider-range-to-one-button/” and do it already.
I setting Min Value = 0 and Max Value = 200,0000 .. but it will be possible or not. If I want to provide a default value is set on 50,000.
Thank you.
You would think that it might be possible to add some javascript to set that default value on document/page load, but the problem then is that code would override any setting that the user makes, so to make a default setting is not possible, sorry.