Forum Replies Created
-
AuthorPosts
-
September 9, 2024 at 10:06 PM in reply to: ✅Metabox 5.10.0 / Metabox AIO 1.30.0 - Max_clone - Issue #46375
Peter
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.
September 6, 2024 at 9:50 PM in reply to: text_list type saved values not displaying in backend #46348Peter
ModeratorHello,
I'm sorry about the experience that you have. The recent version of Meta Box has an issue with the cloneable fields and group. You can try downgrading Meta Box to the old version 5.9.10 and rechecking the issue.
Peter
ModeratorHello Bogdan,
You can follow the documentation to create a cloneable group
https://docs.metabox.io/extensions/meta-box-group/
https://docs.metabox.io/cloning-fields/However, the recent version of Meta Box has an issue with the cloneable group. You can try downgrading Meta Box to the old version 5.9.10 to use this feature.
September 6, 2024 at 9:44 PM in reply to: ✅Box Group Clone doesn't retrieve the saved data after refreshing the post page #46346Peter
ModeratorHello Aishwarya,
Thanks for your feedback.
The recent version of Meta Box has an issue with the cloneable group. You can try downgrading Meta Box to the old version 5.9.10 and rechecking the issue.
Peter
ModeratorHello,
The issue occurs due to the wrong field ID format that you add to the conditional logic of the field "blog_switch", screenshot https://imgur.com/jil75AH
I remove that logic and the logic of the group field and CTA switch work properly.Peter
ModeratorHello Andrew,
I'd like to display it differently based on the post template being usedCan you please clarify this sentence? What do you mean to display it differently?
Peter
ModeratorHello Topher,
I retest this image advanced field and output the image on my demo site but don't see that issue. Please export the field group to a JSON file and share it here along with the code on your site. I will help you check the issue.
Peter
ModeratorHello,
Thank you for your feedback.
There is an issue with the cloneable fields in the new version of Meta Box 5.10.0 and our development team is working on it. The fix for the issue will be included in the next update of MB plugins.
-
AuthorPosts