Forum Replies Created
-
AuthorPosts
-
September 21, 2023 at 10:13 PM in reply to: ✅I cannot see HTML and Tab titles in WPML string translation #43314
Peter
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/Peter
ModeratorHello,
You can set the
flattensetting by using the custom settings of the field. Please check this screenshot https://imgur.com/kiiEgca
It is noted in the documentation https://docs.metabox.io/extensions/meta-box-builder/#custom-settingsSeptember 19, 2023 at 10:43 PM in reply to: Related users: Wrong order after drag & drop sorting. #43281Peter
ModeratorHello,
Do you mean to use the code to add the connection? Can you please share the code that you are using?
Peter
ModeratorHello,
Yes, other
mb-post types are created by Meta Box. We save field groups, settings page, relationships ... as posts of a post type. What is the issue in this case? -
AuthorPosts