Tom Usborne

Results 53 comments of Tom Usborne

Other attributes should be able to be added as well. This applies to the dynamic image links as well.

This is something we should look at as soon as 1.8.0. A "dirty" solution would be to do something along the lines of this: ``` add_action( 'wp_head', function() { $params...

Testing #670 and questioning why we added the post classes to the `gb-grid-column` element as well. Seems like they would be better added to the `gb-container` element. What do you...

Definitely a problem as we want to eventually remove that wrapper and doing so will break solutions like that.

Right, but solutions like your CSS (if the user has added them) will break.

I agree - I've talked about this with a team a few times. You could in theory almost ditch the Grid block if this was an option. It's not an...

There isn't really anything to delete yet as nothing has been added. For example, doing nothing and refreshing the page will simply remove the dropdown. Will keep an eye on...

I was thinking about this. The only way to do it really is to add a "Before" and "After" text field in the dynamic options when a data type is...

Replacing different parts of the markup is tricky, not exactly sure what the UI would look like there? Do you mean applying the dynamic data to a specific part of...

I think we need to think about whether or not we want filterable defaults. Seems to cause more issues than it solves a lot of the time. Going to punt...