Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #983100

    Hey guys,

    So my animated numbers works fine on desktop but doesn’t load them up on mobile – they are just static.

    Any help with how i can solve this would be greatly appreciated.

    Best,
    Chris

    • This topic was modified 6 years, 4 months ago by Chris.
    #983297

    Hey ExquisiteRetail,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #983418

    Sure

    #983645

    Hi ExquisiteRetail,

    They worked fine on my iPad in Safari, which devices and which browsers is it not working on?

    Best regards,
    Victoria

    #983683

    Hi Victoria, it is on mobile devices. I have seen it on different iPhones when I scroll down to the bottom I don’t see the numbers on the bottom of the welcome page count up.

    #983985

    Hi,

    The delayed animation is disabled on mobile devices by default so the “animated number” animates on page load. The elements usually start to animate when they are visible in the view port. You can find the script in the js > shortcodes.js, line 643. Look for the “$.fn.avia_waypoints” function.

    if(isMobile)
    {
        element.addClass('avia_start_animation').trigger('avia_start_animation');
    }
    

    That line instantly triggers the animation on mobile view.

    Best regards,
    Ismael

    #984271

    Hi Ismael,

    Thank you for the response. I haven’t got a clue about this coding side unfortunately. Could you provide some more details for me please? Maybe some screenshots?

    Best,
    Chris

    #984431

    Hi,

    Thanks for the update.

    You have to modify the js > shortcodes.js file via Appearance > Editor panel, your Cpanel or via FTP. If you’re not sure how to do it, please provide the login details in the private field. We’ll do the necessary changes but I’m not sure if the “waypoint” script is compatible on mobile. There must be a reason why it is disabled by default.

    Best regards,
    Ismael

    #984844

    HI Ismael,

    Thanks for the help – is it the log in to the website you need? Or for the hosting company?

    I haven’t changed a great deal from the original Enfold demo and I haven’t done anything from a coding perspective.

    #985054

    Hi ExquisiteRetail,

    If Appearance > Editor is working, you can give us access to the WordPress dashboard, if not FTP access will be necessary.

    Best regards,
    Victoria

    #985663

    Hi, sure.

    #985864

    Hi,

    The login info is invalid. Please check it carefully.

    Best regards,
    Ismael

    #985921

    Sorry about that

    #986189

    Hi,

    Thanks for the info.

    We modified the file. The number is now animating when it’s visible in the view port on a browser emulation. I’m not sure if it’s the same on an actual mobile device. Please remove the browser cache prior to checking the page.

    Best regards,
    Ismael

    #986397

    Thanks for the help. I look in incognito mode on mobile and it seems to be working perfectly.

    #986714

    Hi,

    Awesome! Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Animated Numbers isn't working for me on mobile’ is closed to new replies.