Sybre Waaijer

Results 436 comments of Sybre Waaijer

The schema.org data is a specification; it's more of a guideline than a directive. This means there's no guarantee it's implemented. Just like CSS4, ECMAScript (JavaScript), and HTML5, where every...

That didn't go as planned; it created a PR. Its reply is in there, and it didn't answer any of those questions directly. I assume that's because it's specialized for...

Nope :) You can download it here: https://theseoframework.com/extension-manager/

Thank you for the detailed report! ## Main meta box area I think they added `overflow: hidden` and an isolation wrapper to the meta box container while still trying to...

In WP 6.6, they renamed '.edit-post-sidebar' to `edit-post:document`. This should've been addressed in https://github.com/sybrew/the-seo-framework/commit/5ee3395b2e73bc84fb612fc0dd6da08c8ffe4375, but I missed the JS adjustment at `tsfTT._renderTooltip()`. Updating that would resolve the issue "Another sidebar...

Probably fixed via 957a21661990ddffb3e135df45b6a542219b021b. The main issue was that the ID of the "bounding box" we calculated had changed from a 1 to a 0: ``` 6.6+: #tabs-1-edit-post\\/document-view 6.9+: #tabs-0-edit-post\\/document-view...