Skip Navigation

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

Problem:
You have multiple MB text fields on your homepage, but some are not visible in the WPML Advanced Translation Editor screen, even though they are set to 'Translate' in WPML > Settings > Custom Fields Translation.
Solution:
We recommend adding the following line to your functions.php file:

add_filter('wpml_tm_job_field_is_translatable', '__return_true');

After adding this code, edit the page in the default language, make a minor edit, and then update it. This should allow the missing fields to appear when using the search field in the Advanced Translation Editor.

If this solution does not resolve your issue, or if it seems outdated or irrelevant to your case, we highly recommend 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. Additionally, you can open a new support ticket for further assistance at WPML support forum.

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.

Tagged: 

This topic contains 17 replies, has 2 voices.

Last updated by Osama Mersal 3 months, 3 weeks ago.

Assisted by: Osama Mersal.

Author Posts
July 20, 2024 at 2:31 pm #15981625

Osama Mersal
Supporter

Languages: English (English ) Arabic (العربية )

Timezone: Africa/Cairo (GMT+02:00)

Hi,

I checked the translated page in WP and couldn't see the fields, so I'll consult our second-tier support team about the issue and any workaround that will help you fix it.

I'll update you with their findings when I get their reply.

Best regards,
Osama

July 20, 2024 at 3:05 pm #15981655

adrienR-5

Alright, I'm waiting for your reply then, thanks!

July 22, 2024 at 9:33 am #15985848

Osama Mersal
Supporter

Languages: English (English ) Arabic (العربية )

Timezone: Africa/Cairo (GMT+02:00)

Hi,

Please add the following line to your functions.php file.

add_filter( 'wpml_tm_job_field_is_translatable', '__return_true' );

After that, please edit the page in the default language, make a minor edit, and update it.

The number should appear when you use the search field after the above steps. Kindly let me know if these steps fix the issue.

Best regards,
Osama

July 22, 2024 at 10:04 am #15985973

adrienR-5

Hi Osama,

You're my saviour, it indeed worked and now I can see those MB field with "number" as a yellow tag, so that's perfect and it's working great!

Ticket can be closed 🙂