- This topic has 14 replies, 2 voices, and was last updated 8 years, 5 months ago by .
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 rtl issue
Tagged: range slider rtl
I think it’s deeper then this…
I think it has to do with js or options of some sort.
I found this code in the nouislider web page –
var directionSlider = document.getElementById(‘slider-direction’);
noUiSlider.create(directionSlider, {
start: 20,
direction: ‘rtl’,
range: {
‘min’: 0,
‘max’: 100
}
});
Maybe this can help?
I’m not sure and also not sure where to put this code…