Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello Lee,
Can you please share some screenshots of the issue? If you upload other plugins to your site, does this also happen?
I think the file upload process is blocked by a security plugin or a module on your hosting. You can double-check this by deactivating other plugins, contact your hosting support, and then install Meta Box plugins again.
Peter
ModeratorHello,
Can you please enable WP debug log and see if there is any fatal error in the log when you visit other WooCommerce pages? I don't see any issues with only WooCommerce, Meta Box AIO 2.2.2 plugins activated on my site. Here is the screenshot https://ibb.co/Pvy40FLK
Please follow the documentation https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
Peter
ModeratorHello,
Thank you for reaching out.
I'm afraid that there isn't an option or filter hook to add the custom support for the CPT in the UI. You can use the code to register the CPT and add the custom support to the settings.
Please follow the documentation https://docs.metabox.io/extensions/mb-custom-post-type/#getting-php-codeJune 16, 2025 at 9:40 PM in reply to: Fatal Error with Grouped Fields & WPML Translation Plugin #48451Peter
ModeratorHello Linus,
Thank you for your feedback.
This issue has been escalated to the development team. It should be fixed in the next update of Meta Box AIO plugin.
June 13, 2025 at 11:26 PM in reply to: ✅Issue displaying translated custom fields group with WPML #48441Peter
ModeratorHello,
Thanks for reaching out.
Please export the field group to a JSON file, share it with me and the code that you use to output the field value in the frontend. I will help you investigate the issue.
Following the documentation
https://docs.metabox.io/extensions/meta-box-builder/#export--importJune 13, 2025 at 11:03 PM in reply to: Populate a selewct list in a CPT from values set in a Settings Page #48440Peter
ModeratorHello Andrew,
If you want to use the variable or a callback function and assign it to the
optionssetting, please ensure it returns an array of choices. For example:$formatted_options = [ 'cat1_value' => 'Category 1 Label', 'cat2_value' => 'Category 2 Label' 'cat3_value' => 'Category 3 Label', ]You can add the code above to your code and see how it works. Following the documentation
https://docs.metabox.io/fields/select/#settingsPeter
ModeratorHello Artur,
Please update Meta Box AIO plugin to version 2.2.2 to fix this issue.
Let me know if you still experience it.
Peter
ModeratorHello,
Thank you for the details. I can reproduce the issue on my demo site and I've escalated this to the development team to support duplicating the field value along with the post.
Hopefully it will be available soon.
Peter
ModeratorHello,
Yes, if you register the CPT by code, you can remove the CPT from the UI: Meta Box > Post Types page.
Let me know how it goes.
Peter
ModeratorHello,
Thank you for the details. I've escalated this issue to the development team, it should be fixed as soon as possible.
I will let you know when it's done.Peter
ModeratorHello,
Thanks for reaching out.
If you use the code to register the custom post type without using Meta Box, do you see the same issue?
Please follow the documentation
https://docs.metabox.io/extensions/mb-custom-post-type/#getting-php-code
https://developer.wordpress.org/reference/functions/register_post_type/June 10, 2025 at 10:29 PM in reply to: Fill MB CF group in user profile with n8n via API, fields remain empty #48425Peter
ModeratorHello,
Thanks for the details. I'm discussing the issue with the development team and I will get back to you soon.
June 10, 2025 at 9:41 PM in reply to: Meta Box lost ability to update Custom Table Group fields via API after 1.30.5 #48423Peter
ModeratorHello Cameron,
This issue has been fixed in a recent update of Meta Box AIO. Please update MB AIO to version 2.2.1 and let me know if you still experience it.
Peter
ModeratorHello Leo,
Thank you for your feedback.
It is the issue of the registration form to allows the backslash in the password. WordPress itself doesn't allow it in the password when you add a new user.
I've escalated the issue to the development team to fix it as soon as possible.
Peter
ModeratorHello,
The
mbfskey is the default one of the frontend form, you don't need to do anything with it. If you want to use the customization service, please contact us here https://metabox.io/contact/ for more details. -
AuthorPosts