Replies: 0
Hi Gabe,
I’m one of Brizy Plugin devs and we have found some imcopatibilty with brizy.
We made some tests and everything is fine except for the edit mode and that is happening because our css, js is broken. I tried to inspect what is happening and I see you had this incompatibility with other builders. I’m talking about the function assetCleanUpNoLoad it has some “ifs” for each builder like Elementor, Oxygen, Divi, etc.
Can you please, add some code for our builder there:
// "Brizy" plugin in the editor
if ( isset( $_GET['brizy-edit'] ) || isset( $_GET['brizy-edit-iframe'] ) ) {
return true;
}
To reproduce it just try to edit a page with Brizy builder.
Regards Viorel,