How to fix Jetpack sharing feature error with W3TC and minify enabled
-
When using W3TC with minify and Jetpack enable with the sharing feature enable, I get an “Uncaught ReferenceError: jQuery is not defined at (index):10” and then when looking at the contents errors with Chrome, this is highlighted:
var windowOpen;jQuery(document.body).on('click','a.share-twitter',function()){if ('undefined' !==typeof windowOpen){windowOpen.close();}
I have disabled the sharing feature for now, and it seems to mitigate the error, but I would like to find an solution to this problem.
Any ideas?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to fix Jetpack sharing feature error with W3TC and minify enabled’ is closed to new replies.