• I’m using a slideshow with thumbnails to display property photos on a real estate site. I would like for the images to open in their full size in a lightbox if the user clicks the image. I found out that if you set the slide URL to {{slide-image-url}} and the Link Rel to “lightbox” or “prettyphoto”, depending on the plugin used, then this pretty much achieves the effect, but for some reason these plugins don’t seem capable of loading them into a gallery.

    Most plugins fail to load all the images as a gallery, so the user can only open one image at a time in the lightbox. Huge IT Lightbox loaded some images into a gallery, but not all of them. Other lightbox plugins I’ve tried don’t load the photos into a gallery at all. Is there a way to achieve this? Does the pro version offer this feature?

    https://wordpress.org/plugins/master-slider/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,
    Because of performance of the slider, Master Slider loads specific number of images at the moment. And because of that the light box plugins can’t load all of the images as a gallery.

    but you can achieve to your desire state by this callback:

    function(event){
      var api = event.target;
      jQuery("a[rel='prettyPhoto']").prettyPhoto();
    }

    Note1: This callback is for pretty photo and for other blugins are like this one.
    Note2: Add this callback to On slide change start in Slider Callback.

    I am making a slider from a gallery in a page by ticking the box “Display images as slider”
    How can I get a callback from the slider with the image URL when it changes?
    Thanks

    Hi,
    No you can’t do it in gallery mode But in slider you can.

    Regards
    Averta Support

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Lightbox Gallery?’ is closed to new replies.