Skip Navigation

This thread is resolved. Here is a description of the problem and solution.

Problem:
The client is developing a site and using WPML to streamline the translation workflow. They have a custom field to set a menu on a specific post type and want the same menu on translated pages without needing to translate the menu name or set it manually each time. They are experiencing issues with unnecessary translation requests for some values.
Solution:
We explained that there isn't a specific option to control this behavior directly when it's set to 2, as the ACF translation is activated regardless of the input provided. We suggested using the "Different fields across languages" option, which allows translating the input method directly as a string. For more details, see the documentation on translating ACF field labels with WPML.

If this solution does not apply to your case, or if it seems outdated, we recommend opening a new support ticket. We also highly suggest checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins.

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

This topic contains 7 replies, has 3 voices.

Last updated by Marcel 2 months, 2 weeks ago.

Assisted by: Marcel.

Author Posts
August 28, 2024 at 2:00 pm #16115690

T4ng

Background of the issue:
I am developing a site and trying to make our translation workflow more fluid using WPML. I have a custom field to set a menu on a specific post type. If the menu is set on the main menu, I want the same menu on the translated pages without repeatedly asking for translation for the menu name or setting it manually. I am following the documentation at https://wpml.org/documentation/related-projects/translate-sites-built-with-acf/setting-the-translation-preferences-for-acf-fields-created-using-php-code/.

Symptoms:
I keep sending some values for translation when these are not needed.

Questions:
What does wpml_cf_preferences do?
What can I expect from using wpml_cf_preferences?
How can I avoid repeatedly asking for translation for the menu name and setting it manually?

August 29, 2024 at 12:56 pm #16120062

George Botsev
Supporter

Languages: English (English )

Timezone: Europe/Sofia (GMT+02:00)

Hello!
wpml_cf_preferences sets the custom field behaviour - whether it is copy, translate or to be ignored.
It is the same as setting the custom field from WPML > Settings > Custom field translations, except that it is done in the config.

The menu usually is a taxonomy term and not related to custom fields.
If however, you have a field which contains a menu name inside of it, then perhaps that field should be set to "Copy" and have value of 'wpml_cf_preferences' => 1 (provided that the menu name is absolutely 1:1 the same between languages).

August 29, 2024 at 1:01 pm #16120086

T4ng

Hi,
Thanks, understood.
But maybe not your last statement.
If 'wpml_cf_preferences' => 0
Would this make the field not available in other languages?

August 29, 2024 at 2:54 pm #16120794

Marcel
Supporter

Languages: English (English ) German (Deutsch )

Timezone: Europe/Madrid (GMT+01:00)

Hi,

That's correct. The value "0" indicates that it will be ignored and not available for translation. You can find more details here: WPML ACF Translation Settings.

Best regards,
Marcel

August 29, 2024 at 4:34 pm #16121375

T4ng

OK, so I just tested it.

- 0 would basically remove the menu from the translations
- 1 would add the (translated) menu in the translation
- 2 would offers choice for the menu I want to add.

It's worth mentionning that, after changing the value, we get a notice from the top bar, that >WPML is uptating this custom field along what's just been set.
Only after that, I can see the difference from the ATE.

Now, sorry, I have another question...
When I put the value back to "2", and once the WPML update process is done, I do get the menu entry from the ATE (that's what I expected).
However, from the ATE, it's displayed as an open field, so that I can put whatever I want as a translation, even non existing choices.
For fields for which limited choices are set in the ACF setup, it would rather make sense to get a dropdown menu with these choices.
I did a test, if I put a value that's not among the predefined field choices, it just gives nothing in the frontend.

Is there a way to achieve this?

Thanks you!

August 30, 2024 at 6:32 am #16122910

Marcel
Supporter

Languages: English (English ) German (Deutsch )

Timezone: Europe/Madrid (GMT+01:00)

Hi,

there isn't a specific option to control this behavior. When it's set to 2, the ACF translation is activated regardless of the input you provide within the segment. This ensures you have complete control over your translation.

Imposing a predefined input limitation could create issues for other clients with different requirements. For example, consider a scenario involving a post ID. If the post ID is 15 and the translation result is 20, incorrect input would lead to the same problem. In this requirement, you usually need to add an ID or input because WPML doesn't know it's connected to another resource.

There is a option called "Different fields across languages" where you can translate the input method directly as string: https://wpml.org/documentation/related-projects/translate-sites-built-with-acf/translating-acf-field-labels-with-wpml/#different-fields-across-languages.

Best regards,
Marcel

August 30, 2024 at 8:09 am #16123580

T4ng

I kind of understand what you explain, but I'm specifically talking about a restricted field here.

While I understand your point about the post ids, we tackle this issue differently.
In our case, we never provide a post ID through WPML, it'd just be too complex for a standard / non developer translator. Here, to set this menu, we provide a value (which corresponds to a menu, or no menu at all), and these value are the same whatever the language, so that it provides the right menu, in the right language, whatever the language. I'm not the developer, but I suppose these values are mapped to the right correponding IDs in the backend.

By the way, what I point here is that if an ACF is a dropdown menu, and if it's offered for translation as translated, then its translation options should also be a dropdown menu, offering this dropdown menu's restricted choices translation.
I can't think of any reason why we would want to set a value that doesn't belong to the restricted choices defined for this field.
Allowing open input where only restrited choices are expected is just a open door to issues, which we should be able to prevent.

August 30, 2024 at 8:24 am #16123603

Marcel
Supporter

Languages: English (English ) German (Deutsch )

Timezone: Europe/Madrid (GMT+01:00)

Hi there,

I understood what you mean regarding the post ID—it was just an example. However, at this time, we don't have any plans to modify the editor's interface to include an option for selecting values. Additionally, this information isn't included in the translation file our editors receive.

Thanks for understanding!

Best regards,
Marcel

August 30, 2024 at 8:36 am #16123668

T4ng

OK. I just still think offering this would be relevant, and would help making WPML user friendly to non tech-savyy users.