• Resolved fashionistastyles

    (@fashionistastyles)


    Hello,

    I am in panic mode right about now. I have a theme that I ave just spent 3 days customizing and working on and after I had it all setup, i upgraded my wordpress site. Now that I have done that my background (which was teal) is missing and just showing white. I have gone into the background section of the theme and added the color but it is still not showing up.

    Any idea on what i need to do to get this corrected? I am panicking right about now!

    The site is fashionistastyles . com

Viewing 15 replies - 16 through 30 (of 30 total)
  • Thread Starter fashionistastyles

    (@fashionistastyles)

    it is a free theme and there is not any support.

    Did you verify that the file is on the server/ folder is accessible etc.?

    https://fashionistastyles.com/images/bg-main.png

    Thread Starter fashionistastyles

    (@fashionistastyles)

    I am not sure there is supposed to be a file. The theme was working just fine until the upgrade.

    I am not sure what is supposed to be in bg-main.png

    That would be the background image file that is missing. Ask your host if they can restore that file and any others that where in the folder /images for your site.

    Thread Starter fashionistastyles

    (@fashionistastyles)

    ok let me see if that works.

    thanks

    Thread Starter fashionistastyles

    (@fashionistastyles)

    bg-main is still there

    That seems odd as the link I provided above should display this file and it does not.

    Thread Starter fashionistastyles

    (@fashionistastyles)

    I have contacted my hosting company and they cant do anything since i did not backup my files.

    I have changed this:

    old:
    body {
    color: #000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background: #ccc url(‘images/bg-main.png’) repeat-x 0 0;
    }

    to

    new:
    body {
    color: #000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background: #41f099 url(‘images/bg-main.png’) repeat-x 0 0;
    }

    Nothing is happening

    Unless you have the file in place on the server there is no reason to call it in CSS…always backup up site before edit/update, etc…

    bg-main.png was already being displayed correctly. The correct path to the image is //fashionistastyles.com/wp-content/themes/starblog/images/bg-main.png rather than //fashionistastyles.com/images/bg-main.png

    Thread Starter fashionistastyles

    (@fashionistastyles)

    Yes it is definitely a lesson learned….no if i can just get the color: #41f099 on my site!

    Idk how this stuff works but this is a mess!

    Ah! So then use:

    body {
     color: #000;
     font-size: 12px;
     font-family: Arial, Helvetica, sans-serif;
     background: #41f099 url('wp-content/themes/starblog/images/bg-main.png') repeat-x 0 0;
     }

    Looks like you are using the white style. Try opening /wp-content/themes/starblog/css/style-White.css and changing the background color from #FFFFFF to #41f099 , and see if that has any effect on it. That’s just a guess, mind you.

    Thread Starter fashionistastyles

    (@fashionistastyles)

    ok i just got some help and i went in and change the code within te style-white.css file
    thank you guys for trying to help.

    I am SOOO glad this worked!

    Ah! So then use:

    body {
    color: #000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background: #41f099 url(‘wp-content/themes/starblog/images/bg-main.png’

    No, it would still be: url('images/bg-main.png') repeat-x 0 0;

    @fashionistastyles

    Glad it worked for you. Still pretty strange how it stopped after the update, though. Weird.

Viewing 15 replies - 16 through 30 (of 30 total)
  • The topic ‘After I Upgraded my WordPress my website background is GONE’ is closed to new replies.