This thread is resolved. Here is a description of the problem and solution.
Problem: The client is experiencing issues with untranslated text in ACF fields on their website, including footer calls-to-action, hero section text, and link text in ACF fields, despite using memoQ for translation from English to French. Solution: We discovered that many of the ACF fields were set to 'Copy' instead of 'Translate', which prevented them from appearing in the translation editor. To resolve this, we adjusted the settings to 'Translate' for the necessary fields. Additionally, we added a custom XML configuration to ensure proper handling of these fields:
<wpml-config><br /> <custom-fields><br /> <custom-field action="copy-once">wp-link-text-field</custom-field><br /> <custom-field action="translate">side_by_side_button</custom-field><br /> </custom-fields><br /> <custom-fields-texts><br /> <key name="wp-link-text-field"><br /> <key name="*"><br /> <key name="label" /><br /> </key><br /> </key><br /> </custom-fields-texts><br /></wpml-config><br />We recommend updating the post after adding this configuration to see if the button link text appears correctly in the translation editor.<br /><br />If this solution does not resolve your issue, or if it seems outdated or irrelevant to your case, please check the <a href="https://wpml.org/known-issues/">related known issues</a> and confirm that you have installed the latest versions of themes and plugins. If the problem persists, we highly recommend opening a new support ticket <a href="https://wpml.org/forums/forum/english-support/">here</a>.
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.
I created a new post (hidden link) and added the Side by Side Block. When I went to translate it, I only saw the title; the Side by Side Block didn't show up (screenshot attached).
I made a change to the Legacy & Values page (hidden link), updated the page, then sent it to translation. When I edited it, the button didn't appear in the editor (screenshots attached); the fields above and below it did.
This is a development site, so feel free to create posts or do anything else you'd like to troubleshoot.
Thanks for the additional information. For some reason, when I refreshed the group field, the button was set back to Copy, which would explain why it wasn't showing up in the translation editor. Many of the fields were set to copy. I went back and edited "test" post and inserted content for the fields that were set to Translate. I then went to WPML -> SEttings and in the Custom XML Configuration, I added the following:
Lastly, I edited Test post and updated the button link text. Now, when I save the page, I can edit the translation and see the link text. I can also translate the link url if I use the search and type in http.
Please test adding this custom xml configuration, updating the post and then let's see if the button link appears in the translation editor.
Thanks. I can now see the Side by Side Block when I translate hidden link. However, I still can't see the button field when I translate hidden link. Several times I changed that text in English, saved the page, sent it to translation, and looked for it, then canceled the job and tried again. I could never get the button field to show.
I saw the same when I tried to edit it from the page edit. I followed these steps to resolve the issue:
1. Go to WPML -> Translation Management -> Translation Jobs and cancel the in progress job. If there is no in progress job, continue to the next steps.
2. Edit the default page. Make any small change and update the page.
3. Go to WPML -> Translation Management and send this page to the translation basket. Tick the checkbox, scroll down and click translate, then you will see the translation basket tab.
4. Click the translation basket and send the page to yourself as a translator.
5. Go to WPML -> Translations and take and translate the page. Save the translation 100% and then let's see if the correct content shows.
Yes, everything that shows in the translation editor should also be included in the XLIFF file when it is sent to the translation service. Just make sure they complete or cancel any previous jobs for the same page before you resend it.