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/translation-52/
Tagged: Compatibility, Go Global Application
This topic contains 3 replies, has 2 voices.
Last updated by Long Nguyen 1 year, 4 months ago.
Assisted by: Long Nguyen.
Author | Posts |
---|---|
July 19, 2023 at 8:18 am #14063383 | |
nielsO-5 |
Hi, Thank you. The only problem i have left is that the homepage still is not in English. It says it has been translated but when I view the homepage it is not translated. |
July 19, 2023 at 8:32 am #14063499 | |
Long Nguyen Supporter
Languages: English (English ) Timezone: Asia/Ho_Chi_Minh (GMT+07:00) |
Hi, The issue happens because you are using the Elementor widget "Tessera Icon List" to create the content on the front page. This widget is not registered for translation then I create a custom XML configuration code to register this widget for translation <wpml-config> <elementor-widgets> <widget name="tessera-image-list"> <fields-in-item items_of="list"> <field type="Tessera Icon List: Title" editor_type="LINE">title</field> <field type="Tessera Icon List: Content" editor_type="VISUAL">text</field> <field type="Tessera Icon List: Button" editor_type="LINE">btn_text</field> <field type="Tessera Icon List: URL" editor_type="LINK" key_of="view_more">url</field> </fields-in-item> </widget> </elementor-widgets> </wpml-config> Now you can see the content on the front page is translated into English as well. Please read more in the documentation https://wpml.org/documentation/support/language-configuration-files/how-to-register-page-builder-widgets-for-translation/ The theme Tessera is not available in our list of compatible themes, which you can check here https://wpml.org/theme/ Look forward to your reply. |
July 19, 2023 at 10:18 am #14064861 | |
nielsO-5 |
I'll ask the theme. The problem I have now is that when I go to the homepage (not in admin mode) I get a 404 that it can't find it (when i go to support.taggrs/en/ . I don't have that with other translated pages such as hidden link. You have any idea? Probably to do with theme not supported with WPML? |
July 20, 2023 at 1:30 am #14068947 | |
Long Nguyen Supporter
Languages: English (English ) Timezone: Asia/Ho_Chi_Minh (GMT+07:00) |
Hi, This happens because the translation homepage is in Draft mode and only the administrator can view the page in Draft mode. Please check this screenshot hidden link You can edit the homepage in Dutch language > Switch to English > Publish the page and check this issue again. Look forward to your reply. |