Forum Replies Created
-
AuthorPosts
-
January 5, 2026 at 9:29 PM in reply to: ✅Support in Etch for dynamic data stored in MB custom table #49585
Peter
ModeratorHello,
Thanks for reaching out.
If the field value saved to a custom table works with Bricks builder, that means there isn't an issue on the Meta Box side. Also, I recheck the Rest API on your site and it shows the custom field value as well
https://test-etch2.touchdowntech.dev/wp-json/wp/v2/service/352screenshot https://imgur.com/T3nQnuG
Peter
ModeratorHello Tom,
Thanks for reaching out.
Can you please update Meta Box AIO to the latest version 3.3.5 on both sites and recheck the issue? If it doesn't help, please share the JSON file that you use to import custom field. I will check it on my site.
January 5, 2026 at 8:42 PM in reply to: Custom Field automatically set to required to fill when it’s not set #49582Peter
ModeratorHello,
I don't see any post field in your field group. Could you please recheck this and share 2 field groups that are assigned to one settings page? Or share a screen record of steps you take from the beginning so I can reproduce the issue on my site?
Thank you.
Peter
ModeratorHello,
Thanks for your confirmation.
I've escalated this issue to the development team to fix it in the next update of the builder plugin.
December 31, 2025 at 8:49 PM in reply to: ℹ️Google Maps Custom Field Deprecation Warnings from Google API #49572Peter
ModeratorHello Michael,
Thank you for your feedback.
I've forwarded the deprecated notice message to the development team to update Google map field. Let me know if you have any questions.
December 31, 2025 at 8:30 PM in reply to: Error loading block: The response is not a valid JSON response. #49571Peter
ModeratorHello,
Please share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.Thank you.
Peter
ModeratorHello Leo,
1. I've not implemented any performance benchmarking for these options. However, Meta Box won't affect the performance because you just get the field values and show them in the frontend.
2. Depending on your requirements but I think using Meta Box AIO will be better if you want to use some other extensions later.
December 30, 2025 at 10:28 PM in reply to: Custom Field automatically set to required to fill when it’s not set #49567Peter
ModeratorHello,
Thanks for reaching out.
I'm not able to reproduce the issue on my site with two field groups assigned to one tab on a settings page and they have the
postfield inside.
Could you please export your field groups to a JSON file and share it with me? I will import field groups to my site and investigate the issue.Following the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--import
Peter
ModeratorHello Tobias,
Thanks for reaching out.
This happens because the setting
timestampis still applied to thetimefield.{ "id": "event_time_start", "type": "time", "label_description": "Um wie viel Uhr beginnt das Event?", "placeholder": "09:00", "timestamp": true, "inline": false, "columns": 3, "prepend": "Beginnt um:", "tab": "tab_event_details" },You can remove it from the JSON file or add the field setting
timestamp->falseto fix the issue, screenshot https://imgur.com/ZkRFC2fDecember 30, 2025 at 7:46 PM in reply to: Error loading block: The response is not a valid JSON response. #49565Peter
ModeratorHello,
I suggest removing blocks one by one to identify the cause of the issue. Then share the block field group with me, I will help you investigate the issue.
Or maybe it could be affected by a third-party plugin or custom code on your site, you can try to deactivate all plugins except Meta Box plugins, switch to a WordPress theme and recheck the issue.
Peter
ModeratorHello Clint,
Thanks for your feedback.
After regenerating the CSS cache, can you please reload the Field Groups page and enable/disable the field group to see if it helps? I think the issue happens when you don't reload the page and enable/disable the field group after regenerating the CSS cache.
Peter
ModeratorHello Leo,
Thanks for the details.
So we can see that it isn't an issue of Meta Box itself. I recommend contacting the plugin Sharelogin support to ask for more information.
Peter
ModeratorHello Leo,
Thanks for reaching out.
I'm not able to reproduce the issue on my local site when installing a new plugin. Please ensure that the code in the file FeaturedPlugins.php is the same as this one https://github.com/wpmetabox/meta-box/blob/master/src/FeaturedPlugins.php
If not, I suggest you delete the current plugin Meta Box AIO and reinstall it on your site to see if it helps.
Peter
ModeratorHello François,
Thanks for reaching out.
The warning error won't cause the builder to crash; it should be a fatal error or a JavaScript error. Can you please check the Console tab of the browser devtool to find the JS error or WP debug log to find the fatal error?
Also, please share a screen record of steps you take to reproduce the issue.
Peter
ModeratorHello,
I can see the issue in your block JSON file and reproduce it on my demo site
"icon": "admin-page", "id": "productshow", "include": { "ID": [ 1082 ] }, "modified": 1766028032, "supports": { "anchor": true }, "title": "productshow", "type": "block"you can see that the block will be displayed (include) on the post ID 1082, which isn't correct. To fix the issue, you can select the Rule: Post type, remove all Advanced rules, then select Rule: Block again.
Let me know how it goes.
-
AuthorPosts