I've been using RootCandy on my local install, but when I tried to apply to my Staging area it did not work. Instead, I got a totally un-themed Drupal interface (no-styles). I'm wondering if this has something to do with having a private files folder (Admin>>Site Config>>File System) setting on the Staging, while having public on local testing? I know that RootCandy's color-picker capability is not operable when one has a private files folder configuration, but would this effect the whole theme? I was kind of hoping I could just take the styles generated by RootCandy on my local install and just upload them into my private folder and voila, but does not seem to be the case, but I cannot find any documentation or reasoning why?
Thanks,
Damon
p.s. Yes, I cleared the cached data for the site. ;-)
Comments
Comment #1
sign commentedI have tried rootcandy on a private file system.
No issues there :(
Maybe I can tell you more if you can point me to your installation?
Comment #2
sign commentedComment #3
sign commentedno activity for the last few months, marking as fixed
Comment #5
gennadich commentedI've just added this to page.tpl.php
print base_path(). path_to_theme(); /style.css" />It's rude solution, but works for admin theme.
You could add other stylesheets same way.