Conversation
supportI have Infinite Scroll installed and when using asynchronous-javascript it stops working, any ideas how i can exclude this plugin? Website is: carwitter.com I have left the Asynchronos-javascript on and Infinite scroll. https://wordpress.org/plugins/asynchronous-javascript/
I have added these to the exclusions: jquery.infinitescroll,infinite-scoll It seems to work fine in IE but not in Chrome?
The combination of you using CloudFlare’s rocketloader and the fact the script is written directly to the page instead of using an external file is most likely the problem.
I have always had rocketloader turned on though?
Not saying that it doesn’t do what it intends, but you are trying to combine two asynchronous solutions, should only be using one.
I have added these to the exclusions: jquery.infinitescroll,infinite-scoll It seems to work fine in IE but not in Chrome?
The combination of you using CloudFlare’s rocketloader and the fact the script is written directly to the page instead of using an external file is most likely the problem.
I have always had rocketloader turned on though?
Not saying that it doesn’t do what it intends, but you are trying to combine two asynchronous solutions, should only be using one.