Using WordPress 2.03, and Tiga theme 1.01, at http://www.nevisblog.com I can't see my header image. It should be header5.jpg. Looked at header.php, but I am not very good at editing php files. Any suggestions?
Using WordPress 2.03, and Tiga theme 1.01, at http://www.nevisblog.com I can't see my header image. It should be header5.jpg. Looked at header.php, but I am not very good at editing php files. Any suggestions?
You can change the name of your headerimage in header.php look at this:
<style type="text/css" media="screen">
...
#header { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickheader.jpg") no-repeat bottom center; } [change kubrickheader.jpg to header5.jpg and try it again]
...
</style>
Good luck!
Looks like the header5.jpg file is either missing, corrupt or doesn't have permissions to be 'read'.
Make sure it's in wp-content/themes/tiga/images/ ?
I uploaded the header5.jpg image again, and still no luck, and if i go directly to the image http://www.nevisblog.com/wp-content/themes/tiga/images/header5.jpg it brings up my blog. Strange!
That's because it's being re-directed, it can't "see" that file. Other images in that directory work, however.
Sorry to trouble everyone, but I had switched to a Linux hosting package. Did not know names were case sensitive. Problem resolved.
Cool. Please mark this resolved, then?
This topic has been closed to new replies.