Muscleandgo Posted November 4, 2012 Share Posted November 4, 2012 Bonjour à tous, voilà en surfant sur mon site, je me rend compte que quand je clique dans une de mes catégories, la right Column, est au niveau du footer. Voir la page du site : http://www.deschefs....rche-par-region J'aimerais que cette colonne ne bouge pas et qu'elle reste à sa place. A noter que je n'ai touché aucun fichiers concernant cette colonne de droite. Merci d'avance Cordialement, Link to comment Share on other sites More sharing options...
Valérie Assetskaya Posted November 5, 2012 Share Posted November 5, 2012 Bonjour, Peut-etre quelque part dans le template le tag n'est pas fermé. Il faut chercher directement dans header.tpl mais le plus probablement une erreur est dans le template de ces catégories. Cordialement. Link to comment Share on other sites More sharing options...
Atch Posted November 5, 2012 Share Posted November 5, 2012 Bonjour, Regardez du coté de product-list.tpl vous avez un </div> tout seul peut etre à cause d'une condition peut etre mal placée. <!-- Products list --> <ul id="[url=""]product_list[/url]" class="[url=""]clear[/url]"> <li class="[url=""]ajax_block_product first_item item clearfix[/url]"> <div class="[url=""]left_block[/url]"> <p class="[url=""]compare[/url]"> <input type="[url=""]checkbox[/url]" class="[url=""]comparator[/url]" id="[url=""]comparator_item_1[/url]" value="[url=""]comparator_item_1[/url]" /> <label for="[url=""]comparator_item_1[/url]">Comparer</label> </p> </div> <div class="[url=""]center_block[/url]"> <a href="[url="view-source:http://www.deschefs.com/1-jean-durand-chef-%C3%A0-domicile-paris.html"]http://www.deschefs.com/1-jean-durand-chef-à-domicile-paris.html[/url]" class="[url=""]product_img_link[/url]" title="[url=""]Jean Durand - Chef à domicile - Paris[/url]"> <img src="[url="view-source:http://www.deschefs.com/2-large/jean-durand-chef-%C3%A0-domicile-paris.jpg"]http://www.deschefs.com/2-large/jean-durand-chef-à-domicile-paris.jpg[/url]" alt="" /> <span class="[url=""]new[/url]">Nouveau</span> </a> <h3><a href="[url="view-source:http://www.deschefs.com/1-jean-durand-chef-%C3%A0-domicile-paris.html"]http://www.deschefs.com/1-jean-durand-chef-à-domicile-paris.html[/url]" title="[url=""]Jean Durand - Chef à domicile - Paris[/url]">Jean Durand - Chef à domicile -...</a></h3> <p class="[url=""]product_desc[/url]"><a href="[url="view-source:http://www.deschefs.com/1-jean-durand-chef-%C3%A0-domicile-paris.html"]http://www.deschefs.com/1-jean-durand-chef-à-domicile-paris.html[/url]" title="[url=""]Le Chef à Domicile JEAN DURAND vous propose toute une gamme de Menus gastronomiques pour vos repas et soirées.VILLE : PARIS[/url]" >Le Chef à Domicile JEAN DURAND vous propose toute une gamme de Menus gastronomiques pour vos repas et soirées.VILLE : PARIS</a></p> </div> <div class="[url=""]right_block[/url]"> <a class="[url=""]button_grey[/url]" href="[url="view-source:http://www.deschefs.com/1-jean-durand-chef-%C3%A0-domicile-paris.html"]http://www.deschefs.com/1-jean-durand-chef-à-domicile-paris.html[/url]" title="[url=""]Voir le Chef[/url]">Voir le Chef</a> </div> </div> <--------------------- TOUT SEUL ---------------> </li> </ul> <!-- /Products list --> V++ Atch Link to comment Share on other sites More sharing options...
Muscleandgo Posted November 5, 2012 Author Share Posted November 5, 2012 Merci beaucoup pour vos réponses. Malheureusement je ne connais pas grand chose au code, et si le problème vient de se DIV....Je ne sais pas à quel endroit le mettre du coup. Quelqu'un peut il m'éclairer? D'ailleurs à ce sujet, je cherche aussi un prestataire pouvant intervenir techniquement sur mon site dès son lancement dans quelques semaines, n'hésitez pas à me contacter. Merci d'avance Link to comment Share on other sites More sharing options...
Atch Posted November 5, 2012 Share Posted November 5, 2012 votre TPL (partiel) <div class="right_block"> {if isset($product.on_sale) && $product.on_sale && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}<span class="on_sale">{l s='On sale!'}</span> {elseif isset($product.reduction) && $product.reduction && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}<span class="discount">{l s='Reduced price!'}</span>{/if} {if (!$PS_CATALOG_MODE AND ((isset($product.show_price) && $product.show_price) || (isset($product.available_for_order) && $product.available_for_order)))} <div class="content_price"> {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}<span class="price" style="display: inline;">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span><br />{/if} {if isset($product.available_for_order) && $product.available_for_order && !isset($restricted_country_mode)}<span class="availability">{if ($product.allow_oosp || $product.quantity > 0)}{l s='Available'}{elseif (isset($product.quantity_all_versions) && $product.quantity_all_versions > 0)}{l s='Product available with different options'}{else}{l s='Out of stock'}{/if}</span>{/if} </div> <div id="prod_list_buttons"> {if isset($product.online_only) && $product.online_only}<span class="online_only">{l s='Online only!'}</span>{/if} {/if} {if ($product.id_product_attribute == 0 || (isset($add_prod_display) && ($add_prod_display == 1))) && $product.available_for_order && !isset($restricted_country_mode) && $product.minimal_quantity <= 1 && $product.customizable != 2 && !$PS_CATALOG_MODE} {if ($product.allow_oosp || $product.quantity > 0)} {if isset($static_token)} <a class="button ajax_add_to_cart_button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart',false, NULL, "add&id_product={$product.id_product|intval}&token={$static_token}")}" title="{l s='Add to cart'}">{l s='Add to cart'}</a> {else} <a class="button ajax_add_to_cart_button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart',false, NULL, "add&id_product={$product.id_product|intval}")}" title="{l s='Add to cart'}"><span></span>{l s='Add to cart'}</a> {/if} {else} <span class="exclusive"><span></span>{l s='Add to cart'}</span><br /> {/if} {/if} <a class="button_grey" href="{$product.link|escape:'htmlall':'UTF-8'}" title="Voir le Chef">Voir le Chef</a> </div> </div> On voit bien qu'il y a une condition qui est à cheval entre <div> {if (!$PS_CATALOG_MODE AND ((isset($product.show_price) && $product.show_price) || (isset($product.available_for_order) && $product.available_for_order)))} la fermeture de cette condition n'est pas au bon endroit et du coup, il y a un <div> de mangé, laissant dons un </div> tout seul en trop. Essayez plutot ça : <div class="right_block"> {if isset($product.on_sale) && $product.on_sale && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}<span class="on_sale">{l s='On sale!'}</span> {elseif isset($product.reduction) && $product.reduction && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}<span class="discount">{l s='Reduced price!'}</span>{/if} {if (!$PS_CATALOG_MODE AND ((isset($product.show_price) && $product.show_price) || (isset($product.available_for_order) && $product.available_for_order)))} <div class="content_price"> {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}<span class="price" style="display: inline;">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span><br />{/if} {if isset($product.available_for_order) && $product.available_for_order && !isset($restricted_country_mode)}<span class="availability">{if ($product.allow_oosp || $product.quantity > 0)}{l s='Available'}{elseif (isset($product.quantity_all_versions) && $product.quantity_all_versions > 0)}{l s='Product available with different options'}{else}{l s='Out of stock'}{/if}</span>{/if} </div> {/if} <div id="prod_list_buttons"> {if isset($product.online_only) && $product.online_only}<span class="online_only">{l s='Online only!'}</span>{/if} {if ($product.id_product_attribute == 0 || (isset($add_prod_display) && ($add_prod_display == 1))) && $product.available_for_order && !isset($restricted_country_mode) && $product.minimal_quantity <= 1 && $product.customizable != 2 && !$PS_CATALOG_MODE} {if ($product.allow_oosp || $product.quantity > 0)} {if isset($static_token)} <a class="button ajax_add_to_cart_button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart',false, NULL, "add&id_product={$product.id_product|intval}&token={$static_token}")}" title="{l s='Add to cart'}">{l s='Add to cart'}</a> {else} <a class="button ajax_add_to_cart_button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart',false, NULL, "add&id_product={$product.id_product|intval}")}" title="{l s='Add to cart'}"><span></span>{l s='Add to cart'}</a> {/if} {else} <span class="exclusive"><span></span>{l s='Add to cart'}</span><br /> {/if} {/if} <a class="button_grey" href="{$product.link|escape:'htmlall':'UTF-8'}" title="Voir le Chef">Voir le Chef</a> </div> V++ Atch Link to comment Share on other sites More sharing options...
Muscleandgo Posted November 5, 2012 Author Share Posted November 5, 2012 Un Grand MERCI ! Vous avez réglé mon problème. Toute fois je me confronte à un autre souci, totalement différent. Dans une page CMS de mon site, à la place de mettre du HTML, j'aimerais que le contenu de la page soit un PDF. Je connais la marche à suivre mais ça ne marche pas. (mettre le bon chemin du FTP dans l'insertion d'image) J'ai donc modifié l'extension de mon fichier et je l'ai mis en JPG : http://www.deschefs.com/content/7-chefs-rejoignez-nous- Et là ca marche très bien Mais cela ne me va pas, je veux que le fichier soit un PDF et pas un JPG, mais cela ne s'affiche plus à partir du moment où l'extension est un .pdf. Une idée? Merci d'avance à tous. Link to comment Share on other sites More sharing options...
Muscleandgo Posted November 8, 2012 Author Share Posted November 8, 2012 Petit up ! Link to comment Share on other sites More sharing options...
laurent_cv Posted January 4, 2013 Share Posted January 4, 2013 (edited) Bonjour et bonne année à tous. Je rencontre actuellement le meme probleme sur mon site (le footer apparait dans la colonne de droite) et je seche... Voici l'adresse : www.bazarte.com Merci d'avance si quelqu'un a une idée. [edit] Il manquait un </div> dans le footer.. [/edit] Edited January 4, 2013 by laurent_cv (see edit history) 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