Tom Usborne
Tom Usborne
We need to make it so an empty `GeneratePress_Typography::get_css()` call returns an empty string instead of `NULL`. Reference: https://generatepress.com/forums/topic/deprecated-code-for-php-8-1/#post-2411656
We need to review our use of `aria-label` throughout our elements. We're getting some errors with the `` element as reported here: https://generatepress.com/forums/topic/accessibility-pagespeed-insights-homepage-blog/
This makes it so our sub-menus on mobile can be opened using the spacebar key.
WordPress replaces all `body` selector instances with `.editor-styles-wrapper` in the block editor. They also replace all `html` selector instances with the same `.editor-styles-wrapper` selector, which can cause issues. For example,...
There's an error when we toggle an empty mobile menu right now: https://www.screencast.com/t/QQpCpEfLX To reproduce, set a menu to the Primary theme location but leave it empty, then click the...
## Bug Report ### Expected behavior When a user upgrades their license, I expect the `{amount}` tag in the email to display as the correct amount that's going to be...
This PR introduces a CSS Grid feature to our local block styles. It also adds a new "Grid" variation of the Container block that replaces our current "Grid" block.