Anh Tran
Anh Tran
Hi @hj-collab and @zauan, I'm happy to help Zion team add the integration for Meta Box. Please let me know if you have any troubles working with Meta Box Group,...
I got the same problem. Thanks @firasd for the solution.
This is done in the recent version of Slim SEO. Please update and try it.
@devfle I see this code is already in the `init.php`: ```php $current_screen->is_block_editor( true ); ``` But custom blocks still not registering.
I got the same issue and the `overflow: hidden` trick doesn't work. I think the problem is similar to what @suxscribe described. I set the layout using `fr`, not `px`....
Yeah, it's a good idea. I'm not sure if we can just use `current_user_can`. Probably [authentication](https://developer.wordpress.org/rest-api/using-the-rest-api/authentication/)?
If so, I think `current_user_can` is enough. It checks if no user is set and will return `false` for any capability.
Hi @vdwijngaert , This hasn't been implemented in the plugin. Currently, for using fields with REST API, the [MB REST API](https://metabox.io/plugins/mb-rest-api/) plugin is enough. Would you like to contribute to...
We no longer see this bug. It's probably fixed in recent commits. If you still see this bug, feel free to re-open or create a new issue.
Hi @radeno Thanks a lot for your help! Would you mind making a PR for this?