• Resolved viorel

    (@vioreleremia)


    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,

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Gabe Livan

    (@gabelivan)

    @vioreleremia thanks for letting me know about this! Indeed, on Brizy edit mode, it’s better to have Asset CleanUp not loading at all. I’ve applied the code you suggested on the current tag and it will be present on the new tag as well.

    Thread Starter viorel

    (@vioreleremia)

    Thank you,

    have a nice weekend!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Compatibility with Brizy Plugin’ is closed to new replies.