Forums

[resolved] Header image not showing in IE, fine in FF (13 posts)

  1. shallayb
    Member
    Posted 2 years ago #

    I am having problems with my header image not showing in internet explorer. It is fine in firefox. I have tried everything I can think of, it is just not working. If someone could take a look and give me some pointers.

  2. shallayb
    Member
    Posted 2 years ago #

    Ok I still need help. I have read so many header and internet explorer problems and applied what was said and it still has not helped. I would really appreciate it if someone could help me.

  3. webDressing
    Member
    Posted 2 years ago #

    What theme are you using?

  4. Haecceity
    Member
    Posted 2 years ago #

    It's the default theme, judging by the file path to the css. What I immediately notice is that in your header you have #header {background: url("http://shallay.com/art/wp-content/themes/default/images/kubrickheader.jpg')

    Note the double quote at the start and the single quote at the end. That could well mess things up in one browser but leave the image showing in another.

  5. webDressing
    Member
    Posted 2 years ago #

    I can give you a list a mile long of people who have had the same problems that you're having with that theme. To my knowledge NONE of them have ever fixed the problem. I strongly recommend that you go here and find a none-kubric style theme and use that instead.

  6. CabGfx
    Member
    Posted 2 years ago #

    Hmm..

    1st of all, I'm very new to WP, and have just recently begun 'tearing it apart', becoming familiar with the codebase, engine and so..

    That being said, my skills in CSS & (x)HTML are decent, so I'll try and see if I can aid you in this..
    I'll give a couple of suggestions to what might be wrong/throwing your layout off.

    First off, correct your stylesheet at the very top;

    #header {
    	background: url('images/kubrickheader.jpg')no-repeat bottom center;
    	}

    - insert whitespace between ) and no-repeat. Tidy. Mmm.

    Also, try putting in the full url to your images, ie.
    root/wp-content/themes/themename/images/kubrickheader.jpg

    Another thought;
    - Try and strip the functions.js file in the root of your theme dir, for everything related to the kubrick_header_img option of letting the user switch the colors in the header.
    - if you are uncertain about what to drop and what to keep in this particular file, refrain from editing it at all, and post it on here in some way or another, and I'm sure someone will clean out the code.

    Just a thought, as i can tell your theme has only been slightly modified from the original Kubrick, and as such I suspect a lot of irrelevant statements in the Javascript floating about, not really doing anything, but quite possibly interfering with your header for various reasons.

    Yes, i specifically highlighted 'thought', as I'm not at all sure that removing the functions of the kubrick_header_img, will produce any result/significance to your question at hand, and I'd love to be proved wrong..
    On the other hand, tho - why keep it if it's not used anymore? All things aside, it's just more code for you to look up and figure out...

    Cheers-

  7. webDressing
    Member
    Posted 2 years ago #

    Welcome to the forum CabGfx :)

  8. CabGfx
    Member
    Posted 2 years ago #

    Thx ;)

    You will be seeing me a lot more in here, from now on..

    WP is my newfound love. Truly..

  9. Root
    Member
    Posted 2 years ago #

    Any one who has even looked inside Kubrick is going to be in big demand:)

  10. CabGfx
    Member
    Posted 2 years ago #

    What'd ya mean by that, Root?

    I've noticed Kubrick takin' a lot of heat in here, what's the scoop?

    I'm not really in a position to judge for myself, as I've only just begun looking into the intestines of WP..

    Thx

  11. Root
    Member
    Posted 2 years ago #

    It might not be appropriate to go into Kubrick in any detail. Suffice to say that most of the people with the technical ability to understand its machinations are also the least inclined to do so. It's become a kind of No Go area. Kind of tough on the first timer.

  12. altan2007
    Member
    Posted 2 years ago #

    my header pic is not where it suppose to be... it is under the sidebar.

    anyone can help me on this matter

  13. shallayb
    Member
    Posted 2 years ago #

    Ok thank you soo much. I had given up and then I finally came back and checked again (yes I just left my site without header in IE). The problem was fixed when I entered the full url to the header so now it reads like this:

    #header {
    background: url('/art/wp-content/themes/default/
    images/kubrickheader.jpg')
    no-repeat bottom center;
    }

    I had tried entering what I thought was the full address but like CabGfx mentioned I needed to go all the way back to the root file. I changed that and bing - problem fixed. You have no Idea how many things I had tried. Thanks!

Topic Closed

This topic has been closed to new replies.

About this Topic