Antares88 Posted August 23, 2011 Share Posted August 23, 2011 Bonjour, je souhaiterais avoir que l'image du produit et ne pas avoir de vignette en dessou des photos , est ce possible si oui existe t-il un module ou une modif à faire, merci Link to comment Share on other sites More sharing options...
Divine Posted August 26, 2011 Share Posted August 26, 2011 Bonjour, Il suffit d'ajouter un "display:none" à ce bloc dans le fichier css correspondant Link to comment Share on other sites More sharing options...
Antares88 Posted September 17, 2011 Author Share Posted September 17, 2011 Bonsoir, merci pour votre réponse, je débute , pourriez vous me dire ou je trouve ce bloc et quel ligne modifier... Grand merci Voici un exemple pas très jolie http://www.esoteam.net/fr/runes---druidisme---celtisme/9082-runes-9782703307303.html il y a des images inexistante, certainement du à l'import et je ne préfère plus les voir Si des fois vous avez une autre solution, je suis preneur Link to comment Share on other sites More sharing options...
virtualgadjo Posted September 18, 2011 Share Posted September 18, 2011 hello, c'est le block <div id="thumbs_list"> dans le template product.tpl, un petit display none comme dit divine, soit dans la css soit direct dans le template et le tour est joué have swing Link to comment Share on other sites More sharing options...
Antares88 Posted September 18, 2011 Author Share Posted September 18, 2011 <div id="thumbs_list"> <ul id="thumbs_list_frame"> {if isset($images)} {foreach from=$images item=image name=thumbnails} {assign var=imageIds value="`$product->id`-`$image.id_image`"} <li id="thumbnail_{$image.id_image}"> <a href="{$link->getImageLink($product->link_rewrite, $imageIds, 'thickbox')}" rel="other-views" class="thickbox {if $smarty.foreach.thumbnails.first}shown{/if}" title="{$image.legend|htmlspecialchars}"> <img id="thumb_{$image.id_image}" src="{$link->getImageLink($product->link_rewrite, $imageIds, 'medium')}" alt="{$image.legend|htmlspecialchars}" height="{$mediumSize.height}" width="{$mediumSize.width}"/> </a> Merci mais Qu'est ce qu'il faut que je modifie Link to comment Share on other sites More sharing options...
Antares88 Posted September 18, 2011 Author Share Posted September 18, 2011 help quelqu'un peut m'aider svp Link to comment Share on other sites More sharing options...
virtualgadjo Posted September 18, 2011 Share Posted September 18, 2011 hello, ben c'est tout bête, ou dans product.css tu mets #thumbs_list { display: none; } ou, sauvagement, dans le template <div id="thumbs_list" style="display: none;"> have swing Link to comment Share on other sites More sharing options...
Antares88 Posted September 19, 2011 Author Share Posted September 19, 2011 Grand merci 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