Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1214744

    Hi, I have a page with several timelines inside a tab section but the timeline does not show on initial page load. You have to refresh the browser in order for it to appear. I dont have any cacheing plug-ins installed and i’m a little stuck. Help!

    #1214784

    Hey CS-IAS,

    I didn’t have any issues using Chrome on a PC. Is this an issue on a particular device?

    Best regards,
    Jordan Shannon

    #1215189

    Hey Jordan, It seems to be very hit and miss, sometimes it works, sometimes not. I have just discovered a bigger problem though, the page doesn’t work on mobile at all. All elements are set to display on Mobile the tabs do not display.
    Any idea why?
    Thanks
    Chris

    #1215638

    Hi Chris,

    Thanks for the update. Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1216065
    This reply has been marked as private.
    #1216344

    Hi Chris,

    Thanks for that. The login details are not working though:

    Error: The password you entered for the username kriesi-support is incorrect. Lost your password?

    Please check and verify.

    Best regards,
    Rikard

    #1216400

    Sorry!

    #1218679

    Hi,

    Sorry for the delay. We were not able to reproduce the issue on our end, but if it’s probably related to the animation property. You can then use the following css code to disable the generic animation of the timeline elements and make them immediately visible on page load.

    .avia_transform .avia_start_delayed_animation.fade-in.av-milestone {
    	-webkit-animation: none;
    	animation: none;
    	opacity: 1;
    }
    
    .avia_transform.avia_desktop .av-animated-generic.av-milestone {
        opacity: 1;
    }

    Best regards,
    Ismael

    #1225765

    Excellent!! Thanks

    #1225883

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Timeline not appearing on page load’ is closed to new replies.