Forum Replies Created
-
AuthorPosts
-
December 21, 2022 at 10:09 PM in reply to: ✅field type taxonomy advanced - not populating data in the metabox #39961
Peter
ModeratorHello,
Thanks for your feedback.
I can reproduce the issue on my demo site and I've escalated this issue to the development team to fix it in the next update.
December 21, 2022 at 10:05 PM in reply to: ✅taxonomy_advanced for settings does not save data any more #39960Peter
ModeratorHello,
Thanks for your feedback.
I can reproduce the issue on my demo site. Actually, the data is saved to the database but the selected value does not display after saving the post. I've escalated this issue to the development team to fix it in the next update.
Peter
ModeratorHello,
The order of meta boxes when editing a post is saved to the user meta. You can just drag and drop the Yoast meta box below once and it will be saved to your data. I think the issue happens when the meta box is registered at the init hook with the priority 20 so the meta box from the Meta Box plugin always displays under the Yoast meta box by default and there is no way to change this by coding.
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. -
AuthorPosts