Compatibility with Brizy Plugin
-
Hi guys,
I am one of the developers of the plugin brizy. There are a few users on wordpress.com that have trouble using both plugins together.
The issue is that page optimize break our js in the iframe when the user is trying to edit a page with our editor.
Unfortunately, I can’t edit server files on wordpress.com but I see you guys had this issue before with divi builder so maybe a quick way to fix our issue is to add the code below next to divi code. I see it in the file page-optimize.php the function page_optimize_bail.
can we guys fix this together?if ( class_exists( 'Brizy_Editor' ) && ( isset( $_GET[ Brizy_Editor::prefix( '-edit-iframe' ) ] ) || isset( $_GET[ Brizy_Editor::prefix( '-edit' ) ] ) ) ) { return true; }
All The Best,
ViorelThe page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Compatibility with Brizy Plugin’ is closed to new replies.