-
ready steady
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?
-
George
Hello,
Seems to be affecting Customizer CSS related code amongst all core blocks, as well. Probably related to this:
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.
-
ready steady
Many thanks. Did you manage to log in to view that actual page, just to confirm? we shared user access
-
George
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-styleRegarding user access: No, I didn’t login, I recreated it locally on my computer.
- You must be logged in to reply to this topic.