Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Column listing not working!

Column listing not working!

Locked

Views: 523

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
30 Mar 2010, 10:06 AM
#1
jimmyj avatar

jimmyj

New Zenner

Join Date:
Mar 2010
Posts:
4
Plugin Contributions:
0

Column listing not working!

Morning all.

I'm staring to pull my hair out with this one a bit. I've researched as much as I can within the forums and FAQs, but have hit a brick wall.

ATM, I have 1 long column of items (http://deosilandwiddershin.co.uk/shop/) In the coding, I have <div class="categoryListBoxContents" style"=width:13%;"> and in the control panel my Maximum values for - Categories To List Per Row - is set to 5.

I've created my own template, as I wanted to keep the original safe, just in case. The CSS for the page can be found at - http://deosilandwiddershin.co.uk/shop/includes/templates/my_own_template/css/stylesheet.css

I know it's going to be something spectacularly simple, but I just can't quite pin it down.

Any help will be greatly appreciated.

Jim

30 Mar 2010, 10:37 AM
#2
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Column listing not working!

Inside the module, in the templates folder, you will see one called YOUR_TEMPLATE...

You need to RE-NAME this to the custom template you are using on your site.

If you are still using CLASSIC TEMPLATE, then re-name it to classic

You should RATHER be using your own custom template however, as classic template has useful functions that you don't really want to upset.

Then there is the SQL patch which you must run through admin>>>tools>>>Install SQL Patches.

30 Mar 2010, 12:08 PM
#3
jimmyj avatar

jimmyj

New Zenner

Join Date:
Mar 2010
Posts:
4
Plugin Contributions:
0

Re: Column listing not working!

schoolboy:

Inside the module, in the templates folder, you will see one called YOUR_TEMPLATE...

You need to RE-NAME this to the custom template you are using on your site.

If you are still using CLASSIC TEMPLATE, then re-name it to classic

You should RATHER be using your own custom template however, as classic template has useful functions that you don't really want to upset.

Then there is the SQL patch which you must run through admin>>>tools>>>Install SQL Patches.

Thanks for the advice. I had a mess about and it was my CSS coding, that had gone pear shaped... (that'll teach me to use Dreamweaver!)

Managed to resolve the issue.

Regards

J

30 Mar 2010, 12:17 PM
#4
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Column listing not working!

jimmyj:

Thanks for the advice. I had a mess about and it was my CSS coding, that had gone pear shaped... (that'll teach me to use Dreamweaver!)

Managed to resolve the issue.

Regards

J

Keep away from WYSIWYG editors until you are a guru in plain-text editing...