We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
I came across this issue as well and it happened once I included jquery.lazyloadxt.bg.js.
jquery.lazyloadxt.bg.js
Sorry, something went wrong.
Hi,
Same issue for me.
The first call is to "/undefined" and replaced by the right image after that.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: