Viewing 6 replies - 1 through 6 (of 6 total)
  • 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/ ?

    Thread Starter nevis1

    (@nevis1)

    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.

    Thread Starter nevis1

    (@nevis1)

    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?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Header image not displayed’ is closed to new replies.