Forum Replies Created
-
AuthorPosts
-
September 7, 2024 at 7:07 AM in reply to: ✅Using get_terms function in MB Views (Twig). The result is not as expected #46354
Peter
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.
Peter
ModeratorHello,
There is an issue with the cloneable group field 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.
Thanks.
September 4, 2024 at 10:03 PM in reply to: When you set a field as required you can not save the page #46329Peter
ModeratorHello,
Thank you for your feedback.
There is an issue with the cloneable group field 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.
Peter
ModeratorHello Julian,
Currently, MB Favorite Posts doesn't support having two buttons or categorizing favorites like that. You can use one of them on your site.
Peter
ModeratorHello Rod,
The issue is related to this topic https://support.metabox.io/topic/metabox-5-10-0-metabox-aio-1-30-0-max_clone-issue/
our development team is working on this issue and the fix for this issue should be included in the next update of MB plugins.Peter
ModeratorHello Andrew,
The default select type of the
postfield is select_advanced (select2). If you want to add the post ID to the post title in the list, you can use the filter hookrwmb_post_choice_label. Following the documentation https://docs.metabox.io/fields/post/#filtersPeter
ModeratorHello,
Thank you for your feedback.
There is an issue with the cloneable group field 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