Yes, it's in post 1542, for anyone else who wants to know.
Printable View
Yes, it's in post 1542, for anyone else who wants to know.
Could someone please link me to a site that uses "display images in place of selected category names?" I'd like to see what this looks like........
Ok, I've concocted questions. I've installed this mod on examplecart.com and the first thing I wish to do is set the first level of subcats to display. I see in the readme file that I can replace the "deepest_level" text of my categories_dressing_defines.php with a simple 0 through 9; however, I can't even seen to find this statement below in that file. I feel like I'm missing a major part of the picture here.
define('CAT_BOX_ACTIVE_LEVEL', 'active|highest_level|deepest_level');
Ahhh crap. I was looking in the wrong file.........
And the saga continues... I've made the last two numbers here 2's but still no subcategories are displaying when hovering with my mouse.
//define('CAT_BOX_ACTIVE_LEVEL', '0|1|2');//hide top cats
//define('CAT_BOX_ACTIVE_LEVEL', '1|0|2');//show only active cats, to first subcat level
You can only have one define for this constant. Did you remove the comment marks // before the define you want to activate?
Exactly what kinds of categories do you want to show and when?
I did learn to remove the // marks to make the statement take effect. I want all of the top level categories to display all the time and the 1st level of subcategories to pop up when the user hovers over one of the top level categories
Hi,
Iīm having some problems with categories dressing... Rolover doesnīt work on sub-cats... triple checked everything and canīt fix it. Can someone help please?
The site is online @ http://www.pedradatattoosupplies.com
Best regards
Glenn, are you there?
You will want to set the define as '0|0|1'; ordinary functioning, highest level = top, lowest level = first subcat. This assumes you have the ch_categories files installed, and you have put the rules for flyout given earlier in this thread into your stylesheet.Quote:
I want all of the top level categories to display all the time and the 1st level of subcategories to pop up when the user hovers over one of the top level categories