It remains a few problems:
-On 1st slide, the close button is correctly styled, but on slide 2 and 3 it's not
-I would like to add nav buttons within the lightbox
Languages: English (English )Spanish (Español )French (Français )
Timezone: Pacific/Niue (GMT-11:00)
Hello
I visited the link you provided.
1. Close boxes: the close boxes looked all the same to me. A white box with an X in the center located at the upper left corner of the lightbox. Am I looking in the correct place?
2. Lightbox with Pagination
From the link you provided, I am assuming that you are using the Bootstrap "Modal" to implement the lightbox. Is this correct?
Unfortunately, if your are not using a lightbox solution that already includes pagination - it would not be so straightforward to implement this and would fall outside the scope of Views.
But, the challenge as stated in the same ticket is:
"...Views will let you build a Slider of those images and paginate through them, but not in a Light Box.
That needs to be coded into the lightbox code itself, it is not related to Views.
Views is not the proper tool to "populate" a 3rd party code, instead, it provides the methods to display the contents with certain effects, mostly, based on Bootstrap.
THe Problem is Views pagination is outside the Loop.
But your LightBox is INSIDE the loop, and you can not add a pagination in there or it will be repeated for each element in the loop...."