LeGhe Posted February 1, 2011 Share Posted February 1, 2011 Comment résoudre le problème d'alignement de ce bloc ?Merci !Ci-joint le code tpl du module <!-- MODULE Home Featured Products --> <link href="{$homefeaturedbul_css}" rel="stylesheet" type="text/css" media="all" /> [removed][removed] {l s='featured products' mod='homefeaturedbul'} {if isset($products) AND $products} {assign var='liHeight' value=342} {assign var='nbItemsPerLine' value=4} {assign var='nbLi' value=$products|@count} {assign var='nbLines' value=$nbLi/$nbItemsPerLine|ceil} {assign var='ulHeight' value=$nbLines*$liHeight} {foreach from=$products item=product name=homeFeaturedProducts} {$product.name|escape:'htmlall':'UTF-8'|truncate:60:'...'} {if $product.manufacturer_name}getManufacturerLink($product.id_manufacturer, $manufacturer.link_rewrite)}" title="Tous les livres de {$product.manufacturer_name}">de {$product.manufacturer_name|strip_tags|truncate:130:'...'}{/if} {$product.description|strip_tags:'UTF-8'|truncate:200:'...'} getImageLink($product.link_rewrite, $product.id_image, 'home')}" height="{$homeSize.height}" width="{$homeSize.width}" alt="{$product.legend|escape:htmlall:'UTF-8'}" /> {if !$priceDisplay || $priceDisplay == 2} {convertPrice price=$product.price}{if $priceDisplay == 2} {l s='+Tx' mod='homefeaturedbul'}{/if}{/if} {if $priceDisplay} {convertPrice price=$product.price_tax_exc}{if $priceDisplay == 2} {l s='-Tx' mod='homefeaturedbul'}{/if}{/if} {/foreach} {else} {l s='No featured products' mod='homefeaturedbul'} {/if} <!-- /MODULE Home Featured Products --> Link to comment Share on other sites More sharing options...
MayMo design Posted February 1, 2011 Share Posted February 1, 2011 ils ne sont pas aligné parce qu'il n'y a pas la description dans tous les blocks. donc vous avez deux solution :1) finir les descriptions pour qu'elles s’affichent en dessus des produits.2) enlevez le bout de code de la description dans homefeatured.tpl Link to comment Share on other sites More sharing options...
LeGhe Posted February 1, 2011 Author Share Posted February 1, 2011 Ben le bloc actuel (http://www.autourdumonde.biz/) ne présente pas ce problème...Je ne comprends pas où est le schmürtz... Link to comment Share on other sites More sharing options...
MayMo design Posted February 1, 2011 Share Posted February 1, 2011 parce que dans ce block actuel, il y a toutes les descriptions.. Link to comment Share on other sites More sharing options...
MayMo design Posted February 1, 2011 Share Posted February 1, 2011 remettez le homefeatured.tpl d'origine, et remplissez les descriptions des produits et vous allez voir comment tout rentrera dans l'ordre Link to comment Share on other sites More sharing options...
LeGhe Posted February 1, 2011 Author Share Posted February 1, 2011 Non, toutes les descriptions sont remplies...Mais dans la nouvelle version que j'essaie d'installer, quand le titre fait plus de 1 ligne, il se décale par rapport aux autres Link to comment Share on other sites More sharing options...
MayMo design Posted February 1, 2011 Share Posted February 1, 2011 Premiérement je ne vous ai pas dit : remplissez les discriptions c'est tout, je vous ai dit aussi de remettre le homefeatured.tpl par defaut.Pourquoi ?Parce que vous avez mis : {$product.description|strip_tags:'UTF-8'|truncate:200:'...'} et dans la version originale de prestashop : {$product.name|truncate:27:'...'|escape:'htmlall':'UTF-8'} il y a une trés grande différence entre : 27 et 200donc si vous voulez qu'on vous aide, suivez nos instructions.merci Link to comment Share on other sites More sharing options...
LeGhe Posted February 1, 2011 Author Share Posted February 1, 2011 Désolé, mais ce ce que j'ai fait, et ça ne fonctionne pas non plus, ça décale... Link to comment Share on other sites More sharing options...
MayMo design Posted February 1, 2011 Share Posted February 1, 2011 vous voyez que les fiches qui se décale sont celle où leurs titres se composent de deux lignes, donc diminuer le 27 {$product.name|truncate:27:'...'|escape:'htmlall':'UTF-8'} jusqu'à ce que tous les titres se tiennent sur une seule ligne. Link to comment Share on other sites More sharing options...
MayMo design Posted February 1, 2011 Share Posted February 1, 2011 sinon, il faut jouer sur les CSS pour affecter des block bien précis avec des height fixe pour maintenir les espaces. 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