Page 31 of 76 FirstFirst ... 21293031323341 ... LastLast
Results 301 to 310 of 754
  1. #301
    Join Date
    Apr 2009
    Posts
    3
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    I think your making it more complicated then it has to be... All i need to do is make the 3rd level and up not display...

  2. #302
    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 jfreak419 View Post
    All i need to do is make the 3rd level and up not display...
    jfreak, Try this....find this section of code in you stylesheet_categories_menu.css:

    Code:
    div#nav-cat ul.level1 li.submenu:hover ul.level2, 
    div#nav-cat ul.level2 li.submenu:hover ul.level3,
    div#nav-cat ul.level3 li.submenu:hover ul.level4,
    div#nav-cat ul.level4 li.submenu:hover ul.level5,
    div#nav-cat ul.level5 li.submenu:hover ul.level6 {
            display:block; 
            background-color: #228B22;
    }
    And change it to this:

    Code:
    div#nav-cat ul.level1 li.submenu:hover ul.level2,
    div#nav-cat ul.level2 li.submenu:hover ul.level3
    {
            display:block; 
            background-color: #228B22;
    } 
    
    div#nav-cat ul.level3 li.submenu:hover ul.level4,
    div#nav-cat ul.level4 li.submenu:hover ul.level5,
    div#nav-cat ul.level5 li.submenu:hover ul.level6 {
            display:none; 
    }
    Then everything beyond the 3rd level will be hidden.


    And this will hide everything beyond the second level:

    Code:
    div#nav-cat ul.level1 li.submenu:hover ul.level2
    
    {
            display:block; 
            background-color: #228B22;
    } 
    div#nav-cat ul.level2 li.submenu:hover ul.level3,
    div#nav-cat ul.level3 li.submenu:hover ul.level4,
    div#nav-cat ul.level4 li.submenu:hover ul.level5,
    div#nav-cat ul.level5 li.submenu:hover ul.level6 {
            display:none; 
    }

    Hope this helps.
    Last edited by Get Em Fast; 7 May 2009 at 07:46 PM.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  3. #303
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: Support for CSS Flyout Menu

    Get 'em Fast is kinder than me with these requests.
    He's the good cop.

  4. #304
    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 ckosloff View Post
    Get 'em Fast is kinder than me with these requests.
    He's the good cop.


    Naaa, I just remember when I only had 3 posts, and how hard it was to figure out just how ANYTHING in the ZC file system worked, looking for an answer in so many different threads thousands of posts, and the hundreds of mods to be added....."Does that do what I want/need? Can I understand this enough to customize it? Can I find people who are willing to help without thinking I'm a total dumb-A. S. S. ?

    And I promised that what I learned in this forum, I would share in this forum. So, I NEVER forget my "Days of Learning", which, are still EVERY single day.
    Last edited by Get Em Fast; 7 May 2009 at 11:30 PM.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  5. #305

    Default Re: Support for CSS Flyout Menu

    This may have been asked but I am very illiterate when it comes to this. I installed the CSS flyout menu myself. (Very proud of myself) and even changed the images.

    Now I am stuck. Here are my questions...

    1. How do I get the brown border off my categories? It's around each one individually.

    2. When I redid the images for each category for this, I made them wider since it's cutting off some of the words but it didn't change it. How can I change the size of the categories both the one that is there initially and the one that pulls out.

    3. Where in general do I find where to change font size, color, style of my categories?

    4. I don't want specials, new products or all products to be part of the fly out menu. How can I change that?

    My site is www.mibelloboutique.com

    Okay I think those are all of my questions for now.

    Kristy
    4.

  6. #306
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by mibelloboutique View Post
    I don't want specials, new products or all products to be part of the fly out menu.
    This question has already been answered:
    http://www.zen-cart.com/forum/showpo...1&postcount=49
    look at this and subsequent posts, the solution is posted a few posts down that one.
    All the rest are CSS issues, not related to this mod.
    You can can post those issues in the CSS forum.
    Do yourself a favor and get the free Web Developer toolbar for Firefox, Information --> Display Element Information, will show you exactly what element is causing grief, you then fix it in the stylesheet.
    If you still have issues, PM your troubles with a link, one by one, and, when I have time, will answer.

  7. #307
    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 mibelloboutique View Post
    I don't want specials, new products or all products to be part of the fly out menu. How can I change that?

    Actually, these questions have already been answered in a p.m., which I forgot to post so others could benefit from it, and was as follows:
    Sorry for taking so long. Been busy. You might want to check out post #282. You can use that css to start with, as everything is "mapped out".....much easier to follow.

    Looks like you solved the border problem?

    The links at the bottom of the sidebox is controlled from:
    Admin>Layout Settings
    • Categories Box - Show Specials Link
    • Categories Box - Show Products New Link
    • Categories Box - Show Featured Products Link
    • Categories Box - Show Products All Link

    Hope this helps.
    Now, as far as anything NOT being relevant.....(CK) . If you didn't know this mod as well as you do, you would think that EVERY DETAIL of this mod was controlled by one of the files that came with it, when of course, some of the actual "controls" are as stated above, and will NOT be over-ridden by this mod.........AND some of the CSS is still controlled from your regular "stylesheet.css" unless commented out......like the font size and color for the heading, among others.

    So, with that in mind, let's not be so quick to judge if a question is relevant, or not. O.k.?

    And, if someone does post an "irrelevant" question..........Try to act like a proffessional about it, instead of being so damn rude. I mean, if the question makes you irretated......SIMPLY DON'T REPLY!!.......I WILL be around to answer the questions about this mod, sooner or later. If it's urgent, anybody can p.m. me.

    NEWS TO ALL


    The new CSS Flyout Menu 1.3.8 HAS been submitted, and is awaiting approval from the Dev Team. It contains no images, but does have the new css with "color-mapped" flyouts, along with the new "scroll" feature. Hope everybody enjoys.
    (If you can't wait that long, p.m. me, and I'll send it to you).


    Enjoy,
    Robert


    CK. Sorry about being so "blunt", but people are starting to get "afraid" to post a question in this thread. Just asking you to ease up and enjoy life a little. And remember........YOU were once a noob in this forum, also. No hard feelings.....?
    Last edited by Get Em Fast; 31 May 2009 at 01:37 AM.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  8. #308
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by Get Em Fast View Post
    CK. Sorry about being so "blunt", but people are starting to get "afraid" to post a question in this thread. Just asking you to ease up and enjoy life a little. And remember........YOU were once a noob in this forum, also. No hard feelings.....?
    I still am a noob in many things.
    I offered to answer all the remaining questions via PM in order not to clog this thread.
    I have seen threads that go on and on, with same answers to same questions, and they become useless because nobody can find anything in them, so they post the same questions.
    I will gladly pass the mantle to you and hope you answer questions in a timely manner.

  9. #309
    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 ckosloff View Post
    I will gladly pass the mantle to you and hope you answer questions in a timely manner.

    See........that's what I was afraid of........hard feelings, on your part. I wasn't trying to get hateful, just trying to re-gain a little hope in the eyes of people who do want to post in here, but are afraid to.


    And......."PASS"........."PASS"? Pass what? Don't forget to look at post #1 in this thread, again, and let me know what you're gonna "PASS".

    Although, I really enjoy working with you (could use you on my team at my site).........I was just saying, "Take a chill pill", and not scare people off.

    And, I'm done with that subject, because I truly don't like "airing" differences (that really don't matter in the first place) in public forums. Especially when I'm trying to start a business that deals with this program (Zen-Cart), and this program alone.


    Oh,........and it's irrelevant to the thread.
    Last edited by Get Em Fast; 31 May 2009 at 04:38 AM.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  10. #310
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by Get Em Fast View Post
    And......."PASS"........."PASS"? Pass what?
    Thanks for your kind offer of using me on your team, but I think I'm going to pass.
    Coming from a guy who went AWOL twice and left questions hanging for months, even after stating that he was back and stronger than ever
    http://www.zen-cart.com/forum/showpo...3&postcount=17
    your rants about my "rudeness" seem somewhat ludicrous.
    Good luck with "your" thread.

 

 
Page 31 of 76 FirstFirst ... 21293031323341 ... 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