• Resolved patnz

    (@patnz)


    I want to have a single image on a page that when clicked opens up a lightbox gallery that is powered by nextgen. I know I can set nextgen to display only 1 image as the default but I only want this effect for one gallery.

    Any ideas?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Oh, interesting concept that I could also use!

    Thread Starter patnz

    (@patnz)

    Well I found a css solution using the body class to localize it to one page, but a proper serverside solution or even the ability to use a text link would be nice… Here’s the css:

    .postid-XX .ngg-gallery-thumbnail-box{
    display:none;
    }
    .postid-XX #ngg-image-1{
    display:block!important;
    }

    Have just updated to 1.7.0 under WP 3.0.3 and now thumbnails are no longer displayed in rows, but under each other.

    Example: here.

    Any idea how to fix – is this a bug?

    Sorry – somehow posted the previous answer in the wrong place – will repost as a new query.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: NextGEN Gallery] Single Image to pop up nextgen gallery lightbox’ is closed to new replies.