Re: Support for CSS Flyout Menu
Quote:
Originally Posted by
Kristian
Thank you so much! Of course it was there...just me looking in the wrong place. Looks great now. Coffee coming your way:smile:
Kristian
Hehe............that happens sometimes.........especially if you're tired and all the folders start looking the same.........
And thanks for the coffee! That's very nice and generous of you!
I've got one more little edit for you to make, though. Right now, if you hover over the "Toys" menu, the sub-menu is a little hard to get to if you move slow. You've got to move your mouse really fast to keep it open. So, let's fix that, okay?
In your stylesheet_categories_menu.css, find this block of code (almost at the bottom):
Code:
#nav-cat ul ul {
position: absolute;
top: 0;
left: 150px;
display: none;
}
and change the 150 to 148, making that look like:
Code:
#nav-cat ul ul {
position: absolute;
top: 0;
left: 148px;
display: none;
}
That will fix that little problem.
And thanks again for the coffee. I can smell it brewing right now.............no really, I can................(I just put a pot on). :D
Re: Support for CSS Flyout Menu
Thanks again,
It is really amazing to get help like this. I didnīt see the problem just now (or notice the change to 148 px), but the change is there now. Does it seem better now at your end?
Kristian
Re: Support for CSS Flyout Menu
I installed the mod and I would like to know how can I have all of the subcategories products show when I just click on the parent category. I have only 2 levels, the parent category (which is what is being listed in the sidebox) and the children subcategories. Currently when I click on the parent category, no products show and therefore the user is forced to select a particular subcategory which is not what I am hoping to accomplish. As the parent category should be a complete product listing of all its subcategories. Clicking on the subcategory should only narrow the list by that criteria.
Does anyone have any ideas that may help me achieve the functionality I am looking for?
Re: Support for CSS Flyout Menu
Quote:
Originally Posted by
ekon79
I installed the mod and I would like to know how can I have all of the subcategories products show when I just click on the parent category. I have only 2 levels, the parent category (which is what is being listed in the sidebox) and the children subcategories. Currently when I click on the parent category, no products show and therefore the user is forced to select a particular subcategory which is not what I am hoping to accomplish. As the parent category should be a complete product listing of all its subcategories. Clicking on the subcategory should only narrow the list by that criteria.
Does anyone have any ideas that may help me achieve the functionality I am looking for?
Well, that's what this menu is SUPPOSED to do..........show Categories and NOT products, so naturally clicking on ANY link in the menu will take the customer to the Category page.
Now, if you only have one product in a Category AND have the cart set to 'skip 1 product categories', then clicking on that particular Category will take them straight to the Products' page.
Re: Support for CSS Flyout Menu
Quote:
Originally Posted by
Kristian
Thanks again,
It is really amazing to get help like this. I didnīt see the problem just now (or notice the change to 148 px), but the change is there now. Does it seem better now at your end?
Kristian
Yep. Now, if you move your mouse slow from the 1st level to the 2nd level, the 2nd level doesn't disappear on you, as it was.
Re: Support for CSS Flyout Menu
Hi! If this has already been asked, then I apologize ahead of time :smile:
I love this mod and it is so useful, so thank you very much!
I would like to change the background image for the current category. Is there a way to do this?
Thanks,
Anne
Re: Support for CSS Flyout Menu
Hi;
I want to display the main catagories, and the second level cats underneath it, then the third level cats flyout, How do I do this?
Re: Support for CSS Flyout Menu
Quote:
Originally Posted by
picaflor-azul
Hi! If this has already been asked, then I apologize ahead of time :smile:
I love this mod and it is so useful, so thank you very much!
I would like to change the background image for the current category. Is there a way to do this?
Thanks,
Anne
Anne,
Not currently. But, I think it could be done with merging a few edits over from Categories Dressing, but right at the time, I just don't have the time to do that. Keep me posted on what you come up with, and when I'm not so busy, I'll try to help you get this worked out.
Thanks,
Robert
Re: Support for CSS Flyout Menu
Quote:
Originally Posted by
iamgointowin
Hi;
I want to display the main catagories, and the second level cats underneath it, then the third level cats flyout, How do I do this?
Something like this?: http://www.testuksi.co.uk/catalog/
Just copy their stylesheet_categories_menu.css, then edit to match your site, as that will give you a GREAT start to what you're looking for.
Hope this helps.
Re: Support for CSS Flyout Menu
css_flyout_menu_1-3-9b
Added both modules "CSS Flyout Header 1.5" and "css_flyout_menu_1-3-9b" header menus are working fine but categories side box menus are not working,
is it compatable, or what will be the problem...
is there any thing to add or modify at admin?
please help me to work out this...
just for info, i saw these modules have same file at icludes\classes..(categories_ul_generator)
Rashu