Tom Usborne

Results 53 comments of Tom Usborne

We've added the ability to select from multiple terms in 1.1. Selecting from multiple post types would be quite difficult - we'll look into it in a later version :)

Which class are you wanting the replace? The main container class of the lists?

Changing front-end values like this isn't something we would do - no one wants their website to change after an update. This is something we should consider adding to the...

I believe this happens when you focus on a menu item with a sub-menu. Right now, `sfHover` class gets added to parent items when they become focused. This shows the...

Thanks for this! I wonder if the outline is necessary for these elements since they have a `border` change that indicates that they're focused? Everything should still have an outline...

Did some research on this. Adding a `theme.json` file to a "classic" theme adds some pretty bad compatibility issues, even if you don't add anything to it. 1. It removes...

Still an issue, but it seems like one WordPress should fix. `html` shouldn't be converted to `.editor-styles-wrapper`, as that should be for the `body` element. After playing with a couple...

For the inner container issue, we could look at doing something like this in the theme: https://github.com/WordPress/wordpress-develop/blob/6.0/src/wp-includes/block-supports/layout.php#L246

This is a tricky one as it's typically not a good idea to change the names once you've started, especially if you've been using the variables in your content (GB...

Solution here: https://generatepress.com/forums/topic/more-tag-doesnt-deliver-text/#post-1550668 Need to find a way to integrate this with the custom read more text option in the Customizer in a backward-compatible way. Will look at it for...