Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1276261
    Frieder Haase
    Guest

    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.

    #1276405

    Hey 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,
    Victoria

    #1276740
    Frieder Haase
    Guest
    This reply has been marked as private.
    #1277959
    Frieder Haase
    Guest
    This reply has been marked as private.
    #1278038

    Hi,

    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,
    Yigit

    #1278043
    Frieder Haase
    Guest
    This reply has been marked as private.
    #1278049

    Hey 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,
    Yigit

    #1278058
    Frieder Haase
    Guest
    This reply has been marked as private.
    #1279797

    Hi,

    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,
    Yigit

    #1279808
    Frieder Haase
    Guest
    This reply has been marked as private.
    #1279967

    Hi,

    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

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.