• Resolved k3200

    (@k3200)


    Hello all. I have been trying for hours (yes I am a newbie and have little to no css or php experience) to get a new header logo into my WP installation. I am using the Batavia 1.5 theme and have read many threads on how to do this and nothing seems to work. I even read the threads for the default kubrick thread and tried that and still nothing. Could somebody please look at my site (www.househunting101.com) and tell me what I am doing wrong.

    Thank you so much,
    Knox

Viewing 15 replies - 1 through 15 (of 41 total)
  • #header {
    margin: auto;
    WIDTH: 100%;
    HEIGHT: 108px;
    BACKGROUND-COLOR: #CCCC99;
    BACKGROUND: url(“househuntinglogo.jpg”);
    COLOR: #7D5B38;
    }

    The image it’s looking for is not where it thinks it is.
    Where is the image ?

    What have you tried to do?

    I see a househuntinglogo.jpg in your header css, but when I try to access that file it doesn’t exist. Where is the logo located?

    Thread Starter k3200

    (@k3200)

    Thanks for checking this out for me.

    It’s in the same folder as the theme. Does that answer your question with enough info or do you need the folder names and such?

    Knox

    Thread Starter k3200

    (@k3200)

    This is the only place that I’ve changed or added any code. Do I need to add anything anywhere else?

    Knox

    Can you give us the full location, because I still can’t find it.

    BACKGROUND: url(“www.househunting101.com/wp-content/
    themes/theme-name/househuntinglogo.jpg”);

    Try that – after changing the theme-name
    (all on one line though)

    Thread Starter k3200

    (@k3200)

    Sure.

    The name of the file is househuntinglogo.jpg

    It’s location is househunting101.com/public_html/wp-content/themes/Batavia 1.5/

    I’m still not finding it! You might want to double check the location and filename through your ftp. Then as podz said, plug the whole location into the css.

    Thread Starter k3200

    (@k3200)

    I just plugged the whole location in and it didn’t work. Here’s what I have now:

    #header {
    margin: auto;
    WIDTH: 100%;
    HEIGHT: 108px;
    BACKGROUND-COLOR: #CCCC99;
    BACKGROUND: url(“www.househunting101.com/wp-content/
    themes/Batavia 1.5/househuntinglogo.jpg”);
    COLOR: #7D5B38;

    Any ideas?

    Thanks,
    Knox

    The image is not there.
    https://www.househunting101.com/wp-content/themes/Batavia%201.5/househuntinglogo.jpg
    File not found.

    You need to double check it.

    Remove the spaces

    Make it just ‘Batvia’ not Batvia 1.5

    Thread Starter k3200

    (@k3200)

    Ok, at least that did something. But unfortunately all I get now id a white screen. Here’s what I have:

    #header {
    margin: auto;
    WIDTH: 100%;
    HEIGHT: 108px;
    BACKGROUND-COLOR: #CCCC99;
    BACKGROUND: url(“/home/house101/public_html/wp-content/
    themes/Batavia/househuntinglogo.jpg”);
    COLOR: #7D5B38;

    Thanks,
    Knox

    /home/house101/public_html/wp-content/
    themes/Batavia/househuntinglogo.jpg

    make that

    https://www.househunting101.com/wp-content/
    themes/Batavia/househuntinglogo.jpg

    Thread Starter k3200

    (@k3200)

    Still a white screen only. Here’s what it is now:

    #header {
    margin: auto;
    WIDTH: 100%;
    HEIGHT: 108px;
    BACKGROUND-COLOR: #CCCC99;
    BACKGROUND: url(“https://www.househunting101.com/wp-content/
    themes/Batavia/househuntinglogo.jpg “);
    COLOR: #7D5B38;

    Thanks,
    Knox

    I’m still not finding an image at that location.

Viewing 15 replies - 1 through 15 (of 41 total)
  • The topic ‘Header Image Help’ is closed to new replies.