Skip Navigation

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

Problem:
The client is experiencing an issue where some customized fields are not appearing in the WPML editor for translation. This problem is possibly related to the field size limitation in the database.
Solution:
We recommend increasing the field size in the database to accommodate larger data. You can do this by executing the following SQL command:

ALTER TABLE `wp_icl_translate`<br />CHANGE `field_type` `field_type` varchar(264) COLLATE 'utf8mb4_unicode_520_ci' NOT NULL AFTER `timestamp`;

Please ensure to replace `wp_icl_translate` with your actual table prefix and make a backup before applying this change. After updating the database, make a minor edit to the main language page to resynchronize the content.

If this solution does not resolve your issue or seems irrelevant due to updates or differences in your setup, 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. If the problem 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.

Our next available supporter will start replying to tickets in about 0.76 hours from now. Thank you for your understanding.

Tagged: 

This topic contains 14 replies, has 2 voices.

Last updated by Kor 3 months, 1 week ago.

Assisted by: Kor.

Author Posts
June 20, 2024 at 11:43 am #15763386

Kor
Supporter

Languages: English (English )

Timezone: Asia/Singapore (GMT+08:00)

Thanks for your reply.

I've split the new issue into a new ticket here https://wpml.org/forums/topic/acf-repeater-fields-not-copying-to-translated-page/ so that we could follow up.

As for this ticket, please mark it as resolved.

June 20, 2024 at 12:31 pm #15763591

Philip

Thanks for your work guys!

Philip confirmed that the issue was resolved on 2024-06-20 12:31:46.
This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.