Forums / Templates, Stylesheets, Page Layout / Column Layout Grid - Shows only 1 column?

Column Layout Grid - Shows only 1 column?

Results 1 to 8 of 8
15 Dec 2011, 17:32
#1
marv avatar

marv

New Zenner

Join Date:
Dec 2011
Posts:
5
Plugin Contributions:
0

Column Layout Grid - Shows only 1 column?

Hi there

Hopefully someone can help - Im using Zen cart v 1.38a with the column layout / grid layout mod (for 1.3.8). The problem is the mod is only displaying one column even though in the configuration I have selected 3 columns?

Have tried adding width and display:inline tags in CSS to productListing-data div - stylesheet.css line 426 but this hasn't worked. Any ideas anyone?

The link to view is http://testing.lugo.co.uk/easys-c-1.html

Thanks
15 Dec 2011, 17:36
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Posts:
19,793
Plugin Contributions:
2

Re: Column Layout Grid - Shows only 1 column?

What happens if you switch temporarily to the Classic template ?

If you're building a new site (or if you aren't, I guess) you need to upgrade to version 1.3.9h.
15 Dec 2011, 18:37
#3
marv avatar

marv

New Zenner

Join Date:
Dec 2011
Posts:
5
Plugin Contributions:
0

Re: Column Layout Grid - Shows only 1 column?

Doesn't show any products when I click on a category if I switch back to classic... yes know I need to upgrade but as a zen cart newbie was trying to sort this problem before I land myself with any more issues!!:smile:
16 Dec 2011, 21:13
#4
irish_1985 avatar

irish_1985

New Zenner

Join Date:
Nov 2011
Posts:
72
Plugin Contributions:
0

Re: Column Layout Grid - Shows only 1 column?

Marv:

Doesn't show any products when I click on a category if I switch back to classic... yes know I need to upgrade but as a zen cart newbie was trying to sort this problem before I land myself with any more issues!!:smile:


How did you end up fixing this? Having a similar issue on my end although I haven't (yet) tried this part that you mentioned:

Marv:

adding width and display:inline tags in CSS to productListing-data div - stylesheet.css line 426


Thanks
16 Dec 2011, 22:42
#5
ninja_scott avatar

ninja_scott

New Zenner

Join Date:
Jul 2010
Posts:
8
Plugin Contributions:
0

Re: Column Layout Grid - Shows only 1 column?

UPGRADE UPGRADE UPGRADE. Just saying.

Back everything up then upgrade. I would do it offline using WAMP or something like that. Then reset your Layout Box Controller. You will have to do that when you select you template anyway.
20 Dec 2011, 14:15
#6
marv avatar

marv

New Zenner

Join Date:
Dec 2011
Posts:
5
Plugin Contributions:
0

Re: Column Layout Grid - Shows only 1 column?

irish_1985:

How did you end up fixing this? Having a similar issue on my end although I haven't (yet) tried this part that you mentioned:



Thanks

Was nothing to do with CSS. I fixed by removing both files and that were installed and restoring back up's and going through the process again this time FOLLOWING the install guide more closely!!

I found I had simply put one of the files in the wrong folder :oops: that was it.
20 Dec 2011, 14:21
#7
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Posts:
21,876
Plugin Contributions:
6

Re: Column Layout Grid - Shows only 1 column?

Column Layout Grid, like most mods in Free Addons, has its files already in the correct folder structure, so simply ftp'ing the whole /includes/ folder into the root of your Zen Cart will automatically drop the files into the correct locations. (You do need to change any /your_template/ folders to match your template name first.) Quicker than doing it one by one, and less chance of making a mistake.
20 Dec 2011, 14:36
#8
marv avatar

marv

New Zenner

Join Date:
Dec 2011
Posts:
5
Plugin Contributions:
0

Re: Column Layout Grid - Shows only 1 column?

Thanks will bear that in mind next time...