• Resolved tecsedy

    (@tecsedy)


    I’m attempting to put multiple counters at different levels in a single page. They both display correctly but the first counter won’t start until after reaching the second counter. This causes an issue as the first counter displays 0 for whole duration of it being on screen.

    First counter: [countup start=”0″ end=”38346″ decimals=”0″ duration=”2″ suffix=” LBS” scroll=”true”]
    Second counter: [countup start=”0″ end=”106000″ decimals=”0″ duration=”2″ suffix=” TN” scroll=”true”]

    Is there anyway to have the counters start separately as they are reached in the scrolling of the page? In this case, the first counter begins to count up as it comes on screen and the second doesn’t start until it comes on screen.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Roel Magdaleno

    (@rokumetal)

    Hi, thanks for use my plugin.

    About your issue, you can start the counter when your page is already loaded with just change this attribute from the shortcode:

    scroll=”true” to scroll=”false”

    So, if you have one counter at the top of your page, put that attribute to false and the second one, it must be true, if it’s in a lower level.

    Try it, and tell me what happened. ??

    Thread Starter tecsedy

    (@tecsedy)

    Thanks for the reply, I appreciate it.

    This is a good start but now the first counter is triggered as soon as the page loads and not when it comes on screen. Because the first counter is mid-page, it reaches its max before it even comes into frame. The second counter works correctly with this method.

    Is there anyway to trigger the counters individually as the come on screen?

    Plugin Author Roel Magdaleno

    (@rokumetal)

    Mmm, I see. So you need the first counter to execute its animation when you scroll into it? If that’s true, just put:

    scroll=”true”, to the shortcode that you wanna apply it.

    Every shortcode works individually with its respective attributes. I hope I can help you, but if not, would you share your page, so I can understand better?

    Thanks ??

    Thread Starter tecsedy

    (@tecsedy)

    When both shortcodes have a value of ‘true’ the first won’t trigger until you reach the second. What you are suggesting was how my code was first oriented.

    They seem to be working in a pair, as they both trigger only when you reach the second. I need them to trigger individually.

    Plugin Author Roel Magdaleno

    (@rokumetal)

    I already replicate your issue in my website, and your totally right! I haven’t notice this issue, but that’s weird because I tried before launched the last version.

    Let me fix that, and sorry.

    Thread Starter tecsedy

    (@tecsedy)

    Thank you! I really appreciate your time. Please notify me when this is updated.

    Plugin Author Roel Magdaleno

    (@rokumetal)

    Hey, I already fixed the issue, could you test it? Just update or download the last version (2.3). Let me know if it works, at least it worked for me.

    ??

    Thread Starter tecsedy

    (@tecsedy)

    Fixed! Thanks so much!

    Plugin Author Roel Magdaleno

    (@rokumetal)

    Thanks to you! ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Multiple Counters’ is closed to new replies.