Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hi @shoelaced,

    Thanks for the report.

    Mind sharing some more details on how to reproduce this issue? (Theme used, blocks configuration, are you using the stock column block?, column settings?, etc.)

    Thread Starter Head Goldfish

    (@shoelaced)

    I’m using the default 2021 theme, two columns where the popular posts are on the left and a query block on the right.

    Plugin Author Hector Cabrera

    (@hcabrera)

    Got it, thanks. I’ll give that a try and get back to you as soon as possible.

    Hi @hcabrera !

    I’ve stumbled upon the same issue and after inspecting the code for a bit I believe I’ve found where the closing </div> is missing.

    If you take a look inside src/Block/Widget/Widget.php at line 460 there is an early return statement, but it doesn’t close the <div> tag that was open at the beginning of the function on line 350.

    Hope this helps !

    • This reply was modified 4 years, 5 months ago by Themosaurus.
    Plugin Author Hector Cabrera

    (@hcabrera)

    Oh, thanks for the update @themosaurus! If so then that’s an easy fix (what a mistake to make!)

    I’ll confirm the bug once I’m back at my computer (typing from the phone now.) I’ll keep you guys posted.

    Thread Starter Head Goldfish

    (@shoelaced)

    Thanks @themosaurus! I’ll edit it manually while waiting for an update. Cheers.

    Plugin Author Hector Cabrera

    (@hcabrera)

    Alright, version 5.5.1 is out. Please update and let me know if you have any comments / questions.

    Thanks again to both of you for reporting this issue!

    Thread Starter Head Goldfish

    (@shoelaced)

    Thanks for the quick fix!

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Breaks Gutenberg columns’ is closed to new replies.