Tagged: ALB, block editor, Gutenberg
When I switch to block editor in Enfold settings I still see the legacy editor and the ALB for posts and pages.
Any suggestions what should I do to enable block editor?
Hey umnique,
Thank you for the inquiry.
Did you update the theme to version 4.8.6.1? Please post the site details in the private field so that we could check the issue properly. Make sure that the Appearance > Editor is accessible.
Best regards,
Ismael
Hey! Thank you for your reply!
The theme is updated. credentials are in a private field.
Hi,
Thank you for the info.
This code in the functions.php file disables the block editor.
// 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);
We disabled the snippet temporarily. The block editor should display properly now.
Best regards,
Ismael