Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello Ahmed,
Thanks for reaching out.
Please enable WP debug log https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
and repeat steps to see the error message, then share the error log with me. I will help you investigate the issue.Peter
ModeratorHello Bertus,
Thanks for reaching out.
Please share your site admin account by submitting this contact form https://metabox.io/contact/
Let me know where I can see the issue, I will help you check the settings on your site and investigate the issue.January 9, 2026 at 9:28 PM in reply to: After importing a metabox, its field custom attributes are not editable #49610Peter
ModeratorHello,
Thank you for reaching out and for your feedback.
I can reproduce the issue on my site and I've escalated this to the development team. The fix for the issue will be include in future updates of Meta Box plugins.
Peter
ModeratorHello,
Thanks for reaching out.
The issue has been fixed in the commit https://github.com/wpmetabox/mb-custom-post-type/commit/2dcf8fb5fa46b602cc9664e1386336407d26941d
it will be included in the next update of Meta Box AIO plugin.Peter
ModeratorHello,
The
taxonomyfield type will set the post term, like the default Category box of WordPress, so it doesn't work with a custom block or a subfield inside a group field. Refer to the documentation
https://docs.metabox.io/fields/taxonomy/Thanks.
Peter
ModeratorHello Paul,
Thanks for reaching out.
Can you please remove other fields and recheck this?
'fields' => [ [ 'id' => $block_prefix . 'posts_per_page', 'name' => 'Number of Posts', 'type' => 'number', 'std' => 5, 'min' => 1, 'max' => 12, ] ],and please note that the default value will work if the custom block doesn't have any value, otherwise, it doesn't work.
Peter
ModeratorHello,
Thanks for more details.
If there is no conditional logic, I don't see the issue on my demo site. I can have the same subfield IDs in different group fields and I can edit them as well, you can see this screenshot https://imgur.com/ki9Y8MZ
If you know how to reproduce it with clear steps, please let me know.January 6, 2026 at 10:18 PM in reply to: Custom Field automatically set to required to fill when it’s not set #49595Peter
ModeratorHello,
I see there is a validation "Required" in the JSON export file
"validation": { "rules": { "sitewide_primary_company_primary_email_role_label": { "required": true } } }Please edit the field, remove this setting and recheck the issue. Screenshot https://imgur.com/rqvNhaf
Refer to the documentation https://docs.metabox.io/validation/Peter
ModeratorHello,
Thanks for reaching out.
Just like the Block editor, the new UI of the builder moves all the settings to the left side. The main area will show the field appearance, so the user can see how it is displayed on the post editing page.
Let me know if you have any questions.
Peter
ModeratorHello Tom,
I can understand the issue. I'm going to escalate it to the development team to enable an option to publish the field group in this case.
You can temporarily set the local time to UTC +0 and import field groups to publish them, then set the local time back to your original setting.Thanks.
Peter
ModeratorHello François,
Thanks for reaching out.
I'm not sure about the conditional logic in your field group so can you please export it to a JSON file and share it with me? I will import the field group to my sie and investigate the issue.
January 5, 2026 at 9:29 PM in reply to: ✅Support in Etch for dynamic data stored in MB custom table #49585Peter
ModeratorHello,
Thanks for reaching out.
If the field value saved to a custom table works with Bricks builder, that means there isn't an issue on the Meta Box side. Also, I recheck the Rest API on your site and it shows the custom field value as well
https://test-etch2.touchdowntech.dev/wp-json/wp/v2/service/352screenshot https://imgur.com/T3nQnuG
Peter
ModeratorHello Tom,
Thanks for reaching out.
Can you please update Meta Box AIO to the latest version 3.3.5 on both sites and recheck the issue? If it doesn't help, please share the JSON file that you use to import custom field. I will check it on my site.
January 5, 2026 at 8:42 PM in reply to: Custom Field automatically set to required to fill when it’s not set #49582Peter
ModeratorHello,
I don't see any post field in your field group. Could you please recheck this and share 2 field groups that are assigned to one settings page? Or share a screen record of steps you take from the beginning so I can reproduce the issue on my site?
Thank you.
Peter
ModeratorHello,
Thanks for your confirmation.
I've escalated this issue to the development team to fix it in the next update of the builder plugin.
-
AuthorPosts