I am enabling Autoptimize for few hours.
Btw After forcing js in head & excluding WP Plugin info card js & css, everything is working fine but it still has issues with Inline related posts plugin.
Post where I am using WP Plugin info card: https://vscripts.net/two-factor-authentication-wordpress/
For inline realted posts, you can check any post
How the related Posts used to look when Autoptimize was disabled: http://imgur.com/6OK6I6K
ok;
1. disable “force JS in head” (I did not intend you to activate that, sorry about the confusion)
2. at least temporarily disable rocket loader, it makes troubleshooting AO JS optimization nearly impossible
3. exclude plugins/social-warfare/js/ from JS optimization (as your original JS error complained about that)
frank
ok; as you might have seen already, you have one JS error on console remaining:
TypeError: windowObj.scrollBottom is not a function[Learn More]
so let’s try excluding x/framework/js/dist/site/x-head.min.js?
frank
OK, seems like all is working now, right?
It still has some conflict with Inline related posts plugin.
well, I prefer people to learn how to fish instead of feeding them fish, so why don’t you try to troubleshoot as per the FAQ by e.g. excluding the related posts plugin JS (or CSS) from optimization? 🙂
There is something like ?no_autoptimize=1 to debug Autoptimize, am I right?
-
This reply was modified 8 years, 11 months ago by
punit2502.
Hi,
Since this topic does not have anything to do with WP Plugin Info Card, I mark it as resolved.
@punit2502 I suggest you to open a new support topic on the dedicated forum.
@futtta thanks for your help and patience.
Best,
?ao_noptimize=1 indeed, it disables AO for that request.