ravewebdev

Results 18 comments of ravewebdev

I'm running into this same error if a page includes blocks that are not supported by the current theme. The only workaround has been to manually remove unsupported blocks from...

9/10 EOD Update: - PR #98 ready for review

9/10 EOD Update: - Began experimenting with `fast-average-color` package to determine average color of media elements. Appears to work for images but running into errors with videos.

9/11 EOD Update: - Implemented `fast-average-color` and contrast check for image backgrounds. - Continuing to troubleshoot `fast-average-color` with video backgrounds.

@koraysels that PR is currently in draft, it is not ready. We are still looking into the issue on our end as we're having issues with the WP GraphQL for...

@koraysels `archiveSeo` is added via `wds-headless-seo` (which builds on Yoast SEO): https://github.com/WebDevStudios/wds-headless-seo/blob/main/inc/wp-graphql.php. That field should be added automatically to all post types with `has_archive` set to `true`.

@koraysels in our projects, I believe we're using the default `seo` field provided by Yoast SEO for built-in taxonomy archives. I don't have an example to reference for SEO in...

Confirmed issue is still occurring as of WP GraphQL Gutenberg v0.3.8.

@justlevine do you have an estimated release date for this next release?

9/1 EOD - Discussion with @gregrickaby to narrow down frontend packages and clarify plan for moving forward. - Continued setting up `core` package structure.