• Resolved emilycic

    (@emilycic)


    We have numbers in the hundred thousands and would like commas to display: i.e., 252,095 and 107,836. I tried with CSS but wasn’t able to. Is this a function you could add?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @emilycic

    you can also do it manually using the following steps-:

    1. Go to your WordPress dashboard
    2. Go to sidebar plugins –> Click on editor/plugin editor
    3. On the top right corner Select – Counter Number Showcase
    4. After selecting the plugin you will see plugins files opened Front
    5. Go to inc > admin > add-counter-box-js-footer.php line no.14 > change <input type=”number”> to <input type=”text”> and update
    6. now go to add-counter-box.php file > on line no.81 and 99 again change <input type=”number”> to <input type=”text”>. and update

    Thank you

    Thread Starter emilycic

    (@emilycic)

    Thank you, that worked perfectly!

    Hi @emilycic

    Glad that your issue has been resolved, if you like our plugin please rate us.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Commas in number display’ is closed to new replies.