Dieser Benutzer hat keine Lieblingsthemen.
Bevorzugte Forumsthemen
Forumsthemen erstellt
Status |
Thema
|
Unterstützer | Stimmen | Beiträge | Frische |
---|---|---|---|---|---|
The „Post“ category was not translated
Angefangen von: jayl-13 in: English Support |
1 | 13 | Vor 2 Wochen, 1 Tag | ||
The translated form did not redirect
Angefangen von: jayl-13 in: English Support |
2 | 8 | Vor 1 Monat, 1 Woche | ||
Image Gallery tag was not translated
Angefangen von: jayl-13 in: English Support |
1 | 4 | Vor 1 Monat, 1 Woche | ||
How can I translate the button links in the Image Gallery widget?
Angefangen von: jayl-13
in: English Support
Problem: If you're trying to translate the button links in the Ultimate Addons for Elementor Gallery widget and they are not showing up for translation, we have identified a solution. Solution: We recommend the following steps to resolve this issue: /wp-content/plugins/ultimate-elementor/modules/image-gallery/widgets/ folder. image-gallery.php file for editing. From $item_link = $item['custom_link']; To $item_link = $item['custom_link']; $wpml_current_lang = apply_filters('wpml_current_language', NULL); $item_link = apply_filters('wpml_permalink', $item['custom_link'], $wpml_current_lang, TRUE); 4) Save the changes. If this solution does not apply because it’s outdated or not relevant to your case, 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. |
0 | 8 | Vor 1 Monat, 2 Wochen | ||
How can I translate the button links in the ElementsKit image accordion widget?
1
2
Angefangen von: jayl-13
in: English Support
Problem: <wpml-config> <elementor-widgets> <widget name="elementskit-image-accordion"> <conditions> <condition key="widgetType">elementskit-image-accordion</condition> </conditions> <fields-in-item items_of="ekit_img_accordion_items"> <field type="Image Accordion: Title" editor_type="LINE">ekit_img_accordion_title</field> <field type="Image Accordion: Button Label" editor_type="LINE">ekit_img_accordion_button_label</field> <field type="Image Accordion: Wrap URL" editor_type="LINK" key_of="ekit_img_accordion_wrap_link_url">url</field> <field type="Image Accordion: Button URL" editor_type="LINK" key_of="ekit_img_accordion_button_url">url</field> <field type="Image Accordion: Project Link" editor_type="LINK" key_of="ekit_img_accordion_project_link">url</field> </fields-in-item> </widget> </elementor-widgets> </wpml-config> 3) Open the page for editing and make a minor change in the contents to refresh the translation settings of the page and update it. 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. We highly recommend opening a new support ticket if needed. For further assistance, you can also visit our support forum at https://wpml.org/forums/forum/english-support/. |
2 | 26 | Vor 1 Monat, 3 Wochen |