REMINDER
GALLERY IMAGE / TRANSLATION
-
Hi !!
Is it possible to change the pictures in the gallery depends on the language of the website ?Ex : I got books in russian and in english, I would like the english pictures appears when the language is in english... and in russian when the language is in russian... etc...
I got 5 languages...
Thankssssssssssssss
-
Hi Katya,
Natively no but there are some easy solutions do to it using code. I'm sure you'll succeed if you follow this step by step :
1 - Duplicate your gallery to have one gallery per language and set the right images for each (and or content)
2 - On your gallery click on the brush and go to Advanced
3 - Set an id for each of them starting with "gallery-" with the correct country codes en, fr, iw, ru, es
4 - When your galleries are setup drag & drop a jQuery Source code element below
5 - Double click on the grey box to open it and replace all the content with this code
<style> #gallery-en:not(.gallery-visible), #gallery-fr:not(.gallery-visible), #gallery-es:not(.gallery-visible), #gallery-ru:not(.gallery-visible), #gallery-iw:not(.gallery-visible) { display:none!important; } </style> <script appdrag-embed="true"> //Wait for jquery to load before executing code addEventListener('JqueryLoaded', function(e) { //Type or paste your jquery code here $("#gallery-" + store("lng", undefined, true)).addClass("gallery-visible"); }, false); </script>
6 - Tada in english
... and in french
(notice that I only changed the legend but I could change the image as well)
-
Wouah !!!!! It's going to be my sunday task !
I let you know !!!!
Thank you -
Hi Wassim,
Fisrt of all... I tried to follow your instructions... but it didn't work I don't know where is my mistake... but I'll work again on it !!!
Now my client wants to change the pictures in the SHOP according to the languages
Is it possible? with the same way ?
Need to program ? -
@Katya-Nakache said in GALLERY IMAGE / TRANSLATION:
Hi Wassim,
Fisrt of all... I tried to follow your instructions... but it didn't work I don't know where is my mistake... but I'll work again on it !!!
Now my client wants to change the pictures in the SHOP according to the languages
Is it possible? with the same way ?
Need to program ?Hi,
Try again and share your link if that doesn't work.
Well for the shop you can't do it, it would require some code yes. -
All right !
Coming soon