Skip to content
#

wordpress-plugin

Here are 6,778 public repositories matching this topic...

gutenberg
ianstewart
ianstewart commented Feb 8, 2021

What problem does this address?

Focus settings for background images are not currently image-specific. When creating patterns that use focus settings in a background image the "cropping" of an image may appear confusing to users who have not yet encountered this block setting.

![2021-02-08 14 45 55](https://user-images.githubusercontent.com/545779/107279932-4b9b5900-6a1d-11eb-8f56-db09ccc

smthomas
smthomas commented Nov 16, 2020

In the graphql_map_input_fields_to_wp_query filter, the $post_type is the last parameter. This is inconsistent with the other graphql_map_input_fields_* filters. For example in graphql_map_input_fields_to_get_terms the $taxonomy parameter is the third parameter (while the $context & $info parameters are the last two in all of the graphql_map_input_fields_* filters). For consistency sake, i

amp-wp
westonruter
westonruter commented May 22, 2019

The list of AMP Caches is available at https://cdn.ampproject.org/caches.json

This could be pulled in dynamically rather than hard-coding each AMP Cache in \AMP_HTTP::get_amp_cache_hosts():

https://github.com/ampproject/amp-wp/blob/9e049f6554b69e06284ead57d13ef416226a51ec/includes/class-amp-http.php#L191-L239

This is low priority because the list of caches changes infrequently.

jrtashjian
jrtashjian commented Jul 27, 2020

Describe the bug:

Using the provided serialized block content, the block fails validation when it previously did not.

To reproduce:

<!-- wp:coblocks/map {"address":"Scottsdale Arizona","pinned":true,"height":534,"align":"full"} -->
<div style="min-height:534px" data-map-attr="/qaddress/q:/scottsdale arizona/q||/qlat/q:/qundefined/q||/qlng/q:/qundefined/q||/qskin/q:/qstandard/q||
wp-rocket
GeekPress
GeekPress commented Jan 15, 2021

Describe the solution you'd like
When a user tries to deactivate WP Rocket, our Deactivation Intent is displayed.

If the user chooses "The plugin broke my layout or some functionality", he can click on Click "Apply Safe Mode" to quickly disable LazyLoad, File Optimization, Embeds, and CDN options.

We are missing the Delay JS option from File Optimization to be turned off.

**Describ

Improve this page

Add a description, image, and links to the wordpress-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wordpress-plugin topic, visit your repo's landing page and select "manage topics."

Learn more