I'm no admin so please take these comments with a pinch of salt :)
@ChuftyBill
I presume you have added code somewhere so that the header menu is disabled on the main page.
Can you confirm what you have done and give us a link to your site?
@vik007
Try deleting the following from:
\includes\templates\YOUR_TEMPLATE\common\tpl_drop_menu.php
About lines 37-53, code should be similar to this:
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>
@tolefairy
I know you have un-installed it, but have you got a screen grab or test site we can look at? You should not run mods 'live' until you have tested them.
@Chufty Bill
Like I say, I am not the developer of this mod, and I have had excellent support from all areas of this forum before. Remember people do not get paid for these mods or the support. And we all have shops to run too!!
A little patience goes a long way.
Craig
Bookmarks