Jason Crist

Results 17 issues of Jason Crist

Fixes issues with Meraki theme noted here: https://github.com/Automattic/wp-calypso/issues/63229

After thinking about the [same potential in Spearhead](https://github.com/Automattic/themes/pull/6331#issuecomment-1208412603) I gave using media queries a try for enabling dark/light mode on Livro. The result is a palette that's 6 items (only...

Fixes #25987 #### Changes proposed in this Pull Request: * Gets a list of fonts provided by the theme via theme.json * Filters list of fonts to provide to not...

[Status] Needs Author Reply
[Plugin] Jetpack

There are no designs for comments. The "default" (Block Canvas) comments template was cleaned up in #6563 for this. This is what it looks like unmodified. Are there any design...

[Theme] Loudness

Does a new `add_theme_support` need to be created to support this? Can this be accomplished with a mu-plugin? Can we limit this to Varia/Seedlet? > It’s not great that themes...

Based on discussion below: > Turn the wp-admin interface into a kind of help screen or readme that shows exactly where to go in the Site editor and how to...

[Priority] High

With the introduction of the [Font Manager](https://github.com/WordPress/gutenberg/issues/54169) in WP 6.4 CBT should be able to work with that workflow to manage fonts. Currently when installing fonts via that tool and...

Throughout there are many calls to wp_get_theme(). As @vcanales pointed out [here](https://github.com/WordPress/create-block-theme/pull/368#pullrequestreview-1432910763) that could be optimized to be called only once per-session instead. Perhaps a public static variable on Theme_Utils?

When exporting the theme without applying translations or asset localization, the name of existing theme assets are changed. * Clone the theme "Adventurer" * Note that one of the assets...

bug