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 Footer Image (https://forum.x-cart.com/showthread.php?t=51106)

AusNetIT 12-02-2009 03:40 PM

How To Add Footer Image
 
1 Attachment(s)
HI All,

I want to add the footer image after the Feature List ? Like attached Image
Do i need to add to rectangle_bottom.tpl ? if so how?

Thanks,

cflsystems 12-02-2009 06:46 PM

Re: How To Add Footer Image
 
Which cart version is this for? 4.2.x doesn't use rectangle_bottom.tpl. You can insert the image in bottom.tpl just before any code in there. If you do this you may have to adjust center area bottom padding and footer area height to make it work

AusNetIT 12-02-2009 08:00 PM

Re: How To Add Footer Image
 
Sorry it's 4.2.2 and i just add the
#footer {
height: 100px;
width: 100%;
position: absolute;
bottom: 0;
overflow: hidden;
float: left;
/* page layout */
#content-container {
clear: both;
float: left;
overflow: hidden;
position: relative;
width: 100%;
padding-bottom: 100px;
margin-top: 140px;
z-index: 1;


So can i add {include file="banners/banners1.tpl"} to top but still can not see any thing? but if i add to the welcome.tpl it;s show me the images?



mitash 12-02-2009 11:04 PM

Re: How To Add Footer Image
 
you may need to mention the image path properly..?

cflsystems 12-03-2009 04:15 AM

Re: How To Add Footer Image
 
Make sure you add to correct template. Use FF with Firebug to see if the image is actualy there under other elements or not showing because of the height of the container

AusNetIT 12-03-2009 02:40 PM

Re: How To Add Footer Image
 
HI,

All Good, edit the wrong bottom.tpl. :lol:

Thanks

mitash 12-03-2009 02:49 PM

Re: How To Add Footer Image
 
well done!


All times are GMT -8. The time now is 10:17 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.