That's right. To use the last option I posted, you would set that to 4.
The readme has more detailed instructions.
Printable View
That's right. To use the last option I posted, you would set that to 4.
The readme has more detailed instructions.
It appears that you guys have it all worked out between you two :)
I haven't seen anymore satisfied customers though.
I installed both Dressing and UCT, and as soon as I change all instances of #categories to #chcategories, all my pretty default images for bullets get swapped for the regular o's and it's still not uncollapsed.
See images (I uncollapsed the first cat manually in those examples to show the change in bullets.) in this thread: http://www.zen-cart.com/forum/showpo...7&postcount=24
Did you enable the chcategories sidebox in admin? If not, using #chcategories selectors in your stylesheet would cause the behavior you describe.
Hi! I have the mod installed and it's working exactly the way I want it to, except for the bullets. I can't get rid of them! I've checked and re-checked x50 through my css to make sure that every instance of "list-style" is set to none and that all the "displays" are NOT set to list-item, but no matter what I do, I can't get the bullets to go away!!
I don't want bullets. Please let me know what I'm doing wrong.
My website is here: peepboutique.peepaccessories.com
Thanks in advance!
Have you checked your CSS files for "list-style:" entires? These usually cause such bullet points.
Are you also using CH Catergories Mod?
All of the places in my css that say "list-style" say "list-style: none". I also tried deleting all of the "list-style" entries, but that didn't work either. I don't think I know what the CH categories mod is.
After pouring through my css file for about two hours and just adding "line-style: none" and then reloading, somehow what worked was adding "line-style: none" to the following section:
#headerWrapper, #contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage
No idea why, but the bullets are gone! Yay! Thanks anyway!
Should have worked by just adding list-style: none; to #categoriesContent and/or #sideBoxContent and/or #leftboxcontent and/or #categories-content.
Glad you got rid of the bullets though, it does look better without them.
I did notice that there still seems to be an alignment issue.
After 'bracelets', everything from 'scarves' to 'press' seems to be aligned further left than the other categories?
I'm viewing in Firefox 5 and also in IE7. You might need to add a float: left; to one or all of the above #'s
There is still a tiny misalignment, which is caused by the "space" character at the front of all your category names except "scarves":HTML Code:.../peepboutique/index.php?main_page=index&cPath=24"> bracelets</a></li>
Thanks for pointing that out, guys, but it's actually just leftover from how the site used to look. They're all top categories (subs just don't work for how I want the site to look) and I wanted some of them to be indented. I was just tackling one issue at a time. :)