Skip Navigation

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

Problem:
If you're struggling to translate content saved in an ACF Options page and can't find a way to add this content to the translation queue.

Solution:
We recommend checking the guide on Translating the ACF Options Page Custom Fields With WPML. This should help you solve the problem.

Please note that the solution provided might be irrelevant if it's outdated or not applicable to your case. We highly recommend checking the related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the issue persists, please open a new support ticket.

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 1 reply, has 2 voices.

Last updated by Waqas Bin Hasan 1 year, 2 months ago.

Assisted by: Waqas Bin Hasan.

Author Posts
March 13, 2024 at 6:33 pm #15405784

ryanL-24

Hi there!

Struggling to find the proper way to translate the content saved in an ACF Options page.

I have attached an image of the screen that has the content I need to translate. I can't seem to find a way to add any of this content to the translation queue.

Screenshot 2024-03-13 at 11.32.08 AM.png
March 13, 2024 at 10:15 pm #15406045

Waqas Bin Hasan
WPML Supporter since 05/2014

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hello Ryan,

Thank you for contacting the support.

I recommend checking this guide at https://wpml.org/documentation/related-projects/translate-sites-built-with-acf/translating-the-acf-options-page-custom-fields-with-wpml/ about Translating the ACF Options Page Custom Fields With WPML.

I hope that 'll help you solve the problem.

On another note, I'll also recommend fixing “WP Memory Limit” to at least 128MB while 256MB is recommended. See https://wpml.org/home/minimum-requirements/ for detailed information. You can set this in your wp-config.php file by adding following code:

define( 'WP_MEMORY_LIMIT', '128M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );

Remember to add these lines before the line where it says:
/* That's all, stop editing! Happy publishing. */

This helps improving the overall performance.

Regards.

March 14, 2024 at 6:06 pm #15411849

ryanL-24

That did it! thanks