liip / bootstrap-blocks-wordpress-plugin

Bootstrap Gutenberg Blocks for WordPress

Home Page:https://wordpress.org/plugins/wp-bootstrap-blocks/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can no longer insert additional columns in "custom" Row

rospencers opened this issue · comments

Using:

  • Bootstrap Blocks 4.2.1, wiith Bootstrap Version 5.x selected in Settings
  • WordPress 6.0.1

I am no longer able to insert additional columns into a Row (Bootstrap), even when I've selected the "Custom" option in the Change layout. panel for the Row.

I am able to delete Columns, unless there is only one left (which makes perfect sense). But I cannot add any additional Columns under any circumstances.

I can find no "Add Column" option in the expansion menu for an existing Column in the List View, nor in the Column's options panel in the right sidebar. Likewise, the same are true for the Row block. The best I can do is select the Row's standardized "3 Columns (1:1:1)"...and then manually unlock them. But if I need 4 or more columns, I appear to be completely out of luck.

Adding N Columns when in Row's Custom mode did work previously. I'm hoping I'm just missing something I should be noticing.

Screenshots (5)

1. Definitely the Bootstrap Row block. :-) With "Custom" option selected.

image

2. Column's menu no longer has an "Add Column" option (but does have "Remove"):

image

3. Not in Column's options panel either:

image

4. Not in Row's menu.:

image

5. And not in Row's options panel (everything expanded):

image

Hi @rospencers. I sadly couldn't reproduce your issue in a fresh WordPress 6.0.1 setup. I inserted the following block combination: Container (Bootstrap) > Row (Bootstrap) > Columns (Bootstrap). I've set the row to use the custom template. As soon as it's selected I see the little plus sign on the lower left of the row block. Screenshot:
image

Maybe it has to something to do with the inner blocks you inserted inside the Column blocks. Could it be the case that their content overlaps the plus sign? Or maybe it's an issue with another editor plugin which interferes with the styling of the plus sign?

Argh. Yeah, this is 100% operator error/obliviousness..

Thanks for responding, and sorry for having wasted your time.