Claire82 Posted February 19, 2013 Share Posted February 19, 2013 (edited) bonjour j'ai un bug d'affichage dans le block "dans la même catégorie je n'arrive pas à trouver dans le code ou enlever le problème j'ai joints une capture d'écran du rendu sur le site je pense qu'il faut que je puisse enlever ces lignes dans le code style="width: 31.333333333333%" mais si quelqu'un peut m'aider et me dire ou?? merci Edited February 19, 2013 by Claire82 (see edit history) Link to comment Share on other sites More sharing options...
Yoya Posted February 19, 2013 Share Posted February 19, 2013 Bonjour, Il faut modifier le fichier /modules/producscategory/producscategory.tpl Pierre Link to comment Share on other sites More sharing options...
Claire82 Posted February 19, 2013 Author Share Posted February 19, 2013 merci de répondre aussi rapidement j'ai bien trouvé ce fichier mais je ne sais pas quoi modifier dedans car je ne trouve pas les lignes style="width: 31.333333333333%" que je dois a priori effacer Link to comment Share on other sites More sharing options...
Yoya Posted February 19, 2013 Share Posted February 19, 2013 Merci de copier coller le fichier que l'on puisse voire (genre dans un http://pastebin.com/) Pierre Link to comment Share on other sites More sharing options...
Claire82 Posted February 19, 2013 Author Share Posted February 19, 2013 le fichier produtscategory.tpl {if count($categoryProducts) > 0 && $categoryProducts !== false} <div class="clearfix blockproductscategory"> <h2 class="productscategory_h2">{$categoryProducts|@count} {l s='other products in the same category:' mod='productscategory'}</h2> <div id="{if count($categoryProducts) > 5}productscategory{else}productscategory_noscroll{/if}"> {if count($categoryProducts) > 5}<a id="productscategory_scroll_left" title="{l s='Previous' mod='productscategory'}" href="javascript:{ldelim}{rdelim}">{l s='Previous' mod='productscategory'}</a>{/if} <div id="productscategory_list"> <ul {if count($categoryProducts) > 5}style="width: {math equation="width * nbImages" width=107 nbImages=$categoryProducts|@count}px"{/if}> {foreach from=$categoryProducts item='categoryProduct' name=categoryProduct} {if count($categoryProducts) < 6}style="width: {math equation="width / nbImages" width=94 nbImages=$categoryProducts|@count}%"{/if} <li> <a href="{$link->getProductLink($categoryProduct.id_product, $categoryProduct.link_rewrite, $categoryProduct.category, $categoryProduct.ean13)}" class="lnk_img" title="{$categoryProduct.name|htmlspecialchars}"><img src="{$link->getImageLink($categoryProduct.link_rewrite, $categoryProduct.id_image, 'medium')}" alt="{$categoryProduct.name|htmlspecialchars}" /></a> <p class="product_name"> <a href="{$link->getProductLink($categoryProduct.id_product, $categoryProduct.link_rewrite, $categoryProduct.category, $categoryProduct.ean13)}" title="{$categoryProduct.name|htmlspecialchars}">{$categoryProduct.name|truncate:15:'...'|escape:'htmlall':'UTF-8'}</a> </p> {if $ProdDisplayPrice AND $categoryProduct.show_price == 1 AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE} <p class="price_display"> <span class="price">{convertPrice price=$categoryProduct.displayed_price}</span> </p> {else} <br /> {/if} </li> {/foreach} </ul> </div> {if count($categoryProducts) > 5}<a id="productscategory_scroll_right" title="{l s='Next' mod='productscategory'}" href="javascript:{ldelim}{rdelim}">{l s='Next' mod='productscategory'}</a>{/if} </div> <script type="text/javascript"> $('#productscategory_list').trigger('goto', [{$middlePosition}-3]); </script> </div> {/if} c'est bien ca qu'il faut? je débute dans tout ce qui est codage, désolée Link to comment Share on other sites More sharing options...
Yoya Posted February 19, 2013 Share Posted February 19, 2013 Il faut supprimer cette ligne : {if count($categoryProducts) < 6}style="width: {math equation="width / nbImages" width=94 nbImages=$categoryProducts|@count}%"{/if} Link to comment Share on other sites More sharing options...
Yoya Posted February 19, 2013 Share Posted February 19, 2013 Utilise les balises "code" quand tu colles du code, tu verras le resultat est plus sympa pour les yeux La balise "code" se trouve à coté de "image" dans l'interface pour les messages. Pierre Link to comment Share on other sites More sharing options...
Claire82 Posted February 19, 2013 Author Share Posted February 19, 2013 super merci beaucoup!! et désolée j'essaierai de bien le faire la prochaine fois!!! une autre question à laquelle tu pourras peut etre répondre?! je veux changer l'adresse dans le footer pour le lien facebook mais je n'arrive pas à trouver ou il faut la changer? car la ca m'amène toujours sur la page facebook de prestashop! merci encore Link to comment Share on other sites More sharing options...
Yoya Posted February 19, 2013 Share Posted February 19, 2013 Sans vouloir faire le "professeur" : - une fois le sujet traité et résolu, tu edites ton premier message et tu marques [RESOLU] dans le titre - afin de faciliter la lecture du forum, il te faut créer un nouveau sujet pour ton nouveau probleme Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now