Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Feb 2009
    Posts
    9
    Plugin Contributions
    0

    Default Sub Categories Per Column

    Hello,

    I'm trying to redesign my zencart theme, everything works ok, just one "major" problem. I make use of lots of sub-categories but here is where the problem comes. The scats are all showing in one vertical column. How can i split that column in three? Is there a way.

    I've tried editing the tpl_columnar but I cannot get it to work.


    Any help will be appreciated! Thank you!
    [FONT=Lucida Console]vBulletin Developer - Custom Styles - Mods - Hacks[/FONT]

  2. #2
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Sub Categories Per Column

    whats the link to the problem page ?

  3. #3
    Join Date
    Feb 2009
    Posts
    9
    Plugin Contributions
    0

    Default Re: Sub Categories Per Column

    Thanks mate, but i resolved it :)
    [FONT=Lucida Console]vBulletin Developer - Custom Styles - Mods - Hacks[/FONT]

  4. #4
    Join Date
    Aug 2008
    Posts
    114
    Plugin Contributions
    0

    Default Re: Sub Categories Per Column

    Quote Originally Posted by zMax View Post
    Hello,

    I'm trying to redesign my zencart theme, everything works ok, just one "major" problem. I make use of lots of sub-categories but here is where the problem comes. The scats are all showing in one vertical column. How can i split that column in three? Is there a way.

    I've tried editing the tpl_columnar but I cannot get it to work.


    Any help will be appreciated! Thank you!
    I would like to do the same. How did you resolve this issue???

    Stan

  5. #5
    Join Date
    Feb 2009
    Posts
    9
    Plugin Contributions
    0

    Default Re: Sub Categories Per Column

    I assume you don't work with the original zencart stylesheet, if not, add this in your new stylesheet.

    .categoryListBoxContents{ float: left }; and then edit how many columns/rows do you want from ACP.
    [FONT=Lucida Console]vBulletin Developer - Custom Styles - Mods - Hacks[/FONT]

  6. #6
    Join Date
    Aug 2008
    Posts
    114
    Plugin Contributions
    0

    Default Re: Sub Categories Per Column

    Thanks, I will try it

    SK

  7. #7
    Join Date
    Aug 2008
    Posts
    114
    Plugin Contributions
    0

    Default Re: Sub Categories Per Column

    Quote Originally Posted by zMax View Post
    I assume you don't work with the original zencart stylesheet, if not, add this in your new stylesheet.

    .categoryListBoxContents{ float: left }; and then edit how many columns/rows do you want from ACP.
    I have done the CSS change, but I can not find where to edit col/rows in my admin control panel

  8. #8
    Join Date
    Aug 2008
    Posts
    114
    Plugin Contributions
    0

    Default Re: Sub Categories Per Column

    Can anyone help with this????

    What I want to do is columnize the sub-categories on the page itself, not in the sidebox.

    Here is a link to my store http://www.htpradios.com/store

    When you clink on a category and in the center box you will see a list of sub-categories. I would like those to appear in multiple columns, not just one.

    SK

  9. #9
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Sub Categories Per Column

    Quote Originally Posted by Resqjock View Post
    Can anyone help with this????

    What I want to do is columnize the sub-categories on the page itself, not in the sidebox.

    Here is a link to my store http://www.htpradios.com/store

    When you clink on a category and in the center box you will see a list of sub-categories. I would like those to appear in multiple columns, not just one.

    SK

    .categoryListBoxContents {
    display:inline;
    float:left;
    }

    hope this helps.
    Last edited by tony_sar; 18 Apr 2009 at 12:01 PM.

  10. #10
    Join Date
    Oct 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Sub Categories Per Column

    I think this is along the same issue I am having. I changed the size of the category images, and now the images are overlapping each other in the sub-category listing. Right now it's listing them in 3 columns and I want to change the sub-cats to list in 2 columns on every page...here's an example http://spiritwindtradingpost.com/jewelry-c-3.html

    I am using the classic/default template and updated by stylesheet.css with the display:inline;float:left statement from above. Anyone know what I need to do next?

    Very appreciated, thanks!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v150 Need more than 3 sub category listings per column
    By bubbadan in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Nov 2012, 07:48 PM
  2. Changing "categories per row" for specific sub-categories only?
    By lunged in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 18 Nov 2010, 06:48 PM
  3. Limit categories per column
    By mcpisik in forum General Questions
    Replies: 0
    Last Post: 18 Nov 2008, 07:02 AM
  4. Categories to list per column?
    By mcpisik in forum Customization from the Admin
    Replies: 4
    Last Post: 18 Nov 2008, 12:17 AM
  5. Sub-categories per row
    By Berserker in forum Customization from the Admin
    Replies: 6
    Last Post: 7 Apr 2008, 02:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg