Forums › Forums › Search & Filter Pro › Range slider with only maximum value
Tagged: range slider
- This topic has 3 replies, 2 voices, and was last updated 3 years, 9 months ago by Trevor.
-
Anonymous(Private) February 28, 2020 at 3:38 pm #235217
Hello,
My customer’s products have a value (Fire Tolerance) which is expressed by number. The higher teh number, the more the item is fire resistant.
But
We need to put a slider to select the maximum value, without changing the low side of the slider, which has to be set to 0 (it has no meaning).
Is it possible to hide or remove the min value, or to force it set to zero?
Thanks a lot,
Davide
Trevor(Private) January 22, 2021 at 2:02 pm #273643This custom CSS would hide the
-
separator, the To box, and the To handle of the slider:.searchandfilter[data-sf-form-id="3918"] .sf-field-post-meta-EI .sf-meta-range-slider .sf-range-values-seperator, .searchandfilter[data-sf-form-id="3918"] .sf-field-post-meta-EI .sf-meta-range-slider .sf-range-prefix:nth-child(4), .searchandfilter[data-sf-form-id="3918"] .sf-field-post-meta-EI .sf-meta-range-slider label:nth-child(5), .searchandfilter[data-sf-form-id="3918"] .sf-field-post-meta-EI .sf-meta-range-slider .meta-slider .noUi-base .noUi-origin:nth-child(3) { display: none; }
I think you might find it easier to use a new plugin we have for the layout and content of the posts. See this post:
https://support.searchandfilter.com/forums/topic/custom-layouts/
Especially as you want only the title.
As to updates, see this post:
https://support.searchandfilter.com/forums/topic/plug-in-update-in-wp-admin/#post-273233
-
AuthorPosts