Oxygen Builder compatibility issue
-
Hello.
This plugin is incompatible with Oxygen builder. It blocks the Media Library “browse” button and also locks the custom css menu bar when you’re in editor.
I think we need a snippet like in previous thread with Beaver Builder to prevent this plugin from adding the embed script when the Oxygen editor is active. I tried this one, but it’s not working.add_action( 'plugins_loaded', 'bbcbox_maybe_unload_cbox' ); function bbcbox_maybe_unload_cbox() { if ( isset( $_GET['ct_builder'] ) ) { remove_action( 'wp_head', 'convbox_head_script' ); } }
- The topic ‘Oxygen Builder compatibility issue’ is closed to new replies.