autumnW
Elementor section background slider images doesn´t appear translated
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.
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!
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.
autumnW
This was perfect thank you so much