Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
Thanks for your feedback.
If you develop your site online, there are some benefits when using unpkg to load the file from global CDN. If you develop your site offline, you can download the file to the computer and replace the unpkg URL with your local URL.
Peter
ModeratorHello,
Sorry, I do not have the ETA for that feature but it is added to the backlog development. Our developer team will work on this for future updates.
December 26, 2022 at 8:51 PM in reply to: Nested conditional logic leads to incorrect validation of required fields #40034Peter
ModeratorHi,
Thanks for your feedback.
I've escalated this issue to the development team to fix it in the next update. Let me know if you have any questions.
Peter
ModeratorAh thanks, I got the issue and I've escalated this to the development team to fix it in the next update of the plugin.
Peter
ModeratorHello,
It is not possible to display featured images, custom fields value ... of the related posts with the shortcode. The attribute
itemsis used to pass the list of post IDs that you want to display the related posts of those posts by using the shortcode. For example:[mb_relationships id="posts_to_pages" items="12,34,56" direction="from" mode="ul"]Peter
ModeratorHello,
If you use the field checkbox_list, please use the operator
into check the conditional logic. Please read more on the documentation https://docs.metabox.io/extensions/meta-box-conditional-logic/#syntaxIf you use the builder, please see this screenshot https://monosnap.com/file/5jHctYShpEhn4AKMaFJ3cFZu87AWRd
Peter
ModeratorHello,
It is expected behavior of this feature in the new version of Meta Box. You can add a new term even do not select any terms, the new term will be assigned to the post (object) after publishing/updating the post.
Peter
ModeratorHello,
If you have any questions when using Slim SEO, please submit a ticket here https://wpslimseo.com/contact/
Thanks.
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/
-
AuthorPosts