Zen Cart Logo

New Products Box

Locked

Views: 1,088

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
25 Dec 2006, 9:19 AM
#1
jrb1512 avatar

jrb1512

Zen Follower

Join Date:
Sep 2006
Location:
Cheshire, UK
Posts:
100
Plugin Contributions:
0

New Products Box

i have an issue where on the home page the new products box, sometimes the text underneath the images overlaps which i'd like to fix. I think its because some of my product titles are quite long, any ideas how i can increase the width?

25 Dec 2006, 10:40 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: New Products Box

By default, the main page "New Products" are listed 3 items in a row. The code allows for 33% of the space to each item, so there is no effective way to increase this. You might try adding padding or a margin in your stylesheet.css file to space these out or in the admin change it to 2 items per row.

25 Dec 2006, 11:55 AM
#3
jrb1512 avatar

jrb1512

Zen Follower

Join Date:
Sep 2006
Location:
Cheshire, UK
Posts:
100
Plugin Contributions:
0

Re: New Products Box

cheers, im in work today so thought id tidy some bits up. since i used the black gloss template, my information box - the links are white until i hover over them with the mouse. anyone else had this? its not my pc i ve replicated it on 3

25 Dec 2006, 12:42 PM
#4
jrb1512 avatar

jrb1512

Zen Follower

Join Date:
Sep 2006
Location:
Cheshire, UK
Posts:
100
Plugin Contributions:
0

Re: New Products Box

I cant seem to find where i can edit the number of new products in the new products box, i've searched the tutorials but no joy it just tells me how to enable and disable the boxes

25 Dec 2006, 2:37 PM
#5
ajeh avatar

ajeh

Oba-san

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

Re: New Products Box

On the Index Listing there is a setting for how many per row on each of the Centerboxes ...

On the Maximum Values there are settings for how many total in the Centerboxes should show ...

29 Mar 2007, 6:15 PM
#6
swortis avatar

swortis

New Zenner

Join Date:
Mar 2007
Location:
Cambridge, MA
Posts:
59
Plugin Contributions:
0

Re: New Products Box

Anyone know in which file I can find the style="width:[value];" component of this statement?

(Would like to control the width via the CSS.)

29 Mar 2007, 6:31 PM
#7
swortis avatar

swortis

New Zenner

Join Date:
Mar 2007
Location:
Cambridge, MA
Posts:
59
Plugin Contributions:
0

Re: New Products Box

(Should've hunted around more before posting..)

The answer:

One can edit out style="width:[value];" at: modules/new_products.php

(thus controling the width via the CSS.)