• Resolved nicolelight

    (@nicolelight)


    I am picking up the back end of this and now I am doing the header but I dont know what code to add to add a new picture. We want to put pic next to logo on home page. If anyone has any ideas, Thank you!

    http://www.maxcharge.com

Viewing 6 replies - 1 through 6 (of 6 total)
  • does you theme have header.php file? check under http://www.maxcharge.com/wp-admin/theme-editor.php

    then you can hardcode image path here, just after this code
    <h1 class="logo col-sm-4 visible-xs">
    <img src="/wp-content/themes/wordpress-bootstrap-child/library/img/logo-mobile.png" alt="Agricultural, Sanitization and Industrial Electrostatic Spraying Systems">
    </h1><!--//logo-->

    please take backup of header.php file before trying any changes and also have ftp/cpanel info in hand before trying this out as a error can create more issues and break homepage.

    Thread Starter nicolelight

    (@nicolelight)

    Okay I am not sure I follow, do I look for the code you stated or do I add that code to my site? If that isnt the code than do you know the code to use?

    have you located header.php?
    for your conveniece open header.php and press control+f and search for <!--//logo--> you should see this code in the file.

    please do take backup of header.php file, before making any changes to the file, save it on your desktop in case you mess something up.

    code you have to add is
    <img src="www.mysite.com/image.jpg">
    you should replace http://www.mysite.com/image.jpg with the image URL you have uploaded in media gallery.

    Thread Starter nicolelight

    (@nicolelight)

    Thank you Thank you Thank you It worked

    great, but you didnt noticed it threw one phone number to the far right.

    also i will advise to get the newly added image resized as it is too big to fit in and doesnt look too presentable, Use GIMP or some online Website to resize that pic.

    Thread Starter nicolelight

    (@nicolelight)

    I have to add the phone number back but is the image still to big? Thank you for your help we are so happy. We got stuck in a lurch with this page and trying to make things work for us. Thank you Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Need Help adding header to BootStraps Editor’ is closed to new replies.