Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
I can reproduce the issue on my end. I'm going to escalate the issue to the development team to fix it in the Theme Code section for those fields.
Thank you.
Peter
ModeratorHello,
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/
February 5, 2025 at 10:34 PM in reply to: MB Settings Page won't update from 2.1.14 to 2.1.16 #47600Peter
ModeratorHello,
Thank you for your feedback.
Actually, it is the new version 2.1.16 but the version in the file mb-settings-page.php is still 2.1.14 and causes the issue. I've escalated it to the development team to release a quick fix for this.
February 5, 2025 at 10:21 PM in reply to: ✅Customer Fields will not assign to custom post type #47599Peter
ModeratorHello Thomas,
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/Let me know how it goes.
February 4, 2025 at 11:27 PM in reply to: ✅'Hidden' Field type with 'std' value does not get saved in clone #47589Peter
ModeratorHello,
Can you please export the field group to a JSON file and share it here? If you use the code to register the custom fields, please share all the code that you are using. And share a screen record that demonstrates the issue. I will try to reproduce the issue on my end.
Thank you.
Peter
ModeratorHello there,
Did you lose all fields in a field group (UI)? Can you please share some screenshots of the issue or let me know how to reproduce it from scratch?
February 4, 2025 at 11:14 PM in reply to: ✅Bricks Builder Query Editor Loop code for Image Advanced #47587Peter
ModeratorHello Jeffrey,
The helper function rwmb_get_value() will return some additional information to the value like image info, not only the image IDs so if you pass the value to the argument
post__in, it might not work.I suggest you use the WordPress function get_post_meta() or add a specific post ID to this function to see if it works.
Peter
ModeratorHello Solace,
The compatibility between Meta Box and Oxygen is maintained on the Oxygen side. So if you have any issues when using it with Meta Box, please contact Oxygen support to get further assistance.
Refer to our support policy https://support.metabox.io/topic/support-policy/Thank you.
Peter
ModeratorHello,
Currently, MB Settings Page doesn't support adding the pen icon to the element in the customizer to quickly edit the field. It is noted in the documentation https://docs.metabox.io/extensions/mb-settings-page/#compatibility
The postMessage transport for the Customizer is not supported yet, which means changes are updated by refreshing the whole page instead of updating only the needed part of the page.Peter
ModeratorHello Joe,
Can you please check if the second text field
vita_group_contentis enabled cloneable option? If yes, that is an expected result.
I also try to reproduce that issue on my end and don't see that, here is the screenshot https://imgur.com/rW95I2NPeter
ModeratorHello,
It might relate to the issue with SCRIPT_DEBUG constant in this topic https://support.metabox.io/topic/preview-inside-gutenberg-is-broken/
If not, can you please share some screenshots of the issue, export the block field group to a JSON file or code to register the block and share it here? I will try to import and reproduce the issue on my site to check the issue.
Following the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--importFebruary 3, 2025 at 11:13 PM in reply to: ✅Text area field rendered with Elementor, shows HTML instead of rendering it #47578Peter
ModeratorHello Adamo,
What is the Elementor widget that you use to output the field value? I use the Text Editor widget to output the textarea field value and it shows the order-list in the frontend properly.
Please check these screenshots https://imgur.com/a/RJtZu11February 3, 2025 at 10:47 PM in reply to: ✅'Hidden' Field type with 'std' value does not get saved in clone #47577Peter
ModeratorHello
I try to reproduce the issue but don't see that on my site. The default value of a hidden field in the cloneable group entry is saved to the database as well. Here is the sample code:
[ 'name' => __( 'Group', 'your-text-domain' ), 'id' => $prefix . 'group_pd0few9tv1o', 'type' => 'group', 'clone' => true, 'fields' => [ [ 'id' => $prefix . 'hidden_z66lqr03m5k', 'type' => 'hidden', 'std' => __( '123asdf', 'your-text-domain' ), 'clone_default' => true, ], ], ],I suggest you enable the setting
Clone default valuefor the group field and recheck this issue. Let me know how it goes.Peter
ModeratorHello Nick,
The frontend submission form now supports submitting custom models from frontend. When using the frontend form shortcode, you should assign
object_typetomodel.
Please read more about this feature in the documentation
https://docs.metabox.io/extensions/mb-frontend-submission/February 2, 2025 at 11:29 PM in reply to: Issue with Saving Custom Field Data to Custom Tables in Metabox AIO #47573Peter
ModeratorHello Martin,
Can you please export the field group to a JSON file and share it here? I will import the field group to my demo site and recheck the issue.
Please follow the documentation to export the field group https://docs.metabox.io/extensions/meta-box-builder/#export--import -
AuthorPosts