• Hello,

    When I update my page and add text the page the added text doesn’t appear on the website. I tried to make a new page and add text and also this page stays empty.
    On older pages, I can update the text and the text will appear on the website.

    -Jorn

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Phil

    (@owendevelopment)

    I would try setting in wp-config:

    define( 'WP_DEBUG', true );

    And then go to the admin again, try to re-save the page with the issue and see if any errors popup. Have a look in the Console under Developer Tools in the browser also to see if there’s any javascript errors on that page edit screen which is preventing the saving of content.

    Failing that, disable all your plugins and test saving again. If it works, enable each plugin one by one and testing every time to see which plugin is causing the saving of the page issue.

Viewing 1 replies (of 1 total)

The topic ‘Page remains empty’ is closed to new replies.