• I keep trying to upload background images to my theme it uploads but doesnt show up on my website i tried this with different themes and nothing is working.

    I used to have a background which disappear one day im not sure if its because of the new wordpress

    Can anyone please help me?

    thank you

Viewing 15 replies - 16 through 30 (of 34 total)
  • @wpyogi – Is it a CSS background? If so, which element is it on?

    Just trying to be of further assistance since I also can not see OP’s background image regardless of browser or device and I have a fantastic connection.

    Really? Maybe I’m seeing things – LOL! No really, this:

    body.custom-background {
        background-attachment: fixed;
        background-color: #dd3333;
        background-image: url("http://ranaunity.com/wp-content/uploads/2014/12/9060-Audrey-Hepburn-Quote.jpg");
        background-position: center top;
        background-repeat: repeat;
    }

    [edited as link no longer valid]

    Thread Starter rana.unity

    (@ranaunity)

    yes thats the background.. but i still dont see it :((( i dont understand why you do?? did you just type in my website in your browser and are able to see it?

    Yep. Have you tried another ISP? Is your internet connect decent?

    That is interesting. I am seeing TWO <body> tags and neither with a class on them.

    If I apply these styles:

    body {
    color: #444444;
    background-attachment: fixed;
    background-color: #dd3333;
    background-image: url("http://ranaunity.com/wp-content/uploads/2014/12/9060-Audrey-Hepburn-Quote.jpg");
    background-position: center top;
    background-repeat: repeat;
    }

    Then I get the background image.

    Thread Starter rana.unity

    (@ranaunity)

    yes my internet connection is.. how would that affect anything also craig wasnt able to see it either (above)

    If it was REALLY slow, the images might not load. But that doesn’t seem like the problem. I dunno, seems very odd to me.

    Have you modified any of the theme files?

    Can you also deactivate ALL plugins and switch to twentyfourteen theme – just so we can see it that way – try putting a background image in there.

    Thread Starter rana.unity

    (@ranaunity)

    no.. i am going to try uploading another image.. please check again in a couple minutes let me know if you see it thank you

    Thread Starter rana.unity

    (@ranaunity)

    now it should be just a color.. red do you see it

    Yes, but it took a very long time to load the site.

    Thread Starter rana.unity

    (@ranaunity)

    i already tried the 2014 and all plugins are deactive.. so not sure why its running so slow

    Thread Starter rana.unity

    (@ranaunity)

    ok ill try with another theme again..

    Might be my connection – Comcast here is extremely annoying lately. Now I see another image :)!

    Craig??

    Sorry for the delay, commuting from work to home. Now that I am in an entirely different environment.. I unfortunately still do not see any background image or color.

    Really wish I could think of a logical reason yogi can see it and for me, there are two body tags and neither have a class nor background images.

Viewing 15 replies - 16 through 30 (of 34 total)

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