Forum Replies Created
-
AuthorPosts
-
April 11, 2025 at 11:16 AM in reply to: ✅Image Field in Cloneable Group Cannot Be Edited After Post is Published #48034
Peter
ModeratorHello,
The issue with tab fields is reported in this topic https://support.metabox.io/topic/tabs-wont-work-after-changing-tab-style-in-a-field-group-settings/
Our development team is working on it to fix the issue soon. It will be included in the next update of Meta Box plugins.Thank you.
Peter
ModeratorHello,
The default post slug of WordPress is not a custom field, it is the post field
post_name. You can contact the Bricks support and ask them to output the post fieldpost_namein the frontend.
Following the documentation https://developer.wordpress.org/reference/functions/get_post_field/April 10, 2025 at 10:30 PM in reply to: ✅Image Field in Cloneable Group Cannot Be Edited After Post is Published #48031Peter
ModeratorHello,
I try to reproduce the issue on my demo site but don't see that, screenshot https://imgur.com/8sERzvN
Can you please deactivate all plugins except Meta Box plugins, switch to a WordPress theme and recheck the issue?
Peter
ModeratorHello Michael,
The table storing the relationships information is wp_mb_relationships. But it should not affect the display of the post in the admin area.
Can you please let me know what happens if you leave only Meta Box plugins activated and use a WordPress theme? You can manage the post type with Meta Box by following this article
https://metabox.io/move-custom-post-type-custom-field-data-from-pods-to-meta-box/Peter
ModeratorHello Roel,
How do you output the post title and text? And what is the
my textin your case, the post content or a custom field or something else?Please share some screenshots of steps you do on your site, I will help you find the proper solution.
Peter
ModeratorHello Nicolas,
I'm afraid that it isn't possible to switch Google reCaptcha in the frontend submission form from v3 to v2. I will inform the development team to consider supporting that option in future updates.
Thank you.
April 8, 2025 at 10:07 PM in reply to: Urgent Support Needed: Fatal Error When Activating MetaBox Plugin #48022Peter
ModeratorHello Krista,
You can try to follow this tutorial to increase the PHP setting
max_input_varsto fix the issue
https://metabox.io/wordpress-custom-fields-not-saving-increase-max-input-vars/Refer to this topic https://support.metabox.io/topic/customer-fields-will-not-assign-to-custom-post-type/
Peter
ModeratorHello Jaakko,
I'm afraid that there isn't an option to show the cloneable entries in 2 or more columns. I will share this idea with the development team to consider supporting that feature in future updates.
Peter
ModeratorHello Emilia,
I don't see any issues with the admin columns of custom fields for the WooCommerce product on my site. Please check these screenshots https://imgur.com/a/FN3dERX
Can you please share some screenshots of the field settings on your site?
April 8, 2025 at 8:56 PM in reply to: Tabs won't work after changing tab style in a field group settings #48018Peter
ModeratorHello,
The development team is working on this issue. It will be included in the next update of Meta Box plugins.
In the meantime, you can use the PHP code to register the custom fields as an alternative way.I appreciate your patience.
April 5, 2025 at 10:50 PM in reply to: Tabs won't work after changing tab style in a field group settings #48006Peter
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/
-
AuthorPosts