nemedities Posted August 14, 2014 Share Posted August 14, 2014 (edited) I'm trying to put a banner at the top of my page. The banner I want is from the Prestashop 1.6 Default bootstrap theme. Look at image 1 (My Website) then image 2. (What I'm trying to do) Any help appreciated. I'm thinking I would have to create a new position at the very top to hook modules into. But how do I do this? P.S. I dont want the exact banner per se just the position and the ability to change colors and the modules. if this is to complicated where can I go to pay someone for their services? IMAGE 1 IMAGE 2 Edited August 14, 2014 by nemedities (see edit history) Link to comment Share on other sites More sharing options...
dioniz Posted August 14, 2014 Share Posted August 14, 2014 You need to put this in your header.tpl: {hook h="displayBanner"} It's hard to say exactly where, because you have custom theme. But it shouldn't be hard. Link to comment Share on other sites More sharing options...
imgs Posted August 14, 2014 Share Posted August 14, 2014 Code prepared for jolieschaussures .com [...] <!-- Header --> <div class="mode_header"> <div class="container_24"> <div id="header" class="grid_24 clearfix omega alpha"> <div class="banner"> <div class="container"> <div class="row"> {hook h="displayBanner"} </div> </div> </div> [...] Link to comment Share on other sites More sharing options...
dioniz Posted August 14, 2014 Share Posted August 14, 2014 Is it ok with that code? Link to comment Share on other sites More sharing options...
imgs Posted August 14, 2014 Share Posted August 14, 2014 Yes,nemedities's template need only insert part <div class="banner"> ... </div> . That part is taken from standard default-bootstrap template.Of course, nemedities need to write some css style for that. Link to comment Share on other sites More sharing options...
nemedities Posted August 15, 2014 Author Share Posted August 15, 2014 Thanks for all the help but I decided to go with another theme the theme I was using has to many glitches in it. Link to comment Share on other sites More sharing options...
Recommended Posts