Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Feb 2012
    Location
    Coastal Carolina
    Posts
    6
    Plugin Contributions
    0

    Default Help with a drop down menu mystery

    I am building our first ZC. It is a slightly customized ZC theme. I can not find where to change the code to enable my drop down menus to fucntion as the first menu does at www.scubooty.com . The "accessories" drop down appears and stays there while you select the subcategory. The menus for "apparel" and "dive systems" disappears before you can click on a subcategory. I am on the right track looking at the source code, but cant find the correct file to edit or to try to play with it. If anyone can tell us what goes where, or what we should type in what file, we'd greatly appreciate the input. THNX

  2. #2
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Help with a drop down menu mystery

    Well, this is non-standard zen cart stuff so...

    however, the problem you have is that the menu items are different heights. Which means that in the other ones that are less high the cursor comes out of the menu item before it goes into the sub-menu so the hover is broken.

    The best solution is to find why they are different heights when they obviously should be the same height but I can not be bothered to go through a template that I do not know and work that one out so here is a hacky fix. Add this to your css:

    Code:
    .submenu{
    height:45px;
    }

  3. #3
    Join Date
    Feb 2012
    Location
    Coastal Carolina
    Posts
    6
    Plugin Contributions
    0

    Default Re: Help with a drop down menu mystery

    Thanks. I was thinking that way too. It gives us a duplicate menu arrow in the sub menu when we add that line. We left it that way with your changes to work further. WIll keep searching. Thank you.

  4. #4
    Join Date
    Feb 2012
    Location
    Coastal Carolina
    Posts
    6
    Plugin Contributions
    0

    Default Re: Help with a drop down menu mystery

    We're still getting this funky shadow arrow that is off kilter in our three drop down menus. www.scubooty.com Any ideas out there? We appreciate the input.

  5. #5
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Help with a drop down menu mystery

    I am not sure that I understand what you are saying now

    Attached is a screenshot with that css rule applied.

    If you are seeing something else then you have some browser issues as well as code issues.

    If you are seeing that then which bit of it do you want to change?

    As it is a TM template you may find that not many people want to get to far into it. It tends to make people run away weeping.
    Attached Images Attached Images  

  6. #6
    Join Date
    Feb 2012
    Location
    Coastal Carolina
    Posts
    6
    Plugin Contributions
    0

    Default Re: Help with a drop down menu mystery

    If you mouse over the subcategories, a gray arrow is thrown when the yellow highlight arrow lights up. I made the suggested changes to the css in stylesheet_categories_menu.css. I know not many people want to help on themes, I am just throwing it out there. It is the only issues we really have. once that is corrected we can open up and start loading merchandise files. If you can direct us to someone that works thems let us know. Thanks again.

  7. #7
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Help with a drop down menu mystery

    stylesheet_categories_menu.css

    Code:
    #nav-cat ul.level2 li a{
    	padding:0 0 0 24px!important;
    	background:url(../images/marker1.png) no-repeat left -23px;
    }
    #nav-cat ul.level2 li a:hover{
    	background:url(../images/marker1.png) no-repeat left 7px!important;
    	color:#fff!important;
    set them both to background:none;

    It is not so much templates that are the problem as TM templates as they tend to butcher the Zen code to such a great extent that it makes finding stuff really hard. If you search the forum for Template Monster I am sure that you'll see what I mean.

  8. #8
    Join Date
    Feb 2012
    Location
    Coastal Carolina
    Posts
    6
    Plugin Contributions
    0

    Default Re: Help with a drop down menu mystery

    Thank You ! Thank You ! Thank You !

    You pointed out the lines we needed to edit. We tried 3 different ways and decided to leave 87 in and now a yellow indicator shows when you mouse over correctly. Gray arrows are gone. Again... Many Thanks. I fix broken bones, not websites.

  9. #9
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Help with a drop down menu mystery

    The partial gray arrow is due to the height of the item being increased. Both arrows are on one image (marker1.png), which is repositioned (slid down) on hover. The taller space doesn't let the gray arrow get fully out of the way. You could change the image to make more space between the arrows, and increase the shift on hover (currently from -23px to 7px).

  10. #10
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Help with a drop down menu mystery

    You are more than welcome

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Help with javascript/drop down menu
    By LissaE in forum General Questions
    Replies: 9
    Last Post: 5 Feb 2010, 04:04 PM
  2. Help with Drop down menu
    By melindaf in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 7 Aug 2009, 07:41 AM
  3. Help with Drop down menu
    By melindaf in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 6 Aug 2009, 07:05 AM
  4. CSS drop down menu help
    By domsmom in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 17 Sep 2008, 07:32 PM
  5. Need help with drop down menu sizing
    By Dashizna in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 3 Nov 2007, 06:36 PM

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