Hello,
I must have clicked anywhere that I can´t remember and now I do have this code on my GUI.
Where does it comes from and how to hide? If I scroll down I can edit and work in the “Avia Layout Architect”
JS
Pls. look here:
https://www.dropbox.com/s/sp2uhvjdsfqwx5i/Code%20Enfold%20Hide.jpg?dl=0
Hey Tom,
Please select to use the Classic Editor on the main page of the theme options.
Best regards,
Rikard
Rikard, thanks, but what is the main page of the theme options? Perhaps in german?!
JS
…and…can it be that this switch away from the Classic Editor is the reason that I can´t see and edit anymore in a text element the text?
JS
P.S.: ..still not found the way back to the Classic Editor…
Hi,
If you click Enfold in the WordPress menu then that will take you to the main page of the theme options. Scroll down the page and it will be the last option on the page.
If you are running a version lower than 4.5.2 then you will have to update to that or higher to be able to see that option. If you want to disable the WordPress block editor then you can add 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
Hi,
“thanks”.
The “last option on the page” is “Wartungsmodus” or do you mean “Theme Update” as “last option on the page”. Don´t know who to find there “select to use editor” like you suggested in your first answer post.
JS