Forums › Forums › Search & Filter Pro › Format number in range slider (with number_format() by example)
Tagged: format number, number_format
- This topic has 3 replies, 2 voices, and was last updated 10 years, 8 months ago by
Ross.
-
Anonymous(Private) May 20, 2015 at 4:21 pm #17934
Hi,
I need to modify the format number displayed in range slider.
I has been made easily elsewhere on the website with the number_format() function.
However I have absolutely no idea how to implement it to affect the numbers displayed in search inputs.
Thanks a lot for your help !
Ross Moderator(Private) May 21, 2015 at 12:43 pm #18006Hey Stephane
I’m not sure its possible – the numbers you see are part of the html5 input type “number”.
I had a quick look and found this:
https://www.aeyoun.com/posts/html5-input-number-localization.html
However it doesn’t really allow any custom control of the formatting – plus its not integrated with the plugin. You could try to hack the plugin source and make this change – if so I can direct you to the file.
I’ll look at adding in something more robust in an upcoming version (where it doesn’t use HTML5 number inputs).
Thanks
Anonymous(Private) May 22, 2015 at 9:21 am #18076Hi Ross,
thank you for your answer. Yes, I think we have no choice and need to hack plugin source here, but this is not an issue for me here.
However I’ve tried implementing lang=”nb” in both class-search-filter-generate-input.php and class-search-filter-display-shortcode.php, as well is my main <html> and nothing changed 🙁
Help for making this work greatly appreciated !
Ross Moderator(Private) May 27, 2015 at 1:49 am #18294Hey Stephane
It sounds like what you are doing is the right way to modify… but the link I sent was just a quick google, I can’t verify if it works.
I think your best bet is to change this type of field to a text field (I’m hoping this works.. .thinking its possible there might be some JS problems) – if you can do this then the next step would be run some JS which formats the numbers..
Hope that helps!
Thanks -
AuthorPosts