Load entire gallery from single image?
-
First, I like NGG very much and find it very useful. I have a special challange which I can not solve. Google does not helped me a lot.
Summyrized I would like to embedd single images of a gallery (not only the first one!) in the text of my post, preferably with floating. Clicking on the image should open a lightbox which displays all images of the gallery.
I tried the following …
Variant 1:
[ngg_images gallery_ids=2 display_type=photocrati-nextgen_basic_thumbnails disable_pagination=1 override_thumbnail_settings=1 thumbnail_width=300 thumbnail_height=200 show_slideshow_link=0 images_per_page=1 show_all_in_lightbox=1 float=left]
It show the first image of the selected gallery, floating does not work (works only with singlepic), clicking on it opens a lightbox with all images of the gallery.Variant 2:
[ngg_images image_ids=24 display_type=photocrati-nextgen_basic_thumbnails disable_pagination=1 override_thumbnail_settings=1 thumbnail_width=300 thumbnail_height=200 show_slideshow_link=0 images_per_page=1 show_all_in_lightbox=1 float=left]
Shows the selected image, floating does not work, clicking on the image opens a lightbox with only this imageVariant 3:
[ngg_images image_ids=24 gallery_ids=2 display_type=photocrati-nextgen_basic_thumbnails disable_pagination=1 override_thumbnail_settings=1 thumbnail_width=300 thumbnail_height=200 show_slideshow_link=0 images_per_page=1 show_all_in_lightbox=1 float=left]
Same behavior like variant 2.Variant 4:
[ngg_images gallery_ids=2 display_type=photocrati-nextgen_basic_singlepic show_all_in_lightbox=1 float=left]
Shows the first image of the selected gallery. floating works, lightbox with only the first image of the galleryVariant 5:
[ngg_images image_ids=24 display_type=photocrati-nextgen_basic_singlepic show_all_in_lightbox=1 float=left]
Shows the selected image, floating works, lightbox with only the selected imageVariant 6:
[ngg_images image_ids=24 gallery_ids=2 display_type=photocrati-nextgen_basic_singlepic show_all_in_lightbox=1 float=left]
Same like variant 5What I would like to have:
I can select an image from my gallery, put it into my post (with floating) and on clicking on the image I get a lightbox with all images of the gallery. How I can achieve this?Thanks,
wagenge
- The topic ‘Load entire gallery from single image?’ is closed to new replies.