lisa
(@contentiskey)
Classic Editor is available as an option instead of using new editor
https://wordpress.org/plugins/classic-editor/
Hi @digitalchica,
You’ll need to contact the WPBakery support team for plugin guidance.
https://support.wpbakery.com/
According to their FAQ, if you’re running an up-to-date version of the plugin, it’s compatible with the new editing interface:
https://kb.wpbakery.com/docs/faq/does-wpbakery-page-builder-works-with-the-gutenberg/
As @contentiskey has mentioned, using the Classic Editor plugin may help with plugin incompatibilities.
Hi @lisa .
So i must to install Classic Editor plugin for 50+ website that i have?
Hi all
I’ve just tried installing the classic editor and I’m still getting console errors. Everything is up-to-date. Any ideas?
Thanks!
Dan
I added Classic Editor and the Classic Editor Addon to make sure Gutenberg wasn’t activated. This worked for me.
Hi. The inline version of WPBakery is working as expected. In the Pages list click on Edit with WPBakery Page Builder
link.
@contentiskey: Thanks! That worked! 🙂
@contentiskey – THANKS, Classic Editor really solved the problem
Having the same issues with trying to edit pages or posts. Click edit, the page loads some stuff (that looks like the CSS hasn’t finished loading or is unable to load) then the page goes white/blank.
Having same issue while update WordPress 5.0. Visual composer not working in new WP version.
Rolled back to old version.
Yes, Classic Editor solved my problem.
Hello,
Just add the lines below in the functions.php theme
————
// disable for posts
add_filter(‘use_block_editor_for_post’, ‘__return_false’, 10);
// disable for post types
add_filter(‘use_block_editor_for_post_type’, ‘__return_false’, 10);
————–
After all works well (with old windows)
Having the same problem.
Using the Stockholm theme.
Installed the classic editor plugin but still WP Bakery not working.
Any ideas?
this worked for me, but I think it is not the definitive solution, I only have a problem on one site, but those who have many sites under their care
https://wordpress.org/plugins/classic-editor/
-
This reply was modified 3 years, 6 months ago by
mvacademyhn.