I have created a topic many times and no response.
My backend has went haywire. The blocks are disrupting everything. On the “About” page, Headers are dubplicated, it’s showing the <p> and other code, and when I try and edit, it only gets worse.
Please help. This is urgent. My meeting with my client is in an hour. Login details are below.
Thanks,
Shannon
Hey shannonjhester,
Could you try updating the theme to the latest version (4.5.2) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. After that, please activate the Classic Editor in the the main page of the theme options. If you want to disable the Gutenberg editor manually then you can try this in 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