Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorYes, please use the new version to fix the issue. If you are still experiencing this with the new version, please let me know.
Peter
ModeratorHello Nick,
The filter hook
rwmb_frontend_validateis working in the background, when saving the post. So if you register the meta box in the frontend only, the config of the form is empty, that is expected.
If you want to validate the field in the frontend only with JavaScript, please use the Validation feature
https://docs.metabox.io/validation/Peter
ModeratorHello Nick,
Currently, we only support the latest version when installing the premium plugins via Composer, it is noted in the documentation:
The version of premium extensions specified in composer.json must be dev-master. We don't support version constraints for premium extensions yet. You always use the latest version.September 9, 2024 at 10:41 PM in reply to: ✅Tabs for sets of custom fields across different CPTs #46382Peter
ModeratorHello,
It isn't possible to use tabs for multiple field groups, it can be used in one field group only.
Peter
ModeratorHello,
Please update Meta Box and MB extensions to the new version and recheck the issue.
Let me know how it goes.
Peter
ModeratorHello,
Please update Meta Box and MB extensions to the new version and recheck the issue.
Let me know how it goes.
Peter
ModeratorHello,
Please update Meta Box and MB extensions to the new version and recheck the issue.
Let me know how it goes.
September 9, 2024 at 10:06 PM in reply to: ✅Metabox 5.10.0 / Metabox AIO 1.30.0 - Max_clone - Issue #46375Peter
ModeratorHello Codog,
Yes, please update Meta Box and MB extensions to the new version and recheck the issue.
Peter
ModeratorHello Nick,
There isn't an issue with the MB Columns extension. It is how it is displayed. There is a margin right 5% and the width of column-6 is 47.5%.
If you want to override the Meta Box CSS, please follow the documentation below to enqueue your CSS file
https://docs.metabox.io/actions/rwmb-enqueue-scripts/Peter
ModeratorHello,
Yes, please update Meta Box and MB extensions to the new version to fix the issue.
Let me know how it goes.
September 8, 2024 at 7:04 AM in reply to: ✅'Please correct the errors highlighted below and try again.' error since last #46364Peter
ModeratorHello,
Yes, please update Meta Box and MB extensions to the new version to fix the issue.
Let me know how it goes.
Peter
ModeratorHello Chilpancingo,
Yes, please update Meta Box and MB extensions to the new version to fix the issue.
Let me know how it goes.
September 7, 2024 at 7:17 AM in reply to: ✅Tabs for sets of custom fields across different CPTs #46355Peter
ModeratorHello Michael,
In a field group, you can add the Tab field as the first field and add fieldset text fields under each tab field.
Please follow the documentation https://docs.metabox.io/extensions/meta-box-tabs/
and this screenshot https://imgur.com/Tb0mxsJSeptember 7, 2024 at 7:07 AM in reply to: ✅Using get_terms function in MB Views (Twig). The result is not as expected #46354Peter
ModeratorHello,
The object in MB Views is a bit different from the WordPress PHP object. However, they work the same. You can use the loop to iterate through the
catsand output eachcatterm. Here is an example:{% for cat in cats %} {{ cat.name }} <br> {% endfor %}Following the documentation https://docs.metabox.io/extensions/mb-views/#twig
Peter
ModeratorHello Bogdan,
If you want to display the date in the site language, you can use the WordPress function
date_i18n()and use the code to display the field value
https://developer.wordpress.org/reference/functions/date_i18n/
https://docs.metabox.io/fields/date/If you use a builder, you can create a shortcode and output the field value then add the shortcode to the builder.
-
AuthorPosts