• Resolved David_G

    (@questas_admin)


    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
    DEV SITE LINK

    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)
Viewing 2 replies - 1 through 2 (of 2 total)

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