View Single Post
  #476  
Old 06-11-2008, 10:50 AM
  gb2world's Avatar 
gb2world gb2world is offline
 

X-Wizard
  
Join Date: May 2006
Location: Austin, TX
Posts: 1,970
 

Default Re: TelaFirma - X-Cart Dynamic Image Generator

Hi Gee Cee -

Are you refering to the thumbs for detail/variant images?

In the default skin1/modules/Dynamic_Images/product_image.tpl - the number of thumbs in the row is dependent upon the width of the main image. It looks like the mod wants to put as many images in a row as will fit. You can look for the variable "number" in the file to see how it is being done.

I had the same problem as you describe - one image per row in a single column. For me - the issue was that, for other reasons, I had css that made images in table cells display set to block, so for this table, I had to set the display to inline to get it to work as intended. If you have an issue like I had - there may be a style element that is keeping the images from displaying inline?
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold
(CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module)
Reply With Quote