Compatibility with Brizy plugin
-
Hi guys,
I’m one of the developers of the Brizy plugin.
Brizy plugin has the same way of building pages like others plugins similar with Elementor, Divi, etc. You can load the page editor in you dashboard by accessing the url with these parameters
wp-admin/post.php?action=in-front-editor&post=16802. The issue is happening right here, when our editor is trying to load its js files. This is happening when minify js and other options of Asset CleanUp plugin are enabled.We are trying to fix it by checking if our js editor is loading I mean when we are in edit mode with our editor, to skip some of processes of Asset CelanUp plugin. But we can’t find any hook in the plugin that can help us.
I saw you have some hardcoded fixes for some plugins in the file:
wp-content/plugins/wp-asset-clean-up/classes/OptimiseAssets/MinifyJs.phpthe function skipMinify but we would rather use a hook in our plugin to skip all the processes of asset.Maybe you can add a hook so we can handle it and that hook will disable totally all the features of Asset Cleanup plugin.
At the moment I see two solutions:
- You add a hook so we can disable every process of Asset CleanUp
- Maybe we can add a line there in that file minify.js regarding our plugin
Another method I couldn’t find
Can you guys help me out here?
All the best,
Nichita
The page I need help with: [log in to see the link]
The topic ‘Compatibility with Brizy plugin’ is closed to new replies.