WPIntell

Source evidence

Remove zero values

Jellyfish Counter Widget · support · 2016-06-29T09:38:00+00:00

complaintsentiment
highseverity
0.9relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 20 rows with source links

20.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

16 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
mdxclr unresolved
Hello, 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

Comments

3 shown
Strawberry Jellyfish 2016-06-29T13:34:00+00:00

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.

mdxclr 2016-06-29T17:54:00+00:00

Is it hard to make this custom changes in the current version?

Strawberry Jellyfish 2016-06-30T11:01:00+00:00

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