logo
Ask your WordPress questions! Pay money and get answers fast! (more info)

Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

If the asker does not get an answer then they have 10 days to request a refund.

$10
Add a title

I would like to add “Allie Herzog” to the white space below the nav bar and next to the social network logos. See attached for the image I would like to add. Can someone help me figure out how to do this?
Thanks!

This question has been answered.

attachment image View Attachment

Allie H | 03/01/11 at 11:08am Edit


The experts have suggested, on average, a prize of $10 for this question.

(6) Possible Answers Submitted...

See a chronological view of answers?

Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

  • avatar
    Last edited:
    03/01/11
    11:15am
    Honzik A. says:

    send me an email honzik1987 at gmail dot com

  • avatar
    Last edited:
    03/03/11
    8:41am
    Dan | gteh says:

    can you post the link to your website so I can see the code? Or email me at dan at serial-box dot net

    • 03/01/11 9:42pm

      Allie H says:

      oops, www.AllieHerzog.com

    • 03/02/11 2:14am

      Dan | gteh says:

      thanks. The code is there already but is missing something.

      You'll need to edit the header.php file that is part of your theme and locate this:


      <div id="logo"><a href="http://allieherzog.com/"><img src="" alt=""></a></div>


      Inside img src="" is where you should put the full link to where your logo is. So upload your logo to a folder on your domain, and then change it like this:


      <div id="logo"><a href="http://allieherzog.com/"><img src="http://allieherzog.com/location_of_image.jpg" alt=""></a></div>

    • 03/02/11 9:15am

      Allie H says:

      Thanks, that did work but now there is extra text there that says

      " alt="" />

    • 03/02/11 10:54am

      Dan | gteh says:

      Ok find that same bit of code again


      <div id="logo"><a href="http://allieherzog.com/"><img src="http://allieherzog.com/wordpress/wp-content/uploads/2011/03/allieherzog.png" <="" a="">

      " alt="" /&gt;</a></div>



      and completely replace it with this:


      <div id="logo"><a href="http://allieherzog.com/"><img src="http://allieherzog.com/wordpress/wp-content/uploads/2011/03/allieherzog.png" alt="logo" / ></a></div>

  • avatar
    Last edited:
    03/01/11
    11:17am
    Roberto Mas says:

    i can do this in 5 minutes if you give me the url of your site

    • 03/01/11 9:42pm

      Allie H says:

      sorry, it is www.AllieHerzog.com

  • avatar
    Last edited:
    03/01/11
    1:01pm
    WPMan says:

    In your style.css add -

    .addLogo {
    clear:both;
    width: 400px;
    height:88px;
    background: url(images/aherzog_phpcCMI2H.png) no-repeat;
    }


    Place following in your header.php and sidebar.php or where ever you want to place your new logo.

    <div class="addLogo"> </div>


    Make sure about the correct url and name of the image.

    • 03/01/11 1:47pm

      WPMan says:

  • avatar
    Last edited:
    03/01/11
    1:39pm
    Sébastien | French WordpressDesigner says:

    replace this image in your FTP : /wordpress/wp-content/themes/boldy/images/bk_header.png
    with this image (attachment)
    and that's all

    attachment image View Attachment

    Previous versions of this answer: 03/01/11 at 1:39pm

  • avatar
    Last edited:
    03/02/11
    5:17pm
    Rashid Aliyev says:

    Give URL of site to look where You want to add this.

This question has expired.





Current status of this question: Completed



Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

If the asker does not get an answer then they have 10 days to request a refund.