Daniel Sturm

Results 8 issues of Daniel Sturm

Hey, I'm currently facing a problem, where children with a percentage width (i.e. `w-1/3`) in a centered flex element (`flex mx-auto`) do not have the full width and result in...

Fix a typo resulting in ```php Undefined property: stdClass::$position ```

This PR adds Instagram as a provider. It uses the current generated HTML-markup from a Instagram post - currently without including the (custom) caption. To fully render a post you...

While we already have a pull request (PR) for full-site editing (FSE) support by @strarsis (#141), this PR further enhances these modifications and now supports hybrid templates (Blade-PHP and FSE...

Hey @kellymears, the README lists ["Out of the box support for Advanced Custom Fields"](https://github.com/pixelcollective/acorn-db#features). I'm not sure, but don't we need the `corcel/acf` package for this? Best

With the release of [ACF (Pro) 6.7](https://www.advancedcustomfields.com/blog/acf-6-7-released/), inline editing is now supported. To enable this feature for blocks, you need to [add `“autoInlineEditing“: true` to the block.json](https://www.advancedcustomfields.com/blog/acf-6-7-released/#how-to-enable-inline-editing) file. This PR...

To fix the current issue, where WP-CLI overrides the `--json` option before executing the about command (#481), I came up with adding a third option `--format` to the command, which...

### Version 5.0.5 ### What did you expect to happen? When running `wp acorn about --json` we should get the application information as a json-formatted string. This is likely to...

bug