Forum Replies Created
-
AuthorPosts
-
February 6, 2026 at 10:19 PM in reply to: CPT Form is displaying instead of the CPT Archive in the Navigation Menu #49744
Peter
ModeratorHello KG,
Thanks for reaching out.
I suggest you change the CPT slug to another one like
member123, re-save the permalink setting Post Name and see if it helps.Peter
ModeratorHello Travis,
Thanks for reaching out.
Can you please export the field group to a JSON file and share it with me? And let me know Meta Box plugins, versions that you are using.
Following the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--importFebruary 5, 2026 at 10:02 PM in reply to: SubmissionForm.php update crashes site on every update - it's a very simple fix #49737Peter
ModeratorHello Emma,
The fix for this issue has been merged into the plugin MB Frontend Submission. It would be included in the next release.
Thanks for your patience.
Peter
ModeratorHello Will,
Thanks for reaching out.
The add post type page could be affected by a third-party plugin or custom code in your theme. Please try to deactivate all plugins except Meta Box plugins, switch to a WordPress theme and recheck this.
February 5, 2026 at 8:46 PM in reply to: Metabox Time Field shows 1.1.1970 in Bricks Builder after clearing value #49735Peter
ModeratorHello,
Based on your screenshot, it is the DATE field, not the TIME field. Regarding the timestamp setting in a group field, it is expected behavior and noted in the documentation
https://docs.metabox.io/extensions/meta-box-group/#data-storageFebruary 4, 2026 at 9:06 PM in reply to: Metabox Time Field shows 1.1.1970 in Bricks Builder after clearing value #49731Peter
ModeratorHello Simon,
Thanks for reaching out.
The
timefield doesn't support the timestamp setting; only thedatetimefield supports it. If you create the field group with code, please remove that setting and recheck the issue. Following the documentation
https://docs.metabox.io/fields/time/Peter
ModeratorHello,
Yes, it is possible. If you can pass the order ID to the attribute
object_idof the frontend form shortcode, you can edit the custom field of the order in the frontend on any page. Here is an example:[mb_frontend_form id='order-custom-fields' post_type="shop_order" object_id="1234"]Please read more about attributes in the documentation https://docs.metabox.io/extensions/mb-frontend-submission/
February 3, 2026 at 10:44 PM in reply to: ✅Broken re-order posts: need support for WordPress presistent caching API #49721Peter
ModeratorHello,
Thank you for your feedback. I can reproduce the issue with re-order posts and Redis Object Cache (free) activated. I'm going to forward this issue to the development team to fix it so this feature can work with object cache.
Peter
ModeratorHello Kara,
Thanks for sharing the investigation and solution. I appreciate it.
Peter
ModeratorHello,
If you upload the PDF file, it isn't an image, so it doesn't have a thumbnail image. Only the default icon from WordPress displays after uploading the PDF file
wp-includes/images/media/document.svgMeta Box uses the WordPress function
wp_get_attachment_image()to display the thumbnail image for the uploaded file'icon' => wp_get_attachment_image( $file, [ 48, 64 ], true ),Please follow WordPress documentation https://developer.wordpress.org/reference/functions/wp_get_attachment_image/
February 2, 2026 at 9:10 PM in reply to: Error loading block: The response is not a valid JSON response. #49712Peter
ModeratorHello,
The issue might come from the callback function or template of the custom block. The code will run a loop, and somehow it becomes an infinite loop causing an out-of-memory issue.
Peter
ModeratorHello,
Please share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.Thanks.
February 2, 2026 at 6:32 PM in reply to: New Block Editor Field Breaking Set Featured Image Button #49710Peter
ModeratorHello Jacob,
Thanks for reaching out.
Please update Meta Box plugin to the new version 5.11.1 to fix the issue with Block editor field and the featured image of WordPress.
Peter
ModeratorHello Oskar,
Thanks for reaching out.
There isn't a best way to convert the WYSIWYG field to the Block Editor field. Just like when you use the Classic Editor and switch to the Block (Gutenberg) editor, the content with HTML tags will be converted to a Classic block.
You can continue using the WYSIWYG field or create new content with the Block Editor field.January 30, 2026 at 11:17 PM in reply to: Attach additional $_POST data to image_advanced upload #49703Peter
ModeratorHello Paul,
Thanks for reaching out.
Meta Box is using the Media Library of WordPress to upload images when you use the
image_advancedfield. You can try to use the filter hookplupload_default_paramsto modify the params sent to the upload function.
Please check this filter here https://core.trac.wordpress.org/browser/tags/6.9/src/wp-includes/media.php#L4438 -
AuthorPosts