Recolorable Themes not working with Freehostia(3rd party host)

8 replies [Last post]
greg
Offline
Joined: 12/03/2008

I have a site that I am working on that will be hosted by Freehostia. The problem I have is when I try to change the color scheme for the theme, the theme loses all of it's characteristics and the background is completely white. The default color schemes show up fine(Garland, Minelli, etc.). Any ideas on how to fix this? Thanks!!

Todd
Offline
Joined: 10/14/2008
Themes / Colors

Greg -- what Drupal version/theme, etc.? And, what browser/version/platform? Also, have you made any changes to the theme's stylesheets, or is this out of the box?

A couple of general suggestions, assuming you've done the usual things like dumping your browser cache:
(1) Try turning the theme off and then on again.
(2) In admin >> performance, try emptying the cache.
(3) In the same place, try turning "Optimize CSS" on. (Note: You have to turn it back off when you work on CSS.)
(4) See if it works in some other browser.

--Todd

greg
Offline
Joined: 12/03/2008
RE: TechMaine - Drupal User Group (DRUPALug) - Recolorable Theme

Hey Todd,

Here is the info:

Drupal 6.6
Pixture Theme(although the same thing happens with the default themes as well)
Firefox(xp)
No change were made to stylesheets

I'll try your suggestions and report back. Thanks!

-----Original Message-----
From: Todd [mailto:admin@techmaine.com]
Sent: Wednesday, April 01, 2009 10:27 AM
To: Greg Quinlan
Subject: TechMaine - Drupal User Group (DRUPALug) - Recolorable Themes not working with Freehostia(3rd party host) [Scanned][Spam score:8%]

greg
Offline
Joined: 12/03/2008
I tried all of your

I tried all of your suggestions w/o any luck. Optimizing CSS seemed to have the same affect, making everything white. I did post this on Drupal's forum but have yet to get any responses. I'll keep searching!

Todd
Offline
Joined: 10/14/2008
RE: TechMaine - Drupal User Group (DRUPALug) - Recolorable Theme

Okay -- in that case, my next guess would be that the stylesheet isn't loading: either it's missing, or the style sheet reference is incorrect.
If you had made changes, my guess would be that there is an error near the top of the sheet somewhere, that was breaking the rest of the sheet.

I'm not familiar with that particular theme, by the way, so this is really just general troubleshooting guesses. In this case, if you see NO styles, it typically means the sheet isn't loading.

The reason for the suggestion to set CSS optimization on is that in some IE browsers, only the first thirty or so CSS include tags are actually loaded. So if you have lots of modules, you can sometimes have a situation where some of the style sheets never load. The optimization setting compiles all the style sheets into one file, so at least it all loads.

-----Original Message-----
From: greg [mailto:admin@techmaine.com]
Sent: Wednesday, April 01, 2009 11:45 AM
To: todd@techmaine.com
Subject: TechMaine - Drupal User Group (DRUPALug) - Recolorable Themes not working with Freehostia(3rd party host)

Todd
Offline
Joined: 10/14/2008
Themesetting API?

Oh, one other thought: This is a reach, but does the theme's color scheme setting feature require some other module, like the themesetting api or something like that?

pooley
Offline
Joined: 03/18/2009
Re: TechMaine - Drupal User Group (DRUPALug) - Recolorable Theme

I would second Todd's questions....

The facility to affect colour schema in themes was new to Drupal 6. I
would look to the theme itself to see if perhaps they have mis-
implemented that facility. Maybe try re-uploading the theme from a
virgin unpack and see if it works in its out of the box state. Then
back track how that facility is carried out. There is a module called
color in the core set which says it allows users to change colors but
it isn't specific about what user means...is it the end-user or is it
the admin, they may be related in any case....I would start there
though and then read the actual tpl file(s) for the template to see if
there are hints there about incorporating a css file as a variable.....

kp

On Apr 1, 2009, at 12:55 PM, Todd wrote:

>

greg
Offline
Joined: 12/03/2008
Ok...I found a work-around.

Ok...I found a work-around. If I change the color scheme on my local machine, and then upload the images folder to the site, it recognizes the changes. Todd, I did check the styles file and it did indeed show up in the theme/pixture directory. I think I'm all set for now. Thanks for the help!!

greg
Offline
Joined: 12/03/2008
RE: TechMaine - Drupal User Group (DRUPALug) - Recolorable Theme

Hey,

Couple of things, I did try fresh uploads of the theme, but the results were the same. I also tried changing the colors on the default themes(Garland/Minnelli) and those didn't work either. I think for now, I will go with changing the scheme locally and uploading the images. Thanks for responding!

Greg

-----Original Message-----
From: pooley [mailto:admin@techmaine.com]
Sent: Wednesday, April 01, 2009 1:55 PM
To: Greg Quinlan
Subject: TechMaine - Drupal User Group (DRUPALug) - Recolorable Themes not working with Freehostia(3rd party host) [Scanned][Spam score:8%]