Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello Ben,
Do you mean not show the boxes for each field group when editing a CPT? You can add more fields to a field group and use the tabs to show fields like that.
Following the documentation https://docs.metabox.io/extensions/meta-box-tabs/Peter
ModeratorHello,
You can check the latest versions of MB plugins on the my account page https://metabox.io/my-account/
or you can use only one plugin Meta Box AIO to have all features of MB plugins.January 26, 2025 at 10:49 PM in reply to: Alpha 5.0.0 version - Group Field: Sortable option missing in UI #47546Peter
ModeratorHello,
Thank you for your feedback.
You are correct. The feature to sort clones "Allow to reorder clones" doesn't work in the builder Alpha 5.0.0 version for the group field. I've escalated this issue to the development team to fix this.
Peter
ModeratorHello,
I've received the credentials. I try to use the latest version of Meta Box plugins then the social icons displayed correctly at the footer of your site. Please check these screenshots (removed).
can you please recheck this and confirm it works on your end?
January 25, 2025 at 10:44 PM in reply to: ✅Displaying multiple files with line break instead of comma #47543Peter
ModeratorHello,
You can follow the documentation below to use the code to output the field value
https://docs.metabox.io/fields/file-advanced/#template-usagethen you can output the items in any list as you want. Here is an example
<?php $files = rwmb_meta( 'my_field_id' ); ?> <h3>Uploaded files</h3> <ul> <?php foreach ( $files as $file ) : ?> <li><a href="<?= $file['url']; ?>"><?= $file['name']; ?></a></li> <?php endforeach ?> </ul>Peter
ModeratorHello Patrik,
Please share the relationship settings between FAQs and Services, query code to get the relationship data. I will help you check the issue.
Refer to the documentation https://docs.metabox.io/extensions/mb-relationships/January 25, 2025 at 12:36 AM in reply to: Issue with Google Maps Field and MB Geolocation Integration #47537Peter
ModeratorHello Simon,
I cannot reproduce the issue on my test site:
- add the Google map API key to the map field and field group settings (geo.api_key)
- create a new post, add some keywords to autocomplete text field
- select an address and it auto populates lat and long values
here is the screen record https://drive.google.com/file/d/17vga7YGodag4vSBrjdWs7kuWRVXUB2ZX/view?usp=sharingyou can try to activate only Meta Box plugins and a WordPress theme to see if it helps.
January 24, 2025 at 11:43 PM in reply to: ✅Clonable Groups keep adding a new group at the beginning #47536Peter
ModeratorHello Christie,
It could be an issue when updating Meta Box plugins from an older version. Does that happen with a new field group or a new post? If yes, please export the field group to a JSON file and share it here. I will import it to my demo site and investigate the issue.
Following the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--importJanuary 23, 2025 at 11:19 PM in reply to: OSM map does not render fully when the field has conditional logic #47530Peter
ModeratorYes, please. You can share the sensitive information via the contact form https://metabox.io/contact/
January 23, 2025 at 10:59 PM in reply to: OSM map does not render fully when the field has conditional logic #47527Peter
ModeratorHello John,
Can you please share a screen record of the issue and share the page URL where I can see that?
January 23, 2025 at 9:07 PM in reply to: Critical error after custom fields set to display on custom post type #47525Peter
ModeratorHello John,
I've escalated this issue to the development team to fix this in the next update of Meta Box plugins.
Thanks.
Peter
ModeratorHello Nick,
Can you please share a screen record that demonstrates the entry ID in the model table taking the next ID of WordPress post ID? Because I cannot reproduce that issue on my site.
Thank you.
Peter
ModeratorHello Jacob,
Thank you for your feedback.
I've forwarded this ticket to the development team to consider adding it to the to-do list for the future development of the plugin.
January 23, 2025 at 12:29 AM in reply to: Critical error after custom fields set to display on custom post type #47514Peter
ModeratorHello John,
Thank you for your feedback. I can reproduce the issue on my demo site and it looks related to PHP 8.0 or later version. You can try to downgrade PHP to 7.4 and recheck the issue.
Peter
ModeratorHello Tanja,
Please share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look. -
AuthorPosts