Quenncy Posted March 28, 2016 Share Posted March 28, 2016 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 Link to comment Share on other sites More sharing options...
endriu107 Posted March 29, 2016 Share Posted March 29, 2016 In file header.tpl you had to add container like <div><img src="path to image" /></div> and add some style like width and float. 1 Link to comment Share on other sites More sharing options...
Quenncy Posted March 29, 2016 Author Share Posted March 29, 2016 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 Link to comment Share on other sites More sharing options...
endriu107 Posted March 29, 2016 Share Posted March 29, 2016 If you want edit your theme you should find this file in public_html/theme/your_theme_name/header.tpl 1 Link to comment Share on other sites More sharing options...
Quenncy Posted March 30, 2016 Author Share Posted March 30, 2016 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 Link to comment Share on other sites More sharing options...
endriu107 Posted March 30, 2016 Share Posted March 30, 2016 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. 1 Link to comment Share on other sites More sharing options...
Quenncy Posted March 30, 2016 Author Share Posted March 30, 2016 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 Link to comment Share on other sites More sharing options...
endriu107 Posted March 30, 2016 Share Posted March 30, 2016 I cant see your site because it is not allowed from my country. 1 Link to comment Share on other sites More sharing options...
Quenncy Posted March 30, 2016 Author Share Posted March 30, 2016 endriu107, Thanks so much for all your help. It finally started working. I do appreciate you very much and again Thank You. Sincerely, Quenncy Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now