I’m updating the figures on our website. While most of the new figures are showing correctly on the live site, the counter text for the Mass Event (which should be 29) isn’t updating, and I can’t figure out why.
Does anyone know what might be causing this issue?
Thanks so much in advance!
Here is my site Read-Only: [LINK][1]
([how to share your site Read-Only link][2])
There is no indication that the counter is meant to update automatically.
There would need to be scripts somewhere to do the calculation and update those values- to do that those elements would usually have ID’s or custom attributes so that the script can locate them.
You’ll just need to update them manually.
If the needed data is in the CMS however, It’s possible to automate those calculations with some good design & programming.