Gjh42, will you be releasing the new version anytime soon?
Thx
Gjh42, will you be releasing the new version anytime soon?
Thx
I hope so! There are only a couple of minor things to finish testing, and I have to make sure the readme is up to date with everything. I hope I can make time for it in the next week or so. There will be very little functionally different from the advance copy attached to this thread some time back (post 1542).
Hi Glen. How's things!? I'm on to pick your briain on a new category I'll be adding to our site soon. I've added it in a test site at:
http://www.silkblooms.co.uk/wholesale/
You'll see from the above URL that I've added a new main category called "Artificial Home Flowers". The idea is to open out a full new set of sub categories, similar to the wedding flowers above. However, it looks quite bad and blends in with the wedding flowers too readily. So, I'm going to make it look like this instead:
Much better, but I'm in two minds how to tackle it. OK, so the Wedding Flowers is easy enough to place in teh top chcategoriesHeading. I just need to edit a file and change the text. It's the other one that'll pose the challenge.
I'd imagine that creating a new side box would be the wrong way to go as it'd too much of a task to add the new category tree to it. So, I'm betting there's a way to replace that catBoxDivider1 line with a .jpg or .png file instead? I'd lose the Google ranking on the key phrase if I make a graphic header for the category but I think it's the easy way to go here.
Any ideas or suggestions for me?
You can add a heading to the Artificial Home Flowers category, specifying a style class tag that is only used for that heading, likeThen a rule likePHP Code:
define ('CAT_BOX_HEADING_354','1|0|||Homewear Flowers|5');//new list - text heading - style 5
where catheadbg5.gif has the desired background image.Code:.catBoxHeading5 { font-weight: bold; font-size: 1.4em; color: #335511; background: #ff66ff url(../buttons/english/catheadbg5.gif) no-repeat; }
Thanks Glen, definitely works apart from one little thing:
http://www.silkblooms.co.uk/wholesale/
Can't seem to move the text down, vertically, into the centre of the header bar like the other categories. This is the CSS I've used:
.catBoxHeading5 {
background: url("../images/button-bg5.png") no-repeat scroll;
color: #000000;
font-family: trebuchet MS;
font-size: 13px;
font-weight: bold;
height: 34px;
padding-left: 30px;
position: relative;
right: 18px;
width: 160px;
}
Strike that, I got it:
.catBoxHeading5 {
background: url("../images/button-bg5.png") no-repeat scroll;
color: #000000;
font-family: trebuchet MS;
font-size: 13px;
font-weight: bold;
height: 34px;
padding-left: 49px;
padding-top: 12px;
position: relative;
right: 18px;
width: 160px;
}
Thank you Glen. A genius mod!!
Hi Glen
Thanks for creating this mod. I'm currently using Get Em Fast's CSS Flyout menu and am working on a new template. I'd like to use your mod but am having some trouble. While I'm able to create groups in my categories, I need to manipulate the categories to the correct group.
For example:
I have group called "Toys". In the group, I'd like to move several categories like For Men, For Women, For Couple etc. These categories exist but I'm not sure how to bring them in the box. These are top categories with sub categories within them.
I can't include an link as I'm working on my local host. Any help would be appreciated.
http://www.kinkykupid.com. WARNING: Please note that this site is intended to sell Adult Toys, Novelties and Costumes. Please do not click the link if you may find it offensive.
First, give your top categories sort orders to put them in the order you desire. Then create groups starting with the first category you want for each group, by giving it a 'CAT_BOX_HEADING_xx' define, specifying to start a new group as described in the readme. You can give this a heading or not as desired.
If you need more help, you can post a "view source" of the sidebox output code which will tell me what categories you have and what you have set up.
http://www.kinkykupid.com. WARNING: Please note that this site is intended to sell Adult Toys, Novelties and Costumes. Please do not click the link if you may find it offensive.
Glen - I changed the sort order from admin and don't see a different result. I'm running a search right now to see how to change the cPath. If I can do that, then I think I'll be heading in the right direction. I'll report further in a bit.
http://www.kinkykupid.com. WARNING: Please note that this site is intended to sell Adult Toys, Novelties and Costumes. Please do not click the link if you may find it offensive.
Bookmarks