Anthony Ledesma

Results 31 comments of Anthony Ledesma

Hi @ChrisBocay, It's been a while since you've made this report and I understand you took the test page down due to a lack of response. Just to test in...

@ChrisBocay Thanks for the extra info. I think all that would be left is some sort of style conflict. Ideally, we would have a demo with the bug that we...

Regarding a new feature to adjust the background in Lightbox, this is an enhancement request that we have that is similar enough to duplicate the request. https://github.com/godaddy-wordpress/coblocks/issues/1791

Tests for Gutter controls should be replaced as part of this PR. This commit here includes the removed tests that should be replaced. https://github.com/godaddy-wordpress/coblocks/pull/1718/commits/476a05a813c1b25129691ce1e80465034bc4c80c https://github.com/godaddy-wordpress/coblocks/pull/1718/commits/6aa40a3c6b10a98ac08522eb2c3e7a15c74356b7

Fixes to transforms of the Masonry or Carousel gallery blocks should be handled in the primary refactor issue.

Issue confirmed. It appears to be related to block supports spacing.padding. These controls are only available when the theme has theme supports for spacing enabled as well. For that reason,...

This CSS is a user-reported fix from WP.org. I was not able to achieve consistent results with just this. ```css .wp-block-coblocks-gallery-masonry .wp-block-image { -webkit-margin-after: 0!important; padding-bottom: 1em!important; } @-moz-document url-prefix()...

Related wp.org support request. https://wordpress.org/support/topic/changing-image-size-in-service-block

@paxblueribbon Thanks for the report on the CoBlocks side. With Gutenberg version 14.2.0, I was not able to replicate it. I understand there was something with Gutenberg going on like...

This is related to changes made with the Masonry gallery to remove the external dependency. Unfortunately, we made a tradeoff there with some of the control because there is no...