I’ve added a counter and the custom code that came with it, but the numbers aren’t counting up. I’m assuming I’ve got a class conflict which is why it’s not working. I’ve changed the class name of the numbers to ‘counterUp’ which I see in the code, but it still doesn’t work.
I think the class name you should be using is just counter or you can change the class name in the JS code, if you don’t want to change the class name in the page.
I’ve already got a counter class, so can’t change it to that on page.
Do I change the JS code from ‘counterup’ to ‘counterUp’? And do I apply the change across all the places I’ve highlighted?