Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Only 1 attribute image per row

Only 1 attribute image per row

Locked

Views: 1,579

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
6 Jan 2010, 7:22 PM
#1
damiantaylor avatar

damiantaylor

Zen Follower

Join Date:
Aug 2009
Posts:
244
Plugin Contributions:
0

Only 1 attribute image per row

Hi,
I am attaching images to product attributes which is working well but I cannot seem to get more than 1 image per row to display.
I have set the option as follows:

Rows: 1 Display Size: 32 Maximum length: 32
Attribute Images per Row: 3
Attribute Style for Radio Buttons/Checkbox: 4

I've checked the date of my attributes.php file:
@version $Id: attributes.php 6371 2007-05-25 19:55:59Z ajeh $

And the date of my tpl_modules_attributes.php file:
@version $Id: tpl_modules_attributes.php 3208 2006-03-19 16:48:57Z birdbrain $

I have seen a few others have this problem but Ican't find a solution.
Does anybody know how to solve this problem?

My test site is here:
http://snow.byethost8.com/shop/index.php?main_page=product_info&cPath=4&products_id=29

Thanks for your help!

7 Jan 2010, 5:07 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Only 1 attribute image per row

I see 3 across in FireFox v3.5.6 and IE 6.x ... were you able to fix this?

If so, what was the solution? :smile:

7 Jan 2010, 5:21 PM
#3
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Only 1 attribute image per row

I'm seeing 3, too, but your navAccount is messed up in all my browsers.

p.s. It's 'coarse'.

7 Jan 2010, 9:29 PM
#4
damiantaylor avatar

damiantaylor

Zen Follower

Join Date:
Aug 2009
Posts:
244
Plugin Contributions:
0

Re: Only 1 attribute image per row

Thanks for looking guys!
Yeah, I managed to fix it.
I just added float: left to .attribImg in my stylesheet.css

Thanks for noticing the spelling mistake too :)

7 Jan 2010, 9:33 PM
#5
damiantaylor avatar

damiantaylor

Zen Follower

Join Date:
Aug 2009
Posts:
244
Plugin Contributions:
0

Re: Only 1 attribute image per row

p.s. which browsers are you using?
I've tested in IE 6, 7 & 8 and firefox 3.5.7 and it looks ok to me.