Page 1 of 1

JAK Lightbox- View all photos

Posted: 23 Dec 2010, 12:05
by Jackalg
Hello everyone,
I'm new in this Forum and sorry for my english. I used Google translator for help myself. :oops:
I hope that you will understand me.

This is my question.

I'm using Phocagallery with JACK Lightbox and vertical orientation preview.

There is a behavior that I don't like very much and I would change ... if it were possible.

In my page I decided to show 15 thumbnails (for example).

If I click on a thumbnail I open my beautiful JAK ... with the thumbnails preview on the left vertical and right commands to go back and forth between photos as well .... everything is right.

The problem is that the previews are exactly the same number that I decided to show in my page.
This means that browsing with my command when I arrive to fifteenth photo I must to close JAK, change the page and restart JAK from the first Photos of the new page.

I find this awkward operation. I wish the previews were all photo of my category and then with my command I can browse all the images of the category without necessarily close JAK. Like a Modal Box and Highslide JS.

Do you know if there is a way to set this behavior for JAK Lightbox?

Thank you very much.

Re: JAK Lightbox- View all photos

Posted: 23 Dec 2010, 23:50
by Jan
Hi, this is the feature of javascritp popup methods, they only display images listed on the site, see:
https://www.phoca.cz/documents/50-phoca/ ... al-advices (8)

Jan

Re: JAK Lightbox- View all photos

Posted: 24 Dec 2010, 00:34
by Jackalg
Thank you! :wink:

There is also written:

"of course there is possibility to load all the information about all images from the category to the javascript"

How to do this?

Re: JAK Lightbox- View all photos

Posted: 25 Dec 2010, 17:01
by Jan
Hi, no experiences there, did not such modification yet, you need to remove the limit from database query, then load all the images on the site, add them e.g. to dislplay:none blocks, etc.

But this can be very problematic because of loading all items from database (can stop working the server or slow down it)

Jan