Forum Replies Created
-
AuthorPosts
-
September 18, 2024 at 10:15 PM in reply to: Getting the field data (text and images) for specific sections in cloned groups #46494
Peter
ModeratorHello,
As I mentioned above, I'm not sure how the filter of Bricks works on their side. If it is possible, you can try to use the theme code generated by Meta Box, use a WordPress theme (2021), add the code to the post template and see if the image advanced is outputted in the frontend.
If it works properly, then it isn't an issue with Meta Box itself.Peter
ModeratorHello,
Please update MB plugins to the new versions Meta Box 5.10.1, MB AIO 1.30.1 and check the issue again. Let me know how it goes.
September 16, 2024 at 10:30 PM in reply to: metabox block category null in WP_Block_Type_Registry #46479Peter
ModeratorPlease share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorIf you want to redesign the field style with custom CSS code, we offer a customization service. Please contact us here for more details https://metabox.io/contact/
Peter
ModeratorHello Owais,
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.
Peter
ModeratorHello Jayron,
I think Bricks builder cannot inherit the geolocation feature of Meta Box to work on their form. It is designed to work with Meta Box fields. You can contact Bricks support to ask for more information.
Otherwise, you can use the frontend form or user profile form of Meta Box to use the geolocation feature.
https://docs.metabox.io/extensions/mb-frontend-submission/
https://docs.metabox.io/extensions/mb-user-profile/Peter
ModeratorHello,
There is an issue with the Conditional logic in the current version. We will have a release in the next few days to fix the issue. After that, you can recheck the issue on your site.
Thank you.
Peter
ModeratorYes, at least for now. I've informed the development team to check if we can support working with WooCommerce products via MB Rest API v2. Otherwise, we will update the documentation regarding WooCommerce product because it has its own API.
Thank you.
Peter
ModeratorWas it just cloneable fields the index changed for?Yes, only the index of the cloneable field is updated from Meta Box version 5.10.0.
Are they likely to change again?I'm not sure about that, but the index is updated from the new version.
September 15, 2024 at 9:35 PM in reply to: Getting the field data (text and images) for specific sections in cloned groups #46461Peter
ModeratorHello,
I see that the function
get_metabox_cloned_image()to get the image advanced field value in a cloneable group is correct. But I'm not sure about the code in 2 filter hooksbricks/dynamic_data/register_sourcesandbricks/dynamic_data/render_content. Maybe you can ask the Bricks support to get further assistance.September 15, 2024 at 3:27 PM in reply to: RestAPI, limit fields in response + Cache strategies #46460Peter
ModeratorHello,
Please notice that MB Rest API doesn't create a new route, it only adds the key "meta_box" to the WordPress endpoints (routes) and allows you to get/update the meta box fields. So I'm afraid that it doesn't meet your requirements.
Following the documentation https://docs.metabox.io/extensions/mb-rest-api/Peter
ModeratorHello,
There is an issue with the Conditional logic in the current version. We will have a release next week to fix the issue. After that, you can recheck the issue on your site.
Thank you.
September 13, 2024 at 11:13 PM in reply to: Migrating an ACF big site + restructuring field groups #46452Peter
ModeratorHello Oscar,
Sorry for the late reply. Can you please share your site admin account via this contact form https://metabox.io/contact/ so I can take a look?
Peter
ModeratorHello,
So it's not an issue of Meta Box itself. The cloneable item now starts the index from 1. You can try to change the index from 0 to 1 and see if it helps.
academicfindings[1][academicfinding]Also note that, supporting a customization code is beyond our scope of support. If you want to use a customization service, please contact us here for more details https://metabox.io/contact/
September 13, 2024 at 10:48 PM in reply to: Getting the field data (text and images) for specific sections in cloned groups #46450Peter
ModeratorHello,
Can you please export the field group to a JSON file and share it here? I need to check the settings of group and image advanced fields to give a better suggestion to get the field value.
Following the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--import -
AuthorPosts