Skip Navigation

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.

WordPress 6.7 has introduced a new issue that impact translations, please update WooCommerce and WPML to the latest versions before you report issues. More about this here - https://wpml.org/errata/php-error-wp-6-7-notice-function-_load_textdomain_just_in_time-was-called/
Sun Mon Tue Wed Thu Fri Sat
- 12:00 – 14:00 12:00 – 14:00 12:00 – 14:00 12:00 – 14:00 12:00 – 14:00 -
- 17:00 – 21:00 17:00 – 21:00 17:00 – 21:00 17:00 – 21:00 17:00 – 21:00 -

Supporter timezone: Europe/Vienna (GMT+01:00)

Tagged: 

This topic contains 7 replies, has 0 voices.

Last updated by Bigul 5 days, 8 hours ago.

Assisted by: Bigul.

Author Posts
October 31, 2024 at 4:41 pm #16352806

jayl-13

I am trying to translate the button links in the Ultimate Addons for Elementor Gallery widget and it is not showing for the translation.

hidden link

November 1, 2024 at 5:21 am #16353834

Bigul
Supporter

Languages: English (English )

Timezone: Europe/Vienna (GMT+01:00)

Hello,

Welcome to the WPML support forum. I will do my best to help you to resolve the issue.

This ticket is escalated to our compatibility team for further debugging. We are trying to find a easy workaround for this case. We will get back to you as soon as possible. Please wait.

--
Thanks!

Bigul

November 13, 2024 at 3:01 pm #16398241

Bigul
Supporter

Languages: English (English )

Timezone: Europe/Vienna (GMT+01:00)

Hello,

We are getting the expected results after the following steps - hidden link

1) Go to */wp-content/plugins/ultimate-elementor/modules/image-gallery/widgets/* folder
2) Open *image-gallery.php* file for editing
3) Scroll down to line 2218 and make the following changes

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 ); 

4) Save the changes
5) Go to Elementor>>Tools>>Regenerate files & Data
6) Refresh the page on the frontend

Please try it after a full site backup and let us know your feedback.

--
Thanks!

Bigul

November 14, 2024 at 3:48 am #16400568

jayl-13

Thank you for your reply.
Have a small issue: the links on the translated language page are not displaying correctly.
It only add /ES/, instead of the translated link

A61F4010-3D47-42b4-9571-FF5AB97B2CED.png
November 14, 2024 at 7:06 am #16400814

Bigul
Supporter

Languages: English (English )

Timezone: Europe/Vienna (GMT+01:00)

Hello,

Thank you for the updates. I will check about this with our team and get back to you soon. Please wait.

--
Thanks!

Bigul

November 15, 2024 at 12:37 pm #16408451

Bigul
Supporter

Languages: English (English )

Timezone: Europe/Vienna (GMT+01:00)

Hello,

Please check it now. It works as expected after the following minor modification in the code - hidden link

1) Go to */wp-content/plugins/ultimate-elementor/modules/image-gallery/widgets/* folder
2) Open *image-gallery.php* file for editing
3) Scroll down to line 2218 and make the following changes

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
5) Go to Elementor>>Tools>>Regenerate files & Data
6) Refresh the page on the frontend

Please try it after a full site backup and let us know your feedback.

--
Thanks!

Bigul

November 18, 2024 at 7:30 am #16413035
jayl-13

I find some widgets that have new issues. Please help me.
1.
hidden link
The translated form did not redirect

2.
hidden link
The "Post" category was not translated.
3.
hidden link
Image Gallery tag was not translated.

33333.jpg
222222.jpg
111111111.jpg
November 19, 2024 at 5:57 am #16417662

Bigul
Supporter

Languages: English (English )

Timezone: Europe/Vienna (GMT+01:00)

Hello,

Thank you for the updates. I have added new tickets for the latest compatibility issues. We will get back to you soon in the relevant tickets. Please wait.

--
Thanks!

Bigul