Forum Replies Created
-
AuthorPosts
-
August 10, 2025 at 9:07 PM in reply to: Relationships not showing in translated posts with WPML #48683
Peter
ModeratorHello,
I'm not sure about the Advanced Translation Editor, but the relationship is not a custom field so it might not work with that editor. You can manually select the translation relation post when using the WordPress editor.
August 8, 2025 at 11:32 PM in reply to: Relationships not showing in translated posts with WPML #48680Peter
ModeratorHello,
Thanks for reaching out.
Relationship is not a field to use the translation setting "Copy once" with WPML. It is a separate meta box on the post editing page. When you edit or create a translation post, you can select the translation relationship post as well. Please check this screenshot https://ibb.co/sXhKvdg
Peter
ModeratorHello,
Thanks for reaching out.
Do you mean the field Before text, After text? I see you are selecting Meta Box fields for them and what is the issue there? Please share a screen record so I can understand it better.
Peter
ModeratorHello Katrin,
Thanks for reaching out.
It isn't possible to move the relationship meta box to a cloneable field or a field group. If you want to use a custom field, please use the
postfield instead of relationship.
Following the documentation https://docs.metabox.io/fields/post/Peter
ModeratorHello,
Yes, correct. You need to remove the attribute
edit="true"because the Ajax feature will be disabled.Allow users to edit the post after submitting. true or false (default). If true then ajax submission will be disabled.It is noted in the documentation https://docs.metabox.io/extensions/mb-frontend-submission/#adding-the-submission-form
August 7, 2025 at 11:08 PM in reply to: ℹ️Issue with Plural Name When Creating Post Types in Meta Box IO #48672Peter
ModeratorHello,
You are correct. The translation of some labels for the pt-BR language is available in the plugin Meta Box AIO. Please remove the folder
wp-content/plugins/meta-box-aio/languages/mb-custom-post-typeto remove the tag%nome%in the label when creating a new CPT.Let me know how it goes.
Peter
ModeratorHello,
If you use the View editor to create the template, you can try this example code
{% set current_page_id = mb.get_the_ID() %} [mb_frontend_form post_fields='title,content' ajax="true" redirect="{{ mb.get_permalink( current_page_id ) }}"]it works correctly on my site to redirect the current page after submitting the frontend form.
Peter
ModeratorHello Nick,
If you use the frontend validation, the form won't be saved if the condition is not met and the form will be reset to the previous saved data. I see it is an expected behavior. Please refer to this topic https://support.metabox.io/topic/back-end-validation-removes-unsaved-field-values
Peter
ModeratorHello Nick,
Thanks for the details. I can reproduce the issue on the demo site. It has been escalated to the development team and we will fix it as soon as possible.
August 6, 2025 at 8:44 PM in reply to: ℹ️Issue with Plural Name When Creating Post Types in Meta Box IO #48657Peter
ModeratorHello,
The tag
%nameor%nome%is not supported in the label inputs. Please use the literal string likeAll CPT nameand save changes.Peter
ModeratorHello Eddy,
You can use the PHP code to get the current URL and pass it to the frontend form shortcode. Refer to this topic https://wordpress.stackexchange.com/questions/274569/how-to-get-url-of-current-page-displayed
August 5, 2025 at 11:06 PM in reply to: ℹ️Add localhost prefix support to detect-dev-staging-domain.php #48649Peter
ModeratorHello,
Thank you for your feedback.
We will add the
localhostprefix/suffix to the file to detect the local site. Let me know if you have any questions.August 5, 2025 at 11:03 PM in reply to: ℹ️Issue with Plural Name When Creating Post Types in Meta Box IO #48648Peter
ModeratorHello,
Ok, now please check the
All itemslabel if there are%characters. Please check this screenshot https://postimg.cc/F1PdXd4NIf there aren't any % characters, do you use a translation plugin and translate the labels?
Peter
ModeratorHello,
Thank you for your feedback.
I will forward this topic to the development team to consider supporting that feature in future updates. If you want to use the custom fields only, you can use the single plugin Meta Box.
https://wordpress.org/plugins/meta-box/Peter
ModeratorHello,
Thank you for your feedback.
I see that it is an expected behavior to keep at least one extension enabled to activate Meta Box AIO. If you just want to disable all extensions, simply deactivate Meta Box AIO plugin.
-
AuthorPosts