Forum Replies Created
-
AuthorPosts
-
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-codePeter
ModeratorYes, it can work with Oxygen, tested it again on my demo site. In Meta Box, cloneable is a field setting, not a separate field.
Read more in the documentation https://oxygenbuilder.com/documentation/templating/meta-box/Peter
ModeratorHello Roland,
Can you please share some lines of error message below the notice the error? If you have the single plugin MB Elementor Integrator and Meta Box AIO activated, please deactivate the single plugin and recheck this issue.
Peter
ModeratorOr use the code to check if the function exists and implement the code, for example:
if ( function_exists( 'mb_register_model' ) ) { // add your code here }Peter
ModeratorHello,
This function is located in the file wp-content/plugins/meta-box-aio/vendor/meta-box/mb-custom-table/functions.php
You can check if the file and function are there. If not, you can download the plugin Meta Box AIO manually from the My Account page and install it on your site to update the plugin.
https://metabox.io/my-account/ -
AuthorPosts