wpbakery does not work and giving me a blank white screen with wpbakery logo

i'm using wpbakery plugin to build web pages. Yesterday i found that i wasn’t able to edit any pages or posts. Page builder is giving me a blank white screen with wpbakery logo on every single page or post I try to edit. If I disable page builder then I can not edit then none of my page builder pages work correctly. What can I do to get page builder working again?

Solutions

This looks like a problem of a compatibility issue between the WP Bakery live editor and new WordPress Guttenberg editor. To solve the problem you can:

1 - Add this snippet in your code.

add_filter('use_block_editor_for_post', false, 10);
add_filter('use_block_editor_for_post_type', false, 10);

2 - Install Classic editor plugin via your WordPress Dashboard.

Similar questions

Wordpress version 5.x (Gutenberg) White /Blank screen: dont dequeue wp-embed.min.js
I've been fiddling quite a lot with an issue with the new Gutenberg editor in wordpress 5.x in which i experienced a white/blank screen when trying to edit a page. What's weird is that I originally thought it was due to Yoast SEO (plugin) and an error with 'pluginSidebar', but disabling it didn't make a difference. I also tried all the possible sol...
WP 5.1 Edit/New post/page shows blank white screen
After updating to WordPress 5.1, when I Add/Edit a page/post, the screen is white (blank). I had tried without success: Any help resolving the issue would be much appreciated. Thank you.
Website shows blank white screen solely on Windows IE11
www.relius.de works fine in any browser as far as I know. Windows IE11 however shows a blank white page. I have no idea what the problem could be. Can somebody help?
Logo is showing on small screen but not on screen size above 720px
https://utahsportscommittee.com/ You can check the site, it doesn't show logo on bigger screen. when you reduce the size of the logo it displays itself.
WordPress Gutenberg - White Screen on page edit screen using custom block category in template
I'm attempting to setup a template and use a block that is contained within a custom category. The blocks word a-ok when used normally in the Gutenberg editor. I create the category as such: And make an (ACF) block: All is good until we get here: Then, when creating new page in the WordPress admin I get a blank white screen. The only error found is...
Why does my functions.php cause white-screen and media-library issues?
I was authoring a child-theme, and realized that functions.php was causing problems with the media-library and caused a "white-screen" to appear after editing a post. I fixed the issue by removing all content from my functions.php, but I don't know what was causing this. Production Server: multi-site, Wordpress 3.8.1 Local development server(aka "l...

Also ask

We use cookies to deliver the best possible experience on our website. By continuing to use this site, accepting or closing this box, you consent to our use of cookies. To learn more, visit our privacy policy .