
-
AuthorPosts
-
February 6, 2019 at 7:05 pm #1063725
Hello, our website for the most part is established so we don’t make changes often. I noticed a couple months ago that the “classic” editor appeared above the regular avia layout builder in pages. I the midst of editing one of my pages, I decided it was easier to simply delete it and create a new one (I have multiple clones built in avia to simplify this step). When I created a new page, I noticed the Avia Layout builder was and still is gone. The only option I have is to use the classic editor. How do I resolve this? Avia is still working on my other pages, but I’m hesitant to make additional changes in fear that it will somehow delete more data. Please advise.
February 7, 2019 at 8:12 am #1063902Hey thekingschurchlakeland,
I tried to login in the link below (private content) using the login credentials you gave however it doesn’t work, please check.
Can you give us a screenshot of the backend with the issue?
Try also going to Enfold > Theme Options > Select Your Editor (then set to) Use WP Classic Editor then save.Best regards,
NikkoFebruary 9, 2019 at 2:09 pm #1064936Hi Nikko,
I just logged out and logged back in using the credentials I sent you and it worked. Also, on the theme options page, I don’t see anything close to “Select Your Editor”. Right now, the only option I have is to name the page and enter code beneath that.
February 10, 2019 at 11:25 am #1065083Hi,
I see that you are running Enfold 4.2, please try to update to 4.5.3, then you will get the option Nikko is referring to. The update to 4.5.x has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or use a plugin to upload the theme zip file: https://wordpress.org/plugins/update-theme-and-plugins-from-zip-file/
Also please read this thread after you have updated: https://kriesi.at/support/topic/updating-to-enfold-4-5-and-validating-personal-token/
The login details didn’t work on my end either, please see private.
Best regards,
RikardFebruary 10, 2019 at 11:26 am #1065084Hi,
If you don’t want to update but still want to disable the Gutenberg editor 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 -
AuthorPosts
- You must be logged in to reply to this topic.