Page 1 of 1

Gallery slider - image repeat (don't want it)

Posted: Wed Oct 06, 2021 9:35 pm
by Andrew87
Hi,

I have question about Gallery. I have two Gallery slider's (multilanguage site, each for language).
Sliders have this same image's - uploaded for both galleries.

On the second slider, images are OK. On the first slider, images are repeated. Just like background-reapeat: repeat in CSS. Instead of one image I have many duplicated, rectalgles images :)

I don't know why. Sliders share same settings - Lightbox template (crop), blank inputs in option for "Resize images to the following maximum size during upload". Images are around 1800x400px.

I really don't know, why slider for first language display everyting ok. And slider for second language display multiple, repeated images. Same settings, same images, different effects :)

Re: Gallery slider - image repeat (don't want it)

Posted: Wed Oct 06, 2021 10:38 pm
by DIGI3
I would guess duplicate IDs or something. Check the console for any javascript errors, and validate the html.

Re: Gallery slider - image repeat (don't want it)

Posted: Thu Oct 07, 2021 12:36 pm
by Andrew87
Yes - info about ID's was a good clue. The problem was files itself - at least their names.
Those same files was upload to both slider galleries.

After changing files names and upload it to second slider gallery - it was OK. Everything works great.
Conclusion: galleries may share technically those same images, but they need to have different names for each gallery.

Thank You for help! :)
Problem solved.