Lazy Loading does NOT work on BeTheme

Hello,
I write because I have a problem between Lazy Load and BeTheme, they seem incompatible.
I'm trying to insert the Lazy load on https://www.vincenzobonuradj.com/ but it doesn't work.

I tried with many plugins and it doesn't work, then I tried also inserting  jquery.lazyload.min.js via FTP and entering the code:
<script src = "https://www.vincenzobonuradj.com/wp-includes/js/jquery.lazyload.min.js" type = "text / javascript"> </script>

And in head tag:
<script type = "text / javascript">
jQuery (document) .ready (function ($) {
$ ("Img"). Lazyload ({
failurelimit: 50,
effect: "fadeIn"
});
});
</ Script>

The result is that it never works, but there is this problem only with Betheme, because with other templates everything works perfectly.

Can you help me?
Thank you

Comments

Sign In or Register to comment.