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!
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
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
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
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
Sorry!
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
Excellent!! Thanks
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon