Forum Replies Created
-
AuthorPosts
-
September 23, 2023 at 11:30 AM in reply to: ✅BUG - Image field's break backend with latest update MB Blocks #43334
Peter
ModeratorHello,
This issue has been escalated to the development team and they are working on it. It should be fixed in the next update of the plugin.
Thank you.
Peter
ModeratorHello Daniel,
Thanks for your feedback.
I'm discussing this case with the development team and I will let you know when I have any information.
September 23, 2023 at 11:12 AM in reply to: ✅Custom taxonomies in a group field, save the data to the db, but don't display #43332Peter
ModeratorHello Jim,
Which is the field type
taxonomyortaxonomy_advanced? If it'staxonomy, it does not work in the group. You should use the field typetaxonomy_advanced.
https://docs.metabox.io/fields/taxonomy-advanced/September 23, 2023 at 11:08 AM in reply to: How to modify the slug for custom post type and custom taxonomy #43331Peter
ModeratorHello,
It might not work because the slug "our-service" is already used by the CPT and could lead to a conflicting slug issue. You should use a unique slug for the taxonomy and the single page. For example:
our-service-taxonomy,our-service-page.Peter
ModeratorHello,
1. Yes, you should add the option like that
'options' => [ '0' => __( 'One', 'your-text-domain' ), '1' => __( 'Multiple', 'your-text-domain' ) ],2. Yes, the field value is not affected when you use the gettext function to display the label.
September 23, 2023 at 10:53 AM in reply to: ✅I cannot see HTML and Tab titles in WPML string translation #43329Peter
ModeratorHello,
Thanks for your feedback.
Yes, it could be a feature request. I'm going to create a feature request and ask the development team to consider supporting localization for text generated in PHP code.
September 21, 2023 at 10:37 PM in reply to: Unable to access my custom model link listed under my custom menu setting page. #43317Peter
ModeratorHello,
Your case is conflicting with this case https://support.metabox.io/topic/bug-incorrect-url-when-setting-parent-menu-of-settings-page-to-custom-model/?swcfpc=1
One is custom model menu is a parent menu
One is custom model menu is a sub/child menu
The development team is working to find a solution to fix both cases.September 21, 2023 at 10:13 PM in reply to: ✅I cannot see HTML and Tab titles in WPML string translation #43314Peter
ModeratorHello Marco,
Do you register custom fields with code? If yes, you can use the gettext function __() to allow translating the text. If you use the builder, the field settings are stored in a post and it might not work with the String Translation plugin.
Peter
ModeratorHello,
Currently, the Text editor and some buttons are disabled in the Testimonials content. I will inform the development team to consider enabling them.
Peter
ModeratorHello,
Thank you for your feedback.
I've escalated this issue to the development team to fix it in the next update.
September 21, 2023 at 8:39 PM in reply to: ✅Gutenberg doesn't load on pages after the migration #43309Peter
ModeratorThanks for sharing the solution.
FYI, MB Custom Post Types does not support changing settings of default post types: post, page ...
Peter
ModeratorYes, thanks for your details. But I think the update process would take a few seconds or less than two minutes to see the error. You can also check the function existed that I mentioned above to prevent this issue.
Peter
ModeratorHello,
Google reCaptcha is a built-in feature of the frontend submission form, I think it's not a third-party tool. You can consider using it. Meanwhile I'm asking the development team about this issue and get back to you later.
September 20, 2023 at 11:18 PM in reply to: View Shortcode not showing at Homepage but able to display at Archive page #43298Peter
ModeratorHello Will,
Please share some screenshots when you edit the View. I will help you to check the issue.
Peter
ModeratorHello,
If you have too many fields in a field group the processing time maybe slowdown. You can generate the field group to PHP code and add the code to the file functions.php in the theme/child theme folder and manage the fields.
Read more in the documentation https://docs.metabox.io/extensions/meta-box-builder/#getting-php-code -
AuthorPosts