Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1338941

    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

    #1338963

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.