Forum Replies Created
-
AuthorPosts
-
May 27, 2026 at 8:37 PM in reply to: ℹ️Suggestion: Add “Post Title with Link” Field in MB Views #49997
Peter
ModeratorHello Alok,
Thanks for your feedback.
I will inform the development team to consider supporting a field with the post title and a clickable link in future updates. Let me know if you have any questions.
Peter
ModeratorHello,
Thanks for reaching out.
Can you please enable WP debug log and share the full error log with me? I will help you investigate the issue. You can follow the WordPress documentation to enable WP debug log.
https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/May 26, 2026 at 8:12 AM in reply to: ✅Settings page: boolean-type values display correctly in Bricks, not in front-end #49990Peter
ModeratorHello,
I import your field group to my demo site, use the code below to output the radio field value but don't see any issue
$value = rwmb_meta( 'sub_header_display_radio', ['object_type' => 'setting'], 'custom_settings' ); echo $value; echo '<br>'; $value2 = rwmb_meta( 'statut', ['object_type' => 'setting'], 'custom_settings' ); echo $value2;screenshot https://imgur.com/XgJZHeq
Can you please copy your site to a staging site and share the admin account with me by submitting this form?
https://metabox.io/contact/I will take a look.
May 25, 2026 at 9:04 PM in reply to: ✅Meta Box Custom Fields “Add New” Page Overlaps WordPress Admin Sidebar #49987Peter
ModeratorHello,
Thanks for the details.
I've forwarded this issue to the development team to fix it as soon as possible. Feel free to contact us again if you have any questions.
May 25, 2026 at 8:53 PM in reply to: ✅Settings page: boolean-type values display correctly in Bricks, not in front-end #49986Peter
ModeratorHello Shemzone,
Thanks for reaching out.
If you use a default WordPress theme and add the code to output the field value
get_option( 'reglages-generaux-site' ) or rwmb_meta(), does it show the correct valueshow/hidein the frontend?If so, I believe the issue comes from the Bricks theme. Let me know how it goes.
May 25, 2026 at 8:46 PM in reply to: Maintaining a list of Countries for the network - possible with Settings page? #49985Peter
ModeratorHello Eddy,
Thanks for reaching out.
Yes, it is one page/instance and displays in the Network area only. There isn't an option to display the settings page across subsites as per your requirement. I will inform the development team to consider supporting this feature in future updates.
In the meantime, you can use custom code to create a settings page which will display on all subsites and network area. Here is an example https://pastebin.com/Y4uciPyk
May 21, 2026 at 10:04 PM in reply to: ✅Meta Box Custom Fields “Add New” Page Overlaps WordPress Admin Sidebar #49978Peter
ModeratorYes, please share your site credentials by submitting this contact form https://metabox.io/contact/
I will take a look. Thanks.Peter
ModeratorHello Shemzone,
Thanks for reaching out.
You can exclude terms by IDs and add the query param
excludeto the builder. Use dot notation to add more IDs to the param, following the documentation https://docs.metabox.io/extensions/meta-box-builder/#dot-notation
https://developer.wordpress.org/reference/classes/wp_term_query/__construct/and check this screenshot https://imgur.com/og9jkmS
May 20, 2026 at 9:44 PM in reply to: ✅Meta Box Custom Fields “Add New” Page Overlaps WordPress Admin Sidebar #49974Peter
ModeratorHello Alok Sharma,
Thanks for reaching out.
Do you use another plugin that customizes the admin area, like Admin and Site Enhancements (ASE)? This will set the admin menu display above the Meta Box Field group menu and cause the issue.
Or maybe it is a conflict issue with the admin menu style of WordPress.com hosting only.Peter
ModeratorHello Nicole,
Our development team is still working on the integration with Divi 5. If you are familiar with coding, you can pull the changes to your project and see if it helps.
https://github.com/wpmetabox/mb-divi-integrator/pull/27/filesThanks for your patience.
May 12, 2026 at 10:44 PM in reply to: ℹ️Support/Add WooCommerce/EDD OrderMeta Custom Fields [Feature Request] #49966Peter
ModeratorHello,
There isn't a complete solution with clear steps for any specific case when using Meta Box. However, you can refer to some tutorials in our documentation to use Meta Box to create custom fields for post types and use code or a page builder to output values in the frontend.
Here is a reference https://docs.metabox.io/tutorials/create-menu-restaurants-meta-box-elementor/We also offer a customization service, please contact us here https://metabox.io/contact/
May 11, 2026 at 10:49 PM in reply to: ℹ️Support/Add WooCommerce/EDD OrderMeta Custom Fields [Feature Request] #49963Peter
ModeratorHello,
Thanks for reaching out.
Meta Box can create custom fields and assign them to WooCommerce Order post type when you disable the HPOS feature of WooCommerce. Can you please confirm this on your site?
Peter
ModeratorThanks for your feedback.
I've informed the development team to consider supporting a filter hook to bypass the caching. Let me know if you have any questions.
Peter
ModeratorHello Richard,
Thanks for reaching out.
I can see the issue when previewing the post only. If you publish the post and visit post page in the frontend, it won't display the caching issue. Can you please confirm this on your end?
May 7, 2026 at 10:23 PM in reply to: Custom Post Type fails to save as Draft/Pending Could not get a valid response #49955Peter
ModeratorHello Jason,
Thanks for reaching out.
I've experienced the issue with the Rest API
POST /wp-json/wp/v2/featured-property/{id}?_locale=usersometime ago, but I was not able to reproduce it with clear steps. There is a workaround:
- delete the custom post type
- create a new post type with the same slug
the posts that are stored in the table wp_posts won't be lost if you just delete the post type. -
AuthorPosts