MiguelFT Posted March 5, 2013 Share Posted March 5, 2013 Hi all, I need help. I am working about the theme WineStore (theme 481) and i have a problem: I don't see the images: click here click here I updated the "category.tpl" but nothing... why?? Help please!!! Thanks, Link to comment Share on other sites More sharing options...
yaniv14 Posted March 5, 2013 Share Posted March 5, 2013 You don't need to update TPL files. Just create 2 more image's type in your back office -> Preferences -> Images. 1. larg-mini - size 95x95 (I think) and assign to products 2. home-list - size 210x210 (I think) and assign to products after you add those 2, scroll down and press Regenerate thumbnails make sure you clear your browser cache to see if its working fine Good luck Link to comment Share on other sites More sharing options...
MiguelFT Posted March 5, 2013 Author Share Posted March 5, 2013 Solved!!!!!! Thanks yaniv14!!! One more question... How can i add zoom to images products? "Click" in image (click here) and nothing... is possible? Thanks!!!!! Link to comment Share on other sites More sharing options...
yaniv14 Posted March 5, 2013 Share Posted March 5, 2013 in your theme folder, edit product.tpl line 200, you have now: {if $jqZoomEnabled}<a id="zoom1" rel="position: 'inside' , showTitle: false, adjustX:0, adjustY:0" class="cloud-zoom" href="{$link->getImageLink($product->link_rewrite, $cover.id_image,'thickbox')}" style="position: relative; display: block; width:106px!important; height:106px!important;"> try to change to: {if $jqZoomEnabled}<a id="zoom1" rel="position: 'inside' , showTitle: false, adjustX:0, adjustY:0" class="cloud-zoom" href="{$link->getImageLink($product->link_rewrite, $cover.id_image,'thickbox_default')}" style="position: relative; display: block; width:106px!important; height:106px!important;"> I changed from thickbox to thickbox_default try and see if its help Link to comment Share on other sites More sharing options...
MiguelFT Posted March 5, 2013 Author Share Posted March 5, 2013 Perfect, THANKS!!!! But I change the image and i can't do zoom. For example: 1. click here 2. I choose the second image and i can't do zoom I Choose the second image... and i can't zoom: Link to comment Share on other sites More sharing options...
Eclisse360 Posted January 12, 2014 Share Posted January 12, 2014 Hi everyone, i have a similar problem. The image of product is not aligned on product page. Example: http://imgur.com/Ir1aNHvHow to resolve this problem?Sorry for my bad english... Link to comment Share on other sites More sharing options...
vekia Posted January 12, 2014 Share Posted January 12, 2014 share url please in cases like this - without url is hard to help, unfortunately Link to comment Share on other sites More sharing options...
Eclisse360 Posted January 12, 2014 Share Posted January 12, 2014 http://www.sirose.it/negozio/index.php Link to comment Share on other sites More sharing options...
vekia Posted January 12, 2014 Share Posted January 12, 2014 remove: padding-top: 271px;padding-left: 186px; from: #primary_block #image-block { width: 118px; height: 118px; position: relative; padding-top: 271px; padding-left: 186px; } global.css line 1105 Link to comment Share on other sites More sharing options...
Eclisse360 Posted January 12, 2014 Share Posted January 12, 2014 Thank you. Works perfectly Link to comment Share on other sites More sharing options...
Recommended Posts