I cant update my texts on my website.
Does anyone have an idea?
It’s hard to explain so please take a look at the screenshots please.
Wordpress 5.0.2
Enfold 4.5.1 ( I know Enfold 5 is out, but it doesnt let me update and I have read on these forums why that is. Will try to update soon. )
Thanks in advance for helping me out ;) !
Hey jeroenvandessel,
Could you try to install this plugin to see if that helps please? https://wordpress.org/plugins/classic-editor/
You could also try to disable the new WordPress editor by adding this to your functions.php file:
// 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