jDownloads Support Forum

Older Versions => jDownloads 3.2 (Support ended) => General => Topic started by: sakis on 05.06.2015 04:45:58

Title: Lightbox Problem
Post by: sakis on 05.06.2015 04:45:58
Hallo,

ich habe das integrierte Lightbox gegen die neu Version getauscht (vom gleichen entwickler) doch ich kann nicht von einem Bild direkt ins nächste wechseln, muss erst das eine schliessen und dann erst das andere öffnen.

Hier ist ein Demo + Der Script.

Klick mich

Was muss ich ändern ?
Title: Re: Lightbox Problem
Post by: sakis on 06.06.2015 14:20:29
Jemand ne Idee ?  ???
Title: Re: Lightbox Problem
Post by: ColinM on 06.06.2015 14:46:23
Hi
Where is it you are wanting to display the images?

I do not have much experience with the details of Light box. You obviously want the 'image set' type rather than the individual images type.  From the notes it would be that all the images have to be in a set of links such as:
<a href="img/image-2.jpg" data-lightbox="roadtrip">Image #2</a>
<a href="img/image-3.jpg" data-lightbox="roadtrip">Image #3</a>
<a href="img/image-4.jpg" data-lightbox="roadtrip">Image #4</a>


The present structure of jDownloads is that all images, referred to as 'screenshots', are stored in a single directory for every download;  and the database entry for an individual Download holds details of which images are associated with that Download.  A sub directory holds the thumbnail versions so the thumbnails are not recreated every time.

Colin