generateblocks icon indicating copy to clipboard operation
generateblocks copied to clipboard

GenerateBlocks is a small collection of lightweight WordPress blocks that can accomplish nearly anything.

Results 227 generateblocks issues
Sort by recently updated
recently updated
newest added

We get a deprecated arg warning when `$source_id` doesn't return an actual ID in our `get_the_excerpt()` function: https://github.com/tomusborne/generateblocks/blob/8816e5ab471cdb5b6617e1d8ab9927bc0165a689/includes/class-dynamic-content.php#L205 `Function get_the_excerpt was called with an argument that is deprecated since version...

bug

Fixes the below log warning. ![set-attributes-log](https://user-images.githubusercontent.com/20714883/201444476-2fc7738b-4f30-4aab-aac8-63fdec603cc6.jpg)

bug

A game-changing release. Still in active development.

alpha
release

The `get_source_id()` function in class-block-elements.php of GPP has a filter that is indispensable for some applications. This provides one for GB.

In GP's main style sheet a style property is applied to all elements to globally set box-sizing: `box-sizing: border-box` However in the editor when using certain GB blocks the box-sizing...

triage

### Description If I enable Dynamic Data on a GenerateBlocks element, then suddenly the buttons for Bold and Italic disappear. A quick bit of CSS can fix overcome this, so...

triage

### Description We are unable to filter the URL like so: ` add_filter( 'generateblocks_dynamic_url_output', function( $url, $attributes ) { if ( ! empty( $url ) && ! empty( $attributes['className'] )...

triage
Block: Query Loop

### Description For client sites, in larger editorial teams especially abilty to control access to blocks and their settings in a more granular way would be extremely valuable. ... ###...

feature

At the moment we can use advanced backgrounds for changing image per device or it is possible to have two image backgrounds by using different target type. However the css...

feature
triage