Closed (fixed)
Project:
Image
Version:
5.x-1.x-dev
Component:
image_gallery
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
18 Mar 2007 at 04:11 UTC
Updated:
29 Sep 2008 at 06:57 UTC
Jump to comment: Most recent file
Just playing with image_gallery with Drupal 5.1 today:
When I added some blocks in position "blow content" area, their contents got mixed with the image area. I guess anything below the gallery cannot tell where the images end, therefore messing up with the dispaly of whole content area.
This problems showed up when I had only 3 images in that gallery. After the navigation line shows up (more images than a page allows), the underneath blocks start to look all right; but the navigation line itself overlaps with the images above.
I am fixing this problem by adding
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | thumbnails-outside-content-area.jpg | 22.8 KB | jaks1970 |
Comments
Comment #1
drewish commentedcould you post a screen shot? also what theme are you using? does the problem occur using the default drupal themes?
Comment #2
drewish commentedComment #3
drewish commentedComment #4
jaks1970 commentedI think what he means is the thumbnails are not displayed in the content area when viewing an actual gallery page. See the screen shot attached. I tried to figure it out but I'm lost. It's like the div was closed before the gallery ended but I don't see where. I'm using the marinelli theme.
Since this issue was not followed through by the first poster I would like to reopen it.
In addition in Firefox and IE 8 issue is the same and the issue. In IE 7 the top row of images in the gallery fall inside the content area but the second row fall out of the content area. Now this could in fact be a issue with Marinelli because I have a similar issue with some modules in Admin.
I'll let you tell me because I searched and searched for an issue inside Marinelli but found none. Although it doesn't mean there isn't one.
Comment #5
jaks1970 commentedI figured out what my issue was. When changing the BG for primary and primary .singlepage I neglected to change the #primary style to match the primary.single page. It doesn't show as wrong on every page so it was unnoticed. When I did notice since it was only a few pages that were affected like when viewing individual galleries and certain admin pages. I figured it was a div problem and not a css issue that I caused.
So if anyone else is dumb like me and has the same issue just make sure to change both
#primary and #primary .singlepage to match each other or at least recognize what each one does.
Hope this will help someone.
Jaks
Edit: I am reclosing this issue.
Comment #6
Hetta commented