Cany anyone name this lightbox? [closed]

Ist and custom gallery, i think. See in the source of http://d3dgk6r8ca2pzn.cloudfront.net/js/gallery_1332969334.js: /** * Image gallery used in product detail pages and customization pages * * @module Gallery * @author Preet Jassi * @file gallery.js * @copyright (c) 2011 Indochino Apparel Inc. */ Use the yui lib from Yahoo: http://yuilibrary.com/ But maybe you find an … Read more

Seeking recommendations on Gallery plugins , specifically captioning thumbnails [closed]

Have you tried this for NextGen? – http://wordpress.org/support/topic/nextgen-image-gallery-captions Excerpt (many other useful tips at the linked thread): ENABLING CAPTIONS BELOW GALLERY IMAGES When you add a gallery to a post/page, you get this by default: [nggallery id=1] You need to add this: [nggallery id=1 template=caption] GETTING THE CAPTIONS YOU JUST ENABLED TO SHOW-UP When importing … Read more

How to create a custom image gallery in the footer?

In order of perferance: Option A : Use the plugin that you mention because the footer can have it’s own custom sidebar, this makes it easy to manage. If you don’t like that plugin it still makes sense to use a custom sidebar for your footer, there nothing stopping you from writing your own widget … Read more

Get post image gallery link

There’s no such thing as a link to a gallery, a post has a gallery by virtue of it having child attachment posts, it’s not a separate entity. You could achieve the modal window by using some sort of lightbox plugin and modifying the gallery shortcode to output the images as just anchor links with … Read more

Multiple Galleries in WordPress 3.3.1

Use Nextgen and problem solved. You can add as many galleries as you want. And you’re right, sadly, this core upgrade killed a lot of amazing plugins. I have downgraded sites because of that.

Gallery image must open up in fancybox directly not post page

Make sure that your galleries are set as Links to “Image File” and not to “Attachment Post” for Galleries and images. You’ll find the settings in the image/galleries pop-up window. I’m not familiar with your plug-in but you might need to manually add the fancybox class to each image. Another option is to add the … Read more

Single Image Gallery Post [closed]

Read Theme Unit Test and import the test data (including images!) into a new blog. You will get everything you need to test. There is a gallery post included (Images Test), and if you click on an image you get an attachment page for this gallery image. Here is a screen shot from TwentyEleven: See … Read more