Carolina Nymark

Results 126 issues of Carolina Nymark

## What problem does this address? Paragraph blocks do not have a gradient color option. This feature was requested during user testing. EDIT: This was done for backgrounds in https://github.com/WordPress/gutenberg/pull/43119...

[Status] In Progress
[Block] Heading
[Block] Paragraph
[Feature] Design Tools

### Description If a theme sets a default gradient body background in theme.json, it is not possible to replace the gradient with a solid color in the Styles settings in...

[Type] Bug
Good First Issue
Global Styles

#### Rule: **WARNING** : Using a CDN is discouraged. All JS and CSS should be bundled. Ref: https://make.wordpress.org/themes/handbook/review/required/#stylesheets-and-scripts #### Theme check file covering this rule: https://github.com/Otto42/theme-check/blob/master/checks/cdn.php #### To do: -...

help wanted
issue: needs PR

In https://github.com/WPTRT/WPThemeReview/blob/develop/WPThemeReview/Sniffs/PluginTerritory/ForbiddenFunctionsSniff.php The sniff for regestering blocks is too strict. The existing sniff is for `'register_block_*',` so an error is shown for `register_block_style().` `register_block_style()` is allowed in themes, so it...

issue: bug
enhancement
approved / in handbook
good first issue

The _theme_ section in the customizer shows the name of the active theme and the Change button where the user can preview and select another theme. By hiding or removing...

enhancement
help wanted

#### Rule: **WARNING** : Themes that use the tag accessibility-ready will need to undergo an accessibility review. Ref: https://make.wordpress.org/themes/handbook/review/accessibility/ #### Theme check file covering this rule: https://github.com/Otto42/theme-check/blob/master/checks/style_tags.php #### To do:...

approved / in handbook
low priority

Please see https://core.trac.wordpress.org/ticket/54272

It is possible to have a block theme without translation functions, for example if the text strings are in the HTML templates. The error message is: `REQUIRED: This theme text...

Remove the **requirement** in favor of https://meta.trac.wordpress.org/ticket/5834 Display an **info** if the ratio is wrong on upload. https://github.com/WordPress/theme-check/blob/master/checks/class-screenshot-check.php#L64

The plugin code should follow WordPress coding standards.