Cet utilisateur n'a pas de sujets favoris.
Sujets préférés du forum
Sujets de forum créés
Statut |
Sujet
|
Supporter | Les voix | Articles | Fraîcheur |
---|---|---|---|---|---|
The « Post » category was not translated
Démarré par: jayl-13 en: English Support |
1 | 13 | Il y a 2 semaines et 1 jour | ||
The translated form did not redirect
Démarré par: jayl-13 en: English Support |
2 | 8 | Il y a 1 mois et 1 semaine | ||
Image Gallery tag was not translated
Démarré par: jayl-13 en: English Support |
1 | 4 | Il y a 1 mois et 1 semaine | ||
How can I translate the button links in the Image Gallery widget?
Démarré par: jayl-13
en: 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 | Il y a 1 mois et 2 semaines | ||
How can I translate the button links in the ElementsKit image accordion widget?
1
2
Démarré par: jayl-13
en: 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 | Il y a 1 mois et 3 semaines |