• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More
Support SmugMug Customization Make Gallery style look like livebooks?

FAQtoid

Ever wanted to create an Avatar? Creating an Avatar!

Searching Dgrin with Google Searching with Google

Dgrin Challenges

Congratulations to the Winner of DSS #130 (Hot or Cold), Memol..

The next Dgrin Challenge DSS #131 (Music) is open for entries through June 24th, 2013 at 8:00pm PDT.

As always, we look forward to your participation but please do take a moment to read through the rules before posting your entry.

Past DSS Challenge Winners, DSS Challenge Rules, and other important DSS Challenge information is here.

Need some help with Accessories?

Tutorials

Ever find yourself wondering just how someone managed to create an image using different effects?

Here are three simple tutorials we hope will encourage you to try something new.

The Hot Seat

A lifelong interest in landscape photography has led Eyal Oren to make a study of his adopted hometown of Marblehead, MA. As you can see, his dedication is paying off!

Africa!

Dgrinners Harryb, Pathfinder, and others joined Andy Williams and Marc Muench on Safari in East Africa recently. Here are some awesome threads to check out!

 
Thread Tools Display Modes
Old Dec-03-2009, 10:30 AM
#1
QuincyDein is offline QuincyDein OP
NA
Nt
Nt

Last edited by QuincyDein; Nov-12-2010 at 04:50 PM.
Old Dec-03-2009, 02:20 PM
#2
photokandy is offline photokandy
Shutternut
photokandy's Avatar
Getting a single column of images is easy enough by manipulating the CSS a bit, but getting a large image? I'm not sure how best to go about that one, given I'm not sure how SM decides to generate the image size in the gallery. It's possible, of course, to add on some javascript that could go and resize the center image, but that starts smelling "hackish".

But getting a single wide column isn't too bad... I'd think you could put this into a custom theme and change the gallery to that theme? Or, add it to your site's CSS, but you'll have to be careful not to collide with styles on other pages...

Code:
#thumbnails.leftColumn
{
    width: 125px;
    /* If you want some height and a scrollbar, add these: */
    height: 600px;
    overflow: auto;
    display: inline-block;
}
#displayPhoto.rightColumn
{
    width:800px; /* change 800px depending on what you need... this assumes a fixed-width site. */
}
This does nothing about the size of the image in the right column, though. I'm not even sure how to approach that problem at the moment. Likewise, SM still assumes several images on the page, and this does nothing to correct or change the pagination, so users would have to know to scroll to see more images, unless you came up with a more elegant method. (It's late, so I'm sure there is one that my brain isn't thinking of...!)
__________________
[FONT=Garamond]~ Kerri[/FONT], [FONT=Arial]photo[/FONT][FONT=Arial Black]Kandy[/FONT] Studios ( Facebook | Twitter )

Need customization services? View our packages or see our templates.

Note: I won't be offended if you edit my photo and repost it on dgrin -- I'm always open to new interpretations
and ideas, and any helpful hints, tips, and/or critiques are welcome. Just don't post the edit anywhere else
but dgrin, please.

My Gear List
Old Dec-04-2009, 10:30 AM
#3
photokandy is offline photokandy
Shutternut
photokandy's Avatar
Yeah, it would take a lot of work to get that to be presentable -- and a lot of hacking to make it work.

Something I've been toying with, but have yet to get it working, is a javascript slideshow that would pull off of any RSS feed. It already has a layout similar to the one you want (see the slideshow on my front page; hover over an image to see the sidebar thumbnails), and can be any size you want. The glitch right now is that I haven't got the rss feeds working from javascript yet -- you have to have PHP to make it work at the moment.

If I ever do get it to work, it'd be something you could add, either to the site as a whole (and just trigger it if it is on a gallery page), or just to specific galleries. But until then, I really don't have a good solution for you. :-(

(That said, if you do have a PHP host that you could use, and you want the code for it, I'm more than happy to share. When I do get it working purely javascript, I'll make a wider announcement for that.)
__________________
[FONT=Garamond]~ Kerri[/FONT], [FONT=Arial]photo[/FONT][FONT=Arial Black]Kandy[/FONT] Studios ( Facebook | Twitter )

Need customization services? View our packages or see our templates.

Note: I won't be offended if you edit my photo and repost it on dgrin -- I'm always open to new interpretations
and ideas, and any helpful hints, tips, and/or critiques are welcome. Just don't post the edit anywhere else
but dgrin, please.

My Gear List
Old Dec-04-2009, 11:27 AM
#4
photokandy is offline photokandy
Shutternut
photokandy's Avatar
Ok - I'm nuts. My homepage doesn't have that style. It's the portfolio that does... duh (It is a Friday, and my brain's taken a vacation).

To see what I mean, go here: http://www.photokandy.com/portfolio/...o.php?a=people

Hover over the slideshow, and I have the thumbnails in a similar style (although formatted 2-wide).
__________________
[FONT=Garamond]~ Kerri[/FONT], [FONT=Arial]photo[/FONT][FONT=Arial Black]Kandy[/FONT] Studios ( Facebook | Twitter )

Need customization services? View our packages or see our templates.

Note: I won't be offended if you edit my photo and repost it on dgrin -- I'm always open to new interpretations
and ideas, and any helpful hints, tips, and/or critiques are welcome. Just don't post the edit anywhere else
but dgrin, please.

My Gear List
Tell The World!  

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