Forum Replies Created
-
AuthorPosts
-
March 5, 2024 at 8:35 PM in reply to: MB_Custom_Table_API::create does not set ID on auto-increment #44746
Peter
ModeratorHello,
If you save the field value to the custom table, the ID column is not set to auto-increment. The value saved to this column is the post ID.
Peter
ModeratorHello,
Importing the field group to my demo site, I see the field label displayed in the sidebar instead of the field ID, screenshot https://imgur.com/4nTs10E
Please share your site credentials via this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorHello,
Thank you for your feedback.
This is a new feature/plugin of Elementor and it could be a compatibility issue. I will inform the development team to consider supporting this in future updates.
Peter
ModeratorHello,
Yes, the option
'add_new' => truesupports adding a new term (tag) when editing or creating the post in both frontend/backend. If it doesn't work, do you see any JS error in the browser console tab?Peter
ModeratorHello Markus,
Please try to deactivate all plugins except Meta Box, MB AIO and switch to a WordPress theme then check this issue again.
If it still doesn't work, please 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/Peter
ModeratorHello,
The plugin WP All Import - Meta Box Integration is still in the development phase and not release yet. So we won't support this plugin in this forum. If you experience any issues with this plugin, feel free to open a new issue here https://github.com/wpmetabox/mb-wpai
Totally, the integration is released and maintained by the WP All Import dev team so I recommend using the plugin on their side to get further support.
March 4, 2024 at 9:29 PM in reply to: ✅rwmb_{$id}_after_save_post not triggered by scheduled post and quick edit? #44731Peter
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?
-
AuthorPosts