-
AuthorPosts
-
February 11, 2019 at 9:04 pm #1065672
Hi,
I am trying to edit a text in a page and i can’t see or modify it.
A message on the right says “It seems you are currently adding some HTML markup or other special characters. Once all HTML tags are closed the preview will be available again. If this message persists please check your input for special characters and try to remove them.”
February 12, 2019 at 9:09 am #1065849Hey Julien,
Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardFebruary 12, 2019 at 6:46 pm #1066052Here it is.
Thanks
February 13, 2019 at 7:14 am #1066303Hi,
Thanks for that, though the login page gives me a 404 error?
Best regards,
RikardFebruary 13, 2019 at 7:04 pm #1066594Ok try this
Thanks
February 14, 2019 at 10:11 am #1066866Hi,
Thanks for that, your problems are likely due to the new Gutenberg editor included in WordPress 5. You could either update to Enfold 4.5.4 and select to use the Classic Editor in the theme options, or disable Gutenberg if you don’t want to update.
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 after you have updated: https://kriesi.at/documentation/enfold/theme-registration/
If you want to disable the Gutenberg editor then please 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,
RikardFebruary 14, 2019 at 5:11 pm #1067057I disabled the Gutenberg editor and it’s working.
Thanks a lot!
February 14, 2019 at 10:20 pm #1067189Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Can't edit page’ is closed to new replies.