Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello Phil,
Thank you for your feedback.
This issue has been escalated to the development team. We will work on this to fix the issue as soon as possible. In the meantime, you can disable the option
'multiple' => trueto remove the pre-select option for the cloneable entry.Peter
ModeratorHello Tobias,
This issue has been fixed in the new version of Meta Box AIO 2.0.2. If it still occurs on your site, please share your site admin account by submitting this form https://metabox.io/contact/
I will take a look.Thank you.
March 13, 2025 at 10:29 PM in reply to: Taxonomy field type doesn't save post custom taxonomy #47825Peter
ModeratorHello Filippo,
Do you add the
taxonomyfield to a group field as a subfield? Or save the field group to a custom table?
Basically, thetaxonomyfield only works when you set it as a top field and do not save the field group to the custom table.Following the documentation https://docs.metabox.io/fields/taxonomy/
March 13, 2025 at 8:37 PM in reply to: "You attempted to edit an item that doesn't exist. Perhaps it was deleted?" #47823Peter
ModeratorHello Steve.
Do you see the post in the admin area and try to edit it? Can you please share a screen record (full screen) of the issue on your site when editing this post?
https://intcultcom.kr/%EC%84%B1%EA%B3%B5-%EC%82%AC%EB%A1%80/%eb%b3%80%ed%98%b8%ec%82%ac-%eb%a7%88%ec%bc%80%ed%8c%85-%ec%84%b1%ea%b3%b5-%ec%82%ac%eb%a1%80/Peter
ModeratorHello Basil,
If you want to output a custom field value from a settings page, please add the attribute
object_idwhich is the option name, and attributeobject_type="setting"to the shortcode.For example:
[rwmb_meta id="phone" object_id="site_option" object_type="setting"]Please follow the documentation
https://docs.metabox.io/shortcode/
https://docs.metabox.io/extensions/mb-settings-page/#using-codePeter
ModeratorHello Christie,
This feature has been already added to the queue. Our development team will work on this and include it in future updates.
Thanks and have a good day.
Peter
ModeratorHello Harry,
Thank you for your feedback. Currently, Meta Box doesn't work with HPOS feature of WooCommerce. This issue has been escalated to the development team and we will work on this to release an update in the future.
Let me know if you have any questions.
March 10, 2025 at 11:04 PM in reply to: ✅Cannot assign custom fields to Post Type (reverts to 'post' every time) #47814Peter
ModeratorHello John,
You can try to follow this tutorial to increase the PHP setting
max_input_varsto fix the issue
https://metabox.io/wordpress-custom-fields-not-saving-increase-max-input-vars/Refer to this topic https://support.metabox.io/topic/customer-fields-will-not-assign-to-custom-post-type/
Peter
ModeratorHello,
There is no action hook for Ajax submission. In the background, it processes the same functions with/without Ajax. Please check all the Frontend form hooks in the documentation
http://docs.metabox.io/extensions/mb-frontend-submission/#hooks-1Peter
ModeratorHello Yasmine,
I try to reproduce the issue on my site but don't see that. The taxonomy_advanced field will show the placeholder first without selecting any option.
Can you please create a new field in a new field group and recheck the issue? You can also try to deactivate all plugins except Meta Box plugins, switch to a WordPress theme and see how it works.Peter
ModeratorHello Alistair,
Have you created the custom post types with code? The post types created with code won't be available in the builder Meta Box > Post Types. Only the post types created by the builder will be displayed there.
Following the documentation https://docs.metabox.io/extensions/mb-custom-post-type/
March 9, 2025 at 8:23 PM in reply to: The loading of the WYISWG editor fields are still really really slow #47807Peter
ModeratorHello Peter,
Thank you for your feedback.
As I can see in your screen record, there are too many WYSIWYG fields on an editing page, which could slow down the loading time because each field needs to be enqueued some script files: CSS and JS to work.
Can you please export your field group to a JSON file and share it here? I will try to reproduce the issue and report it to the development team.
Please follow the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--importPeter
ModeratorHello,
Here is an example of how to use the hook
rwmb_frontend_before_display_confirmationadd_action( 'rwmb_frontend_before_display_confirmation', function() { echo '<p>Custom text before confirmation</p>'; } );you can use the hook to show something before the confirmation message after submitting the form, screenshot https://imgur.com/LaWE3q8
Peter
ModeratorHello Fernando,
If you have a refund request, please contact us here https://metabox.io/contact/
Our support team will get in touch with you shortly.March 7, 2025 at 10:34 PM in reply to: Meta Box AIO v2.0.2 with Admin Columns Pro v6.4.15 display problem #47799Peter
ModeratorYes, this is a public forum and everyone can see the content of the topic. If you want to send a private reply, please submit this contact form https://metabox.io/contact/
Thank you.
-
AuthorPosts