• Resolved kaitlintait

    (@kaitlintait)


    Hello,

    I am totally new to all of this and am having some issues adding a custom image as my header in Bueno theme. (www.theworldbyus.com)

    I have managed to add an image as a header where I would like it (above the pages), but the image does not appear, only a broken icon.

    Help! Where have I gone wrong??

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter kaitlintait

    (@kaitlintait)

    FYI – I added the image by inserting the following code into my header.php which was suggested by Woo themes support:

    <div id=”header-image”>
    2
    <img height=”198″ width=”930″ alt=”undefined”src=”http://theworldbyus.com/wp-content/uploads/2011/04/logo-on-background.jpg”title=””></div&gt;

    Avnish Awasthi

    (@avnish-awasthi)

    put this image into this path wp-content/uploads/2011/04 ,
    Means go to wp-conten folder then sub folder uploads then its sub folder 2011 and its sub folder 04 then place here logo-on-background.jpg image

    Thread Starter kaitlintait

    (@kaitlintait)

    Thank you for your quick response Avnish, Unfortunately, the image is in that exact folder in my file manager, but for some reason does not show up on the site!

    Could there be any other problem?

    Thread Starter kaitlintait

    (@kaitlintait)

    Never mind! I sorted it out. Something was wrong with that image because I tried with another and it worked perfectly.

    Thanks for your help!

    Avnish Awasthi

    (@avnish-awasthi)

    http://theworldbyus.com/wp-content/uploads/2011/04/World-by-Us-Logo-2.001.jpg

    World-by-Us-Logo-2.001.jpg ,now you can see this image on header,i think your problem have been solved

    Thread Starter kaitlintait

    (@kaitlintait)

    Thanks Avnish,

    Do you know how I can now make sure the header image links back to the home page?

    Avnish Awasthi

    (@avnish-awasthi)

    just use anchor tag
    put this code

    <a href="http://theworldbyus.com">
    
    <img height="198" width="930" alt="undefined"src="http://theworldbyus.com/wp-content/uploads/2011/04/logo-on-background.jpg"title="">
    </a>

    in place of

    <img height="198" width="930" alt="undefined"src="http://theworldbyus.com/wp-content/uploads/2011/04/logo-on-background.jpg"title="">

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Custom Image Header in Bueno theme is broken’ is closed to new replies.