Forums Forums Search & Filter Pro Format number in range slider (with number_format() by example)

Viewing 3 posts - 1 through 3 (of 3 total)
  • Ross Moderator
    #18006

    Hey 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
    #18076

    Hi 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
    #18294

    Hey 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

Viewing 3 posts - 1 through 3 (of 3 total)