Jump to content

Problems About Images With Theme Winestore (Theme481)


Recommended Posts

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

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

  • 10 months later...
×
×
  • Create New...