Page 62 of 76 FirstFirst ... 1252606162636472 ... LastLast
Results 611 to 620 of 754
  1. #611
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by Kristian View Post
    Thank you so much! Of course it was there...just me looking in the wrong place. Looks great now. Coffee coming your way
    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).
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  2. #612
    Join Date
    Nov 2007
    Posts
    24
    Plugin Contributions
    0

    Default 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

  3. #613
    Join Date
    Jan 2011
    Posts
    29
    Plugin Contributions
    0

    Default 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?

  4. #614
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by ekon79 View Post
    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.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  5. #615
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by Kristian View Post
    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.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  6. #616
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Support for CSS Flyout Menu

    Hi! If this has already been asked, then I apologize ahead of time

    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

  7. #617
    Join Date
    May 2011
    Posts
    5
    Plugin Contributions
    0

    Default 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?

  8. #618
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by picaflor-azul View Post
    Hi! If this has already been asked, then I apologize ahead of time

    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
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  9. #619
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by iamgointowin View Post
    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.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  10. #620
    Join Date
    Jul 2009
    Location
    india
    Posts
    27
    Plugin Contributions
    0

    Default 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

 

 
Page 62 of 76 FirstFirst ... 1252606162636472 ... LastLast

Similar Threads

  1. v151 How to uninstall CSS Horizontal Drop Down Menu (CSS Flyout Header 1.5)
    By cmike in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 15 Feb 2014, 07:39 AM
  2. Flyout Menu CSS For My Template.
    By NathanLee0921 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 May 2010, 01:24 AM
  3. Extra text or image inbetween categories for css flyout menu?
    By arniesbarmyarmy in forum Addon Sideboxes
    Replies: 0
    Last Post: 23 Nov 2009, 10:30 AM
  4. css flyout menu (for side nav)
    By gsdcypher in forum General Questions
    Replies: 0
    Last Post: 3 Dec 2007, 12:10 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR