![]() |
Footer at Bottom of page
Hiya guys, ive decided to have a go at designing a new template for my xcart site and ive run into a little problem, i have read the editing guide from here but must be doing something wrong.
I have managed to do a lot of my design by myself editing the tpl files etc, placed my background but i intend on having a shaped graphic at the bottom and i cannot for the life of me figure out where im supposed to put the code. Sorry for my diagram but ive created this to try to explain what i mean http://www.collectif.co.uk/samp1.jpg I have used the text "FOOTER" to show show what i mean. All i require is to be able to pout the text from inside the white area (blue arrow) to outside the white area (red arrow) I have tried putting it in skin1/bottom.tpl at the end with no luck and i have also tried it in rectangle_bottom.tpl & powered by but i cannot seem to get it outside the box. Its probably really simple but i just need pointing in the right direction of the file im supposed to edit please any help would be appreciated Liam |
Re: Footer at Bottom of page
anyone ? :(
|
Re: Footer at Bottom of page
Quote:
|
Re: Footer at Bottom of page
yes mate :( did the same
|
Re: Footer at Bottom of page
anyone else any idea ?
|
Re: Footer at Bottom of page
Quote:
I need "skin1/customer / home.tpl" source to help you. |
Re: Footer at Bottom of page
{* $Id: home.tpl,v 1.88.2.11 2007/08/08 13:51:54 max Exp $ *}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> {if $printable ne ''} {include file="customer/home_printable.tpl"} {else} {config_load file="$skin_config"} <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>{strip} {capture name=title} {if $config.SEO.page_title_format eq "A"} {section name=position loop=$location} {if not %position.first%} :: {/if} {$location[position].0|strip_tags|escape} {/section} {else} {section name=position loop=$location step=-1} {if not %position.first%} :: {/if} {$location[position].0|strip_tags|escape} {/section} {/if} {/capture} {if $config.SEO.page_title_limit <= 0} {$smarty.capture.title} {else} {$smarty.capture.title|replace:" ":" "|truncate:$config.SEO.page_title_limit|replac e:" ":" "} {/if} {/strip}</title> {include file="meta.tpl" } <link rel="stylesheet" href="{$SkinDir}/{#CSSFile#}" /> </head> <body{$reading_direction_tag}{if $body_onload ne ''} onload="javascript: {$body_onload}"{/if}> {include file="rectangle_top.tpl" } {include file="head.tpl" } {if $active_modules.SnS_connector} {include file="modules/SnS_connector/header.tpl"} {/if} <!-- main area --> <table width="100%" cellpadding="0" cellspacing="0"> <tr> <td class="VertMenuLeftColumn"> {if $categories ne "" and ($active_modules.Fancy_Categories ne "" or $config.General.root_categories eq "Y" or $subcategories ne "")} {include file="customer/categories.tpl" } <img src="http://www.mavenstudios.co.uk/vitainteriors/sales1.jpg" /><br /> {/if} {if $active_modules.Bestsellers ne "" and $config.Bestsellers.bestsellers_menu eq "Y"} {include file="modules/Bestsellers/menu_bestsellers.tpl" } {/if} {if $active_modules.Manufacturers ne "" and $config.Manufacturers.manufacturers_menu eq "Y"} {include file="modules/Manufacturers/menu_manufacturers.tpl" } {/if} {include file="customer/special.tpl"} {if $active_modules.Survey && $menu_surveys} {foreach from=$menu_surveys item=menu_survey} {include file="modules/Survey/menu_survey.tpl"} <br /> {/foreach} {/if} {include file="help.tpl" } <img src="{$ImagesDir}/spacer.gif" width="150" height="1" alt="" /> </td> <td valign="top" width="100%"> <!-- central space --> {include file="location.tpl"} {if $gcheckout_enabled and $main ne "cart" and $main ne "checkout" and $main ne "anonymous_checkout" and $main ne "order_message"} <div align="right">{include file="modules/Google_Checkout/gcheckout_button.tpl"}</div> {/if} {include file="dialog_message.tpl"} {if $active_modules.Special_Offers ne ""} {include file="modules/Special_Offers/customer/new_offers_message.tpl"} {/if} {include file="customer/home_main.tpl"} <!-- /central space --> </td> <td class="VertMenuRightColumn"> {if $active_modules.SnS_connector && $config.SnS_connector.sns_display_button eq 'Y' && $sns_collector_path_url ne ''} {include file="modules/SnS_connector/button.tpl"} <br /> {/if} {if $active_modules.Feature_Comparison ne "" && $comparison_products ne ''} {include file="modules/Feature_Comparison/product_list.tpl" } <br /> {/if} {include file="customer/menu_cart.tpl" } <br /> {if $login eq "" } {include file="auth.tpl" } {else} {include file="authbox.tpl" } {/if} {include file="news.tpl" } {if $active_modules.XAffiliate ne "" && $config.XAffiliate.partner_register eq 'Y'} <br /> {include file="partner/menu_affiliate.tpl" } {/if} {if $active_modules.Interneka ne ""} <br /> {include file="modules/Interneka/menu_interneka.tpl" } {/if} <br /> {include file="poweredby.tpl" } <br /> <img src="{$ImagesDir}/spacer.gif" width="150" height="1" alt="" /> </td> </tr> </table> {include file="rectangle_bottom.tpl" } {if $active_modules.Google_Analytics ne "" && $config.Google_Analytics.ganalytics_code ne ""} {include file="modules/Google_Analytics/ga_code.tpl"} {/if} </body> </html> {/if} |
Re: Footer at Bottom of page
theyre you go mate, i have actually tried poutting at the bottom of that but with no luck :(
|
Re: Footer at Bottom of page
Quote:
With this file everything is fine. Try after these lines inserted your text and after that - cleaning cache (http://yourdomain.com/xcart/cleanup.php). PHP Code:
If that does not help, give a link to your store with already pasted some text (which is above). I would look where the error occurred. |
Re: Footer at Bottom of page
hiya, i did what you said but it diddnt work, it still puts it inside the white box
the link to my site is here http://www.mavenstudios.co.uk/vitainteriors |
Re: Footer at Bottom of page
bump!
|
Re: Footer at Bottom of page
does no-one know how to do this ?
|
Re: Footer at Bottom of page
Bump!!
|
Footer Problem
Hiya guys, ive decided to have a go at designing a new template for my xcart site and ive run into a little problem, i have read the editing guide from here but must be doing something wrong.
I have managed to do a lot of my design by myself editing the tpl files etc, placed my background but i intend on having a shaped graphic at the bottom and i cannot for the life of me figure out where im supposed to put the code. Sorry for my diagram but ive created this to try to explain what i mean http://www.collectif.co.uk/samp1.jpg I have used the text "FOOTER" to show show what i mean. All i require is to be able to pout the text from inside the white area (blue arrow) to outside the white area (red arrow) I have tried putting it in skin1/bottom.tpl at the end with no luck and i have also tried it in rectangle_bottom.tpl & powered by but i cannot seem to get it outside the box. Its probably really simple but i just need pointing in the right direction of the file im supposed to edit please ive asked on here before and got hardly any responses, surely adding text outside the white box is possible ??????? |
Re: Footer at Bottom of page
I'm sorry liamb, but we do not allow double posting in this forum. I have merged your two posts on this topic.
The easiest way to achieve what you are after is to simply add a new <tr> with the image inside it just inside the container just above the </body> tag. In your case, it looks like that would be rectangle_bottom.tpl. Simply add a new row <tr><td>image code here</td></tr> |
Re: Footer at Bottom of page
And where the text below footer?
........ <td class="BottomRow"> <table width="100%" cellpadding="0" cellspacing="0"> <tr> <td class="HeadThinLine"><img src="/vitainteriors/skin1/images/spacer.gif" class="Spc" alt="" /></td> </tr> <tr> </table> </td> </tr> </table> <td> </td></tr> ...... There are errors in the HTML code of your page. No close tag <table>, open tags <tr> without next <td> and .... |
All times are GMT -8. The time now is 10:02 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.