![]() |
How to add links in footer?
I want to add a link in the footer and have added it in the file customer->bottom.tpl; however, it is not clickable. Can anyone tell me how to make it clickable?
Below is a sample link as how I added it in the bottom.tpl: ===================================== {* $Id: bottom.tpl,v 1.2 2008/08/21 09:52:43 max Exp $ vim: set ts=2 sw=2 sts=2 et: *} <div class="box"> <div class="subbox"> <div class="left">{include file="main/prnotice.tpl"}</div> <div class="right">{include file="copyright.tpl"} <a href="http://www.samplelink.com">samplelink</a></div> </div> </div> ====================================== |
Re: How to add links in footer?
Have you tried adding it in the copyright.tpl?
|
Re: How to add links in footer?
Yes, but still no luck!
I tried to add the link to prnotice.tpl and copyright.tpl, but it is still not clickable! |
Re: How to add links in footer?
I further discovered that the links in prnotice.tpl and copyright.tpl are clickable in the admin control panel but not in the shop front. Any suggestion to solve the problem?
|
Re: How to add links in footer?
could possibly be a layout issue with a container on top the the botom.tpl since it is absolutely positioned.
try playing with the z-index of whatever CSS you have controlling the bottom portion of your site. |
Re: How to add links in footer?
also post a URl
|
Re: How to add links in footer?
Website URL is at www.mydlstore.com
|
Re: How to add links in footer?
did you try to change the z-index of #footer to 999?
#footer{ z-index:999; } |
Re: How to add links in footer?
in the css file find #content-container { and remove z-index
|
Re: How to add links in footer?
It works perfect. Thanks a lot.
Quote:
|
All times are GMT -8. The time now is 03:49 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.