StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
  #1  
Old 04-13-2010, 09:51 AM
Jeff Hester's Avatar
Jeff Hester Jeff Hester is offline
Registered User
GenesisConnect
Pro Plus Member
 
Join Date: Dec 2009
Location: Los Angeles, CA
Posts: 233
Default Gallery plugin advice?

I'm looking for some advice on a good gallery plugin. I'd like to use WordPress' built-in gallery functionality to manage photos related to a specific post.

I'm currently using Lightview Plus. I like the interface, but as you can see here (the gallery is toward the bottom of the post), when I have a lot of images (and this particular post has 104!), the WP gallery function inserts thumbs for all of the images -- that's a LOT of images.

Ideally, I'd like to have either a single image for the gallery or maybe just a few thumbnails, with all the images available once you open the lightbox up.

I'm open to considering alternative approaches. Suggestions?
  #2  
Old 04-13-2010, 01:39 PM
Kris Themstrup Kris Themstrup is offline
Registered User
 
Join Date: Oct 2009
Location: Seattle, WA
Posts: 3,627
Default

Here's the thing - I don't believe the native WP gallery can really handle what you're trying to do. The way to get the lightview (which I assume is similar to lightbox) to have one image open up into a big gallery of several images is to use the rel function. It calls the lightbox on the image and also assigns organization to the images. So, you could have say 5 thumbnails, and you'd use the rel function like this

Code:
rel="lightbox[album1]"
and album2 for the second thumbnail and the associated gallery, etc. Now you'd also need to hide the other images too. You can do that with a simple CSS class called hidden, and use display: none;. Now you can still use the WP image dialogue to enter images, but you wouldn't really be using the gallery function. This might not be the best solution, but I know it will accomplish what you're trying to do. I've implemented it before, here's an example: http://www.sunbanksresort.com/about/photo-gallery/ - also, take a look at the source for that page and you'll see how I code in the images and galleries.

Hope this helps!
__________________
Recommended StudioPress Designer

KristianThemstrup.com
WordPress Web Design | Real Estate & IDX | Identity & Branding | SEO & Marketing
Follow me on Twitter | StudioPress on Facebook
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Advice on Best Plugin for a Job Board loudcow General Discussion 3 02-03-2011 06:57 AM
Plugin Advice garechbrennan General Discussion 2 07-14-2010 05:09 AM
Advice on using upgrade plugin dotman General Discussion 1 04-09-2009 05:53 PM
Plugin Advice - Series plugin mollyfud General Discussion 2 11-11-2008 10:39 AM


All times are GMT -5. The time now is 11:56 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.