Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello Scot,
Thanks for reaching out.
Yes, the extension MB Include/Exclude doesn't work with custom field settings, it works with meta box settings only. To hide a custom field, you can use the extension MB Conditional Logic
https://docs.metabox.io/extensions/meta-box-conditional-logic/Peter
ModeratorHello Lukas,
We didn't change anything on our side. It could be related to the Cloudflare protection that we are using. Let me ask the development team to check the issue and I will get back to you as soon as possible.
Thank you.
Peter
ModeratorHello Lukas,
Thanks for reaching out.
I've tested to install Meta Box plugins via Composer but didn't see any issues
{ "repositories": [ { "type": "composer", "url": "https://packages.metabox.io/YOUR_LICENSE_KEY" } ], "require": { "wpmetabox/mb-custom-post-type": "^2.3", "meta-box/meta-box-group": "dev-master", "meta-box/mb-settings-page": "dev-master" }, "extra": { "installer-paths": { "vendor/meta-box/{$name}": [ "vendor:wpmetabox", "vendor:meta-box" ] } }, "autoload": { "files": [ "vendor/wpmetabox/mb-custom-post-type/mb-custom-post-type.php", "vendor/meta-box/mb-settings-page/mb-settings-page.php", "vendor/meta-box/meta-box-group/meta-box-group.php" ] } }Save the code to a file composer.json and replace
YOUR_LICENSE_KEYwith your license key and runcomposer install. Following the documentation https://docs.metabox.io/composer/April 7, 2026 at 9:45 PM in reply to: How to auto-populate a text field with postal_code from Google Maps Autocomplete #49895Peter
ModeratorHello,
I got the issue. You need to add
geo.api_keyto the field group settings and set the address field ID to start withaddress_. Please check this screenshot https://imgur.com/a/MIk8SMy
and follow the documentation https://docs.metabox.io/extensions/meta-box-geolocation/#geolocation-apiPeter
ModeratorHello,
I can see and reproduce the issue on my site. It happens when you use the WYSIWYG field on a settings page. I've escalated the issue to the development team to fix it as soon as possible.
Thank you.
April 7, 2026 at 8:39 PM in reply to: How to auto-populate a text field with postal_code from Google Maps Autocomplete #49892Peter
ModeratorHello,
I'm not able to reproduce the same issue on my site. Please share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.April 6, 2026 at 9:46 PM in reply to: How to auto-populate a text field with postal_code from Google Maps Autocomplete #49889Peter
ModeratorHello Jayron,
Thanks for reaching out.
If you have a different field ID from the address component ID
postal_code. You can use the custom binding, following the documentation https://docs.metabox.io/extensions/meta-box-geolocation/#custom-bindingand screenshots https://imgur.com/a/tRVPozs
Peter
ModeratorHello,
Thanks for reaching out.
It could be how the Bricks output the
postfield value when working with Meta Box. On the Meta Box side, thepostfield will do nothing if you leave it blank.
If you use Elementor builder, it won't output anything if the field value is empty. I suggest you contact Bricks support to get further assistance.Peter
ModeratorHello,
I'm afraid that there isn't a way to fix this issue with the term meta and the Elementor loop template currently. I suggest you create a slider with code using MB Views and add it to the Elementor template to show the term carousel. Refer to the tutorial https://docs.metabox.io/tutorials/configure-homepage/
I've escalated this issue to the development team to fix it as soon as possible. Thanks for your patience.
Peter
ModeratorHello,
Thanks for reaching out.
I also see the term meta field doesn't display when you create the loop and use the loop in another page/template. It works when you create the archive template for the Service Category and output the term meta field on the archive page.
April 2, 2026 at 9:39 PM in reply to: this is the first time I try to display a fieldset text field #49878Peter
ModeratorHello Christophe,
Thanks for reaching out.
The compatibility between Meta Box and Etch is maintained on the Etch side. I don't see the field
fieldset_textis supported in their documentation https://docs.etchwp.com/integrations/custom-fieldsPlease try to use another field to output its value with Etch, or contact their support to get further assistance.
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.
-
AuthorPosts