Forum Replies Created
-
AuthorPosts
-
March 4, 2024 at 9:29 PM in reply to: ✅rwmb_{$id}_after_save_post not triggered by scheduled post and quick edit? #44731
Peter
ModeratorHello Paul,
Actually, the action hook
rwmb_{$field_group_id}_after_save_postis triggered after saving the field value, please check this code
https://github.com/wpmetabox/meta-box/blob/master/inc/meta-box.php#L243-L247it is also noted in the documentation https://docs.metabox.io/actions/rwmb-after-save-post/
This action runs after all fields in a field group are saved.and the Quick Edit feature of WordPress doesn't save the field value. If you want to do something when using the Quick Edit, please use the action hook save_post.
Peter
ModeratorHello,
Thanks for your feedback.
I can see the issue on my demo site, the code to output the icon name/title works properly but not the SVG itself. I've escalated this issue to the development team to fix it. I will get back to you later.
Peter
ModeratorHello Jeff,
Can you please share some screenshots of the field settings? Or you can export the field group to a JSON file and share it here. I will import it to my demo site and check the issue. Following the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--import
Peter
ModeratorHello Todd,
When you have more fields in the builder, it will be slow down. I suggest you use the code to create the meta box and custom fields to prevent this issue.
Please follow the documentation https://docs.metabox.io/extensions/meta-box-builder/#getting-php-codePeter
ModeratorHello,
Thanks for your feedback.
This issue looks similar to this one https://support.metabox.io/topic/select-advanced-is-not-empty-when-cloned/
and it has been escalated to the development team. I will let you know when I have more information.Peter
ModeratorHello,
We only support getting field value via code, please follow the documentation https://docs.metabox.io/fields/single-image/#data
If you want to output the URL only, you can use the shortcode https://docs.metabox.io/shortcode/
[rwmb_meta id="company_logo" attribute="url" size="thumbnail"]In the case of using Bricks 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/March 1, 2024 at 10:00 PM in reply to: Does the MB Relationship or Custom table support MB frontend submission? #44715Peter
ModeratorHello,
Yes, you can use the custom table or relationship with frontend submission. Please follow this topic
https://support.metabox.io/topic/connecting-related-custom-post-types-with-frontend-form/?swcfpc=1#post-32234And the submitted posts can be listed by using the block "User Dashboard", as you use the shortcode
[mb_frontend_dashboard edit_page="123"]February 29, 2024 at 10:15 PM in reply to: ℹ️How to query related posts in a 3 way relationship #44705Peter
ModeratorHello,
If you use the taxonomy, you can use one WP query with the parameters
tax_queryandpost__not_into get all posts that have the same term and exclude the current post.
Please follow WordPress query documentation https://developer.wordpress.org/reference/classes/wp_query/#taxonomy-parametersPeter
ModeratorHello,
Can you please share some screenshots of the issue on your side? Is the field not editable or just not saved the value after saving the post?
February 29, 2024 at 10:01 PM in reply to: Existing taxonomy choices not showing in CPT post edit screen #44703Peter
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.
-
AuthorPosts