Drupal.org user taniwha has converted some themes from oswd to drupal. These are among the most beautiful themes drupal has at the moment. Unfortunately, whenever I install one of them, all I get is a white page without any of the colour/design elements.

These are phptemplate based and I have no problems with any of the other phptemplate themes. Can someone suggest what might be wrong? Taniwha tried to help me but without success.

Comments

heine’s picture

Open page.tpl.php and (for andreas06) change line 8 to read

<link rel="stylesheet" href="<?php echo $base_path . $directory; ?>/andreas06.css" type="text/css" media="screen,projection" />

(or echo "$base_path$directory")
--
The Manual | Troubleshooting FAQ | Tips for posting | Make Backups! | Consider creating a Test site.

venkat-rk’s picture

Thanks a ton! I would have wasted countless hours othewise. That helped me solve the problem and the theme works now.

The same change didn't work for the other themes, but now that I know where to start looking, I will figure it out.

heine’s picture

I tried just one theme, in the hope it would also work for the others. It appears it does for andreas05 as well. (of course, you have to refer to the correct css file).

Let me know which theme you use, if you somehow can't find the cause, then I'll look into that.
--
The Manual | Troubleshooting FAQ | Tips for posting | Make Backups! | Consider creating a Test site.

Christefano-oldaccount’s picture

I'm getting a lot of white space between <div id="content"> and <div class="content">. In other words, the main content is being forced down a few paragraphs and I have no idea why.

Has anyone had the same problem? I'm using Drupal 4.7.3 and the latest CVS of andreas06, which right now is version 1.1.

heine’s picture