Hi all,

I have installed the galerie module but I'm having trouble changing the thumbnail view on the left side http://www.drakenbloedboom.com/Drakenbloedboom-fotos

I would like to create a thumbnail view with multiple columns instead of 1 large list going infinite downwards.
And I would like to be able to set the maximum number of thumbnails shown in one column
Comparable with http://drupal.org/files/images/screenshot-galerie.png
How can I realize that?

Thanks in advance.

Mark

Comments

SeeSchloss’s picture

From what I see, that's because your site's theme sets display: block in CSS on all images, forcing them to be alone on their line instead of flowing like text.

When the theme doesn't modify that, images are by default display: inline which would fix your problem, for example by adding .galerie-browser a img {display: inline;} to your theme's CSS file or a custom one if your theme allows it (without having effect on images outside of the galerie thumbnails list, so it won't break anything).
It would also work with .galerie-browser a img {float: right;}, but the first solution seems better to me.

El Rey Mark’s picture

Hi,

Thanks for your reaction.
I added the .galerie-browser a img {display: inline;} to my basic-layout css file.
However nothing happens. I also tried .galerie-browser a img {float: right;} ... but still nothing.

Were exactly in the css file do I need to add this?
I have different css files...do I need to add it in all of these files?

Mark

SeeSchloss’s picture

It works for me when I refresh you site, maybe just a cache problem on your browser's side, if you're using Firefox try to refresh while holding the shift key, for exemple.
You only need it in one CSS file - as long as it's included, of course, if you have a separate mobile CSS, you should also include it there for example.

Once again, it seems to work now when I load your site, do you still have the problem after refreshing, emptying your cache, etc?

El Rey Mark’s picture

Yes, I refreshed it and it works for me as well.
Thank you. I really like this Galerie module :-)
Have a great day !
Mark

SeeSchloss’s picture

Status: Active » Fixed

Thanks, you're welcome :-)

El Rey Mark’s picture

Sorry to bother you again...but how can I delete images from the galary...?

SeeSchloss’s picture

Title: Change Thumbnail view » Edit menu does not appear on colorbox galleries.
Assigned: El Rey Mark » SeeSchloss
Status: Fixed » Active

Hmm... you should have a menu appearing when you hover the image.

But I'm now thinking that I have completely forgotten that on colorbox galleries!
I'm sorry, I'm going to address that this evening (hopefuly). I'm renaming this issue to reflect that.

In the meantime, I think the only way to delete images or rename them is to temporarily change the gallery style to "browser".

El Rey Mark’s picture

Hi,

Ok I see...No worries...;-)
I changed it back to "browser" and was able to delete the picture.
regards
Mark

SeeSchloss’s picture

Status: Active » Fixed

Fixed!
Sorry it took some time, but it's fixed now, the edit links should appear in the popup, next to the image title.
Tell me if it doesn't work as it should, though, I might have missed something else (though I hope not).

El Rey Mark’s picture

Hi,

Thanks for your reaction!
Do I need to re-install/ update the module?
regards,
Mark

SeeSchloss’s picture

Just update to the latest version and it should work immediately (clear the site's cache if it doesn't, and maybe your browser's cache).

El Rey Mark’s picture

Hi,

YES!! It worked. You did a great job ;-)
Thank you!
Mark

SeeSchloss’s picture

You're welcome :-)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.