Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello Eddy,
If you are using some custom code to show the frontend form in a popup window, the PHP redirect function won't work properly. So you can use the JavaScript code to reload the page. For example:
window.location.reload();September 21, 2025 at 9:49 PM in reply to: Manual field groups not showing up on setting page after adding groups via code #49027Peter
ModeratorHello,
If you want to use some field groups with code in a plugin, you can use the PHP code beside the JSON file. Following the documentation https://docs.metabox.io/creating-fields-with-code/
Peter
ModeratorHello Matthew,
Thanks for reaching out.
The
taxonomyfield of Meta Box doesn't work the same as the default taxonomy meta box of WordPress to show hierarchy terms. But you can use the field typecheckbox treeto show the child terms when clicking on the parent term. Please check this screenshot https://imgur.com/SPlEPUF
and follow the documentation https://docs.metabox.io/fields/taxonomy/Peter
ModeratorHello,
The user needs to have the
edit_pagesor higher capability to save the sorting. Please read more about the capabilities in the WordPress documentation https://wordpress.org/documentation/article/roles-and-capabilities/If you want the Author users to be able to save the sorting, you can add the capability
edit_pagesto the user role. For example: using the plugin User Role Editor https://wordpress.org/plugins/user-role-editor/Peter
ModeratorHello,
Do you remove the Toggle rule for other field groups? I see that the tab on the settings page cannot be edited. You can try to delete the settings page and re-create a new one manually. If it still doesn't work, please share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorHello,
Our development team has checked the issue and didn't find the compatibility issue with Object Cache. Technically, we are using the transient to save the form key
mbfs_keyas I mentioned above. And the transient will be saved to the Object Cache by WordPress.
The issue happens when you submit the form, is somehow the function in the background doesn't get the form key from the transient. See these screenshots https://imgur.com/a/vXbKafyI've tested again with Redis Object Cache and not see the same issue. I think you can share this info with the WPML support and see if they can help you monitor the transient value on your site.
Peter
ModeratorHello,
Thank you for your feedback.
Do you mean duplicating the group field with all subfield values when editing a post/page?
Peter
ModeratorHello,
I can see the issue with your field groups and settings page. Please try to:
- add another field to the first field group
- in the field group setting, click on Toggle rules > remove the rule
and save the changes, check this screenshot https://imgur.com/GFbpNOzLet me know if it helps.
September 18, 2025 at 9:22 PM in reply to: Manual field groups not showing up on setting page after adding groups via code #49009Peter
ModeratorHello,
Thanks for the details.
It isn't a bug and is working properly as it is. If you install your custom plugin, including the local JSON file, you need to go to the Meta Box > Field groups to sync the changes.
If you have the local JSON file in the plugin/theme folder, it will be loaded as a higher priority than the field group in the builder.Following the documentation https://docs.metabox.io/local-json/
Peter
ModeratorHello,
Thanks for reaching out.
I notice that the option Hide from front doesn't work when using the user profile form. I've escalated this issue to the development team to fix it as soon as possible.
Peter
ModeratorHello Jeff,
Please update Meta Box AIO to new version 3.1.1 to fix this issue. Thank you.
Peter
ModeratorHello,
Please update Meta Box AIO to new version 3.1.1 to fix this issue. Thank you.
Peter
ModeratorHello,
Please update Meta Box AIO to the new version 3.1.1, create a new radio field and recheck the issue.
Let me know how it goes.
Peter
ModeratorHello,
I'm sorry about this experience. You can download the previous version of Meta Box AIO here
https://drive.google.com/file/d/1glayFX7IHOQwx082hW6KHM1JVvy6lJLe/view?usp=sharingThe fix for this issue will be included in the next update of this plugin.
Thanks.
Peter
ModeratorHello,
Thanks for reaching out.
Can you please export the settings page and field group associated with the settings page to JSON files and share them here? I will import files to my site and investigate the issue.
Refer to the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--import -
AuthorPosts