Jump to content

Problème de centrage du "bottom center" sur mon thème


rom1z
 Share

Recommended Posts

Bonjour, j'ai trouvé un autre bug d'affichage sur mon site au niveau de l'image "bottom center"

Sur certaines page celui-ci est bien centré avec la page sur d'autre non
après différents essai je n'arrive pas à le placé correctement

Auriez vous une idée pour q'il soit centré sur toutes les pages?

Le thème utilisé est "Moon"

Ici mal centré http://www.vag-shop.com/13-golf-iv
Ici bien centré http://www.vag-shop.com/34-feux-d-origine-japonaise-golf-iv.html

17542_DzhZy4ZIqFcpisxtOr3y_t

Share this post


Link to post
Share on other sites

je suis toujours perdu avec ce petit souci

Je joint le product-list.tpl

{$HOOK_LEFT_COLUMN}



   {$category->name|escape:'htmlall':'UTF-8'}
{$nb_products|intval} {if $nb_products>1}{l s='products'}{else}{l s='product'}{/if}


   {include file=$tpl_dir./pagination.tpl}
   {if $products}
       {include file=$tpl_dir./product-sort.tpl}
   {/if}



{if isset($products) AND $products}
 {assign var='liHeight' value=360}
 {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=products}
{assign var='productLink' value=$link->getProductLink($product.id_product, $product.link_rewrite, $product.category)}




{$product.name|truncate:30|escape:'htmlall':'UTF-8'}


{$product.description_short|strip_tags|truncate:45:'...'}

{displayWtPrice p=$product.price}


{l s=' i '}
{l s='+'}
 


{/foreach}


{else}

{l s='No featured products' mod='homefeatured'}
{/if}

<!-- /MODULE Home Featured Products -->

Share this post


Link to post
Share on other sites

Bonjour,

Vu, comme cela il y a les deux en trop (ceux de la fin) .. mais peut être se complètent ils avec un autre tpl...

Etrange aussi cette accumulation de

    • ? --> C'est pas ce qui génère le bug, mais certainement une erreur xhtml.

      V++

      Atch

Share this post


Link to post
Share on other sites

J'ai réussi à corriger le problème en supprimant les deux balises dans le product-list.tpl

Grand merci à vous!

Cependant maintenant le bug apparait dans la page du product.tpl

Je joint mon product.tpl si quelq'un à une piste!

Merci de votre aide

product.zip

Share this post


Link to post
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

Cookies ensure the smooth running of our services. Using these, you accept the use of cookies. Learn More