Litehouse

Hi,
I just downloaded litehouse, it's really nice theme thanks! But still there's no forum for it, so I'm posting here.
After a quick test I figured out collapsible fieldsets are not working on IE7, I made some search and found following link:
http://drupal.org/node/311203

It seems this is a known issue. solved it by adding following to ie7.css:

/* Prevent fieldsets from shifting when changing collapsed state. */
html.js fieldset.collapsible {
position: static;
top: -1em;
}
html.js fieldset.collapsed {
top: 0;
margin-bottom: 1em;
}

I thought someone else may encounter same problem, hope it helps..

Tags:
Rob D.'s picture
Offline
Joined: 04/09/2008

Thanks for heads up, I wasn't even aware it was broken - there always seems to be a few lingering issues with IE after every release, so I'll incorporate this into the first update.

mgok's picture
Offline
Joined: 10/27/2009

hi,
I'm trying to use only theme directory: after unzipping package, I copied litehouse directory from core to my drupal installation. but i've problem with the secondary links, it doesn't display. have an idea?

thanks

Rob D.'s picture
Offline
Joined: 04/09/2008

Hm - the only thing I can think of is that they might have to placed in the block manually, in Administer > Site Building > Blocks. The links aren't hard coded into our themes, so you'd have place them there.

mgok's picture
Offline
Joined: 10/27/2009

ok, it's my fault. the variable names are different in default installation, litehouse uses $secondary whereas it's $secondary_links in default installation.

Support hours: 9AM - 5PM EST, Mon - Fri

Follow us on: