Bug report: incompat with new WooCommerce products
-
To reproduce, install WooCommerce, and go to WooCommerce > Settings > Advanced > Features, then enable the new product editor in beta.
Create a new product, and you should see the new editor (which is pretty slick!).
Enabling Instant Images after that’s enabled simply white-screens the new editor.
It appears to be from this code (though I’m not 100% sure on this), which I don’t see in Instant Images, but which might be being activated by instant images in some way.
body.js.block-editor-page #wpbody-content>div:not(.block-editor):not(#screen-meta),?body.js.block-editor-page #wpfooter?{
display: none;}
Body classes look the same, and I’m kinda stumped as to *how* II is having this particular effect, but very consistently disabling it fixes this view (experiencing this on two sites).
Sorry to be the bearer of bad news! If you need a backup to look at, I can provide one.
- You must be logged in to reply to this topic.