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.

CommentFileSizeAuthor
#3 Image1.jpg26.99 KBHoly Sarcasm
#3 Image2.jpg14.28 KBHoly Sarcasm

Comments

Holy Sarcasm’s picture

I should also state that the issue is the same for the "Right Bottom Box"

Jeff Burnz’s picture

Title: Blocks » Right top and Right bottom Block config
Category: bug » support

The 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?).

Holy Sarcasm’s picture

StatusFileSize
new14.28 KB
new26.99 KB

I'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

Jeff Burnz’s picture

Try the fix as suggested here - will fix in the next version: http://drupal.org/node/330012

Holy Sarcasm’s picture

Adding

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

Jeff Burnz’s picture

Status: Active » Closed (fixed)