Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
Thanks for your feedback.
I will inform the development team to improve the plugin to avoid this case.
Peter
ModeratorHello,
Please download the latest version of MB Elementor Integrator here https://wordpress.org/plugins/mb-elementor-integrator/
and install/activate it on your site and use PHP version 8.0 then check the issue again. Let me know how it goes.December 20, 2022 at 10:28 PM in reply to: Fatal Error: Meta Box searches for /vendor/autoload.php which is not found #39944Peter
ModeratorHello,
Please try to run
composer installin the meta box plugin folder to fix this issue. Let me know how it goes.December 20, 2022 at 10:26 PM in reply to: ✅field type taxonomy advanced - not populating data in the metabox #39943Peter
ModeratorHello,
Can you please test to create a new field group with the same taxonomy advanced fields and save data to a new custom table to see if it works? I've experienced with the same issue before but it works when I create a new field group and custom table.
Peter
ModeratorHello,
Can you please share some screenshots of the issue? The settings page ID and option name should be in alphabet (English) characters and I think the title can be in Chinese characters.
Peter
Moderator@JJCI: If you are using MB Core, please update it to the latest version 1.4.8 to fix the issue. I've also replied to this question in your topic.
https://support.metabox.io/topic/cannot-create-a-new-taxonomy-without-aio/December 20, 2022 at 9:59 PM in reply to: Meta Box - Elementor Integrator - issues with single_image #39940Peter
ModeratorHello,
There is a new version of the plugin MB Elementor Integrator 2.1.6 that includes the fix for this issue, please download it here https://wordpress.org/plugins/mb-elementor-integrator/
then you can install it on your site to fix the issue. The new version of Meta Box AIO will be released later.Peter
ModeratorHello,
The issue is fixed. You are using the function
rwmb_the_value()in the meta box template which is not correct. To use the meta box template, please read more on the documentation https://docs.metabox.io/extensions/meta-box-template/Peter
ModeratorHello,
Please share your admin site account and FTP with me in the contact form https://metabox.io/contact/. I will help you to investigate the issue.
Peter
ModeratorHello,
To process the field value before saving it to the database, you can use the filter hook
rwmb_{$field_type}_valueor use the sanitize callback function. And use the filter hookrwmb_field_metato change the field value before displaying it in the editing form.Please read more on the documentation
https://docs.metabox.io/filters/rwmb-field-type-value/
https://docs.metabox.io/sanitization/
https://docs.metabox.io/filters/rwmb-field-meta/Peter
ModeratorHello,
In case of using Oxygen Builder, please reach out to them if you have any issues with installation, configuration, compatibility, or usage.
Refer to our support policy https://metabox.io/support/topic/support-policy/December 19, 2022 at 10:36 PM in reply to: Cannot Activate Metabox (Roots Bedrock Composer Setup) #39923Peter
ModeratorHello,
Please try to run
composer installin the meta box plugin folder to fix this issue. Let me know how it goes.Peter
Moderator@JJCI: the plugin Meta Box AIO is available for download if you have the Ultimate Bundle or Lifetime Bundle license. If you have the Basic Bundle, please use the plugin MB Core which includes 12 Pro extensions. Please read more here https://metabox.io/pricing/
December 19, 2022 at 10:25 PM in reply to: ✅Missing permissions if use generated php code from AIO #39921Peter
ModeratorHello,
The setting
'capability_type' => 'custom'is supported when you use the builder. If you generate the PHP code to register the post type, you need to add the capabilities manually. Please read more on the documentation https://developer.wordpress.org/reference/functions/register_post_type/#capability_typePeter
ModeratorHello,
If the users do not have the administrator role, they will not be able to edit the field group to add/remove the custom fields. Or you can enable the Meta Box menu for a/some specific users, please refer to this topic https://support.metabox.io/topic/hiding-meta-box-plugin-from-wordpress-dashboard-menu-for-non-admins/
-
AuthorPosts