I like the look of this theme, but unfortunately it seems to have a few bugs.

Probably the most important is that the way the footer is formatted, with a negative margin-top making it overlap the lower part of the content area and the z-index making it lie above the content, makes it impossible to click any button at the bottom of the content area. Such as, for example, the save button at the bottom of any of the admin screens or the Create Content screen. Kind of a big problem, that.

I was able to make the buttons clickable by removing the negative margin and subtracting an equivalent amount from the height of the footer. However, no content assigned to the footer region is visible on the page. Then again, it wasn't before I changed the stylesheet, either. Firebug shows the footer region as being exactly the same position and size as you would think it should be, but neither the content nor the background image assigned to it show up.

I'll probably tinker around a bit more with the CSS, but I thought I should at least mention it here...

Other issues - there's a random note on the side saying "Comments" with an arrow pointing to the page title. I assume this is actually supposed to be pointing to the number indicating how many comments on a post, if it was a blog listing or other multi-node view, but it doesn't make much sense to have that there on other sorts of pages. I don't even have the comment module enabled, but that note still shows up.

Likewise, there's a note saying "Top post" pointing more or less at the top of the page, which again shows up regardless of whether it's a listing of multiple nodes or just a single story or page.

Both of those should really only show up if they're actually relevant. They shouldn't be part of the set layout of every page. I know this started out as a Wordpress theme, but Drupal sites tend to be more than just blogs, and really, even if a site was purely a blog, it still wouldn't make sense to have those notes show up on single post pages.

Anyway, I do like the theme, but at present it requires a fair bit of tinkering to actually make it work with a Drupal site. With a little tweaking it could probably be really good, though...

Comments

ishmael-sanchez’s picture

Status: Active » Postponed (maintainer needs more info)

z-index making it lie above the content, makes it impossible to click any button

Actually the z-index is set as -1 so it should be overlapping anything

the save button at the bottom of any of the admin screens or the Create

What browser were you using, I can't reproduce this.

random note on the side saying "Comments" with an arrow pointing to the page title

It's part of the background image on the body so you can modify it in your sub theme since it doesn't make sense. We could define a variable for the comments node in preprocess function, might be nice.

note saying "Top post" pointing more or less at the top of the page

That's background images on the #main div so that also can be modified since it doesn't fit your use case

For the two last issues I think that's more a feature request, so I think this post should be focused on z-index issue.