Brandon

Results 197 comments of Brandon

I don't have any sites with registration open so I didn't really think of this. None of the styles were meant target the register form in particular but I will...

let me know if the update I pushed works. I don't have a complex register form to test against

did they really not give us any functions to access theme.json? lol

```php $theme = class_exists('WP_Theme_JSON') ? \WP_Theme_JSON_Resolver::get_merged_data()->get_settings() : []; if (! empty($theme = $theme['color']['palette']['theme'])) { $palette = array_merge($palette, $theme); } ``` fun

> @Log1x , do you want me to create a PR? A PR would be great! Thank you

Added in v1.1.0. Very sorry for the delay.

Not 100% sure on this. It happens when they hover the custom block or just any blocks quickly? Could it be `$this->preview` not being configured properly? Does it happen if...

What's your block look like right now? Does it happen if you remove all custom blocks and just use the default list block generated with `acf:block`?

can you set `define('LOG_CHANNEL', 'stack')` in wp-config or Bedrock's `application.php` to enable Acorn logs? I think they'll appear in `sage/storage/logs`. Afterwards, can you see if any logs get written when...