I have the same problem like Philippe had in this topic.
Did you find any solution for this?
The first thumbnail is appearing, but after clicking on it I get 404 image error. This error is present when i set 'Single thumbnail, all images in a lightbox'. If I set 'Show full gallery' all pics are apearing and clickable without problem...
Attached the screen of modul settings and another of the module code in browser. You can see the first thumbnai path is wrong, the Lightbox module doubled the image paht (/images/galeria1/images/galeria1/). The other picture's path is ok, but they don't appear becuase the first pic's path wrong.
Thank you for your help!
Regards,
Zoli
Code from browser:
<div class="artuniversallightbox_container"><a onclick='asljQuery("a[rel*=artgallery_549f54f04dc7b]").eq(0).click();return false;'><img alt='artsexylightbox' class='artsexylightbox_singleimage' src='http://teszt.terburkolas.eu/images/galeria1/galeria1_09.jpg' width='200' /></a>
<a href='http://teszt.terburkolas.eu/images/galeria1/images/galeria1/galeria1_09.jpg' rel='sexylightbox[artgallery_549f54f04dc7b]' class='sexylightboxpreview' style='display:none;'></a>
<a href='http://teszt.terburkolas.eu/images/galeria1/galeria1_01.jpg' rel='sexylightbox[artgallery_549f54f04dc7b]' class='sexylightboxpreview' style='display:none;'></a>
<a href='http://teszt.terburkolas.eu/images/galeria1/galeria1_02.jpg' rel='sexylightbox[artgallery_549f54f04dc7b]' class='sexylightboxpreview' style='display:none;'></a>
<a href='http://teszt.terburkolas.eu/images/galeria1/galeria1_03.jpg' rel='sexylightbox[artgallery_549f54f04dc7b]' class='sexylightboxpreview' style='display:none;'></a>
<a href='http://teszt.terburkolas.eu/images/galeria1/galeria1_04.jpg' rel='sexylightbox[artgallery_549f54f04dc7b]' class='sexylightboxpreview' style='display:none;'></a>
<a href='http://teszt.terburkolas.eu/images/galeria1/galeria1_05.jpg' rel='sexylightbox[artgallery_549f54f04dc7b]' class='sexylightboxpreview' style='display:none;'></a>
<a href='http://teszt.terburkolas.eu/images/galeria1/galeria1_06.jpg' rel='sexylightbox[artgallery_549f54f04dc7b]' class='sexylightboxpreview' style='display:none;'></a>
<a href='http://teszt.terburkolas.eu/images/galeria1/galeria1_07.jpg' rel='sexylightbox[artgallery_549f54f04dc7b]' class='sexylightboxpreview' style='display:none;'></a>
<a href='http://teszt.terburkolas.eu/images/galeria1/galeria1_08.jpg' rel='sexylightbox[artgallery_549f54f04dc7b]' class='sexylightboxpreview' style='display:none;'></a>
<a href='http://teszt.terburkolas.eu/images/galeria1/galeria1_09.jpg' rel='sexylightbox[artgallery_549f54f04dc7b]' class='sexylightboxpreview' style='display:none;'></a>
<a href='http://teszt.terburkolas.eu/images/galeria1/galeria1_10.jpg' rel='sexylightbox[artgallery_549f54f04dc7b]' class='sexylightboxpreview' style='display:none;'></a>
<a href='http://teszt.terburkolas.eu/images/galeria1/galeria1_11.jpg' rel='sexylightbox[artgallery_549f54f04dc7b]' class='sexylightboxpreview' style='display:none;'></a>
<a href='http://teszt.terburkolas.eu/images/galeria1/galeria1_12.jpg' rel='sexylightbox[artgallery_549f54f04dc7b]' class='sexylightboxpreview' style='display:none;'></a>
<a href='http://teszt.terburkolas.eu/images/galeria1/galeria1_13.jpg' rel='sexylightbox[artgallery_549f54f04dc7b]' class='sexylightboxpreview' style='display:none;'></a>
<a href='http://teszt.terburkolas.eu/images/galeria1/galeria1_14.jpg' rel='sexylightbox[artgallery_549f54f04dc7b]' class='sexylightboxpreview' style='display:none;'></a>
<a href='http://teszt.terburkolas.eu/images/galeria1/galeria1_15.jpg' rel='sexylightbox[artgallery_549f54f04dc7b]' class='sexylightboxpreview' style='display:none;'></a>
<a href='http://teszt.terburkolas.eu/images/galeria1/galeria1_16.jpg' rel='sexylightbox[artgallery_549f54f04dc7b]' class='sexylightboxpreview' style='display:none;'></a>
</div>
<script type="text/javascript" charset="utf-8">asljQuery(function(){asljQuery(window).load(function(){if (!window.sexylightboxEnabled) {SexyLightbox.initialize({"path":"images/galeria1","name":"SLB","zIndex":65555,"color":"black","find":"sexylightbox","imagesdir":"http://teszt.terburkolas.eu/modules/mod_artuniversallightbox/artuniversallightbox/artsexylightbox/images","background":"bgSexy.png","backgroundIE":"bgSexy.gif","closeButton":"SexyClose.png","showDuration":200,"showEffect":"linear","closeDuration":400,"closeEffect":"linear","moveDuration":800,"resizeDuration":800,"moveEffect":"easeOutBack","resizeEffect":"easeOutBack","previewWidth":200,"contentType":1,"loadJQuery":0,"autoGenerateThumbs":1,"convertImageOption":"resize","width1":500,"height1":500,"lightbox":1,"transition":"elastic","convertImage":"resize","caption":0,"singleOption":"singleImage","singleContent":"random","singleImage":"random","sort":"asc","theme":"facebook"});} if (!window.sexylightboxEnabled) {window.sexylightboxEnabled = true;}})});</script>