Hi,all,
I put my site on yahoo! small business.
After my installation, I find my theme was very strange( like the attached picture).
The theme's name is "bluemarine".
But it can be normall with the other theme(like "pushbutton").
What is the problem?
What can I do to fix it?
It is important for me because my designed theme show nothing.><
Please help me, thank you!

Comments

cog.rusty’s picture

I don't see a picture.
Is your designed theme a modified bluemarine theme? You have made a wrong change?

londere’s picture

thank you for your reply.
I did not change anything about "bluemarine", it is original.
My designed theme is another one( The theme is OK on my PC, my environment is XP+appacher+MySQL+PHP 4.3.11).
I do not find the way to upload the picture.
Can you link to http://www.aci-com.com/showo_jeff ?
That is the result..

cog.rusty’s picture

Strange.
It seems that it does not find bluemarine/style.css.
But you say that it can find pushbutton/style.css.

Perhaps bluemarine's style.css is damaged?
Check if it exists and upload bluemarine again. I can not think of anything else at the moment.

cog.rusty’s picture

Also look in /admin/logs for error messages.

VM’s picture

shouldnt the stylesheet be style.css not drupal.css ?

your source
<style type="text/css" media="all">@import "/showo_jeff/misc/drupal.css";</style>

mine using bluemarine

<style type="text/css" media="all">@import "/drupal/themes/bluemarine/style.css";</style>

cog.rusty’s picture

True, now that I look at the source, it should load both but it does not even attempt to load bluemarine.

So, the problem is not with its css. It is that bluemarine is not really active.
Does it appear in /admin/themes? Is it selected?

londere’s picture

Thanks all...
The reason is my style.css is not uploaded absolute..
I upload it again, and it is ok now....
Now, I will try to fix my designed theme, I will check it by your suggestions.
Thanks again!!