-
AuthorPosts
-
February 5, 2019 at 8:07 pm #1063284
Hi,
I logged into my site and ever since wordpress made its new change, my site has been having issues…
I just tried to edit a page and it now displays blocks up top but if I scroll down, i see they layout builder. However, when i click an element within the layout builder, it opens up blank with no preview..
How can I fix this?
– Donny
February 7, 2019 at 7:13 am #1063871Hey Donny,
Please try adding this to your functions.php file to disable the Gutenberg editor:
// 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 7, 2019 at 8:18 pm #1064299Thanks. However, it pushes everything down on the right side. Typically the option to update the page, change page visibility, etc is no longer at the top. Will these setting alos mess up when we go to update the theme when the next update comes out?
-Donny
February 7, 2019 at 9:01 pm #1064306Hi, I also saw there was an update and when i went to update I got this message:
The update process is starting. This process may take a while on some hosts, so please be patient.
Enabling Maintenance mode…
Updating Theme Enfold (1/1)
Downloading update from …
An error occurred while updating Enfold: Download failed. A valid URL was not provided.Disabling Maintenance mode…
All updates have been completed.
February 8, 2019 at 10:20 am #1064503Hi,
The update to 4.5.x has to be done manually unfortunately, 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: https://kriesi.at/support/topic/updating-to-enfold-4-5-and-validating-personal-token/
Once you have updated to the latest version then you can select which editor to use in the theme options, you don’t need the code I posted previously.
Best regards,
RikardFebruary 8, 2019 at 6:45 pm #1064730Hi,
am I able to just go to Appearance > Themes > Add New > Upload Theme and upload the new enfold.zip i got from themeforest? If so, will this override all my settings? Id prefer not to have to install another plugin as i like to run a light website (minimal plugins).
Ill check out those threads as well.
Thanks,
DonnyFebruary 9, 2019 at 8:57 am #1064893Hi Donny,
You can do that but only if you use the plugin, you can delete the plugin once you are done with it. You can also delete the theme from the backend, then upload it again. You shouldn’t lose any of your settings, but as on all updates you should have backups of the site in case something goes wrong.
Best regards,
RikardFebruary 12, 2019 at 12:19 am #1065737Hi,
So i downloaded the plugin and the only option is to save the plugin… I am confused. Can you guys help with the update?
February 13, 2019 at 5:06 am #1066234Hi,
Yes we can but we will need FTP login details as well, and a confirmation that you have backups of the site in case something should go wrong.
Best regards,
RikardFebruary 21, 2019 at 6:43 am #1069787Hi,
I do not have FTP login info and that is why I downloaded the plugin. is it not possible for you to do it via plugin? Can’t i just re upload the theme from the appearance > New Theme upload? or would that override my settings?
Thanks,
Donny
February 24, 2019 at 2:47 pm #1070922Hi Donny,
You can export theme settings, delete the theme and upload a fresh version and then import the settings back. This should help you.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.