• ChadUM

    (@chadum)


    Since upgrading to WP 6.1, I’m having two issues:

    • Galleries are now broken
    • There’s no bottom padding on images
    • Is anyone else having this issue?

    • This topic was modified 2 years ago by ChadUM.

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

Viewing 13 replies - 1 through 13 (of 13 total)
  • fernandoazarcon2

    (@fernandoazarcon2)

    Hi @chadum,

    Yes, we experienced this as well. WordPress made changes in terms of the styling. They’re trying to streamline it currently.

    You can try adding this CSS in Appearance > Customize > Additional CSS for now:

    figure.wp-block-image, .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image)  {
        margin-bottom: 1.5em;
    }
    Thread Starter ChadUM

    (@chadum)

    Thank you!

    Do you know if this fix will be merged into GeneratePress?

    fernandoazarcon2

    (@fernandoazarcon2)

    Oh. Those Blocks are from WordPress. The default spacing was from WordPress as well.

    GeneratePress tries not to alter WordPress core Blocks as much as possible.

    I would suggest using free and lightweight GenerateBlocks for adding stuff in your site so that you’ll have fuller control of the spacing and other stuff as well.

    See here for reference: https://generateblocks.com/

    Thread Starter ChadUM

    (@chadum)

    Unfortunately, going back through nearly 11,000 articles and converting them to GenerateBlocks would be challenging. ??

    This problem only showed up with WP 6.1, so I hadn’t noticed before.

    Thread Starter ChadUM

    (@chadum)

    Looks like your fix resolves the lack of padding under images but doesn’t restore the broken gallery. I don’t suppose you have any suggestions for the gallery issue? I would owe you big time.

    fernandoazarcon2

    (@fernandoazarcon2)

    I see. Can you provide the specific link where I can observe this issue?

    Thread Starter ChadUM

    (@chadum)

    Yes, it’s here: https://www.unfinishedman.com/canadian-cosplay-model-tenleid-an-amazing-artist-with-incredible-photos/

    Under the subheading “LET’S CHECK OUT A FEW OF TENLEID’S AMAZING PHOTOS” you’ll see that the gallery is incorrectly showing as stacked (unclickable) thumbnails.

    fernandoazarcon2

    (@fernandoazarcon2)

    Can you temporarily disable Litespeed cache first, then I’ll recheck?

    Thread Starter ChadUM

    (@chadum)

    Yes, done now.

    David

    (@diggeddy)

    Hi there,

    try adding:

    body .is-layout-flex {
        display: flex;
    }
    Thread Starter ChadUM

    (@chadum)

    That improved the issue, as the gallery is now horizontal vs vertical, but the images are still tiny thumbnails and they aren’t clickable.

    Thread Starter ChadUM

    (@chadum)

    Leo

    (@leohsiang)

    I would say this need to be handled by WP’s support team.

    Thanks for your understanding ??

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Broken padding on images and galleries?’ is closed to new replies.