Forum Replies Created
-
AuthorPosts
-
December 31, 2025 at 8:49 PM in reply to: ℹ️Google Maps Custom Field Deprecation Warnings from Google API #49572
Peter
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.
Peter
ModeratorHello François,
Thanks for your feedback.
This issue has been escalated to the development team to fix the issue with the tab icon after importing. The fix for this issue would be included in the next update of MB Builder plugin.
Peter
ModeratorHello Kara,
Please contact us here https://metabox.io/contact/ regarding the license key issue. We will help you check it.
Thanks.
Peter
ModeratorHello,
Thanks for reaching out.
Could you please share some screenshots of the issue and share the exported JSON file so I can check it locally on my site.
Peter
ModeratorHello,
Thanks for reaching out.
Do you mean the custom block doesn't show under the category "Raina" on the block editor? Could you please try again with some alphabet characters, like the English language?
-
AuthorPosts