Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Grid Mod Layout: How do i cahnge Number of rows?

Grid Mod Layout: How do i cahnge Number of rows?

Views: 929

Results 1 to 5 of 5
6 Mar 2012, 3:47 PM
#1
oyotoyo avatar

oyotoyo

New Zenner

Join Date:
Mar 2012
Posts:
11
Plugin Contributions:
0

Grid Mod Layout: How do i cahnge Number of rows?

Hi Using the Zen Cart Grid mod. Do anyone know how to change the number rows. I can change the number of columns but not rows.

Thanks!

6 Mar 2012, 4:09 PM
#2
stevesh avatar

stevesh

Black Belt

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

Re: Grid Mod Layout: How do i cahnge Number of rows?

Probably Admin - Configuration - Maximum Values - Products Listing- Number Per Page

6 Mar 2012, 5:51 PM
#3
oyotoyo avatar

oyotoyo

New Zenner

Join Date:
Mar 2012
Posts:
11
Plugin Contributions:
0

Re: Grid Mod Layout: How do i cahnge Number of rows?

Oh thank you!!!! I've been looking for hours!!!

got it working

http://www.oyosportstoys.com/index.php?main_page=index&cPath=37_40

Do you know how i can remove the "Property categories:" box at the top?

Also i cant find (probably will as i keep looking) which stylesheet allow me to edit the layout of each grid cell.

: )

6 Mar 2012, 7:09 PM
#4
stevesh avatar

stevesh

Black Belt

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

Re: Grid Mod Layout: How do i cahnge Number of rows?

Install the Firefox browser and the Web Developer plugin for Firefox. You can use those to see where in the stylesheet you change the styling of the various page elements.

Ctrl-Shift-Y will allow you to hover over a section of the page and see the class and id names for that section in the box at the top. The statements in the stylesheet that begin with # are id's and the ones that begin with dots are classes.

Ctrl-Shift-E will open the CSS editor and allow you to edit the stylesheet and see the changes in real time without changing anything permanently. An essential tool.

Some prefer Firebug, which does much the same thing.

(If you're using Firefox 4-10, you'll need to remap the editor shortcut, since Firefox has appropriated Ctrl-Shift-E for an internal function - I use Ctrl-Shift-Q.)

6 Mar 2012, 7:18 PM
#5
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Grid Mod Layout: How do i cahnge Number of rows?

The "Property categories:" is in the location where the category description would go, but does not appear to actually be the description. Your Template Monster template has so thoroughly changed the stock layout and code that we can't be sure of what is happening there. Try asking them why you get the "Property categories:".

The actual products in the listing seem to be completely stock. There may not be selectors in any of your stylesheets for them; you can add new rules for any element you want to style. The product container there is .centerBoxContentsProducts, with various sub-elements inside it.