Title: Adding decimal separator
Last modified: January 16, 2017

---

# Adding decimal separator

 *  Resolved [miguel1876](https://wordpress.org/support/users/miguel1876/)
 * (@miguel1876)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/adding-decimal-separator/)
 * Hi There
 * Love your Plugin. Very helpful.
    I am using it for a price quote and would like
   to have it show a decimal separator with a dollar symbol like so: $5,000
 * ![http://i66.tinypic.com/hwbhjl.png](https://i0.wp.com/i66.tinypic.com/hwbhjl.
   png)
 * Is this possible?
 * Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [miguel1876](https://wordpress.org/support/users/miguel1876/)
 * (@miguel1876)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/adding-decimal-separator/#post-8661429)
 * Hi There
 * I actually found the exact range slider I wanted to implement.
    See it here: 
   [https://jqueryui.com/slider/#range](https://jqueryui.com/slider/#range)
 * I tried adjusting the code in slider-tag.php but I cannot make it work.
 * Can you help with this?
 *  Plugin Author [A.malakar](https://wordpress.org/support/users/ayushmalakar/)
 * (@ayushmalakar)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/adding-decimal-separator/#post-8795451)
 * Hi miguel1876
 * Thank you for being patient for my reply 🙂
 * Sorry for the late response, currently there is no way to add the dollar symbol
   except to hard-code it. As for the decimal, it was only designed to show up from
   0-999 . I will make sure to add a placeholder for the symbol as well as the decimal
   seperator on the next update 🙂
 * I do have a quick fix for you, but its only for the dollar sign
 * Here is what i need you to do go to slider-tag.php and add
 * replace
    `tooltip.text(<?php echo $default_value ?>);` with `tooltip.text('$'
   +<?php echo $default_value ?>);` online number 58
 * Then again go to line number 67 and replace
    `tooltip.text(ui.value);` with `
   tooltip.text('$'+ui.value);`
 * Do let me know if this works or not for you

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Adding decimal separator’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/cf7-ui-slider.svg)
 * [Cf7 UI slider](https://wordpress.org/plugins/cf7-ui-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cf7-ui-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cf7-ui-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/cf7-ui-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cf7-ui-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cf7-ui-slider/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [A.malakar](https://wordpress.org/support/users/ayushmalakar/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/adding-decimal-separator/#post-8795451)
 * Status: resolved