Forum Replies Created
-
AuthorPosts
-
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.
Peter
ModeratorHello,
Thanks for your feedback.
I will inform the development team to improve the plugin to avoid this case.
Peter
ModeratorHello,
Please download the latest version of MB Elementor Integrator here https://wordpress.org/plugins/mb-elementor-integrator/
and install/activate it on your site and use PHP version 8.0 then check the issue again. Let me know how it goes.December 20, 2022 at 10:28 PM in reply to: Fatal Error: Meta Box searches for /vendor/autoload.php which is not found #39944Peter
ModeratorHello,
Please try to run
composer installin the meta box plugin folder to fix this issue. Let me know how it goes.December 20, 2022 at 10:26 PM in reply to: ✅field type taxonomy advanced - not populating data in the metabox #39943Peter
ModeratorHello,
Can you please test to create a new field group with the same taxonomy advanced fields and save data to a new custom table to see if it works? I've experienced with the same issue before but it works when I create a new field group and custom table.
-
AuthorPosts