Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
Thanks for reaching out.
Yes, that is expected behavior. The
fieldsetting will be applied to the reversed object typefrom<->tobecause you are actually using the field of the reversed object type.
It might be confusing at first time but everything works as it is.Let me know if you have any issues when using MB Relationships extension.
Peter
ModeratorHello,
I see there are some issues when checking your field group:
1. Address fields, if you use the custom ID, you have to use the
bindingsetting, screenshot https://imgur.com/wkyHmpF
Following the documentation https://docs.metabox.io/extensions/meta-box-geolocation/#custom-binding2. Field group setting doesn't have
geo.api_key, screenshot https://imgur.com/J5YL3hj
Following the documentation https://docs.metabox.io/extensions/meta-box-geolocation/#geolocation-apiAfter that, the address fields are auto-populated with values as well. Here is the screen record https://drive.google.com/file/d/1l_mZHqxbYdltxVcGxMW2zC_b7u0rlMK0/view?usp=drive_link
October 23, 2025 at 11:04 PM in reply to: Hiding/removing the single post page of certain post types #49205Peter
ModeratorHello,
Thanks for your feedback.
I will inform the development team to consider supporting this feature in future updates.
Peter
ModeratorHello,
The Geolocation extension still works properly on my demo site, screenshot https://imgur.com/ead26K8. I think there could be an issue with your Google API Key. Please try to create a new key and recheck the issue.
If it still doesn't work, please export your field group to a JSON file and share it with me. I will import it to my site and investigate the issue.
Peter
ModeratorHello,
Thanks for reaching out.
You need to have those plugins activated on your site to enable/disable the extensions
- Beaver Builder
- Elementor
- FacetWP
- Yoastbut somehow, the option
meta_box_aioin the database has values for those extensions. I suggest you access your database, table wp_options, search for the optionmeta_box_aioand update it with value below to fix the issue.a:1:{s:10:"extensions";a:28:{i:0;s:16:"mb-acf-migration";i:1;s:16:"mb-admin-columns";i:2;s:9:"mb-blocks";i:3;s:15:"mb-comment-meta";i:4;s:19:"mb-custom-post-type";i:5;s:15:"mb-custom-table";i:6;s:18:"mb-divi-integrator";i:7;s:22:"mb-frontend-submission";i:8;s:12:"mb-rank-math";i:9;s:16:"mb-relationships";i:10;s:11:"mb-rest-api";i:11;s:11:"mb-revision";i:12;s:16:"mb-settings-page";i:13;s:12:"mb-term-meta";i:14;s:20:"mb-toolset-migration";i:15;s:12:"mb-user-meta";i:16;s:8:"mb-views";i:17;s:16:"meta-box-builder";i:18;s:16:"meta-box-columns";i:19;s:26:"meta-box-conditional-logic";i:20;s:20:"meta-box-geolocation";i:21;s:14:"meta-box-group";i:22;s:24:"meta-box-include-exclude";i:23;s:18:"meta-box-show-hide";i:24;s:13:"meta-box-tabs";i:25;s:17:"meta-box-template";i:26;s:21:"meta-box-text-limiter";i:27;s:16:"meta-box-tooltip";}}October 21, 2025 at 11:15 PM in reply to: rwmb_frontend_validate still passes when $validate is a string #49191Peter
ModeratorHello Nick,
The frontend validation filter still works well on my demo site. You can try to setup a clean environment with WordPress and Meta Box plugins to recheck this. If it works, please deactivate all plugins except Meta Box plugins, switch to a WordPress theme to troubleshoot the issue.
October 21, 2025 at 10:44 PM in reply to: โ User EDITOR don't save changes in Elementor content for CPT #49190Peter
ModeratorHello,
Thanks for reaching out.
There could be an error in the background when the editor user saves the post. Please enable WP debug by following the documentation https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
then you can login as an editor, edit the post and save some changes. Then check the error log if there are any error messages when you save the post.
Peter
ModeratorHello,
Yes, the MB user registration form doesn't sanitize the username field as WordPress does. It is simply a
textfield and we use the functionsanitize_text_fieldto sanitize this field. See more here https://github.com/wpmetabox/meta-box/blob/master/inc/sanitizer.php#L50and check the function
get_register_fields()in the file/wp-content/plugins/meta-box-aio/vendor/meta-box/mb-user-profile/src/DefaultFields.phpIf you want to customize this field, you can use the filter hook
rwmb_profile_register_fields, added to the functionget_register_fields.Peter
ModeratorHello,
Currently, we don't have a plan to support this feature. I will update you in this ticket if I have more information.
Thank you.
Peter
ModeratorHello,
You can use some action hooks like
rwmb_frontend_before_form,rwmb_frontend_after_form,rwmb_frontend_after_submit_button... then add some JS code to the callback function to run it in the frontend form.Following the documentation https://docs.metabox.io/extensions/mb-frontend-submission/#general-hooks
Peter
ModeratorHello,
Currently, there isn't an option to save the checkbox list field value to the database as a serialized array. I will inform the development team to consider supporting this feature in future updates.
Thank you.
October 19, 2025 at 8:42 AM in reply to: Hiding/removing the single post page of certain post types #49175Peter
ModeratorHello,
There isn't an option to set rewrite to false with UI. You can use the PHP code to register the post type and set it to false. For some advanced or dynamic cases, you will need to use the PHP code instead of using UI.
Following the documentation
https://developer.wordpress.org/reference/functions/register_post_type/#parameters
https://docs.metabox.io/extensions/mb-custom-post-type/#getting-php-codePeter
ModeratorHello,
For the frontend form, this is not supported. For the editing page in the admin area, I'm not sure which exact version has this issue. I will let you know when it is fixed.
Thanks.
Peter
ModeratorHello,
If you want to save the field value as a serialized array in the database, please enable the cloneable setting for this field. Following the documentation https://docs.metabox.io/fields/checkbox-list/#data
October 17, 2025 at 9:12 PM in reply to: Unable to save due to email field is set to required #49169Peter
ModeratorHello,
Our development team is working on this issue to fix it. The fix for this issue should be included in the next update of Meta Box plugins.
Thanks for your patience.
-
AuthorPosts