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
Comment #1
SeeSchloss commentedFrom what I see, that's because your site's theme sets
display: blockin 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: inlinewhich 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.Comment #2
El Rey Mark commentedHi,
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
Comment #3
SeeSchloss commentedIt 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?
Comment #4
El Rey Mark commentedYes, I refreshed it and it works for me as well.
Thank you. I really like this Galerie module :-)
Have a great day !
Mark
Comment #5
SeeSchloss commentedThanks, you're welcome :-)
Comment #6
El Rey Mark commentedSorry to bother you again...but how can I delete images from the galary...?
Comment #7
SeeSchloss commentedHmm... 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".
Comment #8
El Rey Mark commentedHi,
Ok I see...No worries...;-)
I changed it back to "browser" and was able to delete the picture.
regards
Mark
Comment #9
SeeSchloss commentedFixed!
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).
Comment #10
El Rey Mark commentedHi,
Thanks for your reaction!
Do I need to re-install/ update the module?
regards,
Mark
Comment #11
SeeSchloss commentedJust 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).
Comment #12
El Rey Mark commentedHi,
YES!! It worked. You did a great job ;-)
Thank you!
Mark
Comment #13
SeeSchloss commentedYou're welcome :-)