Skip to content Skip to sidebar

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.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Europe/Kyiv (GMT+03:00)

Tagged: ,

This topic contains 2 replies, has 0 voices.

Last updated by alenaN 13 hours, 58 minutes ago.

Assisted by: Andrey.

Author Posts
July 24, 2025 at 8:23 am #17266371

alenaN

Background of the issue:
I am working on a site under development and using WPML with ACF to manage custom fields. I have a text custom field 'price' with a number value in CZK and a text field 'currency'. Both fields are set as translatable. I need to set the 'price' field value in EUR for the English version.

Symptoms:
In ATE, I can't see the 'price' field without searching for it, although the 'currency' field is visible.

Questions:
How can I make the 'price' field visible in ATE without searching for it?

July 24, 2025 at 8:54 am #17266569

Andrey
WPML Supporter since 06/2013

Languages: English (English ) Russian (Русский )

Timezone: Europe/Kyiv (GMT+03:00)

Thank you for contacting WPML support.

Could you please try adding the following code snippet to your theme’s functions.php file?

add_filter( 'wpml_tm_job_field_is_translatable', '__return_true' );

After adding the code, edit the page in the original language, make a small change (e.g., add a space or character), and update it. Then open the Advanced Translation Editor (ATE) — the number should now appear and be translatable.

July 25, 2025 at 1:02 pm #17271192

alenaN

Hi, thank you for help. I followed the steps. Unfortunately the code didn't helped - the field with the number value isn't visible if I open the ATE.