Menalto,
I created a new menu but that didn’t solve the problem. I did change the template settings to the “CSS” menu so now drop down is working. However, I’d like to set the menu style to “Moo Menu”
Your last post here http://www.joomlart.com/forums/topic/main-menu-is-gone/ told me to look at the ja_vars.php file to fix my last mainmenu problem. I just looked at it again today and noticed the the following code
<blockquote>//Main navigation
$japarams = new JParameter(”);
$japarams->set( ‘menu_images’, 1 ); // Source of menu
$japarams->set( ‘menu_images_align’, ‘left’ );
$japarams->set( ‘menutype’, ‘mainmenu’ );
switch ($tmpTools->getParam(JA_TOOL_MENU)) {
case 1:
$menu = “Splitmenu”;</blockquote>
The last line shows the $menu set to “splitmenu”. Should that be set to Moo Menu?
IF yes, do you know what I need to replace “Splitmenu” with? I tried moomenu and it didn’t work.
Thanks again,
Todd