Viewing 5 replies - 1 through 5 (of 5 total)
  • What you’re seeing is a known bug in WordPress 6.1. The Core developers had a ticket about it here: https://core.trac.wordpress.org/ticket/56970

    Currently, the task to fix is with the Gutenberg team: https://github.com/WordPress/gutenberg/issues/45713

    Add this to your Additional CSS in the Customizer if you want to fix it yourself in the meantime:

    .is-layout-flex {
        display: flex;
    }
    • This reply was modified 1 year, 4 months ago by threadi.
    Thread Starter kathleenscravings

    (@kathleenscravings)

    Thank you, @threadi !

    Glad that it’s a known issue being worked on. I added the code in the customizer (and cleared both my browser cache and WP Rocket cache), but the issue is still happening.

    Is there a step I’m missing? Appreciate the help!

    I don’t see any change to the CSS code in your page. Some cache in wordpress or from the server will still be in between I guess.

    Thread Starter kathleenscravings

    (@kathleenscravings)

    ah yes! there was another cache that needed to be cleared. Got it sorted now. THANK YOU THANK YOU!

    Hey,

    thanks again for reporting this issue. We’re currently investigating it, but we’re having a bit of a hard time reproducing it.

    Would you mind providing us with some more information about the website where you’ve encountered the issue?

    If you’re comfortable sharing the following, could you please let us know:

    – The theme you’re using.
    – The list of active plugins.
    – Which hosting provider you’re using.
    – If the page source of the site you’re having problems with contains a <style id='global-styles-inline-css'> tag. If yes, we’d also ask you to share it’s contents (i.e. after that tag and before the corresponding closing </style> tag).

    Finally — and only if you’re comfortable doing so; we don’t generally recommend it on a production site: Would you mind trying to install and activate the Gutenberg plugin? We have a tentative fix that’s present in the latest version, and we’d like to know if it fixes the issue. (If so, we’ll try to get it expedited into a WordPress 6.1.2 release.)

    Thanks in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Gallery Block Working Inconsistently’ is closed to new replies.