• 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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Darren Cooney

    (@dcooney)

    @jonschr Thanks for this. Looks like the issue is the Sidebar plugin in Instant Images.

    WooCommerce is faking a post edit screen (I don’t like it when plugins do this!) and its throwing errors.

    I’ve fixed this by not loading the Instant Images sidebar on the woocommerce_page_wc-admin screen.

    This will be released later this week.

    Thread Starter Jon Schroeder

    (@jonschr)

    Sounds good. Thanks, Darren, and sorry to be submitting multiple bug reports in a row! Love your work – and these bugs are fairly arcane. Not your fault by any means!

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