WP-Optimize is compatible with most WordPress plugins, including cookie consent solutions like Complianz. However, if you experience any issues, follow these troubleshooting steps:
- First, try unchecking “Enable minification of JavaScript files” and “Enable merging of JavaScript files” in the WP-Optimize Minify settings and check if the issue is resolved.
- If this resolves the problem, you can then proceed to implement a more refined solution by excluding specific JavaScript files related to the conflicting plugin from minification. This ensures WP-Optimize can still improve site performance without affecting the functionality of other plugins.
This approach helps maintain a balanced setup where optimization and plugin compatibility coexist effectively.
Hi and thanks for the reply that unfortunately doesn’t help me much.
WP-Optimize is compatible with most WordPress plugins, including cookie consent solutions like Complianz.
This topic is reporting an issue with your plugin and Compilanz plugin cookie placeholder so there is a compatibility issue caused by your minify function that I want to use but, if active create website issues.
First, try unchecking “Enable minification of JavaScript files” and “Enable merging of JavaScript files” in the WP-Optimize Minify settings and check if the issue is resolved.
No, this is not helping. I have to disable Process JavaScript files
I tried to manually exclude some js files but as I don’t know with one are the correct one… still see issues even when Enable merging of JavaScript files is disabled.
What I’m now testing is inserting the following string in the exclusion:
wp-content/plugins/complianz-gdpr/*
This seems to resolve the issue so, your plugin has compatibility issue with Compilanz.