Forum Replies Created
-
AuthorPosts
-
March 28, 2026 at 10:39 PM in reply to: ℹ️Bug Report - Block Editor Field: missing list-item-block / Styling h2 #49861
Peter
ModeratorHello François,
Thanks for your feedback.
I've checked your screen records and confirmed some issues:
1. I don't see the List Item block on my site. I'm using WordPress 7.0 RC2. Can you please recheck this?
2, 3. Yes, correct. Styling of the heading H2 and the List is wrong.
5. I also see the console error with core/footnote block but don't see it in the block list.
6. Please wait for a few seconds to delete the block list completely. Try to delete again and let me know how it goes.
Peter
ModeratorHello,
Thanks for reaching out.
Currently, there isn't a function that supports getting a list of registered models. I will inform the development team to consider supporting a function that you can use in future updates.
March 26, 2026 at 10:18 PM in reply to: MB Conditional Logic not working in MB Blocks (Normal Context) #49853Peter
ModeratorHello
I can reproduce the issue on my demo site and I've escalated the issue to the development team to fix it as soon as possible.
In the meantime, you can use the contextsideto make the conditional logic works properly.Thank you.
Peter
ModeratorHello Johannes,
Thank you for reaching out.
I notice that we can register the style file with relative path like this
'enqueue_style' => '/wp-content/themes/metabox-theme/blocks/hero-content/hero-style.css',instead of the absolute path
'enqueue_style' => get_stylesheet_directory() . '/blocks/hero-content/hero-style.css',can you please recheck this on your site?
Peter
ModeratorHello,
I think you can redirect to the page that has the frontend form after submitting, so the page will have the blank form as well. Please check the hook to make the redirection in the documentation
https://docs.metabox.io/extensions/mb-frontend-submission/#general-hooksMarch 25, 2026 at 8:14 PM in reply to: MB Conditional Logic not working in MB Blocks (Normal Context) #49843Peter
ModeratorHello,
Thanks for reaching out.
How do you create the modal with custom fields when editing the post? Can you please share a screen record of the issue and share the JSON field group after exporting?
Following the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--importPeter
ModeratorHello,
You have to use the code to register and create the custom fields for the custom model. Please read the documentation that I shared above https://docs.metabox.io/extensions/mb-custom-table/#custom-models
March 23, 2026 at 10:04 PM in reply to: Meta Box admin screens not resizing with custom Admin Menu widths #49839Peter
ModeratorHello Jayron,
Thanks for reaching out.
I see this issue happens with other screens like post edit page, listing page ... Can you please recheck other screens, not just Meta Box?
Peter
ModeratorHello,
Thanks for reaching out.
You can use the custom model https://docs.metabox.io/extensions/mb-custom-table/#custom-models
and save all data to the custom table, like the post. It also works with the frontend form and you can submit the model from the frontend.Peter
ModeratorHello,
Thanks for reaching out.
If you want to keep the form visible after submission, you can use the attribute
edit="true". However, it will disable theajaxoption.
This is noted in the documentation https://docs.metabox.io/extensions/mb-frontend-submission/#adding-the-submission-formPeter
ModeratorHello,
We are working on this feature, you can check it in the pull request https://github.com/wpmetabox/mb-relationships/pull/94/changes
If you are familiar with coding, feel free to make the changes on your site to see if it helps.Peter
ModeratorHello,
Thanks for reaching out.
The field type
select_advancedwill automatically load more posts when you scroll down to the bottom. It doesn't work like theselectfield. So, if you open theselect_advancedfield, scroll down the list of posts, it will load more posts with the number ofposts_per_pagesetting.I hope that makes sense.
March 18, 2026 at 9:50 PM in reply to: Not all options should be translatable in WPML environments #49820Peter
ModeratorHello Lukas,
Thanks for your feedback.
Yes, there isn't an option to set a field in a settings page to translate or not. You can go to WPML > String translation to delete the registered string that you don't want to translate.
March 18, 2026 at 8:45 PM in reply to: When I updated to version 3.5.1, some items in the page list disappeared. #49819Peter
ModeratorHello,
I'm using Slim SEO 4.9.1 and Meta Box AIO 3.5.1 but don't see a similar issue. Please share your site admin account by submitting this form https://metabox.io/contact/
I will take a look.Thank you.
Peter
ModeratorHello,
To query posts by a field value saved in a custom table, you need to use PHP code and SQL query. It isn't possible to use MB Views to do so. Please follow the documentation to read more about the PHP code
https://docs.metabox.io/extensions/mb-custom-table/#query-posts-with-wp_queryThank you.
-
AuthorPosts