WordPress 7.0 bugs

  • We have just upgraded a site in development to WP7. We are seeing a few bugs. Some paragraph text content disappeared. We manually added the content back in.

    We are currently having an issue where we have added a video block. The content is in the backend, but does not display on the live page?

    Are there any patches to be released?

  • Hello,

    Seems to be affecting Customizer CSS related code amongst all core blocks, as well. Probably related to this:

    https://make.wordpress.org/core/2026/03/15/custom-css-for-individual-block-instances-in-wordpress-7-0/

    You probably have some CSS in the Customizer that hides those blocks, eg mystyle: display: none;. I understand how frustrating this can be.

    I’d recommend reporting it on the WordPress support forums or the Gutenberg GitHub with reproduction steps.

  • Many thanks. Did you manage to log in to view that actual page, just to confirm? we shared user access

  • Hello,

    Just another note. It seems that this is not a bug. WP now loads additional CSS in the editor without you having to add PHP to tell it.

    You would need to prefix the CSS to stop it running in the editor:

    body:not(.editor-styles-wrapper) .test-style

    Regarding user access: No, I didn’t login, I recreated it locally on my computer.

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