Hi Alex
As requested on June 26th:
Send Us the Page Layout Json File
Please, send us the page layout JSON file so we can attempt to replicate the issue locally. You can download your layout from Layouts > Import/Export > Download Layout. The JSON file can be uploaded to any online location like WeTransfer.com. To confirm, we cannot use the fix you’ve suggested without impacting existing Page Builder installations.
Disable Error Reporting
There is no need to edit the Widgets Bundle plugin file. To prevent notices, warnings, and errors printing to your site front-end you can try adding the following below define( ‘WP_DEBUG_DISPLAY’, false ); in your WordPress wp-config.php file:
@ini_set( 'display_errors', 0 );
If WP_DEBUG_DISPLAY set to false and ini_set display_errors set to 0 aren’t effective, kindly contact your hosts and let us know how that goes.