Some Lazyest Gallery users asked me if it is possible to display random images in rows and columns. The answer is yes! and it’s quite easy. Just some simple css rules should do the trick.
First step is to think about how many image columns you want to display. The images together should fit in the sidebar. The thumbnail you’ve set in Lazyest Gallery settings could be too large, so you have to set the size of your random image thumbnail in your theme style sheet.
Let’s look at the random images on this site. I’ve chosen a size of 48 pixels (the normal thumbs are 120 pixels). Three thumbs fit together in the sidebar. When I set the display rule for the <p> with class lg_thumb_image element as inline, the images display side by side.
The code I have added to my style sheet is:
#sidebar p.lg_thumb_image {
display: inline;
}
#sidebar .lg_thumb_image img {
height:48px;
width:48px;
}
BTW replace #sidebar by your sidebar’s id.
I’m using the wordpress class 1.5 sidebar by Dave Shea. Which css stylesheet should I edit to get the sidebar to display 3 columns of random images? What should the stylesheet id be?
Thanks!
You can put in the stylesheet for your theme.
Replace the #sidebar in the example by the ID used in your theme/plugin
thanks! i got it!
thanks for the info. i am not a programmer so these simple steps help me.
I am not having any success with this. I think perhaps the theme I am using has more than just the sidebar ID needing to be referenced. The sidebar widgets have deeper nested divs than your site here has.
Any ideas?
Thanks.
Kermit
could you plz send your theme to
lazyest(at)brimosoft.nl
so I can check?
Is there a way to turn off the breadcrumb links at the top of the galleries?
Kermit Woodall
Managing Editor
GadgetNutz.com
Hi, I’m using LG with Thickbox. Is it possible to see full sized images with Thickbox? Or is there a way to at least insert a link to the full sized version?
thanks!
Yes that is possible, but don’t let the thickbox plugin add the codes to your image links
Thanks, Marcel. What I’m trying to get is a “full image” link placed IN the Thickbox slider, I have navigation links “next” “previous” “close” and captions. But I’d also like to give the option for the user to see the full sized version of the image (outside Thickbox) similar to SmoothBox. But the standard view would still be with Thickbox, the link to the full sized image would be somewhere in the Thickbox bottom navigation area. Is this possible? I know there is a TB_FullSize option but I don’t know how to insert it in the JS file to get this simple link in Thickbox. Any help appreciated! Thanks in advance.
Sorry Lara, I can’t help you here. Please refer to the Thickbox plugin website.
I understand, no problem! Thanks anyway, you’re doing an amazing job with Lazyest Gallery.