lamalice Posted July 8, 2010 Share Posted July 8, 2010 Bonjour,Tout est dans le titre....Je suis sur presta 1.3.1, j'ai activer la fonction JqZoom dans admin/préférence/produits a la place de la Thickbox...J'ai bien l'effet JqZoom mais fusionné avec Thickbox...Ce que je voudrai, c'est désactiver l'effet Thickbox pour conserver uniquement JqZoom ?Merci pour vos retour.@++ Link to comment Share on other sites More sharing options...
Christophe Boix Posted July 10, 2010 Share Posted July 10, 2010 Bonjour, c'est bizarre que les deux soient fusionnés, normalement quand on est en Jqzoom, l'image n'est plus cliquable.Peut etre un probleme avec votre theme et la page product qui a un soucis? Link to comment Share on other sites More sharing options...
lamalice Posted July 11, 2010 Author Share Posted July 11, 2010 Bonjour,Merci pour ton retour J'ai tester sur le thème de base et ca me fais toujours la même chose Il y a que moi qui est ce soucis ??Tu utilise presta 1.3.1 et ca ne fais pas ca chez toi ?@++ Link to comment Share on other sites More sharing options...
Christophe Boix Posted July 11, 2010 Share Posted July 11, 2010 www.too-web.fr/shop/j'ai testé ici, et je n'ai pas ce soucis,1.3.1 aussi Link to comment Share on other sites More sharing options...
Christophe Boix Posted July 11, 2010 Share Posted July 11, 2010 Tu peux me montrer la page où ça bug stp? Link to comment Share on other sites More sharing options...
lamalice Posted July 11, 2010 Author Share Posted July 11, 2010 URL envoyer en PM car le site est pas en prod... Link to comment Share on other sites More sharing options...
Christophe Boix Posted July 11, 2010 Share Posted July 11, 2010 Je regardes Link to comment Share on other sites More sharing options...
Christophe Boix Posted July 11, 2010 Share Posted July 11, 2010 Dans le fichier themes/tontheme/product.tpltu vas à la ligne 116 (ou alors tu recherche ça: Il y a ça: getImageLink($product->link_rewrite, $imageIds, 'thickbox')}" rel="other-views" class="{if !$jqZoomEnabled}thickbox{/if} {if $smarty.foreach.thumbnails.first}shown{/if}" title="{$image.legend|htmlspecialchars}">getImageLink($product->link_rewrite, $imageIds, 'medium')}" alt="{$image.legend|htmlspecialchars}" height="{$mediumSize.height}" width="{$mediumSize.width}" /> Ton soucis, c'est que "thickbox" reste activé tout le temps.Peux tu vérifier que dans la balise a, il y a bien marqué: class="{if !$jqZoomEnabled}thickbox{/if}{if $smarty.foreach.thumbnails.first}shown{/if} "J'ai comparé ta source avec ma source, et en fait sur ton site il y a class="thickbox shown" Sur le mien (avec jqzoom activé) ça donne class="shown" et si je désactive jqzoom, ça donne class="thickbox shown" Link to comment Share on other sites More sharing options...
lamalice Posted July 11, 2010 Author Share Posted July 11, 2010 Merci pour ce retourVoici ce que j'ai comme code sur le product.tpl du theme : getImageLink($product->link_rewrite, $imageIds, 'thickbox')}" rel="other-views" class="thickbox {if $smarty.foreach.thumbnails.first}shown{/if}" title="{$image.legend|htmlspecialchars}"> getImageLink($product->link_rewrite, $imageIds, 'medium')}" alt="{$image.legend|htmlspecialchars}" height="{$mediumSize.height}" width="{$mediumSize.width}" /> Link to comment Share on other sites More sharing options...
Christophe Boix Posted July 11, 2010 Share Posted July 11, 2010 Au lieu de : class="thickbox {if $smarty.foreach.thumbnails.first}shown{/if}"mets: class=”{if !$jqZoomEnabled}thickbox{/if} {if $smarty.foreach.thumbnails.first}shown{/if}”Et ça devrait marcher. Link to comment Share on other sites More sharing options...
lamalice Posted July 11, 2010 Author Share Posted July 11, 2010 Nikel ca fonctionne Merci de ton aide.A charge de revanche.@++ Link to comment Share on other sites More sharing options...
Christophe Boix Posted July 11, 2010 Share Posted July 11, 2010 De rien, avec plaisir 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