Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
Currently, Meta Box does not work with WooCommerce to add a custom field to the product data box. You can add a separate meta box with custom fields for the product.
December 22, 2022 at 10:10 PM in reply to: ℹ️Add support for Elementor Template in custom fields setting #39998Peter
ModeratorHello,
It is based on the Eelemntor post type, if the post type setting
publicis set tofalse, it will be excluded from the search so Meta Box cannot "see" it. Please read more on the documentation https://developer.wordpress.org/reference/functions/register_post_type/#publicI recommend contacting Elementor support to get further assistance.
December 22, 2022 at 10:00 PM in reply to: ✅Field Group: CPT won't save in "Settings, Location" #39997Peter
ModeratorHello,
Did you try to increase the value to 10000 or higher 100000? You can also try to deactivate all plugins and leave only Meta Box plugins activated and check the issue again.
Peter
ModeratorHello,
1. Adding a tooltip for the heading field mean nothing, just ignore this.
2. No, the tooltip is added to the field name/label. Please read more on the documentation https://docs.metabox.io/extensions/meta-box-tooltip/
Peter
ModeratorHello,
Support a customization code is beyond our scope of support, please read more here https://support.metabox.io/topic/support-policy/
If you cannot accomplish the job, I recommend contacting an expert developer to help you with this or create a customization request here https://metabox.io/contact/
Our developer will help you with their best.Peter
ModeratorHello,
I do not see that error log on my demo site, can you replicate the issue on a clean install of WordPress? Or let me know how to replicate the issue on my site?
Peter
ModeratorHello,
The custom attributes help you to add the HTML attribute to the field input in the backend, not for the field value saved to the database. You can create your own shortcode to output the field value with a custom HTML attribute or contact GeneratePress support to get further assistance when outputting the field value.
Please read more on the documentation https://codex.wordpress.org/Shortcode_APIDecember 22, 2022 at 9:05 PM in reply to: ✅field type taxonomy advanced - not populating data in the metabox #39990Peter
ModeratorHello,
Yes, please check the fix here https://github.com/wpmetabox/meta-box/commit/d18fe9a84d29fab1b66a5454b19b05c8c7cc380d
December 21, 2022 at 11:17 PM in reply to: Nested conditional logic leads to incorrect validation of required fields #39966Peter
ModeratorHello,
I've tested your case and see that:
1. checked A and checked C => error, D is required
2. checked A and checked C then unchecked A => no error, post is still saved
Can you please check the case 2 and let me know if it works on your side?
December 21, 2022 at 11:02 PM in reply to: ✅Field Group: CPT won't save in "Settings, Location" #39964Peter
ModeratorHello,
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/Let me know how it goes.
December 21, 2022 at 10:56 PM in reply to: Fatal Error: Meta Box searches for /vendor/autoload.php which is not found #39963Peter
ModeratorHello,
Did you go to the folder "/homepages/15/d.../wp-content/mu-plugins/meta-box" and run the command
composer install? The filevendor/autoload.phpwill be generated after running the command.If it still does not work, you can download the plugin Meta Box from WordPress.org and replace it with the meta box folder on your hosting.
https://wordpress.org/plugins/meta-box/Peter
ModeratorHello Ole,
1. The field heading does not have an input value, it works like an HTML separator so no need to use a tooltip.
2. It is possible to add a tooltip for a field in the builder, please check this screenshot https://monosnap.com/file/u9KNaWh5tXYWjE3wUjhrv17T8L4ooH
December 21, 2022 at 10:09 PM in reply to: ✅field type taxonomy advanced - not populating data in the metabox #39961Peter
ModeratorHello,
Thanks for your feedback.
I can reproduce the issue on my demo site and I've escalated this issue to the development team to fix it in the next update.
December 21, 2022 at 10:05 PM in reply to: ✅taxonomy_advanced for settings does not save data any more #39960Peter
ModeratorHello,
Thanks for your feedback.
I can reproduce the issue on my demo site. Actually, the data is saved to the database but the selected value does not display after saving the post. I've escalated this issue to the development team to fix it in the next update.
Peter
ModeratorHello,
The order of meta boxes when editing a post is saved to the user meta. You can just drag and drop the Yoast meta box below once and it will be saved to your data. I think the issue happens when the meta box is registered at the init hook with the priority 20 so the meta box from the Meta Box plugin always displays under the Yoast meta box by default and there is no way to change this by coding.
-
AuthorPosts