Unlike 5.x.1.x, and 6.x.2.x, this version appears to only be the fluid width version, with no option to set width, except via css. (Or is this deliberate, for some non-obvious reason?!)

Comments

Alan Cooney’s picture

Status: Active » Fixed

The theme requires the theme settings API to change the width. I changed it to this so that there can be more than two options.

jbc’s picture

Cool. I looked for theme settings...but forgot to check that themesettingsapi module was installed. Thanks.

How easy would it have been to add a "custom.css" which could be edited by each theme user? At present, the custom css is overwritten each time and could not be utilised this way.

Alan Cooney’s picture

Very easy, it just takes the following code in template.php:

drupal_add_css(drupal_get_path('theme', 'ad_blueprint') .'/custom2.css', 'theme');

jbc’s picture

Ok, thanks, I'll have a go at that.

Can you also say how easy / possible it would be to insert a field within the theme settings where the name of the custom file could be entered? This would be very intuitive. (I've seen this done with another theme, Tapestry and it worked very well)...

((If it's quite easy, I think it would be worth proposing it as a standard feature for Drupal Theming...though I wouldn't really know where to begin doing so))

Cheers.

Alan Cooney’s picture

Category: support » feature
Status: Fixed » Active

It's relatively simple, but I'm afraid I don't have time to do this one at the moment so I'll leave it for a bit and use it to train an employee later on hopefully.

jbc’s picture

I quite understand and thought that might be the case.

(Do you know anything about how to propose such a feature for consideration as a "standard"?)

Alan Cooney’s picture

Alan Cooney’s picture

Status: Active » Closed (fixed)

Closed - feature is being requested in core instead.