• Resolved notafilia

    (@notafilia)


    I have the latest version of the Donovan template (free version). After updating WordPress to version 6.1, there was a problem with the correct display of the gallery.

    The gallery looks correct in the editor. Graphics are displayed side by side. And it was like that until the wordprees was updated. After updating, all galleries display graphics one above the other.

    I checked the website after disabling all plugins and donovan continues to display incorrectly. I changed the template and the gallery is displayed correctly. So I assume it’s a template problem

    Temporarily, I use columns to arrange graphics, but this is not the best solution. Unfortunately, I already have some entries and changing all galleries is impossible.

    Problem preview
    editor
    published entry
    another template

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • newslicer

    (@newslicer)

    Hi @notafilia, this is a bug in WordPress 6.1. It’s not a theme issue.

    Workaround (in your custom CSS):

    /* WP 6.1 Gallery Bugfix */
    body .is-layout-flex {
        display: flex;
        flex-wrap: wrap
    }

    Hope it get’s fixed in the next WordPress Update so the CSS can be removed.

    Kind regards
    André

    Thread Starter notafilia

    (@notafilia)

    So my thoughts were wrong ??

    Thank you very much for help @newslicer. Your code solved the problem ??

    • This reply was modified 2 years ago by notafilia.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Gallery incorrectly displayed’ is closed to new replies.