Thanks.
I ended up inserting my html/css header and button links into header_tpl.php at the top, before all of the code and it worked just fine. It looks and functions exactly as I wanted it to.
Thanks again for the help.
Thanks.
I ended up inserting my html/css header and button links into header_tpl.php at the top, before all of the code and it worked just fine. It looks and functions exactly as I wanted it to.
Thanks again for the help.
Hello marglar,
Could you please paste your header_tpl.php code here, as I am also looking to put in my own header with button links?
Kind regards,
Anthony
Marglar,
I think you can just put any html(maybe tweaked a little) between:
<!--eof-branding display-->
PASE HTML HERE
<!--eof-header logo and navigation display-->
in tpl_header.php
I have it on: www.learta.com (click on shops) and you'll see.
Reason is that Shops is just a part of the site... hey also you might need to remove the header image from the CSS or something like that
hope that helps... if not experiment with other places inside of tpl_header
ferd
In which directory is tpl_header.php?
/includes/templates/your_template/common/tpl_header.php.
Copy the file from /includes/templates/template_default/common/tpl_header.php into your custom template folder and then edit it.