Forum Replies Created
-
AuthorPosts
-
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?
December 13, 2025 at 9:20 AM in reply to: ✅What's the Easiest Way to add Custom Field Data within a Gutenberg Post? #49530Peter
ModeratorHello Tom,
Thanks for reaching out.
If you want to show the option value on a block, you can use the helper shortcode [rwmb_meta]. Here is the documentation for the shortcode: https://docs.metabox.io/shortcode/
December 11, 2025 at 8:48 PM in reply to: Metabox + Elementor: Card Images Breaking When Certain Words Appear in Title/Des #49526Peter
ModeratorHello there,
Could you please share your admin account by submitting this contact form?
https://metabox.io/contact/I will take a closer look.
December 11, 2025 at 2:24 PM in reply to: ✅Metabox deactivated after critical error - my mistake - how to recover #49524Peter
ModeratorHello,
Thanks for reaching out.
If you used custom code and updated the post content in the database, I think it isn't possible to get the field groups and post types back.
If you want to fix the error and use Meta Box plugin again, you can try to access the database, table wp_posts, delete posts that have the post typemeta-box(field group) andmb-post-type(post type).Let me know if it helps.
December 10, 2025 at 8:35 PM in reply to: ✅MB Views isn't working and I checked both browsers #49523Peter
ModeratorHello,
On my demo site, I can click on the Post fields and other fields properly without any issue. On your site, it could be affected by a third-party plugin or custom code. Please try to deactivate all plugins except Meta Box plugin, switch to a WordPress theme and recheck the issue.
Let me know how it goes.
December 8, 2025 at 11:22 PM in reply to: Metabox seems to be setting the ep_mask as a string #49519Peter
ModeratorHello Emma,
Thanks for reaching out and sharing the solution.
Currently, MB Custom Post Type doesn't support the
ep_masksetting. I will share this feedback with the dev team to support this setting for future development.Peter
ModeratorHello,
If the post doesn't have the excerpt and you want to show the excerpt from the post content, you can use the code
{{ mb.the_excerpt() }}use the proxy
mb.to call a PHP function in the View editor. Following the documentation https://docs.metabox.io/extensions/mb-views/#running-php-functionsDecember 7, 2025 at 10:23 PM in reply to: ✅MB Views isn't working and I checked both browsers #49517Peter
ModeratorHello Ryan,
Thanks for reaching out.
Can you please share some screenshots of settings on the View template or a screen record of the issue on your site?
December 7, 2025 at 10:16 PM in reply to: Timing of MB_Relationships_API::get_connected() in rwmb_after_save_post #49516Peter
ModeratorHello,
Thanks for reaching out.
I suggest you use the hook
mb_relationships_addto ensure the relationship is added between two objects. Regarding the fallback code, the helper functionrwmb_meta()doesn't support passing the second argument like this['type'=>'relationship'], which obviously doesn't work.Please read more about the hook in the documentation https://docs.metabox.io/extensions/mb-relationships
-
AuthorPosts