Rank: Member
Joined: 1/18/2008(UTC) Posts: 50
|
Does anyone have a solution to make a category grid?
I want it to work exactly like the product grid function, where instead of for example having a row of products, you have a row of 5 pictures that link to each category.
I'm hoping I don't have to go into to bvadmin code and modify it.
thanks,
dave
|
|
|
|
Rank: Member
Joined: 3/3/2006(UTC) Posts: 1,737
|
For now, I made mine in HTML - down and dirty in a content block. I'm not the best at code of any kind, but it works and I don't need to change it often. www.missionfurnishings.comI think what you're asking for should be a must for BVC6 - or a sympathetic forum participant. |
Optimists invent airplanes, Pessimists buy parachutes. |
|
|
|
Rank: Member
Joined: 2/21/2007(UTC) Posts: 1,113
|
If you use the Grid w/subs and have your categories as subs of another, they will display like that |
|
|
|
|
Rank: Member
Joined: 1/18/2008(UTC) Posts: 50
|
Hi Joe,
That would be awsume if I could get it to work like that.
I'm not sure exactly how to do it.
1. I set up a category, selected 'Category with Subs'
2. I made a subcategory of that one, and also selected 'Category with Subs'
3. I created a Category Rotator, then selected the categories above, but only 1 shows up still.
I need it to appear as a grid, like the ProductGrid function.
Any help?
Thanks, ps, Mitch, I made a nice grid like yours using HTML, but my client is not html savy and he wants control over when he can arrange different category pics/links on the front page.... ahhh the headaches of working freelance
|
|
|
|
Rank: Member
Joined: 3/3/2006(UTC) Posts: 1,737
|
Dave, Here's an ootb catregory, of sub-cats: http://www.missionfurnis...and-hammered-copper.aspxIf this is what you mean, to do this ootb... make a single root category called "Everything plus the Kitchen Sink" and make subs under that. The Kitchen Sink category would be a "Grid with Subs" from the upper right hand Display Template drop-down. Make a content block and place the "Kitchen Sink" cat in it... Leave the title to not show and the HTML area empty and you'll not know that there's a master category holding it all together. The subs will show as a grid. Message the CSS a bit.... This is all ootb... There are better ways, but I'm not up to the code skills required. |
Optimists invent airplanes, Pessimists buy parachutes. |
|
|
|
Rank: Member
Joined: 1/30/2008(UTC) Posts: 215
|
I think Mitch has the best idea. The problem with grid with subs is the display format not being all that customizable without tampering with all other cats using the same setup. Hard coding it into the html is probably the route we are going to go as well. HPros promo items
|
|
|
|
Rank: Member
Joined: 6/25/2008(UTC) Posts: 92
|
Mitch - I would like to try this, but need some help. What kind of content block are you referring to where you can place the "Kitchen Sink" category into it? Originally Posted by: "MitchA" Dave, Here's an ootb catregory, of sub-cats: http://www.missionfurnis...and-hammered-copper.aspxIf this is what you mean, to do this ootb... make a single root category called "Everything plus the Kitchen Sink" and make subs under that. The Kitchen Sink category would be a "Grid with Subs" from the upper right hand Display Template drop-down. Make a content block and place the "Kitchen Sink" cat in it... Leave the title to not show and the HTML area empty and you'll not know that there's a master category holding it all together. The subs will show as a grid. Message the CSS a bit.... This is all ootb... There are better ways, but I'm not up to the code skills required.
|
|
|
|
Rank: Member
Joined: 6/26/2008(UTC) Posts: 38
|
If you create an HTML block above and below your category grid and just start and end a DIV statement with a unique ID you can then carefully reference that CSS using the parent name as well as the child class... example:
HTML BLOCK 1: <div id="NewDiv">
IN YOUR CSS: .decoratedbox is everywhere, and if you make reference to it, you change it everywhere. But if you do this:
#NewDiv .decoratedbox { /* Make sure to overwrite each property you don't want to inherit */ }
HTML BLOCK 2: </div>
You can now have a custom area.
The only uglyness is if you ever remove those HTML blocks this will break, and remember that Free Text Box tries to close your DIV statements if you open them again. |
David Rodriguez Infinet Development, Inc. |
|
|
|
Rank: Member
Joined: 6/25/2008(UTC) Posts: 92
|
D-ROD - I have a sneaking suspicion that you and I are working on the same web project (I'm the customer). If you're working on Pear's, get my number from Dave and give me a call to discuss, please.
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.