Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
You can use the filter hook
block_categories_allto create a custom category for blocks. Following WordPress documentation https://developer.wordpress.org/reference/hooks/block_categories_all/Peter
ModeratorCould you please edit a post in the first comment and share a screenshot of the post excerpt?
December 5, 2025 at 9:45 PM in reply to: Will you develop support for Gutenberg to capture meta box data? #49502Peter
ModeratorHello,
WordPress now supports the feature block bindings, you can use it to get data from a custom field and display it on a block content. Following this article
https://rudrastyh.com/wordpress/block-bindings-api.html
and WordPress documentation https://developer.wordpress.org/block-editor/reference-guides/block-api/block-bindings/Besides that, you can create custom blocks with MB Blocks and save field value to the default table post meta.
https://docs.metabox.io/extensions/mb-blocks/Peter
ModeratorHello,
Thanks for reaching out.
Do the posts have excerpt content? Can you please recheck this?
Peter
ModeratorYes, in the Builder, you can select the FontAwesome version Free or Pro. Please check this screenshot https://imgur.com/3JTjYm3
December 5, 2025 at 9:04 PM in reply to: ✅"Something went wrong. Please try again!" when opening Custom Field Group #49497Peter
ModeratorHello Jakub Lang,
Please update Meta Box Lite to the new version 2.3.4, clear all caches to fix the issue.
Thanks.
Peter
ModeratorHello Bertus,
Thanks for reaching out.
What is the FontAwesome version that you use, Free or Pro? You can try with the Free version and see if it works.
Peter
ModeratorHello,
Please update Meta Box AIO to the new version 3.3.5, then clear all caches: plugin, browser, hosting, Cloudflare (if you use it) ... and recheck the issue.
Let me know how it goes.
December 4, 2025 at 10:52 PM in reply to: ✅"Something went wrong. Please try again!" when opening Custom Field Group #49486Peter
ModeratorHello,
Please update Meta Box AIO to the new version 3.3.5, then clear all caches: plugin, browser, hosting, Cloudflare (if you use it) ... and recheck the issue.
Let me know how it goes.
Peter
ModeratorHello,
Please share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.
Peter
ModeratorHello,
Thanks for your feedback.
I can see the issue and I've escalated it to the development team to fix it soon. Let me know if you have any questions.
December 4, 2025 at 8:39 PM in reply to: Migration Error/Stuck on Field Groups, with warning: Undefined array key "id" #49482Peter
ModeratorHello,
You can take a full backup of your site or database with a third-party plugin like Duplicator, All In One WP Migration then share the backup file with me by submitting this contact form https://metabox.io/contact/
I will check the issue on my site.Thanks.
Peter
ModeratorHello Kellile,
Thanks for reaching out.
I am receiving the following error: .../app/public/wp-content/plugins/meta-box-aio/vendor/meta-box/mb-custom-post-type/src/TaxonomyReorder.php on line 141Could you please share the full error message so I can understand it? I think the issue happens with this code
$all_term_map[ $term->ID ]->term_orderit should be
$all_term_map[ $term->term_id ]->term_orderIf you can edit the file on your end, let me know if it helps.
December 3, 2025 at 10:51 PM in reply to: Migration Error/Stuck on Field Groups, with warning: Undefined array key "id" #49472Peter
ModeratorHello,
Please share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.Thank you.
December 3, 2025 at 10:47 PM in reply to: label_title no longer outputs value in mb_user_profile shortcode? #49470Peter
ModeratorHello,
Thanks for your feedback.
I can see the issue on my demo site. I'm going to escalate the issue to the development team to fix the issue with attribute
label_title.Let me know if you have any questions.
-
AuthorPosts