Results 1 to 10 of 2344

Hybrid View

  1. #1
    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 jvoce View Post
    Does it matter where I place this? I've put it at the end of the stylesheet, but with no success.
    It looks like you didn't do the first part of the instructions.... I don't see <div id="filter"> before or the </div> after the filter section.

  2. #2
    Join Date
    Jul 2006
    Location
    Toronto, ON
    Posts
    87
    Plugin Contributions
    0

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

    Quote Originally Posted by jettrue View Post
    It looks like you didn't do the first part of the instructions.... I don't see <div id="filter"> before or the </div> after the filter section.
    My mistake.
    I've now entered that information, and it didn't seem to change much.

    I wonder if it's possible to force the second filter to show below the first, which should get most of these filters out of way of the menus. It already happens on longer filters. Please take a look at the pic enclosed for clarification.
    Attached Images Attached Images  

  3. #3
    Join Date
    Apr 2007
    Location
    Dereham
    Posts
    15
    Plugin Contributions
    0

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

    Thank you so much for this contribution.

    You may view the result at buy-sexylingerie.co.uk (purposely not put a link in).

    I would like to submit the design, but I am not sure
    • a) if allowed
    • b) how
    I leave it for you to advise,

    But once again, thank you so very much, for the advice on these pages and your version.

  4. #4
    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 pipc View Post
    Thank you so much for this contribution.

    You may view the result at buy-sexylingerie.co.uk (purposely not put a link in).

    I would like to submit the design, but I am not sure
    • a) if allowed
    • b) how
    I leave it for you to advise,

    But once again, thank you so very much, for the advice on these pages and your version.
    What are you wanting to submit? The design for the drop down menu that matches your site?

  5. #5
    Join Date
    Apr 2007
    Location
    Dereham
    Posts
    15
    Plugin Contributions
    0

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

    yes, I worked on it all night, trying to find where to add images, how etc.
    It would show people where they were, so they could change the image names to suit.

    However, there are still a couple of gremlins I need to iron out.

  6. #6
    Join Date
    May 2007
    Posts
    18
    Plugin Contributions
    0

    application error Dropdown Menu Categories Remove

    Hello, I tried to take out the Categories in the dropdown menu because I have them as a side menu, discount coupon and the About us, I did this in tpl_drop menu

    How do I remove them from the menu header completely?

    Thank you in advance for your help.

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

    Default Re: Dropdown Menu Categories Remove

    Quote Originally Posted by jben View Post
    Hello, I tried to take out the Categories in the dropdown menu because I have them as a side menu, discount coupon and the About us, I did this in tpl_drop menu

    How do I remove them from the menu header completely?

    Thank you in advance for your help.
    What did you do in tpl_drop_menu.php? You take this part out:

    Code:
          <li class="submenu"><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>"><?php echo HEADER_TITLE_CATEGORIES; ?></a>
            <?php
    
     // load the UL-generator class and produce the menu list dynamically from there
     require_once (DIR_WS_CLASSES . 'categories_ul_generator.php');
     $zen_CategoriesUL = new zen_categories_ul_generator;
     $menulist = $zen_CategoriesUL->buildTree(true);
     $menulist = str_replace('"level4"','"level5"',$menulist);
     $menulist = str_replace('"level3"','"level4"',$menulist);
     $menulist = str_replace('"level2"','"level3"',$menulist);
     $menulist = str_replace('"level1"','"level2"',$menulist);
     $menulist = str_replace('<li class="submenu">','<li class="submenu">',$menulist);
     $menulist = str_replace("</li>\n</ul>\n</li>\n</ul>\n","</li>\n</ul>\n",$menulist);
     echo $menulist;
    ?>
          
          </li>

  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 jvoce View Post
    My mistake.
    I've now entered that information, and it didn't seem to change much.

    I wonder if it's possible to force the second filter to show below the first, which should get most of these filters out of way of the menus. It already happens on longer filters. Please take a look at the pic enclosed for clarification.
    Sorry, I thought I replied to this already.

    You can open up the same file:
    includes/templates/YOUR_TEMPLATE/templates/tpl_index_product_list.php

    And try to add a <br />, I think you can add it before

    Code:
    <?php 
        // draw cPath if known
    I would test it, but I am not fully connected right now.

  9. #9
    Join Date
    Jul 2006
    Location
    Toronto, ON
    Posts
    87
    Plugin Contributions
    0

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

    Quote Originally Posted by jvoce View Post
    My mistake.
    I've now entered that information, and it didn't seem to change much.

    I wonder if it's possible to force the second filter to show below the first, which should get most of these filters out of way of the menus. It already happens on longer filters. Please take a look at the pic enclosed for clarification.
    Well I finally got back around to looking at this issue and I've reached a compromised solution. I stoped one filter from showing, and floated the one remaining right, as jettrue suggested. But the menu was still showing behind the search filters in IE6 and older so I resized the dropdown so that non would be able to reach them.

    Thought I would give a heads up for anyone else having this problem.


 

 

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