Forum Replies Created
-
AuthorPosts
-
April 5, 2025 at 10:50 PM in reply to: Tabs won't work after changing tab style in a field group settings #48006
Peter
ModeratorHello Motiveink,
Please register the custom fields with PHP code instead of JSON file to use the tab. Follwing the documentation https://docs.metabox.io/extensions/meta-box-tabs/
Peter
ModeratorHello Kimberly,
I'm not sure if Bricks builder supports adding multiple relationships in one query. You can contact their support and ask them to get more information.
If you use PHP code, please follow the documentation https://docs.metabox.io/extensions/mb-relationships/#query-by-multiple-relationships
Peter
ModeratorHello Roel,
>> I have set up a submission form on the post page for my post-type "Collectible"
You are using the post type, not the custom model, so you need to select Object type Post instead of Custom model.
If you don't want to show the custom fields in the frontend form, you can remove the field group ID from the widget settings.
Following the documentation https://docs.metabox.io/extensions/mb-custom-table/#custom-models
https://docs.metabox.io/extensions/mb-frontend-submission/#adding-the-submission-formPeter
ModeratorHello,
The suggestion from AI is not always correct. You can follow the topic below to know how to use a callback function for the select field
https://support.metabox.io/topic/custom-field-select-is-not-saving-or-displaying-value/#post-44373A callable function that returns an array of choices. The function should return an array of 'value' => 'Label'.Refer to the documentation https://docs.metabox.io/fields/select/
April 3, 2025 at 9:45 PM in reply to: Tabs won't work after changing tab style in a field group settings #47989Peter
ModeratorHello,
Thank you for your feedback.
I see the issue with Tabs when using the builder. It still works properly if you use the code to register the custom fields. Please use the code in the meantime, I'm escalating this issue to the development team to fix it soon.
Refer documentation https://docs.metabox.io/extensions/meta-box-tabs/
Peter
ModeratorHello,
The JSON files that you shared are invalid. The data is missing in the file content.
Please share your site admin account by submitting this form https://metabox.io/contact/
I will take a closer look.Peter
ModeratorHello,
Please export your field group to a JSON file and share it here. I will help you check the field settings and conditional logic. Following the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--import
Peter
ModeratorIt is an example field group ID, you can get the field group ID when editing a field group. Please check this screenshot https://imgur.com/dCYRXcC
April 1, 2025 at 10:05 PM in reply to: Meta Box lost ability to update Custom Table Group fields via API after 1.30.5 #47979Peter
ModeratorHello,
The development team is working on this issue, the fix for this will be included in the future update of Meta Box plugins.
Thank you.
Peter
ModeratorHello Simon,
If you use the group field, please use the subfield
taxonomy_advanced. The fieldtaxonomysets post terms so it doesn't work with group field or custom block.
Please follow the documentation
https://docs.metabox.io/fields/taxonomy/
https://docs.metabox.io/fields/taxonomy-advanced/
and this topic https://support.metabox.io/topic/taxonomy-vs-taxonomy-advanced/Peter
ModeratorHello,
Please upload your site to an online hosting and share the admin account by submitting this contact form https://metabox.io/contact/
I will take a look.
Peter
ModeratorHello,
You can use the bypass sanitization and add the
<br>tag to the textfieldagain. Following the documentation https://docs.metabox.io/sanitization/#bypass-the-sanitizationPeter
ModeratorHello,
If you use the Bricks builder, you also need to add the ID to the form option, like the field group ID.
meta-box-id-1,posts-to-page_relationships_fromMarch 31, 2025 at 8:35 PM in reply to: How to bind to the uploader to pass custom parameters to FormData #47966Peter
ModeratorHello,
Can you please let me know the purpose or a real case to pass the custom param to the form data, specifically the file media.js?
If you want to upload the file to a custom folder, you can use the field type
file. Please follow the documentation https://docs.metabox.io/fields/file/Peter
ModeratorHello,
I import the field group to my demo site, edit a category, add a value to the field and save. It is saved properly to the database without any issues.
Can you please deactivate all other plugins (including Breakdance) and switch to a WordPress theme then check the issue again? -
AuthorPosts