Forum Replies Created
-
AuthorPosts
-
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/
December 18, 2022 at 9:49 PM in reply to: Changing the title and sending the list through email #39909Peter
ModeratorHello,
If you don't want to use a translation plugin, you can override the template of the MB Favorite Posts plugin by creating a folder name
mb-favorite-postsin the theme/child theme folder. Then copy the fileposts.phpfrom the folder/wp-content/plugins/mb-favorite-posts/views/to themb-favorite-postsfolder and change the textFavorite Poststhere.Peter
ModeratorHello,
Thanks for reaching out. Meta Box does not support an image hotspot field like that. I will inform the development team to explore the possibility.
Peter
ModeratorHello,
If you are using MB Core, please update it to the latest version 1.4.8 to fix the issue. Let me know how it goes.
December 17, 2022 at 11:14 PM in reply to: Critical error when updating to latest version of Meta Box AIO #39901Peter
Moderator@Ambr: There could be something wrong when you use the code to output the field value or use the Meta Box template. Follow the error log
RWMB_Meta_Box_Registry->make('About Us')
I've accessed the database and deleted a page About Us and a Meta Box template name About Us then I can use the last version of Meta Box. Can you please check it on your live site? -
AuthorPosts