The Wayback Machine - https://web.archive.org/web/20220709085533/https://github.com/topics/wordpress-plugin
Skip to content
#

wordpress-plugin

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

gutenberg
matiasbenedetto
matiasbenedetto commented Jul 1, 2022

Description

The search block button always displays the default cursor (arrow). It should use the same cursor as for other buttons or text inputs.

Step-by-step reproduction instructions

  1. Add a search block
  2. Check the cursor in the editor and the rendered version

Screenshots, screen recording, code snippet

Before:

Editor text:
![image](https://user-images.githubuserconten

Good First Issue [Block] Search CSS Styling
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
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 Jul 7, 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