Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
I installed this on a ZC 1.3.8A, and a ZC 1.9H.
Very cool mod!!!
I was wondering if there is a way to show lots of sub-categories?
For instance:
Have a scroll-bar on the right-hand side of the sub-categories so that any that appear below the bottom of the screen may be scrolled up and then hovered over.
Alternatively, hard-code the list of links, so that the sub-categories are split, maybe a-F G-L, etc...and so there wouldn't be so many in each..... (this seems like a poor solution, just a work-around!!!)
ALSO....
I also wanted to have the three highest categories listed ON the top header area, rather than a (definable) 'Categories' heading.
AND....
Maybe also, the Categories generator function can altered so that it auto-generates split-lists as described above.
Well, not only do you need the "max-height" that you have, but you also need "height". You also don't want the scroll to work both horizontally AND vertically, so you would want something like this:
BUT, the downside is, while this will work for level 3 dropdown, it will also cancel out level 4 from displaying at all.Code:div#dropMenu ul.level3 {height: 600px; max-height: 600px; overflow-y: scroll;}
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!