Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1070833

    Dear Support Team

    Trying to edit in WordPress backend. But all pages, portfolios or posts show a blank editable page after an upgrade to the latest WordPress 5.1. The logs don’t show any errors. Do you have any idea what is the reason for?

    Best regards

    • This topic was modified 5 years, 6 months ago by Jaispirit.
    #1070840

    FYI: I switched in ENFOLD child theme to WP Classic Editor. But the pages are still not editable.

    #1070873

    Hi Jaispirit,

    Please deactivate the caching plugin and the seo plugin and see if the issue persists.

    Best regards,
    Victoria

    #1070890

    Dear Victoria
    Disabling the caching and SEO plugin solved the problem.
    Thank you.
    Best regards

    #1071883

    Hi,

    Thanks for the update.

    Which SEO plugin are you using? Have you tried installing another plugin?

    Best regards,
    Ismael

    #1072264

    Dear Ismael
    We are using the Yoast Premium plugin. We also experience now, that Yoast is not working when it is enabled.
    No analysis results appear (there only appears an endless circle).
    Can you recommend another SEO plugin which is working proper?
    Best regards

    • This reply was modified 5 years, 6 months ago by Jaispirit.
    #1072846

    Hi,

    Thank you for the update.

    We’re getting a lot of errors when we try to edit a page using the advance layout builder. Please add this code in the wp-config.php file to unmerge the scripts. The debugger might be able to tell us more about the issue if the scripts are loaded separately.

    define('CONCATENATE_SCRIPTS', false );
    

    And enable the debug mode.

    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_DISPLAY', true);
    

    // https://codex.wordpress.org/Debugging_in_WordPress

    Best regards,
    Ismael

    #1077231

    Dear Ismael

    define('CONCATENATE_SCRIPTS', false );
    define( 'WP_DEBUG', false );
    define( 'WP_DEBUG_DISPLAY', false);

    Are set in wp-config – but still disabled. Please be so kind and enable them when you are proofing and disable them again when you are finished. You can access the wp-config in the backend over the ‘File Manager’.

    Best regards

    • This reply was modified 5 years, 6 months ago by Jaispirit.
    #1077371

    Hi,

    Thanks for the update.

    We won’t be able to enable the debug mode or edit the wp-config.php file from the dashboard, so we need access to your file server.
    Please post the FTP details in the private field. Is the builder working when you set the “CONCATENATE_SCRIPTS” constant to true?

    Best regards,
    Ismael

    #1077630
    This reply has been marked as private.
    #1078810

    Hi,

    Do you have a backup of the files, so we can also work our selfs?

    Best regards,
    Basilis

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