Hi Edwin! I’m sorry to hear that you are having problems with the plugin. Did you recently make any changes to the website? This has to do something with how you are minifying javascript on the website. I see that if I bypass Autoptimize plugin I can vote normally. However, Rate my Post is working well with Autoptimize plugin. So, is it possible that you also have some other “minification” plugin besides from Autoptimize?
Blaz
hi guys, frank (autoptimize dev) here 🙂
2 things to fix/ check for @edwin-w :
* you seem to be using both W3TC and AO for CSS/ JS optimization, the safer thing is to disable all minification in W3TC
* you seem to be “victim” of a plugin doing Gutenberg wrong (if it’s you @blazk have a look at https://blog.futtta.be/2019/03/22/how-to-not-correctly-load-gutenberg-js/), try adding wp-includes/js/dist to the comma-separated JS optimization exclusion list
hope this helps,
frank
@optimizingmatters thanks for your input 🙂 Rate my Post is not using Gutenberg blocks. @edwin-w the issues probably started after you updated one of your plugins or installed a new plugin – that will help you identify which plugin is causing issues on your website.
Thx Blaz & @optimizingmatters,
I’ll check it out today.
* Schwarzenegger mode ON *
I’ll be back (with results).
Regards,
Edwin
Hi guys,
When I deactivate Autoptimize then all is working fine.
However, I’ll check next weekend if it is the best solution.
Regards,
Edwin
well;
-> add wp-includes/js/dist to the comma-separated JS optimization exclusion list
-> disable all minification in W3 total cache (to avoid conflicts)
and all will very likely be fine (except for the fact that you have a plugin littering your frontend with backend Gutenberg JS) 🙂
Thx Frank & Blaz.
I did what Frank said, everything is working fine now.
Now, I’ll fix that Gutenberg “carbage” 🙂