• Resolved nichita0423

    (@nichita0423)


    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.php the 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:

    1. You add a hook so we can disable every process of Asset CleanUp
    2. 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]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter nichita0423

    (@nichita0423)

    Hi, @gabelivan,

    Are you dealing with this issue? all clients have problems due to plugin incompatibility.

    All the best.

    Thread Starter nichita0423

    (@nichita0423)

    We renamed our js main files to the file_name.min.js, and since the plugin exceptions are set to ignore files with that name, the Brizy plugin started working.

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

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