Search the Community
Showing results for tags 'layout change'.
-
I manage to install the vehiclefits module (http://vehiclefits.com/) on my site (prestashop 1.5.6.2) and I need som help to integreate this into the theme layout and I dont know how to do it. I did not find any tpl and css files to try to edit them and I am not able to add those files. I will realy apreciate some help on this, please. Thanks.
- 4 replies
-
- vehiclefit
- layout change
-
(and 3 more)
Tagged with:
-
Hello, My website suffers a code error after editing an image in the header template. I work with prestashop 1.4.4 and bought a theme from RSI systems (sweet baby theme). Everthing worked perfect untill I changed the menu HEADER.img image to another color and also the CART img. After updating the layout completly changed. I suppose there is an error in the header.tmp but i am quiet new in this material... I tried to get in cotact with RSI systems but there is no anwser. link : www.to2bebe.com Best regards, david header.tmp <head> <meta name="google-site-verification" content="W_Op8g_uKtkl1fgffCmZIzKmUtFo9DEMaeDApmPHSck" /> <title>{$meta_title|escape:'htmlall':'UTF-8'}</title> {if isset($meta_description) AND $meta_description} <meta name="description" content="{$meta_description|escape:html:'UTF-8'}" /> {/if} {if isset($meta_keywords) AND $meta_keywords} <meta name="keywords" content="{$meta_keywords|escape:html:'UTF-8'}" /> {/if} <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" /> <meta name="generator" content="PrestaShop" /> <meta name="robots" content="{if isset($nobots)}no{/if}index,follow" /> <meta name="google-site-verification" content="W_Op8g_uKtkl1fgffCmZIzKmUtFo9DEMaeDApmPHSck" /> <link rel="icon" type="image/vnd.microsoft.icon" href="{$img_ps_dir}favicon.ico" /> <link rel="shortcut icon" type="image/x-icon" href="{$img_ps_dir}favicon.ico" /> <script type="text/javascript"> var baseDir = '{$content_dir}'; var static_token = '{$static_token}'; var token = '{$token}'; var priceDisplayPrecision = {$priceDisplayPrecision*$currency->decimals}; var priceDisplayMethod = {$priceDisplay}; var roundMode = {$roundMode}; </script> {if isset($css_files)} {foreach from=$css_files key=css_uri item=media} <link href="{$css_uri}" rel="stylesheet" type="text/css" media="{$media}" /> {/foreach} {/if} {if isset($js_files)} {foreach from=$js_files item=js_uri} <script type="text/javascript" src="{$js_uri}"></script> {/foreach} {/if} <script src='{$js_dir}cufon-yui.js' type='text/javascript'></script> <script src='{$js_dir}cufon-font.js' type='text/javascript'></script> {literal} <script type="text/javascript"> Cufon.replace('.cuf, div.block h4'); </script> {/literal} <link href="{$css_dir}globals.css" rel="stylesheet" type="text/css" media="{$media}" /> {$HOOK_HEADER} <script type="text/javascript"> </head> <body {if $page_name}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if}> {if isset($ad) && isset($live_edit)} {include file="$tpl_dir./live_edit.tpl"} {/if} {if !$content_only} {if isset($restricted_country_mode) && $restricted_country_mode} <div id="restricted-country"> <p>{l s='You cannot place a new order from your country.'} <span class="bold">{$geolocalization_country}</span></p> </div> {/if} <div id="pageh" ></div> <div id="page"> <div id="header" style="height:auto; margin-bottom:10px; background-position:bottom center; clear:both; position:relative; float:left"> <div style="position:relative; float:left"> <h1 id="logo" style="margin-top:10px; padding:10px"><a href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}"><img src="{$img_ps_dir}logo.jpg" alt="{$shop_name|escape:'htmlall':'UTF-8'}" /></a></h1> </div> <div style="width:500px; position:relative; float:right"> {$HOOK_TOP} </div> </div> <!-- Left <div id="line"> </div> --> <div id="toppanel" style="margin:0 auto; width:980px; position:relative; float:left"> <div style="margin:0 auto; width:980px; height: 70px;"> <ul class="menu"> <li ><a href="{$content_dir}index.php" ><span class="cuf">{l s='Home'}</span></a></li> <li ><a href="{$content_dir}.php"><span class="cuf">{l s=''}</span></a></li> <li ><a href="{$content_dir}.php" ><span class="cuf">{l s=''}</span></a></li> <!-- Begin Home Item -->
- 6 replies
-
- layout change
- code error
-
(and 1 more)
Tagged with: