I am having this issue with the content slider on page load. It is causing the slider to delay loading by 4-5 seconds. Is there a way to prioritize its loading or remove the initial delay transition?
Thanks
Hey GiantTitan,
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:
#main #testimonials .slide-entry-wrap.active-slide {
-webkit-animation: none;
animation: none;
opacity: 1;
visibility: visible;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike