Hi,
I've read http://drupal.org/node/225125 .
I've created a folder named "mytheme" and a .info file : "mytheme.info".
Now, I think I should have : /sites/all/themes/mytheme/images/slide-image-1.jpg, not /sites/all/themes/bluemasters/images/slide-image-1.jpg .
But "bluemasters" folder is always used.
Here is my "mytheme.info" :
name = mytheme
description = Theme des Hells Ass Derby Girls
version = VERSION
core = 7.x
engine = phptemplate
base theme = bluemasters
regions[header] = Header
regions[search_area] = Search area
regions[highlighted] = Highlighted
regions[content] = Content
regions[sidebar_first] = Sidebar First
regions[banner] = Banner
regions[home_area_1] = Home area 1
regions[home_area_2] = Home area 2
regions[home_area_3] = Home area 3
regions[home_area_3_b] = Home area 3 b
regions[footer_left_1] = Footer left 1
regions[footer_left_2] = Footer left 2
regions[footer_center] = Footer center
regions[footer_right] = Footer right
regions[footer] = Footer
regions[help] = Help
regions[page_top] = Page top
regions[page_bottom] = Page bottom
stylesheets[all][] = style.css
version = "7.1.1"
project = "mytheme"
Is something wrong ?
Comments
Comment #1
nothinghere commentedNote : I've read http://wiki.morethanthemes.com/index.php?title=Blue_Masters_7.x#Slideshow and changed "page--front.tpl.php" like that :
<a href="#"><img src="<?php print base_path() . drupal_get_path('theme', 'mytheme') . '/images/slide-image-3.jpg'; ?>"></a>But "bluemasters" folder is always used ...
Comment #2
site1 commentedTry leaving the project name as the "bluemasters" default. Then reload your Drupal Appearance page to see if your sub theme is listed. If it's listed enable and set it as the default theme. It worked for me.
Hope this helps!