recently I implented lazy load script into my wordpress blog through query posts. Well it is working, but sometimes javascript will not just work.
Actually I have these images in sidebar aka images of products on the right
Funny is when it will not load lazy load script it will also not load another important scripts on the page, do you know what is the problem ?
recently I implented lazy load script into my wordpress blog through query posts. Well it is working, but sometimes javascript will not just work.
Actually I have these images in sidebar aka images of products on the right http://affgadgets.com/rankpay
Funny is when it will not load lazy load script it will also not load another important scripts on the page, do you know what is the problem ?
There are a few things that can cause the lazy load script not to load. Check these few things:
Make sure that the lazy load script is loaded in the header of your website. It is the most common place to load lazy load scripts because it ensures that script is loaded before anything else.
Check the loading order of your scripts. If you have other scripts
that are loading before the lazy load script,that may prevent it from
loading. So please try changing the loading order and see if that
fixes the problem.
Check your website's hosting configuration. If your website is hosted on a shared hosting plan, it's possible that your hosting provider is blocking the lazy load script.
Hope this helps!
wp_enqueue_scripts
? A plugin? I'm not seeing it loaded on that page at all. – BODA82 Commented Nov 17, 2014 at 20:29$("img.lazy").lazyload();
in your noindex.js file. You've got some other errors too that you'll want to square away. – BODA82 Commented Nov 17, 2014 at 20:34