![]() |
Re: How to add links in footer?
your welcome.
|
Re: How to add links in footer?
Ok, I tried to do the same thing, when adding to bottom.tpl it only affects the admin. I added a link to copyright.tpl and it removes the text that the { smarty } tags generate for the copyright text and only displays the link. However like mentioned above its not clickable (I'm assuming the z-index fix will work here), but how do I get my copyright notice back as well?
I'm not replacing, deleting or commenting out, just insert a link above it and having <br/> to separate the lines. Any ideas? |
Re: How to add links in footer?
post the code please. and url.
|
Re: How to add links in footer?
I decided to not edit bottom.tpl as it only changes the Admin footer it seems.
This is my copyright.tpl. Code:
{* URL in a PM |
Re: How to add links in footer?
are you editing skin1/bottom.tpl or skin1/customer/bottom.tpl
|
Re: How to add links in footer?
I think you should change the height of the bottom box, you also might need to change the bottom margin of center-main I think.
|
Re: How to add links in footer?
No, I'm only editing ../copyright.tpl as that is the only .tpl that affects the public footer it seems.
I just increased #footer height: 39px; to 50px; in main.css (more than enough to fit 2 lines of text) and it didn't fix my problem, it just made the footer larger without including the copyright text. I'm thinking adding the link where I did is somehow overriding the copyright text, but why? |
Re: How to add links in footer?
***********MAKE SURE YOU BACK UPI YOUR FILES FIRST!!!!!!!!!!!!
you will need to change the following CSS. change height and line-height to whatever larger number you would like. maybe 80. #footer .subbox { position: relative; border-top: #ffd30d 1px solid; background: #f4f5f7 none; color: #667d92; height: 40px; vertical-align: middle; padding: 0px; } #footer .subbox .left { background: transparent none; position: absolute; left: 12px; top: 0px; line-height: 40px; vertical-align: middle; } #footer .subbox .right { background: transparent none; position: absolute; right: 12px; top: 0px; text-align: right; line-height: 40px; vertical-align: middle; } then here #content-container { clear: both; float: left; overflow: hidden; position: relative; width: 100%; padding-bottom: 39px; margin-top: 140px; } change padding to match topm number. |
Re: How to add links in footer?
Thanks for trying, but it did absolutely nothing :).
|
Re: How to add links in footer?
did you clear browser history?
|
All times are GMT -8. The time now is 07:04 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.