USE LOADING ANIMATION IMAGE has opposite effect on mobile devices

Posted in: Newspaper
Post count: 20

Hi,

I have to keep this “USE LOADING ANIMATION IMAGE” option disabled because it has opposite effect on mobile devices. Can it be turned on only for desktops and keep it off for mobile devices? If yes, then how ?

Thank you

Post count: 23312

Hello lbartosek,

Unfortunately, our theme does not have any such an option that allows you to have the lazyload enabled on the desktop and disabled on mobile devices, sorry! If you want to display more levels, you should do it yourself and otherwise, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!

Thanks for the message!

Post count: 20

Hi Catalln,

I am sorry for such huge delay in answering your messages. I was on a long vacation and back then I have actually replied to the email which are no-reply email address I have noticed later.

Here is what I was trying to send you long time ago:

Hi,
I kinda understand that there is no such option and that you won’t customise it according to my need but can you explain why it has such negative effect on loading for mobile phones?
Would you be that kind and have a look at it what you’ll have time. I just enabled the lazy loading for you to have a look at it what I mean. I am still trying to make my pages as small as possible in order to load faster on mobile devices. I already tried your mobile plugin and it’s awesome regarding the page speed loading time but I kinda use different menu plugins and I haven’t managed to implement it for the mobile version yet. However, I am about to make my pages load fast on mobile devices with no use of you mobile plugin and that brings me to the lazy page loading and also I wanted to ask you how to minify newspaper JavaScript as I have tried to either combine it or even minify it but it always break my site. I have managed to combine and minify most of the js except the jQuery and newspaper js files. Any kind of help or hint would be very much appreciated. I use W3 Total Cache plugin in order to speed up my web site but as I mentioned I am having troubles to manage to minify or combine newspaper js file along with others. I tried most of the variations but none of them worked for the newspaper js file.
Thanks

Post count: 23312

Hello lbartosek,

Please keep in mind that the lazy load image will slow the page speed loading on mobile devices. If you want to disable this lazy load only for mobile devices you should edit the style.css file and add the following code on the right line, like this -> https://www.screencast.com/t/ngx63uVFE3

@media screen and (min-width: 767px) {
body.td-animation-stack-type0 .td-animation-stack .entry-thumb,
body.td-animation-stack-type0 .post img {
opacity: 0;
}
}

Hope this helps and let us know how it goes!

Thanks for your understanding!

Post count: 20

Hello,

thank you Catalln. I will give it a try and let you know if something.

Cheers

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