Tagged: editor, Enfold 4.5
Hi,
after Updating WordPress (5) and Enfold (4.5) it is nearly impossible to change Text-Blocks.
I read this post:
Is the solution mentiond there the right way to solve this problem (install classic editor) to fix this?
Kind regards
Astrid
Hi Astrid
With the newest theme version (Enfold 4.5.2) you can also select your preferred editor (classic or block) within the theme settings.
So in general, no additional plugin is needed. However, I discovered that in some cases the elements were still not editable for me (such as in Google Chrome), so I installed the Classic Editor plugin again in this case.
Hope that helps.
Cheers
Michael
Hi Astrid,
There is an option to select the Classic Editor in the newest version of the theme like Michael pointed out. Could you update to that please? If not then you can use this in your functions.php file to disable the Gutenberg 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);
Best regards,
Rikard
Hi Michael and Rikard,
thank yoou very much – after updating Enfold had dissapeared!!
Best regards
Astrid
Hi Astrid,
Glad that we could help :)
Thanks for using Enfold and have a great day!
@michaelH, thanks for helping out :)
Best regards,
Nikko