• Resolved princesserbear

    (@princesserbear)


    So, I just added css and I changed the color of the sides of my blog. When i went to the site, the custom header was gone. I tryed adding it again and again, and even restarted my computer. It still wont show. Im possitive it is the right size ( i have used it before) so why wont it work?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Clayton James

    (@claytonjames)

    Did you reverse the changes you made to the style sheet just to verify that the changes aren’t actually the cause of the problem? If you post a link to your site, others might be able to see what you see.

    ??

    Thread Starter princesserbear

    (@princesserbear)

    I did reverse the changes, and attempted to add the header again. Still no luck. My website is here: https://fantagefans101.com/
    I added the side color again because I might as well have it if I have no header :/

    Clayton James

    (@claytonjames)

    Request: GET head.jpg //s1.wordpress.com/images/blue_flower/head.jpg

    Response: 404 Not Found (nginx) s1.wordpress.com

    Your header image does not appear to be at that address. I think it’s actually here: //s1.wordpress.com/wp-content/themes/pub/contempt/images/blue_flower/head.jpg

    I think if you look in your style sheet for #headerimg, and change it to this:

    #headerimg {
    height:140px;
    width:100%;
    background-image:url(‘https://s1.wordpress.com/wp-content/themes/pub/contempt/images/blue_flower/head.jpg’);
    margin:0;
    }

    It might reappear. I can honestly say I don’t quite know what you have going on there, but the style sheet wants to pull the image from the fantagefans101 domain, but you seem to be pulling almost everything from wordpress.com servers. I think. Oh well. Good luck with it!

    Sidenote….

    I find this amusing;

    Server nginx
    Date Fri, 13 Nov 2009 03:26:16 GMT
    X-hacker If you’re reading this, you should visit automattic.com/jobs and apply to join the fun, mention this header.

    ??

    Thread Starter princesserbear

    (@princesserbear)

    THANK YOU THANK YOU! That is what was wrong! In css, the header img code was completely wrong, i replaced it with the correct one! THANK YOU! So much relief! If you go back to the site, you will see the new header! YAY! ??

    p.s.- Thank you for making your help so straight foward, Im on 13 ??

    Clayton James

    (@claytonjames)

    You are very welcome… I’m happy that you got it to work okay. I wasn’t quite sure what I was looking at, at first.

    Have fun!

    ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘When I added CSS, my custom header stopped working.’ is closed to new replies.