This thread is resolved. Here is a description of the problem and solution.
Problem:
You are trying to ensure that all links on your homepage are available in the WPML Translation Editor and want to deactivate automatic translation to handle translations manually. However, not all links, such as the 'Fragen' button, are showing up in the Translation Editor.
Solution:
To make all links available for translation and manage them manually, follow these steps:
1. Navigate to WPML -> Settings -> Custom XML Configuration.
2. Add the following code to include Elementor widgets like buttons and headings for translation:
<wpml-config> <elementor-widgets> <widget name="button"> <fields> <field type="Button Text" editor_type="LINE">text</field> <field type="Button: Link URL" editor_type="LINE">link>url</field> <field type="Button: Custom Attributes" editor_type="LINE">link>custom_attributes</field> </fields> </widget> <widget name="heading"> <fields> <field type="Heading" editor_type="LINE">title</field> <field type="Heading: Link URL" editor_type="LINE">link>url</field> <field type="Heading: Custom Attributes" editor_type="LINE">link>custom_attributes</field> </fields> </widget> </elementor-widgets> </wpml-config>
3. Make a minor change (like adding an empty space) to the original footer or any page you want to translate the link and save it so WPML sees the translation needs an update.
4. Edit the translation, and the links will be available for translation.
If this solution does not resolve your issue or seems outdated, please check related known issues at https://wpml.org/known-issues/, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. If the problem persists, we recommend opening 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 contains 13 replies, has 2 voices.
Last updated by 4 months, 2 weeks ago.
Assisted by: Mateus Getulio.