Lazy Load Theme

Posted in: Newspaper
Post count: 37

Hello,

I want to ask you how to turn off lazy load for theme? I closed it from theme panel but header is loading slowly so how Can I improve that?
My website is : teknovv.com
Thank you

Post count: 35449

Hi,

The lazyload from theme pane do not have anything to do with the slowly load of your header.

I see the problem there . It is happening because of the same 1 second opacity transition. Try to enter this code in the theme panel custom CSS section

.td-js-loaded .td-element-style {
transition: none!important;
-webkit-transition: none!important;
}

Then check if the same happens. The transition should be removed from all elements. Let me know.

Thank you!

Post count: 37

Hello,
Thank you for your support but I added the code but it doesn’t look like it is working. So is there any other code to apply for it? thank you 🙂

Post count: 35449

Hi,

Please set this custom code in analytics
<style>.td-element-style {
opacity:1!important;
}</style>

-> https://www.screencast.com/t/dDsRbb5uHi0

Hope this will help you better!

Post count: 37

Thank you very much :)) this time it works very well 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.