Forum Replies Created
-
AuthorPosts
-
February 29, 2024 at 10:01 PM in reply to: Existing taxonomy choices not showing in CPT post edit screen #44703
Peter
ModeratorHello,
Importing the taxonomy feedback to my demo site, I can add new feedback and select terms when editing a post as well, screenshot https://imgur.com/T8KMwao
Please share your site credentials via this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorHello Topher,
If the
requiredsetting is set to false, you can save the post with an empty field value. If it is required, please check if you use a validation or a custom code that sets the require for the HTML field.
https://docs.metabox.io/validation/Peter
ModeratorHello,
That icon shows on my demo site as well, screenshot https://imgur.com/nv8FLrh
You can try to deactivate all plugins except Meta Box, MB extension plugins, switch to a WordPress theme and check this issue again.February 28, 2024 at 9:16 PM in reply to: Existing taxonomy choices not showing in CPT post edit screen #44695Peter
ModeratorHello Chris,
Can you please share some screenshots of the
feedbacktaxonomy settings? Or export it to a JSON file and share it here, following the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--importFebruary 28, 2024 at 8:52 PM in reply to: Last class added not working on front-end in Bricks Builder #44694Peter
ModeratorHello,
The Bricks dev team maintains the compatibility on their end so I recommend you contact Bricks support to get further assistance.
February 28, 2024 at 8:50 PM in reply to: ✅Google Map to configure location does not load when editing posts #44693Peter
ModeratorHello,
The map is loaded in the file /wp-content/plugins/meta-box/inc/fields/map.php
the URL that MB plugin uses is https://maps.google.com/maps/api/jsI hope that helps.
February 27, 2024 at 10:12 PM in reply to: ℹ️How to query related posts in a 3 way relationship #44686Peter
ModeratorHello Glenn,
You need to use two loops to achieve the goal. Here is an example:
- First loop: get the sectors that are related to the current project.
- Nested second loop: get the projects that are related to the current sector except the current project in the first loop.
Please follow this ticket https://support.metabox.io/topic/traversing-multiple-related-cpts/February 27, 2024 at 10:00 PM in reply to: Display an Embedded Google Map with Meta Box and Bricks Builder #44685Peter
ModeratorHello,
Please share your site credentials via this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorHello,
I understand your question. Currently, there isn't an option to upload media (attachment post type) in the frontend like the WordPress library in the backend.
It could be so complicated if you use the custom code, please follow this topic https://wordpress.stackexchange.com/questions/194090/what-is-the-different-between-an-attachment-in-wp-posts-and-an-attachment-in-wpPeter
ModeratorHello,
Please share your site credentials via this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorHello,
Meta Box supports some functions to output the image subfield value in a group, you need to use the code in this case. Please follow the documentation https://docs.metabox.io/extensions/meta-box-group/#outputting-group-with-page-builders
If you use the Breakdance and its dynamic data, then it depends on the support of this builder to output the subfield value.
February 26, 2024 at 11:07 PM in reply to: ✅Google Map to configure location does not load when editing posts #44671Peter
ModeratorThat means the issue doesn't come from Meta Box itself. It could be a conflicting issue with the plugin WP Go Maps. Please contact that plugin support to get further assistance.
Refer to our support policy https://metabox.io/support/topic/support-policy/Peter
ModeratorHello,
In case of using Breakdance Builder, please reach out to them if you have any issues with installation, configuration, compatibility, or usage.
Refer to our support policy https://metabox.io/support/topic/support-policy/Peter
ModeratorHello,
Do you mean the field value when saving the post is not saved? Please check if the setting Save field value is enabled, screenshot https://imgur.com/rdIYYyy
February 26, 2024 at 9:11 PM in reply to: ✅Cannot save custom fields under Meta Box -> Custom fields post type #44666Peter
ModeratorHello,
If you cannot access the license page in the admin area:
https://yoursite.com/wp-admin/admin.php?page=meta-box-updateryou can use the code to set the license key manually. Please follow the documentation
https://docs.metabox.io/updates/#can-i-define-the-license-key-via-a-constant-in-wp-configphp -
AuthorPosts