Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
Thanks for your feedback.
This issue has been fixed on this commit https://github.com/wpmetabox/meta-box-beaver-themer-integrator/commit/08a1db06918c6bcca77c7a8e01766dee76a7ee59
It will be included in the next update of the plugin.Peter
ModeratorHello,
If you want to use the tooltip for input, please use the code to register the field, the builder does not support this feature. For example:
[ 'name' => __( 'Title', 'your-text-domain' ), 'id' => $prefix . 'title', 'type' => 'text', 'required' => true, 'tooltip_input' => [ 'icon' => 'help', 'content' => 'Right position', 'position' => 'right', ], ],Peter
ModeratorHello,
Meta Box documentation site is built with Docusaurus 2, please read more here https://docusaurus.io/
The repository is also public on Github, if you are familiar with coding, please take a closer look. https://github.com/wpmetabox/docsv2
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
-
AuthorPosts