View Single Post
  #50  
Old 08-30-2015, 10:44 AM
 
kriz kriz is offline
 

Member
  
Join Date: Jun 2011
Posts: 28
 

Default Re: X-Cart Thumbnail Candy

OK, I did manage to get the Thumbnail Candy working on product pages by changing not only everything in the common files but also in the skin I personally use. BUT... now the thumbnails are not centered in the thumbnail container. I tried replacing with the following text in skin/common_files/modules/Thumbnail_Candy/thumbnail_wrapper_above.tp

.candy_wrapper_{/literal}{$product.productid}{literal} {
position: relative;
width: {/literal}{if $product.tmbn_x}{$product.tmbn_x}{else}{$product.i mage_x}{/if}{literal}px;
z-index: 999;
margin: 0 auto;
}

But that didn't help at all. Any good suggestions??

Thanks, Kristina
__________________
www.reelreplicas.com
X-cart 4- Gold version 4.7.6
Reply With Quote