Open akinomagetro opened 7 years ago
Hi all,
I'm trying to fix the errors on a wordpress site that's using JCH, Async JS and Lazyload plugins and am receiving the following error:
http://pasteboard.co/L0h8VZArg.png
GET http://www.senhortanquinho.com/undefined 404 (Not Found) i @ jquery.lazyloadxt.min.js?ver=1.0.6:2 j @ jquery.lazyloadxt.min.js?ver=1.0.6:2
But the link is working well to this code: http://www.senhortanquinho.com/wp-content/plugins/lazy-load-xt/js/jquery.lazyloadxt.min.js?ver=1.0.6
http://www.senhortanquinho.com/wp-content/plugins/lazy-load-xt/js/jquery.lazyloadxt.min.js?ver=1.0.6
Any idea why it's resulting to a 404?
It's already in line 70 of view-source:http://www.senhortanquinho.com/jejum-intermitente-beneficios-ji/
view-source:http://www.senhortanquinho.com/jejum-intermitente-beneficios-ji/
UPDATE: I tried removing JS async and JCH to see if they were causing the errors. They were not.
I came across this issue as well and it happened once I included jquery.lazyloadxt.bg.js.
jquery.lazyloadxt.bg.js
Hi,
Same issue for me.
The first call is to "/undefined" and replaced by the right image after that.
Hi all,
I'm trying to fix the errors on a wordpress site that's using JCH, Async JS and Lazyload plugins and am receiving the following error:
http://pasteboard.co/L0h8VZArg.png
But the link is working well to this code:
http://www.senhortanquinho.com/wp-content/plugins/lazy-load-xt/js/jquery.lazyloadxt.min.js?ver=1.0.6
Any idea why it's resulting to a 404?
It's already in line 70 of
view-source:http://www.senhortanquinho.com/jejum-intermitente-beneficios-ji/
UPDATE: I tried removing JS async and JCH to see if they were causing the errors. They were not.