This thread is resolved. Here is a description of the problem and solution.
Problem:
After deleting and re-adding a user, the client found that translations were visible, but upon opening the first form to translate, it did not function correctly.
Solution:
We recommend following these steps to resolve the issue:
1. Open your database administration tool (such as PhpMyAdmin).
2. Execute the following SQL commands:
UPDATE `{wpdbPrefix}_icl_translation_status` SET `status` = 1 WHERE `status` = 2UPDATE `{wpdbPrefix}_icl_translation_status` SET `status` = 10 WHERE `status` = 1;UPDATE `{wpdbPrefix}_icl_translation_status` SET `status` = 10 WHERE `status` = 9;Make sure to replace '{wpdbPrefix}' with your actual table prefix.
If this solution does not apply to your case, or if it seems outdated, 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 further assistance is needed, please open a new support ticket 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.
This topic is split from https://wpml.org/forums/topic/salesforce-integration-translated-gravity-forms-sending-incorrect-field-values/
This topic contains 32 replies, has 0 voices.
Last updated by 5 months ago.
Assisted by: Lucas Vidal de Andrade.