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!
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:
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%.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>
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?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%.
Hi,
I just send an email for you via zencart forums.
Also,this is my website:
www.handicraft-vn.com
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
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
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?
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
Bookmarks