Jump to content

logo


Quenncy

Recommended Posts

Hello all,

 

 

    I am in need of some advise on how to add a second logo pic to my current default theme. Here is the challenge I am needing logo # 2 to the right side of the page from logo # 1 on the left side of the page. Logo # 2 the same size as the default logo #1 and parallel from each other. I have included a screen shoot to better explain.

 

 

Thanks as always,

Quenncy

post-436663-0-62558000-1459135278_thumb.jpg

Link to comment
Share on other sites

Thanks endriu107 for your reply

 

   Thanks for your reply as it is helpful. I do have another question, which "header.tpl" are you speaking of? There is so many with in the root folder public_html as shown in the attachment.

 

Thanks Friend,

Quenncy

post-436663-0-88398200-1459274472_thumb.jpg

Link to comment
Share on other sites

endriu107,

 

   Thanks so much for your help but it doesn't seem to have no effect to the front end no matter.

 

Editing File:  public_html/theme/default-bootstrap/header.tpl

 

Any other suggestions?

 

 

Thanks,

Quenncy

 

 

post-436663-0-82770100-1459305741_thumb.jpg

post-436663-0-19256500-1459305744_thumb.jpg

Link to comment
Share on other sites

At first this is not correct code, please learn html: http://www.w3schools.com/html/html_images.asp you can't close tag img twice. You have:

<div><img src="path to image"/>alt='' width='' height=''/></div>

It should be like:

<div><img src="path to image" alt='' width='' height='' /></div>

Secondly go to Advanced Parameters > Performance > turn on > Force Compilation and clear cache after every change in your file.

  • Like 1
Link to comment
Share on other sites

endriu107,

 

   Thanks again for your help but again no luck. It seems anything I try with the header.tpl does not result in anything on the front end. Here are my screen shots showing your instructions.

 

 

Thanks,

Quenncy

 

 

 

post-436663-0-76833700-1459358043_thumb.jpg

post-436663-0-73677200-1459358279_thumb.jpg

post-436663-0-79559100-1459358047_thumb.jpg

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...