Hello,

I'm trying to replace the main menu (the one above the slideshow) and instead use a superfish or nice menu in the same location or if not in the place of user navigation (my account, log out,etc).

Could anyone help me on how to do this?

Comments

yudhistir’s picture

Any help out there........?

Kvark’s picture

one more question about the same :) how to do to see it started from right side but not from left as it is by default?

shruti.sheth’s picture

Hello,

The following solution may be helpful to your question, I performed the following steps.

1. Downloaded the nice_menus-7.x-2.0-beta2 module and enabled it.
2. Enabled the Nice menu 1 (Nice menu) block to First Sidebar
3. Removed the following code from templates/page.tpl.php

   <?php if($mainmenu): ?>
    <!--start main menu-->
    <div id="navigation-primary" class="sitemenu">
      <?php print $mainmenu; ?>
    </div>
    <!--end main menu-->
  <?php endif; ?>

* If you want nice menus in addition to main menu please don't remove the above code.

Thanks.