Skip to content
#

wordpress-plugin

Here are 8,107 public repositories matching this topic...

gutenberg
anomiex
anomiex commented May 25, 2022

The package @wordpress/viewport attempts to use @wordpress/element from build/with-viewport-match.js and build-module/with-viewport-match.js, but does not declare a dependency or peer dependency on that package.

This happens to work with npm's hoisting due to other dependencies pulling that package in, but will fail with yarn's p'n'p or pnpm with hoisting disabled.

Reproduction

[Type] Bug Good First Issue [Status] In Progress [Package] Viewport
jasonbahl
jasonbahl commented May 27, 2022

As a user, I would like to be able to query a comment by database id.

Currently, the comment query doesn't allow for different id types (such as database id), but many other "single node" entry fields in the Graph support an idType field, such as:

{
  post( id: 123, idType: DATABASE_ID ) { __typename, id }
  contentNode( id: 123 idType: DATABASE_ID ) { __typename, id }
}
Good First Issue ObjectType: Comment Component: Query
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.

Enhancement P2 Good First Issue WS:Core
JakePT
JakePT commented May 24, 2022

Is your enhancement related to a problem? Please describe.
The Sync button in the ElasticPress toolbar at the top of ElasticPress admin pages has a title attribute/tooltip that reads "Start Sync", however clicking the button only takes the user to the Sync page, and no longer starts a sync immediately.

Describe the solution you'd like
The title attribute should be updated to not sugge

enhancement good first issue module:sync
barklund
barklund commented Aug 5, 2021

Feature Description

Inspired by this tweet from @Siddhart I was considering whether we could do something similar when selecting font color or text background color where we highlight recommended colors for a proper text c

Type: Enhancement Good First Issue Accessibility P2
jrtashjian
jrtashjian commented Nov 22, 2019

Describe the bug

When using the template functionality of the innerBlocks component we can run into issues with how the undo and redo editor functions behave. Specifically if we are setting a block attribute when the template changes we are creating two undo snapshots: one when the attribute is set and another when the innerBlocks are updated.

We solved this issue in the Form block here: h

[Type] Bug Good First Issue [Priority] Low

SiteOrigin Page Builder is a powerful content creation interface, instantly recognizable, astonishingly different. SiteOrigin Page Builder makes it easy to create responsive column-based content using the widgets you know and love. Your content will accurately adapt to all mobile devices, ensuring your site is mobile-ready.

  • Updated Jun 4, 2022
  • PHP
wp-rocket
DahmaniAdame
DahmaniAdame commented Dec 25, 2021

Before submitting an issue please check that you’ve completed the following steps:

  • Made sure you’re on the latest version 3.10.5
  • Used the search feature to ensure that the bug hasn’t been reported before

Describe the bug
When Delay JavaScript Execution is used with the WP Search with Algolia, the search featyre is

type: enhancement good first issue 3rd party compatibility priority: low
wp-graphql-woocommerce
samyrooster
samyrooster commented Jan 13, 2022

WP-GraphQL-Woocommerce can't detect the product categories with different term_id and term_taxonomy_id IDs in wp_term_taxonomy table.

By default, the term_id and term_taxonomy_id have the same ID value in wp_term_taxonomy table.
For example:

term_taxonomy

term_taxonomy_id term_id taxonomy
1 1 product_cat
bug good first issue failing connection

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