This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Website not translating to French
Started by: dominicS-15 in: English Support |
|
3 | 13 | 1 year, 2 months ago | |
Field Labels are not showing translation
Started by: dominicS-15
in: English Support
Problem: Solution: <wpml-config> <elementor-widgets> <widget name="icon-list"> <fields-in-item items_of="icon_list"> <field>text</field> <field>selected_icon>value</field> <field>selected_icon>library</field> <field>_id</field> <field>__dynamic__>text</field> </fields-in-item> </widget> </elementor-widgets> </wpml-config> After adding the configuration, we advised the client to update both templates in the original language after a minor edit to refresh the translation settings and then update its translation. We also suggested clearing all types of caches to ensure the issue is resolved. In a follow-up, we noted that the issue might be related to cache, as it was working as expected on our end. We recommended the client to clear all types of caches again and check if the issue persists. Please note that this solution might be irrelevant if it's outdated or not applicable to your case. If the issue persists, we highly recommend checking related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If you still need assistance, please open a new support ticket. |
|
2 | 5 | 1 year, 3 months ago | |
French translation shows *Sorry, nothing to see here* warning
Started by: dominicS-15
in: English Support
Problem: If the problem persists, it might be due to the solution being 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 necessary, please open a new support ticket in the WPML support forum. |
|
2 | 13 | 1 year, 3 months ago | |
Facing issues in my French translation page
Started by: dominicS-15 in: English Support |
|
2 | 2 | 1 year, 3 months ago | |
The site didn't translate to French well
1
2
3
Started by: dominicS-15
in: English Support
Problem: Solution: UPDATE wpwj_posts AS posts_translated JOIN ( SELECT trans_attachments.element_id AS translated_attachment_id, (SELECT posts_new_parent.ID FROM wpwj_posts AS posts_new_parent INNER JOIN wpwj_icl_translations AS trans_new_parent ON posts_new_parent.ID = trans_new_parent.element_id WHERE trans_new_parent.trid = ( SELECT trid FROM wpwj_icl_translations WHERE element_id = posts_original.post_parent AND element_type LIKE 'post_%' ) AND trans_new_parent.language_code = trans_attachments.language_code LIMIT 1) AS new_post_parent_id FROM wpwj_icl_translations AS trans_attachments INNER JOIN wpwj_icl_translations AS trans_original ON trans_attachments.trid = trans_original.trid AND trans_original.element_type = 'post_attachment' AND trans_original.source_language_code IS NULL INNER JOIN wpwj_posts AS posts_original ON trans_original.element_id = posts_original.ID WHERE trans_attachments.element_type = 'post_attachment' AND trans_attachments.source_language_code IS NOT NULL ) AS updates ON posts_translated.ID = updates.translated_attachment_id SET posts_translated.post_parent = updates.new_post_parent_id; After running the query, if the problem persists, update one of the English posts by making a minor edit to the content to refresh the translation settings and then update the French translations. If this solution does not apply to your case, or if it seems outdated, we encourage you to open a new support ticket for further assistance. We also 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. |
|
2 | 35 | 1 year, 3 months ago | |
WPML doesn't auto-translate the reviews
Started by: dominicS-15
in: English Support
Problem: If this solution does not apply to your case, or if it seems outdated, we encourage you to open a new support ticket for further assistance. We also 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. |
|
2 | 2 | 1 year, 5 months ago |