Page 1 of 2 12 LastLast
Results 1 to 10 of 2344

Hybrid View

  1. #1
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: CSS Dropdown menu for your header- With Categories!

    Quote Originally Posted by shackle View Post
    to fix the Lightbox issue..... In tpl_header.php add this code:
    Code:
       <div class="flash"><?php require($template->get_template_dir('tpl_drop_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_drop_menu.php');?></div>
    That fixed it. Thanks for the tip! Now I can return the lightbox css z-index settings back to normal/original

    Woody

  2. #2
    Join Date
    Sep 2006
    Posts
    75
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    Hi, I have this addon working really well but a small bug i can't get rid of in IE. When i hover over the menu and leave the menu system on a submenu when i return the submenu appears blank until reset by hovering over it again.

    I have tested it on all the other member's sites i can find and get the same problem.

    Any help would be appreciated


  3. #3
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: CSS Dropdown menu for your header- With Categories!

    Quote Originally Posted by hitch View Post
    Hi, I have this addon working really well but a small bug i can't get rid of in IE. When i hover over the menu and leave the menu system on a submenu when i return the submenu appears blank until reset by hovering over it again.

    I have tested it on all the other member's sites i can find and get the same problem.
    I do not observe this in IE6. What's your URL?

  4. #4
    Join Date
    Sep 2006
    Posts
    75
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    Thanks for the quick reply.

    The link is http://www.musicservices.co.nz/killer/ . It's still a work in progress (so don't be harsh) but the menu's there. As i said i get the same on other members sites who use the same menu.

    I've not tried IE6, IE7 is what I'm using and having trouble with. all other browsers seem fine. When i drag down to a low level sub-menu and fall off the menu it re-appears blank on next selection. just looks messy.

    thanks for any time you spend on it!

  5. #5
    Join Date
    Aug 2004
    Posts
    503
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    Hi,

    Is it possible to place the new products, all products, etc. under the categories menu dropdown rather than the home dropdown?

    I would also like to take out one of the categories, a document category, from that categories dropdown as well. I have already placed that category in another dropdown menu section but can't seem to figure out how to keep it from showing in the categories dropdown.

    Thanks in advance for your help and such a great contribution.

    Rick

  6. #6
    Join Date
    Apr 2006
    Posts
    242
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    I really love this menu saves me a lot of time then having to make one.

    There is one feature I would like to see though to make it even more hassle free.

    The "information" part be tied to ez-pages kinda like the categories are. So you can add pages to the menu very easily. This sounds like a neat idea to me if possible. I'm sure many others would like this feature also! :)

    Thanks for the mod!

  7. #7
    Join Date
    Aug 2004
    Posts
    503
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    All you need to do is create an ez-page link and include it in your menu and it works perfectly. I use one or two in our menus

  8. #8
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: CSS Dropdown menu for your header- With Categories!

    Quote Originally Posted by disciple View Post
    Hi,

    Is it possible to place the new products, all products, etc. under the categories menu dropdown rather than the home dropdown?

    I would also like to take out one of the categories, a document category, from that categories dropdown as well. I have already placed that category in another dropdown menu section but can't seem to figure out how to keep it from showing in the categories dropdown.

    Thanks in advance for your help and such a great contribution.

    Rick
    I tried putting the new products, etc. under the categories when I was working on this add on, and had a heck of a time. Unfortunately, its beyond my capabilities at this time.

    As for excluding a category, one way to do this is prevent a certain category from being included in the database query.

    Open up includes/classes/categories_ul_generator.

    Find this line:
    Code:
    where c.categories_id = cd.categories_id
    then directly after it add:

    Code:
    and c.categories_id !=15
    replace 15 with the cPath number of the category you want to hide. (to find the number, click on the document category link, and look in the url for the cPath= section. Use that number. Unfortunately its a manual thing, but it works!

  9. #9
    Join Date
    Apr 2007
    Posts
    2
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    Hi there. I hope this is a simple to solve. I do not want the my products to be displayed after hovering over a category. I only want the categories to be displayed. Another way to say it is that I want to turn off the display for everything that would be considered level 3 and higher. Is this possible? Thanks.

  10. #10
    Join Date
    Mar 2007
    Posts
    1
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    Quote Originally Posted by hitch View Post
    Hi, I have this addon working really well but a small bug i can't get rid of in IE. When i hover over the menu and leave the menu system on a submenu when i return the submenu appears blank until reset by hovering over it again.

    I have tested it on all the other member's sites i can find and get the same problem.

    Any help would be appreciated


    Hi,
    I was wondering if there was any resolution reached regarding the problem brought up by hitch (back in post #52). I too am getting this problem and it appears to be with IE7 only.

    Cheers,
    Tony

    PS I did wade through all the posts in this thread and apologise in advance if this has been answered previously.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Categories dropdown menu/css
    By KenshiroU in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Apr 2013, 01:04 PM
  2. HIde categories mod with css dropdown menu
    By adowty in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Feb 2012, 01:05 AM
  3. How to use ezpages/categories as dropdown menu in the header?
    By mdivk in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 21 Dec 2011, 06:32 PM
  4. whats wrong with this css for my dropdown menu?
    By 1kell in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 28 May 2010, 02:47 AM
  5. Header Dropdown Menu (CSS) Without the Dropdown???
    By hcd888 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 27 May 2009, 01:20 AM

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