• Resolved eefsds

    (@eefsds)


    Hi,
    Can I slow down the numbers on the counter? In addition is there a way to make each counter to start in a different period of time. For example make the first counter number to run first and when it stops make the second one to start.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @eefsds,

    You can slow down the speed of counter numbers change the below code. Go to plugins > plugin editor select counter number showcase and go to assets > js > counter_nscript.js file line number 4. You can increase the time to slow counter numbers.

    jQuery(document).ready(function( jQuery ) {
            jQuery('.counter').counterUp({
                delay: 20,
                time: 5000
            });
        });

    where 5000 is 5 seconds and you can change according to you. If it works let us know

    Thank you

    Thread Starter eefsds

    (@eefsds)

    Thanks for the reply! It worked! But is there a way to set different time for each counter number? For example to set the 1st column in 5 seconds and the 2nd column in 2 seconds? Because the number 232 goes really fast and the number 12 really slow.

    Thanks in advance.

    Hi @eefsds,

    This needs to do custom work which cannot be done here however if you have an issue with our plugin we can resolve it.

    Thank you

    Thread Starter eefsds

    (@eefsds)

    I realised that the first time that i visit my homepage (is where the counter is) the numbers stuck to 0- 1 -0 -0 and the counter doesnt work. Only when I refresh the page does the counter work. What should I do?

    Hi @eefsds,

    We have checked the link which you have shared and know that the counter number is working well.

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change the speed od counter’ is closed to new replies.