Like so many users, this site failed the update process. I am so desperate to help this customer that I purchased a new instance of Enfold. I used file manager at their host, changed enfold to enfold-old in wp-content then uploaded 4.5.2. I expected the issues I faced to be fixed, but find a whole new set of problems. The interface is not recognizable. Either this near version departs dramatically from what I am used to, or, more likely, there is a significant issue with the install.
I am sending login credentials to the WP instance in private. Please look at the interface, both Pages and Posts, and reply.
Thanks in advance. Desperate.
Hey Tim,
Can you please share the login link too?
Best regards,
Victoria
Victoria,
I was finally able to get things on track, though I feel vulnerable not knowing when functionality will be restored.
For me, it was the perfect storm: Theme upgrades did not work. I had to manually upgrade to 4.5.2 and then, in some instances, install the Classic Editor plugin to get back on track. Whew.
Thanks for the reply. What is the best way to learn when Enfold will be fully functioning?
Hi,
Enfold is working as it should as far as I know, maybe you are looking to disable the Gutenberg editor? If so then please 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