Hello,
I write because I have a problem between Lazy Load and BeTheme, they seem incompatible.
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:
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