Page 1 of 1

thumnail alignment in border

Posted: 25 Mar 2009, 20:43
by gavero
Hi thanks all of you who work on this product its great :)

ok following is the 2 things I want to do:

1) I want my thumbnails (when I am looking through my categories) to be centred to the boarder. At the moment if I remove the shadow effect, they align to top of boarder. How do I get them to be centred?

2) can I have boarder around my image (without shadow) for my Gallery Thumbnail? like the one that is around images when inside a gallery..

Re: thumnail alignment in border

Posted: 30 Mar 2009, 17:09
by Jan
Hi, the shadows are made by image so you can change the shadow image to your own (e.g. without any shadow only as box with border) or you can hide the shadow (image) so no border will be displayed, ... you can add some css style to your template which will create borders around images too..

Jan

Re: thumnail alignment in border

Posted: 30 Mar 2009, 18:38
by gavero
Ok so basically you cant center the images inside the border, without doing some css additions?
Then it would be nice that when shadow is turned off, the image would "auto" centre to border, rather than being aligned to top.

ok here is a real newbie question, and yes I did try and solve this myself but had no luck at all.

I want to show 1 category, with thumbnail. But I only ever get thumbnail if I select anf image (imageid). When I do this, a click on it my gallery only shows that image an nothing else? no slideshow!

so what is the code to show 1 gallery, with thumbnail and when clicked on will show all images in that gallery?

Re: thumnail alignment in border

Posted: 30 Mar 2009, 22:30
by Jan
Hi,
Then it would be nice that when shadow is turned off, the image would "auto" centre to border, rather than being aligned to top
Sorry, I don't understand, the image is centered horizontally and vertically (if there is a shadow and if there isn't shadow too) see the difficult phocagallery css for IE browsers (so it work in IE6, IE7 too)

try to set your template to some standard like rhuk_milkyway to test it
so what is the code to show 1 gallery, with thumbnail and when clicked on will show all images in that gallery?
this depends of method you are using for detail image...

if you are using: modal box, highslide js, standard popup ... then all images from the category will be loaded and displayed in the slideshow
if you are using: shadowbox, highslide js (image only) ... only images which are displayed on the site will be displayed in detail
if you are using modal box (image only), then only one image is displayed in the detail window

Jan