X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   How to add links in footer? (https://forum.x-cart.com/showthread.php?t=49326)

mydls 08-25-2009 07:19 AM

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>
======================================

Shamun 08-25-2009 03:54 PM

Re: How to add links in footer?
 
Have you tried adding it in the copyright.tpl?

mydls 08-25-2009 06:00 PM

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!

mydls 08-25-2009 06:16 PM

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?

ARW VISIONS 08-25-2009 11:43 PM

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.

ARW VISIONS 08-25-2009 11:43 PM

Re: How to add links in footer?
 
also post a URl

mydls 08-26-2009 04:59 AM

Re: How to add links in footer?
 
Website URL is at www.mydlstore.com

ARW VISIONS 08-26-2009 05:32 AM

Re: How to add links in footer?
 
did you try to change the z-index of #footer to 999?

#footer{
z-index:999;
}

cflsystems 08-26-2009 08:46 AM

Re: How to add links in footer?
 
in the css file find #content-container { and remove z-index

mydls 08-26-2009 06:19 PM

Re: How to add links in footer?
 
It works perfect. Thanks a lot.

Quote:

Originally Posted by Ashley
did you try to change the z-index of #footer to 999?

#footer{
z-index:999;
}



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.