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.

Tagged: 

This topic contains 4 replies, has 2 voices.

Last updated by Paola Mendiburu 1 year, 7 months ago.

Assisted by: Paola Mendiburu.

Author Posts
September 13, 2023 at 9:45 am

autumnW

Elementor section background slider images doesn´t appear translated

September 13, 2023 at 10:38 am
September 14, 2023 at 12:02 pm #14396645

Paola Mendiburu
WPML Supporter since 11/2020

Languages: English (English ) Spanish (Español ) Italian (Italiano )

Timezone: Europe/Madrid (GMT+02:00)

Hi there!

The issue has been escalated to the compatibility team.

I will let you know when I have some news.

September 14, 2023 at 12:08 pm #14396723

autumnW

Okay thank you

September 14, 2023 at 12:28 pm #14396991

Paola Mendiburu
WPML Supporter since 11/2020

Languages: English (English ) Spanish (Español ) Italian (Italiano )

Timezone: Europe/Madrid (GMT+02:00)

We keep in touch!

September 18, 2023 at 10:15 am #14411009

Paola Mendiburu
WPML Supporter since 11/2020

Languages: English (English ) Spanish (Español ) Italian (Italiano )

Timezone: Europe/Madrid (GMT+02:00)

Hi there!

Our compatibility team has found a solution for that:
Open .../wp-content/plugins/sitepress-multilingual-cms/addons/wpml-page-builders/classes/Integrations/Elementor/media/modules/AllNodes.php

And replace the following code:

foreach ( $backgrounds as $background ) {
				$settings = $this->translate_image_property( $settings, $background , $target_lang,
					$source_lang );
		}

With that one:

foreach ( $backgrounds as $background ) {
				$settings = $this->translate_image_property( $settings, $background , $target_lang,
					$source_lang );
		}

		$settings = $this->translate_images_property( $settings, 'background_slideshow_gallery', $target_lang, $source_lang );

Please let me know if you find any problem.

September 21, 2023 at 6:11 am #14434611

autumnW

This was perfect thank you so much