Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello François,
When the site/builder is crashed, please check the server logs (PHP, Apache/Nginx) for any error messages in the log, screenshot https://imgur.com/eCMuZ6Z
or ask your hosting support to monitor the log for you. Then share the error messages in the log with me.
Thanks.
March 31, 2026 at 10:35 PM in reply to: Settings page - cpts are visible for one second then dissapear #49870Peter
ModeratorHello Patrik,
Thanks for reaching out.
Please edit the field group, click on the Toggle Rules add one more entry and remove it, save the field group again to fix the issue, check this screenshot https://imgur.com/9kFXCx4
You can see the Show/Hide entry in the exported JSON file
"show": { "input_value": [] },Following the documentation https://docs.metabox.io/extensions/meta-box-show-hide/
Peter
ModeratorHello Refica,
Thanks for reaching out.
The Text Limiter counts characters correctly on my demo site when using the Visual mode of the WYSIWYG field. Can you please share another screen record with full screen? And share the JSON file of the field group, then I import it to my site and recheck the issue.
Refer to the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--importPeter
ModeratorHello Clint,
Thanks for reaching out.
Meta Boxes is the standard section of WordPress itself, which will show all registered meta boxes (field groups) and it can be collapsed or expanded as you do in the screen record.
March 28, 2026 at 10:39 PM in reply to: ℹ️Bug Report - Block Editor Field: missing list-item-block / Styling h2 #49861Peter
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. -
AuthorPosts