Status
Not open for further replies.

cyber-cliff

Banned
Banned
1,181
2008
43
0
hi guys,

after i transfer my site to another host, my site is not loading correctly. it doesnt load the css. also my new web server is using litespeed.

site: hdrelease.info

please do help me..,
 
13 comments
do u mean all the templates has been edited and not include the .css? how come? i've tried to change twenty eleven theme but still not working.. no css was load...
 
I agree with others, the stylesheet is simply not being called.

Deactivate the theme, re-upload the theme files and activate again. I'm guessing something could have gone wrong with the copying? No idea how though.

If that doesn't work, just add it manually as others have been saying. Just put the following somewhere in header.php inside the <head></head> section.

Code:
<link rel="stylesheet" type="text/css" media="all" href="<?php echo get_template_directory_uri(); ?>/style.css" />

That is assuming your stylesheet is called style.css. These days, themes tend to have more than one, but that should do the trick.
 
Status
Not open for further replies.
Back
Top