Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
Thanks for reaching out.
As I can see in the screen record, the taxonomy field value is saved and displayed in the frontend, but not displayed in the admin area. Can you please export the field group to a JSON file and share it with me? I will check it on my site and see if there are any issues with it.
Following the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--import
September 24, 2025 at 10:21 PM in reply to: ✅Advanced image field not functional on some posts #49039Peter
ModeratorHello,
The image advanced field works well on my site when editing or creating any posts. Please share your site admin account via this contact form https://metabox.io/contact/ and let me know where to see the issue. I will take a look.
Peter
ModeratorHello Martina,
Thanks for reaching out.
How do you output the field URL value? Please share some screenshots of this.
When you output the field value with PHP code, you can insert the attribute into the HTML tag as well. Here is an example:
$url = rwmb_meta( 'url_field_id' ); echo "<a href={$url} rel='sponsored'>output URL field</a>";Please check this screenshot https://imgur.com/Ltdu2B5
and follow the documentation https://docs.metabox.io/displaying-fields-with-code/September 23, 2025 at 10:29 PM in reply to: ✅Advanced image field not functional on some posts #49032Peter
ModeratorHello Amanda,
Thanks for reaching out.
Can you please export the field group to a JSON file and share it with me? I will import the field group to my site and see how it work.
Following the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--importPeter
ModeratorHello,
The token on your login page is generated properly, please check this screen record https://drive.google.com/file/d/198vV2sNPgC6ye83hbOeBmFpjppJU9eSF/view?usp=sharing
I also setup a test site on TasteWP to double-check the issue and still don't see it, screenshots https://imgur.com/a/LbQb77U
Here is the page with the user login form https://understoodvolleyball.s6-tastewp.com/mb-login-page/You can login to the test site with this info
https://understoodvolleyball.s6-tastewp.com/wp-admin
Username: admin
Password: BLp957P9nyANote: it will expire in 2 days.
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.
-
AuthorPosts