Installing a theme

View: New views
2 Messages — Rating Filter:   Alert me  

Installing a theme

by Kartik Nayak-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
I tried to extend the theme Bluemarine. The .info file of the new theme was
as follows

; $Id$
name = Descartes
description = Theme Extending Bluemarine.
version = 1.0
core = 6.x
base theme = bluemarine
stylesheets[all][] = style.css
stylesheets[all][] = new.css

new.css is the one defined in the sub theme and style.css is defined in
Bluemarine. After installing the theme and using it, the screenshot is
attached as ss1.png. From the screenshot, its clear that view does not use
the css file.

Tried to google a little on the issue and at
http://drupal.org/node/314403found that either copying style.css to
the new folder (which duplicates the
data and creates updation problems) or giving the entire path of style.css
would work and it did. The screenshot is attached ss2. Turns out, that it is
a bug (as per aparker)!

Regards,
Kartik Nayak


[Non-text portions of this message have been removed]


Re: Installing a theme

by Saifi Khan-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, 10 Jul 2009, Kartik Nayak wrote:

> Hi,
> I tried to extend the theme Bluemarine. The .info file of the new theme was
> as follows
>
> ; $Id$
> name = Descartes
> description = Theme Extending Bluemarine.
> version = 1.0
> core = 6.x
> base theme = bluemarine
> stylesheets[all][] = style.css
> stylesheets[all][] = new.css
>
> new.css is the one defined in the sub theme and style.css is defined in
> Bluemarine. After installing the theme and using it, the screenshot is
> attached as ss1.png. From the screenshot, its clear that view does not use
> the css file.
>
> Tried to google a little on the issue and at
> http://drupal.org/node/314403found that either copying style.css to
> the new folder (which duplicates the
> data and creates updation problems) or giving the entire path of style.css
> would work and it did. The screenshot is attached ss2. Turns out, that it is
> a bug (as per aparker)!
>
> Regards,
> Kartik Nayak
>

How about clearing/regenerating the cache ?

Additionally, do you still see the issue with Drupal 6.13 on this ?


thanks
Saifi.