Title: Image disappears
Last modified: August 19, 2016

---

# Image disappears

 *  Resolved [incka](https://wordpress.org/support/users/incka/)
 * (@incka)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-disappears-2/)
 * I’m working with a theme and I’ve really got a problem.
 * I’ve modified and worked with this theme on a subdomain, and there it works fine.
   But when I put it on my “real” blog the background image in the header disappears.
 * I’ve tried in both firefox and internet explorer, I’ve deleted cache and so..
   I’ve even tried different computers. It wont work on my blog, but in my subdomain.
   
   [http://incka.se/lekplats/](http://incka.se/lekplats/) \<— Here’s my subdomain
   with the theme

Viewing 15 replies - 1 through 15 (of 30 total)

1 [2](https://wordpress.org/support/topic/image-disappears-2/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/image-disappears-2/page/2/?output_format=md)

 *  [thisisedie](https://wordpress.org/support/users/thisisedie/)
 * (@thisisedie)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-disappears-2/#post-1005301)
 * What’s the address to the “real” blog with this theme activated? Doesn’t do any
   good to see the one that DOES work, heh 😉
 *  Thread Starter [incka](https://wordpress.org/support/users/incka/)
 * (@incka)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-disappears-2/#post-1005302)
 * Ok, well then.. here’s my ugly blog ^^
    [http://incka.se](http://incka.se)
 *  [thisisedie](https://wordpress.org/support/users/thisisedie/)
 * (@thisisedie)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-disappears-2/#post-1005305)
 * Okay I’ll take a look 🙂
 *  [thisisedie](https://wordpress.org/support/users/thisisedie/)
 * (@thisisedie)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-disappears-2/#post-1005307)
 * In your stylesheet, you have the header image of the main domain linked to the
   one on the subdomain:
 * background: #BED132 url(“[http://incka.se/lekplats/wp-content/themes/Speakr/images/bg-header.gif&#8221](http://incka.se/lekplats/wp-content/themes/Speakr/images/bg-header.gif&#8221);)
   top center;
 * Try linking to the one in the main directory like you have it for the subdomain:
 * background: #BED132 url(“images/bg-header.gif”) top center;
 * I hope I’m making sense.
 *  [thisisedie](https://wordpress.org/support/users/thisisedie/)
 * (@thisisedie)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-disappears-2/#post-1005309)
 * Gosh that doesn’t make sense. If it works on the subdomain it should work on 
   the main domain. Did you copy the theme over exactly as it is on the subdomain?
   Just copy and paste?
 *  Thread Starter [incka](https://wordpress.org/support/users/incka/)
 * (@incka)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-disappears-2/#post-1005310)
 * I did, but I wanted to try the absolute address.. that’s why I changed, it was
   like images/bg-header.gif before.. but I can change it back
 *  [thisisedie](https://wordpress.org/support/users/thisisedie/)
 * (@thisisedie)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-disappears-2/#post-1005312)
 * I can’t pinpoint exactly what’s causing the header pic to not show. There’s obviously
   some small change between the domain and subdomain themes. I’d suggest just copying
   the one from the sub into the main and then it should be exactly the same… unless
   you’ve hardcoded links instead of using tags?
 *  [thisisedie](https://wordpress.org/support/users/thisisedie/)
 * (@thisisedie)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-disappears-2/#post-1005313)
 * Wait, wait, wait! I’m playing around with your code on my comp and when I removed
   this:
 * <!–#header { background: url(‘[http://incka.se/wp-content/themes/Speakr/images/header-img.php?upper=6F6F6F&lower=000000&#8217](http://incka.se/wp-content/themes/Speakr/images/header-img.php?upper=6F6F6F&lower=000000&#8217);)
   no-repeat bottom center; }
    #headerimg h1 a, #headerimg h1 a:visited, #headerimg.
   description { color: #FF33CC; } –>
 * the header popped right in.
 *  Thread Starter [incka](https://wordpress.org/support/users/incka/)
 * (@incka)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-disappears-2/#post-1005314)
 * that’s what I’ve done.. but I have hardcoded links to the pages in the header..
   maybe that’s it.. I’ll try
 *  Thread Starter [incka](https://wordpress.org/support/users/incka/)
 * (@incka)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-disappears-2/#post-1005316)
 * It didn’t do any difference if I changed the links in the header.. The themes
   are the same
 *  [thisisedie](https://wordpress.org/support/users/thisisedie/)
 * (@thisisedie)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-disappears-2/#post-1005317)
 * See my last post. That’ll fix it…
 * Wait, wait, wait! I’m playing around with your code on my comp and when I removed
   this:
 * <!–#header { background: url(‘[http://incka.se/wp-content/themes/Speakr/images/header-img.php?upper=6F6F6F&lower=000000&#8217](http://incka.se/wp-content/themes/Speakr/images/header-img.php?upper=6F6F6F&lower=000000&#8217);)
   no-repeat bottom center; }
    #headerimg h1 a, #headerimg h1 a:visited, #headerimg.
   description { color: #FF33CC; } –>
 * the header image popped right in.
 *  [thisisedie](https://wordpress.org/support/users/thisisedie/)
 * (@thisisedie)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-disappears-2/#post-1005318)
 * That would be in the header.php I believe.
 *  Thread Starter [incka](https://wordpress.org/support/users/incka/)
 * (@incka)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-disappears-2/#post-1005319)
 * Oh, where did you find that?
 *  [thisisedie](https://wordpress.org/support/users/thisisedie/)
 * (@thisisedie)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-disappears-2/#post-1005320)
 * I don’t know why it’s there but since it’s quoted out it can’t hurt to remove
   it and if you look you’ll see that it’s not there on the subdomain which works.
 *  Thread Starter [incka](https://wordpress.org/support/users/incka/)
 * (@incka)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-disappears-2/#post-1005321)
 * this is wierd.. :S I can’t seem to find any #headerimg

Viewing 15 replies - 1 through 15 (of 30 total)

1 [2](https://wordpress.org/support/topic/image-disappears-2/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/image-disappears-2/page/2/?output_format=md)

The topic ‘Image disappears’ is closed to new replies.

 * 30 replies
 * 2 participants
 * Last reply from: [incka](https://wordpress.org/support/users/incka/)
 * Last activity: [17 years, 2 months ago](https://wordpress.org/support/topic/image-disappears-2/page/2/#post-1005395)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
