Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello Andreas,
Can you please share the page URL where I can make a test on your site or screenshots of the issue? And please export the field group to a Json file or generate PHP code so I can try to replicate the issue on my demo site.
Peter
ModeratorHello,
Support a customization code is beyond our scope of support, please read more here https://support.metabox.io/topic/support-policy/?swcfpc=1
You can request a customization service by submitting a ticket here https://metabox.io/contact/
I will forward it to our development team to take a look and give you a quote.Peter
ModeratorHello friends,
There is a plugin that supports importing/exporting cloneable fields and group fields of Meta Box. You can read more here https://www.smackcoders.com/documentation/wp-ultimate-csv-importer-pro/meta-box-custom-field-cloneable
Thanks.
January 14, 2023 at 10:23 AM in reply to: Multiple type file fields in cloneable groups not cloning properly #40227Peter
ModeratorHello,
Thanks for your feedback.
I've informed the development team to check this and continue to fix the issue. I will inform you when it's done.
Peter
ModeratorHello,
I do not see that issue on my demo site. The default value of the radio field should be a choice, not on/off. Can you please deactivate all plugins except Meta Box, MB extensions and switch to a standard theme of WordPress then check the issue again?
Please read more on the documentation https://docs.metabox.io/fields/radio/
January 12, 2023 at 11:18 PM in reply to: ✅Use jQuery 'additional-methods.js' to validate 'Image Upload' Filesize #40217Peter
ModeratorHello,
The validation in your code won't work because the rule
filesizeormax_file_sizeis not supported. Please read more on the documentation
https://docs.metabox.io/validation/#advanced-validation
https://jqueryvalidation.org/documentation/#link-list-of-built-in-validation-methodsIf you can create your own JS code to check the file size, you can implement a notice box like JS function alert() and prevent clicking the submit button.
Peter
ModeratorHello there,
To display a map from a settings page on the frontend, you need to add the setting
'object_type' => 'setting'to the second parameter and add the option name to the third parameter of the helper function. For example:$args = [ 'width' => '640px', 'height' => '480px', 'zoom' => 14, 'marker' => true, 'object_type' => 'setting' // here ]; rwmb_the_value( 'my_field_id', $args, 'settings_page_option_name' );Please read more on the documentation https://docs.metabox.io/extensions/mb-settings-page/#data
Peter
ModeratorHello there,
Can you please test this issue with another field group and let me know if the issue persists? If you have a backup of your site, please restore the site and export the field group to a JSON file and share it with me. I will import the field group to my demo site and test this issue there.
January 11, 2023 at 10:07 PM in reply to: ✅Disabling link in Beaver Builder shortcode doesn’t work #40203Peter
ModeratorHello,
MB Relationships is not compatible with Beaver Builder currently so I think the shortcode will not work properly in this case.
Peter
ModeratorHello,
Yes, you can deactivate the single plugin Meta Box FacetWP Integrator to resolve the issue.
Peter
ModeratorHello
WordPress only supports one level of submenu so it is not possible to display a post type menu under a submenu settings page.
January 11, 2023 at 9:31 PM in reply to: ℹ️Save field value => Generate PHP Code not see the code for that #40198Peter
ModeratorAdded to the task also, thanks.
Peter
ModeratorHello,
To translate custom field labels or taxonomy labels, you need to generate the PHP code and add it to the file functions.php and use a translation plugin to scan the text to translate.
You also need to delete them from the builder to avoid any potential issues. Please read more on the documentation https://docs.metabox.io/extensions/meta-box-builder/#getting-php-codePeter
ModeratorHello there,
Meta Box does not support an option to export posts from any post types. You can use a third-party export plugin to do that. Please refer to these links
https://www.wpallimport.com/export-wordpress/
https://www.smackcoders.com/wp-ultimate-csv-importer-pro.html/January 10, 2023 at 11:58 PM in reply to: Issues using Meta Box Field with Beaver Builder conditional shortcode (if/else) #40192Peter
ModeratorHello,
Beaver Builder conditional logic shortcode is not working with Meta Box properly. If you want to use the Beaver conditional logic, please follow this article https://metabox.io/introducing-beaver-themer-conditional-logic-integration/.
and follow this topic https://support.metabox.io/topic/beaver-builder-conditional-logic-help/
-
AuthorPosts