kalel90 Posted January 31, 2013 Share Posted January 31, 2013 Bonjour, voila j'ai enfin réussi à installer un nouveau thème qui va bien en place on va dire, mais le soucis c'est le header en swf que j'aimerai modifier avec mon propre header .png et sans la music de fond car je ne l'aime pas trop et mon logo a disparue depuis que je l'ai mis alors svp comment modifier svpppp ???? voici ci-dessous en premier le site en question puis le code du fichier header.tlp : www.imk-boutique.com {* * 2007-2012 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2012 PrestaShop SA * @version Release: $Revision: 6594 $ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$lang_iso}"> <head> <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 http-equiv="content-language" content="{$meta_language}" /> <meta name="generator" content="PrestaShop" /> <meta name="robots" content="{if isset($nobots)}no{/if}index,{if isset($nofollow) && $nofollow}no{/if}follow" /> <link rel="icon" type="image/vnd.microsoft.icon" href="{$favicon_url}?{$img_update_time}" /> <link rel="shortcut icon" type="image/x-icon" href="{$favicon_url}?{$img_update_time}" /> <script type="text/javascript"> var baseDir = '{$content_dir}'; var baseUri = '{$base_uri}'; 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}swfobject_modified.js" type="text/javascript"></script> {$HOOK_HEADER} </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">{$geolocation_country}</span></p> </div> {/if} <div id="page"> <!-- Header --> <div> <h1 id="logo"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="973" height="358" id="FlashID" title=""> <param name="movie" value="{$img_dir}header{$lang_iso}.swf" /> <param name="quality" value="high" /> <param name="wmode" value="transparent" /> <param name="swfversion" value="6.0.65.0" /> <!-- Esta etiqueta param indica a los usuarios de Flash Player 6.0 r65 o posterior que descarguen la versión más reciente de Flash Player. Elimínela si no desea que los usuarios vean el mensaje. --> <param name="expressinstall" value="{$js_dir}expressInstall.swf" /> <!-- La siguiente etiqueta object es para navegadores distintos de IE. Ocúltela a IE mediante IECC. --> <!--[if !IE]>--> <object type="application/x-shockwave-flash" data="{$img_dir}header{$lang_iso}.swf" width="973" height="358"> <!--<![endif]--> <param name="quality" value="high" /> <param name="wmode" value="transparent" /> <param name="swfversion" value="6.0.65.0" /> <param name="expressinstall" value="{$js_dir}/expressInstall.swf" /> <!-- El navegador muestra el siguiente contenido alternativo para usuarios con Flash Player 6.0 o versiones anteriores. --> <div> <h4>El contenido de esta página requiere una versión más reciente de Adobe Flash Player.</h4> <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Obtener Adobe Flash Player" width="112" height="33" /></a></p> </div> <!--[if !IE]>--> </object> <!--<![endif]--> </object> <script type="text/javascript"> <!-- swfobject.registerObject("FlashID"); //--> </script> </h1> <div id="header" style="padding-top:1px; padding-right:-10px;" > {$HOOK_TOP} </div> </div> <!-- Left --> <div id="left_column" class="column"> {$HOOK_LEFT_COLUMN} </div> <!-- Center --> <div id="center_column"> {/if} Link to comment Share on other sites More sharing options...
jeckyl Posted January 31, 2013 Share Posted January 31, 2013 Bonjour, déjà, juste pour critiquer le travail de certains, ils faudrait que les fabricant de template apprennent à faire du travail de qualité car là il ne s'appuie plus du tout sur le design de base de Prestashop version 1.5.2. Là sur votre site le template ne correspond pas à ce que vous avez communiqué comme header. donc le plus simple serait de modifier ce qui existe entre les balise <h1> et </h1> vous pouvez y glisser des informations comme <a id="header_logo" href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}"> <img class="logo" src="{$logo_url}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if} /> </a> Link to comment Share on other sites More sharing options...
kalel90 Posted January 31, 2013 Author Share Posted January 31, 2013 oui désolé j'étais en vain en train d’essayer de modifier seul, je ne trouve pas les balise <h1> pourtant j'ai même essayer ctrl + f en cherchant mais rien c'est normal ? Link to comment Share on other sites More sharing options...
jeckyl Posted January 31, 2013 Share Posted January 31, 2013 ah oui, excusez moi j'aurais du être plus précis car vous ne semblez pas savoir ce qu'est une balise h1 h2 ... <h1 id="logo"> Link to comment Share on other sites More sharing options...
kalel90 Posted January 31, 2013 Author Share Posted January 31, 2013 je suis vraiment désolé je vous recopie mon code car je ne trouve toujours pas le h1 :S {* * 2007-2012 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2012 PrestaShop SA * @version Release: $Revision: 6594 $ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$lang_iso}"> <head> <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 http-equiv="content-language" content="{$meta_language}" /> <meta name="generator" content="PrestaShop" /> <meta name="robots" content="{if isset($nobots)}no{/if}index,{if isset($nofollow) && $nofollow}no{/if}follow" /> <link rel="icon" type="image/vnd.microsoft.icon" href="{$favicon_url}?{$img_update_time}" /> <link rel="shortcut icon" type="image/x-icon" href="{$favicon_url}?{$img_update_time}" /> <script type="text/javascript"> var baseDir = '{$content_dir}'; var baseUri = '{$base_uri}'; 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}swfobject_modified.js" type="text/javascript"></script> {$HOOK_HEADER} </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">{$geolocation_country}</span></p> </div> {/if} <div id="page"> <!-- Header --> <a href="http://www.imk-boutique.com" target="_blank"><img src="http://i.imgur.com/AdCs9o4.png" alt='Create your own banner at mybannermaker.com!' border=0 /></a><br>Copy this code to your website to display this banner!<br><textarea cols="40" rows="2"><a href="http://www.imk-boutique.com" target="_blank"><img src="http://i.imgur.com/AdCs9o4.png" alt='Create your own banner at mybannermaker.com!' border=0 /></a><br><a href="http://www.mybannermaker.com/">Make your own banner at MyBannerMaker.com!</a></textarea> <div id="header" style="padding-top:1px; padding-right:-10px;" > {$HOOK_TOP} </div> </div> <!-- Left --> <div id="left_column" class="column"> {$HOOK_LEFT_COLUMN} </div> <!-- Center --> <div id="center_column"> {/if} Link to comment Share on other sites More sharing options...
jeckyl Posted January 31, 2013 Share Posted January 31, 2013 ah, ben c'est certain si votre code change toutes les 30 secondes on va pas y arriver. donc lorsque la situation sera stabilisée on en reparlera. Link to comment Share on other sites More sharing options...
kalel90 Posted January 31, 2013 Author Share Posted January 31, 2013 c'est bizarre parce que il semble que je me suis tromper dans le copier coller parce que entre le premier et le deuxième ca na pas l'air d’être la même chose Link to comment Share on other sites More sharing options...
jeckyl Posted January 31, 2013 Share Posted January 31, 2013 c'est surtout pas le même template. car dans le second il n'y a pas de swf donc votre topic n'a plus de sens. Link to comment Share on other sites More sharing options...
kalel90 Posted January 31, 2013 Author Share Posted January 31, 2013 non la j'ai arrêter de changer depuis que l'on discute, c'est quand j'ai poser ma question que j'ai fait une mauvaise manipulation aidez moi svp, Link to comment Share on other sites More sharing options...
kalel90 Posted January 31, 2013 Author Share Posted January 31, 2013 c'est moi qui ai fait nimporte quoi a force d'avoir tout modifier j'avais oublier que j'ai modifier mon vrais fichier j'ai repris le code que j'ai mis quand j'ai poser ma question et mis ce le code que vous m'avez indiquez et sa marche merci beaucoup !!!! dite moi svp si visuellement vous trouver sa potable ou pas ? c'est moi qui ai fait nimporte quoi a force d'avoir tout modifier j'avais oublier que j'ai modifier mon vrais fichier j'ai repris le code que j'ai mis quand j'ai poser ma question et mis ce le code que vous m'avez indiquez et sa marche merci beaucoup !!!! dite moi svp si visuellement vous trouver sa potable ou pas ? c'est moi qui ai fait nimporte quoi a force d'avoir tout modifier j'avais oublier que j'ai modifier mon vrais fichier j'ai repris le code que j'ai mis quand j'ai poser ma question et mis ce le code que vous m'avez indiquez et sa marche merci beaucoup !!!! dite moi svp si visuellement vous trouver sa potable ou pas ? Link to comment Share on other sites More sharing options...
kalel90 Posted January 31, 2013 Author Share Posted January 31, 2013 j'ai une petite dernière question svp je voudrais pas abuser de votre gentillesse mais le panier qui ce situe sur le coté gauche du thème comment pourrais-je le changer de place par ex sur le coté gauche comme pour le thème défaut de prestashop ? Link to comment Share on other sites More sharing options...
jeckyl Posted January 31, 2013 Share Posted January 31, 2013 Votre panier est greffé dans le header ce qui n'est pas sa place. désinstallez le puis réinstallez le pour qu'il retrouve sa place d'origine. Link to comment Share on other sites More sharing options...
Patric Posted February 1, 2013 Share Posted February 1, 2013 C'est quoi ce topic ? Titre non conforme, des messages en triple... Merci de lire les règles du forum. Topic fermé. Link to comment Share on other sites More sharing options...
Recommended Posts