• Hi folks,

    We isolated an issue with your plugin when using the Oxygen Builder for WordPress.

    Please kindly make a modification like the one below in Review/Plugin.php in order to suppress incompatibility with the Oxygen Builder for WordPress:

    		if ( !isset($_GET['ct_builder']) && !isset($_GET['ct_template']) && !isset($_GET['oxygen_iframe']) ) {
    			wp_enqueue_script( 'tp-js' );
    			if (isset($trustbox->trustboxes) && count($trustbox->trustboxes) > 0) {
            	   wp_enqueue_script( 'widget-bootstrap', TRUSTPILOT_WIDGET_SCRIPT_URL . '#trustpilot_async', [], '1.0' );
    			}
    		}

    This suppresses JavaScript from loading and producing errors that blocks other builder functions.

  • The topic ‘Oxygen Builder compatibility hotfix’ is closed to new replies.