-
AuthorPosts
-
January 29, 2021 at 9:45 am #1276261Frieder HaaseGuest
Hallo liebes Enfold-Team,
leider gibt es bei einer Website die wir für einen Kunden erstell haben ein Problem: Sobald man bei einer Seite die Vorschau öffnet, werden die Änderungen gespeichert. Die Vorschau für Tablets oder Smartphones funktionieren gar nicht.
January 29, 2021 at 8:38 pm #1276405Hey Frieder Haase,
Could you please attach some screenshots of the issue?
You can upload screenshots to a service like Dropbox or http://imgur.com and give us the links here.
Best regards,
VictoriaFebruary 1, 2021 at 11:08 am #1276740Frieder HaaseGuestThis reply has been marked as private.February 5, 2021 at 12:19 pm #1277959Frieder HaaseGuestThis reply has been marked as private.February 5, 2021 at 3:00 pm #1278038Hi,
Thanks for contacting us and sorry for the late reply!
1- I am not sure if I understood the issue clearly. Does preview of the page not work as expected? If so, have you created that page using a page duplicating plugin?
2- In screenshot avia_DTP, you are using Block editor and in other screenshot, you are using Classic WP editor. To switch your preferred editor, please go to Enfold theme options and choose to use classic WP editor – https://imgur.com/a/vH2vXtc :)Best regards,
YigitFebruary 5, 2021 at 3:15 pm #1278043Frieder HaaseGuestThis reply has been marked as private.February 5, 2021 at 3:33 pm #1278049Hey Frieder,
1- Please see my reply to point 2 first and then check if that still happens when using classic editor. If you would like to continue using block editor and disable auto save, please use a plugin such as this one – https://wordpress.org/plugins/disable-gutenberg-autosave/
2- You might be using a plugin on other site to enable classic editor. Could you please choose “WP Classic Editor” in DTP site and check if that helps?
Regards,
YigitFebruary 5, 2021 at 3:53 pm #1278058Frieder HaaseGuestThis reply has been marked as private.February 11, 2021 at 4:31 pm #1279797Hi,
Could you please try adding following code to bottom of functions.php file in Appearance > Editor and check if that disables auto save?
add_action( 'admin_init', 'disable_autosave' ); function disable_autosave() { wp_deregister_script( 'autosave' ); }
Best regards,
YigitFebruary 11, 2021 at 4:59 pm #1279808Frieder HaaseGuestThis reply has been marked as private.February 12, 2021 at 12:07 pm #1279967Hi,
In that case please try adding following code to wp-config.php file which is located at the root of your WordPress installation via FTP
define('AUTOSAVE_INTERVAL', 86400);
If that does not help, I am afraid there is not anything else we can recommend as this is a WordPress feature and is not related to Enfold.
Best regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.