Following http://drupal.org/node/225125 I could not get the subtheme to inherit the css. The page is locked even For Me!
Here is My two info's
blackpiano/blackpiano.info (parent)
; $Id: blackpiano.info,v 1.2 2011/01/23 10:50:14 webmatter Exp $
name = blackpiano
description = "Fixed width(960px), 2 columns, adaption of wordpress theme piano-black by mono-lab (http://wordpress.org/extend/themes/piano-black), Drupal 7 port by <a href='http://webmatter.de'>WebMatter.de</a>"
version = VERSION
core = 7.x
stylesheets[all][] = style.css
conditional-stylesheets[if IE 6][all][] = fix-ie.css
regions[sidebar_second] = Rechte Sidebar
regions[content] = Content
regions[below_content] = Below content
regions[footer] = Footer
regions[header] = Header
regions[help] = Help
regions[highlighted] = Highlighted
; Information added by drupal.org packaging script on January 1, 1970 - 00:00
version = "7.x-1.0-beta3"
core = "7.x"
project = "blackpiano"
datestamp = "1295781978"
darkdespair/darkdespair.info (child)
; $Id: darkdespair.info,v 1.2 2011/01/23 10:50:14 webmatter Exp $
name = darkdespair
description = "Custom Sub Theme for DarkDespair requires BlackPiano"
version = VERSION
core = 7.x
base theme = blackpiano
stylesheets[all][] = darkdespair.css
regions[sidebar_second] = Rechte Sidebar
regions[content] = Content
regions[below_content] = Below content
regions[footer] = Footer
regions[header] = Header
regions[help] = Help
regions[highlighted] = Highlighted
This would not work as documented until "version = VERSION" was removed from the child theme. This is undocumented and was only found because someone else had the EXACT problem...
Comments
Comment #1
arianek commentedadding tags - this has docs input format, so not sure why you can't edit!
Comment #2
dave reidIf you were confused like I was, the actual problem is not with the doc page, but with a comment on the doc page: http://drupal.org/node/225125#comment-4151222
Comment #3
MGParisi commentedI ran into this problem by actual copying the original theme's info and then tried to make it into a sub theme. I'm worried about replying to the comment because he refers to core=6 and I assume this is d6 and my environment is d7 so I can not confirm this is an issue in d6.
Comment #4
Carolyn commentedWould adding this line be a adequate (and accurate) fix for now?
Note: In D7, if copying a base .info file with the line "version = VERSION", this line should be removed from subtheme's .info file.
Comment #5
MGParisi commentedIt looks like it maybe a D6 issue too, but I cant test it because I don't have d6...
It seems like a regular issue...
Comment #6
Carolyn commentedWhy is "version = VERSION" in the .info file in the first place? Should this be in a troubleshooting section instead on the main subtheming page if it is not a common issue?
That line is not in the d6 version of blackpiano, so I'm not sure what d6 theme to use to test the problem.
Comment #7
quietone commentedThis for D7 documentation and D7 is End of Life.