Hi,
here is my problem: When I upload pictures, the two last pictures of the gallery (AD Gallery) display on a second row into thumbnails block, could anyone help me ?
(As you can see on screenshot)
PS: Sorry for my bad English, I'm French.
Thanks,
Fab.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | HongKong _ Olivier Baron - Photographies.png | 569.57 KB | dbeall |
| tworows.jpg | 159.75 KB | Anonymous (not verified) |
Comments
Comment #1
dbeall commentedIf you post the URL of the web site, I can look at the css to see what is causing it. It could be something in your theme css, or you may have to adjust the node_gallery_display/js/ad-gallery/jquery.ad-gallery.css
Comment #2
Anonymous (not verified) commentedThanks.
Comment #3
dbeall commentedit looks like your thumbnails are 50 x 50, but the default is 100 x 100. The allowed size(height) of the div(block level element) that holds the thumbnails is letting them go to 2 rows.
It is my *guess* to adjust the (height:135px;) to something like (height:85px;)
node_gallery_display/js/ad-gallery/jquery.ad-gallery.css
I would say to play with the height, clear the drupal cache, and the browser cache if needed to see the change.
Comment #4
Anonymous (not verified) commentedI did it, and fixed height to 55px, but the thumbnails disappeared, and not appeared in an other place, so I think it doesn't work.
Look, if you click on the last thumbnail on the last, then, you click on "next" button, on top right of the picture, you go to an other picture which isn't in the list.
I don't understand..Can't it come from the js ?
Comment #5
dbeall commented55px is not enough height.
Comment #6
dbeall commentedI just now looked at the page and it looks ok to me
Comment #7
dbeall commentedscreen shot
Comment #8
Anonymous (not verified) commentedYes, it's look ok to me too. But the functionnement isn't look ok to me. Look, click on the right arrow of the thumbnail list. When you are are on the last thumbnail, click on it. Then, click on the right arrow, on the right of the picture now. You see that there are still pictures which not appear in thumbnail list. No ?
Comment #9
dbeall commentedyes, I see the navigation issue, but that is different problem and it is the same way on my test site.
The developer would have to work on fixing that.
You might want to file a new issue for it, since this one is considered as solved.
Comment #10
Anonymous (not verified) commentedIt comes from AD Gallery directly ?
Comment #11
dbeall commentednot sure, I don't have a gallery with that many images, but the next control is displayed on the last image and shows the first image when clicked
maybe check the node_gallery common settings for the number of thumbnails displayed
admin > site configuration > node gallery > common settings
Enter the Number of images displayed on each gallery thumbnail page:
Comment #12
Anonymous (not verified) commentedI've already entered a high number, 100 thumbnails. Nobody has ever met the same issue ?
Comment #13
dbeall commentedThis might be the fix that..
from the node_gallery_display issue queue
http://drupal.org/node/834250
http://drupal.org/node/834250#comment-3131916
Comment #14
Anonymous (not verified) commentedIt works.
Thanks a lot, I read this post, but not the end..
Thanks again !
Comment #15
dbeall commentedyea, the issues get buried due to multiple problems in one thread.. The good thing about node_gallery_display is there aren't too many to look through..
Glad it's workin..
Looks like you need some css adjustment to hold content away from the graphic on your theme(top left corner)
edit::
You might be able to add a z-index:100; to that image to keep it on top..