Hi there,
it seems as since 2016 the script has moved to
enfold/config-templatebuilder/avia-shortcodes/numbers/numbers.js
Whereas, an adaption of the code still does not work.
I tried to change the number from
var number_container = $(this), elements = number_container.find(‘.__av-single-number’), countTimer = number_container.data(‘timer’) || 3000;
to
var number_container = $(this), elements = number_container.find(‘.__av-single-number’), countTimer = number_container.data(‘timer’) || 15000;
But the speed of the numbers doesn’t get any slower.
Greets,
Alex