I'm using Newswire, fixed width, 2 columns, with Washington colors sub-theme. I activated all the blocks to see where they appear in the theme. But the block labeled "Right Top Box" doesn't display in the theme, however it does display in the admin/block section with all the block content in it. (I'm guessing Newswire doesn't support the "Right Top Box" with only 2 columns.) Am I missing something or is this a bug? Otherwise, I'm really impressed with all your themes.
Also . . . .nearly all the code starts breaking on the bottom of pages for wide screens on the "create" and "edit" pages, etc. My screen resolution is 1280 X 800. Most of the HTML elements start overlapping, and it makes it tricky to click the "preview" and "save" buttons. However, this is also common with Drupal themes on my widescreen monitor.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | Image1.jpg | 26.99 KB | Holy Sarcasm |
| #3 | Image2.jpg | 14.28 KB | Holy Sarcasm |
Comments
Comment #1
Holy Sarcasm commentedI should also state that the issue is the same for the "Right Bottom Box"
Comment #2
Jeff Burnz commentedThe two 390px Right top and Right bottom regions only activate when both the normal right_1 and right_2 regions are active (have blocks in them), this is a limitation of the grids framwork that Newswire is built with. I do have long term plans to completely revamp the framework so we can atually have far more complex layouts.
I actually have a higher resolution than your current setting and I have no problems. Not really surewhat the issue is, could be browser related, especially since Newswire is fixed width I cant see that a wide screen is going to make a difference - could you post a screen shot and tell me what browsers you are using (Safari by any chance?).
Comment #3
Holy Sarcasm commentedI'm using IE7-pro. The screen grabs are from IE.
However you got me thinking, so I checked the same pages in other browsers.
FireFox3.0.5 (guess it came out this morning) and the display is perfect.
Chrome displays same as IE.
Apple Safari displays same as IE
Cliff
Comment #4
Jeff Burnz commentedTry the fix as suggested here - will fix in the next version: http://drupal.org/node/330012
Comment #5
Holy Sarcasm commentedAdding
html.js fieldset.collapsed {
height: 30px;
}
to the ie.css resolves the issue.
However, when double-checking the fix and clicking around through all the fieldsets, I found another very small issue. The URL "/filter/tips" has a section that flies off the right-side of the page. (IE and FireFox)
Your response time is excellent, and you do good work on your themes.
Cliff
Comment #6
Jeff Burnz commented