I try to ensure that all my plugins are compatible with other plugins out of the box, but sometimes features of other plugins can conflict with those added by my plugins, and a bit of extra configuration is needed to ensure everything runs smoothly. This post gives my recommended settings for some 3rd-party plugins.
WP-Optimize
WP-Optimize includes a "minify" feature which may cause the jQuery library to be loaded later, breaking some Divi Booster features, including the option to make accordions closeable and closed by default.
You can avoid this by excluding jQuery from WP-Optimize's minify feature like so:

Add the /jquery.min.js exclusion alongside any others you have in that box. You'll only need to disable the Defer JQuery option if you've enabled "Defer all the JavaScript files".
0 Comments