Title: Background image issues
Last modified: August 22, 2016

---

# Background image issues

 *  Resolved [David_G](https://wordpress.org/support/users/questas_admin/)
 * (@questas_admin)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/background-image-issues-2/)
 * OK this is nuts.
    I have 2 identical sites, one it the Dev site, the other Live.
   I have a background image on the body and it was working but now it isn’t on 
   the live but IS showing on the dev site. Links below. The CSS and PHP is identical
   on both sites except the path statements for the file locations. I am perplexed
   as to what is going on. Any help would be appreciated. Below is the CSS regarding
   the BG’s
 * [LIVE SITE LINK](http://www.resultsresumes.net)
    [DEV SITE LINK](http://dgsitedesigns.com/resultsresumes)
 *     ```
       body {
       /* Adjust the Image location 'wp-content/uploads/NAMEOFFILE.png' */
       background: url(http://resultsresumes.com/wp-content/uploads/parchment1.jpg) no-repeat center center fixed;
       -webkit-background-size: cover;
       -moz-background-size: cover;
       -o-background-size: cover;
       background-size: cover;
       	}
   
       .tc-sticky-header .tc-header {
       background: url(http://resultsresumes.net/wp-content/uploads/parchment2.jpg) repeat 0 0;
       }
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * (@wpmudev-support2)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/background-image-issues-2/#post-5643521)
 * Hey there,
 * Hope you’re well! 🙂
 * I try to access the image use but I can access this background image for live
   site: [http://resultsresumes.com/wp-content/uploads/parchment1.jpg](http://resultsresumes.com/wp-content/uploads/parchment1.jpg)
   while I can access fine the background image for dev site: [http://dgsitedesigns.com/resultsresumes/wp-content/uploads/parchment1.jpg](http://dgsitedesigns.com/resultsresumes/wp-content/uploads/parchment1.jpg)
 * Can you confirm if you have the “parchment1.jpg” in your live site? 🙂
 * Best Regards,
    Calvin
 *  Thread Starter [David_G](https://wordpress.org/support/users/questas_admin/)
 * (@questas_admin)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/background-image-issues-2/#post-5643574)
 * Thanks Calvin, I figured it out with your help. The file was there but I didn’t
   have “www” in the path. I guess that little thing makes a difference, so used
   to just typing the site without www. It is showing now. I feel like an idiot.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Background image issues’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/customizr/4.4.24/screenshot.png)
 * Customizr
 * [Support Threads](https://wordpress.org/support/theme/customizr/)
 * [Active Topics](https://wordpress.org/support/theme/customizr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/customizr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/customizr/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [David_G](https://wordpress.org/support/users/questas_admin/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/background-image-issues-2/#post-5643574)
 * Status: resolved