Conversation
supportHello, How can I remove 0 values, while they are not needed? For example: If I have value at this moment 0095435, when the maximu, value is 9999999, I want to display 95435, without empty first values. https://wordpress.org/plugins/jellyfish-counter-widget/
That’s not possible in this version. It could be a useful feature to include in a future version to enable less odometer style counters but would take some not trivial changes.
Is it hard to make this custom changes in the current version?
It wouldn’t be a quick change as the counter was always assumed to have a fixed number of digits. The main plugin file should probably be unaffected but the counter javascript and associated css will need quite a lot of hacking. I can’t say exactly without spending some time looking through the code
That’s not possible in this version. It could be a useful feature to include in a future version to enable less odometer style counters but would take some not trivial changes.
Is it hard to make this custom changes in the current version?
It wouldn’t be a quick change as the counter was always assumed to have a fixed number of digits. The main plugin file should probably be unaffected but the counter javascript and associated css will need quite a lot of hacking. I can’t say exactly without spending some time looking through the code