Page 55 of 235 FirstFirst ... 545535455565765105155 ... LastLast
Results 541 to 550 of 2345
  1. #541
    Join Date
    Aug 2006
    Location
    HCMC
    Posts
    268
    Plugin Contributions
    0

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

    I have some question about remove some thing with CSS Dropdown menu. I attched file in this post about my means.

    How to do that?

    KIMSON

    Thanks you!
    Attached Images Attached Images  

  2. #542
    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 kimsonvu View Post
    I have some question about remove some thing with CSS Dropdown menu. I attched file in this post about my means.

    How to do that?

    KIMSON

    Thanks you!
    The blue links below the drop down menu is the EZ Pages Header section. You turn that off in your admin, under "Configuration", "EzPages Settings".

    As for removing the HOME and CATEGORIES drop down menu portion, open up includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php and remove this section:

    Code:
    <li class="submenu"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>"><?php echo HEADER_TITLE_CATALOG; ?></a>
                  <ul class="level2">
                    <li><a href="<?php echo zen_href_link(FILENAME_PRODUCTS_NEW); ?>"><?php echo HEADER_TITLE_NEW_PRODUCTS; ?></a></li>
                    <li><a href="<?php echo zen_href_link(FILENAME_PRODUCTS_ALL); ?>"><?php echo HEADER_TITLE_ALL_PRODUCTS; ?></a></li>
                    <li><a href="<?php echo zen_href_link(FILENAME_SPECIALS); ?>"><?php echo HEADER_TITLE_SPECIALS; ?></a></li>
                    <li><a href="<?php echo zen_href_link(FILENAME_ADVANCED_SEARCH); ?>"><?php echo HEADER_TITLE_SEARCH; ?></a></li>
                  </ul>
                </li>
                <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>
    Since you now only have 4 drop down menu sections, instead of six, you'll need to open includes/templates/YOUR_TEMPLATE/css/stylesheet_header_menu.css and change the 16.667% to 25%.

  3. #543
    Join Date
    Aug 2006
    Location
    HCMC
    Posts
    268
    Plugin Contributions
    0

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

    Thanks you very much!

    I can remove home and categories menu now!But i can not remove ezpage in admin->config->ezpage setting ->0

    After that, i see screen like image which i include in this post.

    Since you now only have 4 drop down menu sections, instead of six, you'll need to open includes/templates/YOUR_TEMPLATE/css/stylesheet_header_menu.css and change the 16.667% to 25%.
    I change this but i do not see any different !? I make some thing wrong?
    Attached Images Attached Images  

  4. #544
    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 kimsonvu View Post
    Thanks you very much!

    I can remove home and categories menu now!But i can not remove ezpage in admin->config->ezpage setting ->0

    After that, i see screen like image which i include in this post.



    I change this but i do not see any different !? I make some thing wrong?
    Could I see an actual site link please? You can PM it to me if you'd like to keep it private. Also, open up includes/template/YOUR_TEMPLATE/common/tpl_drop_menu.php, and at the very end add this:

    <div class="clearBoth"></div>

  5. #545
    Join Date
    Aug 2006
    Location
    HCMC
    Posts
    268
    Plugin Contributions
    0

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

    Quote Originally Posted by jettrue View Post
    Could I see an actual site link please? You can PM it to me if you'd like to keep it private. Also, open up includes/template/YOUR_TEMPLATE/common/tpl_drop_menu.php, and at the very end add this:

    <div class="clearBoth"></div>

    Hi,

    I just send an email for you via zencart forums.

    Also,this is my website:

    www.handicraft-vn.com

  6. #546
    Join Date
    Mar 2005
    Posts
    123
    Plugin Contributions
    0

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

    Is it possible to put different categories as "parent" items in the drop down menu????

    What I mean is - imagine this...

    I have 10 main categories with products under each one that i want to drop down normally (just as the drop down mod intended) BUT I also have a couple of categories that contain sub-categories and I want these to appear seperately in the header.

    So I will have <HOME> <PRODUCTS> <Category 15> <Category 30>

    So that Category 15 and category 30 still drop down their sub-categories..

    I hope I am making sense!

    I *could* hard code the categories (in fact I have started that way) using main_page=index&cPath=119 for example but this will take a while and would not allow easy modification in the future...

    Thanks in advance

    Tony

  7. #547

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

    Hello

    First off, I like to say I love this menu, it looks great in Firefox. I'd like to know how I get it to work in IE. In IE the menu drops down put it the text on the screen shows through and I am unable to click on the menu items.

    Is there a fix for this?

    Thank you very much,
    Dave
    http://datinbridal.com

  8. #548
    Join Date
    Apr 2006
    Posts
    108
    Plugin Contributions
    0

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

    HI There
    I have been playing with this menu and LOVE IT!!

    I have it working in Firefox and can resize the browser and it fits whatever size the browser is

    in IE, at full screen, it kerns the "shopping cart" link onto another line.

    if I adjust the window it will bring it onto the same line as the other main menu items, but kerns onto another line at full screen size

    Is there a workaround?

    Thanks Loads

    Samantha


    Ps - do you accept donations?

  9. #549
    Join Date
    Jul 2007
    Posts
    61
    Plugin Contributions
    0

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

    Sorry I think it is the wrong place......

    Hello everyone,

    I read a lot of the posts about the breadcrumb problems and the flyout categories but I can not fix my problem.
    I can not see the parent caetgory when I click on a sub category.
    For exemple, I should see :
    Home > Jewelry > Necklaces when I click on the sub-category 'necklaces' but I SEE just Home > Necklaces

    You can check it out here : http://www.viamarisnyc.com/zen/index...index&cPath=23

    If you have any idea, don't hesitate, I am getting crazyy!!

    thanks a lot

    Francois
    Last edited by fcegarra; 17 Oct 2007 at 07:33 PM. Reason: I moved it to the right threat...I think it is in the wrong place

  10. #550
    Join Date
    Aug 2006
    Location
    HCMC
    Posts
    268
    Plugin Contributions
    0

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

    Quote Originally Posted by fcegarra View Post
    Sorry I think it is the wrong place......

    Hello everyone,

    I read a lot of the posts about the breadcrumb problems and the flyout categories but I can not fix my problem.
    I can not see the parent caetgory when I click on a sub category.
    For exemple, I should see :
    Home > Jewelry > Necklaces when I click on the sub-category 'necklaces' but I SEE just Home > Necklaces

    You can check it out here : http://www.viamarisnyc.com/zen/index...index&cPath=23

    If you have any idea, don't hesitate, I am getting crazyy!!

    thanks a lot



    Francois

    Hello, i see some of your jewelry is made of horn!My company is manufacturer of this product line.

    About CSS dropdown menu - can anyone tell me how to remove ezpage header in Admin- > config?

 

 

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

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