Jump to content

Two separate top menus


whoaloic

Recommended Posts

Right now I am using standard theme. For the horizontal top menu I would like to create two disctinctive menus.

I would a first navigation with CMS Pages (Who are we ? - Faqs - Contact - Blog)

Then a second menu with the categories name.

 

Is there an easy way to achieve this please?

 

Regards.

Link to comment
Share on other sites

Hello

 

Well, the easiest way is to buy another menu for your CMS pages and position it above the standard menu or:

 

Just add a "div" above the standard menu and create your own.

 

Personally, unless your happy with coding, it would be better to buy one.

 

I'm sure their are plenty in the AddOns store or you try Code canyon.

 

Hop this helps

 

Paul

Link to comment
Share on other sites

  • 2 weeks later...

Thank you for your suggestions Paulito!

I finally add in the header.tpl:

<div class="header_menu">
<ul class="header_links">
<li><a href="http://mysite/content/7-cms-page-1" title="Cms page 1">Cms page 1</a></li>
<li><a href="http://mysite/content/8-cms-page-2" title="Cms page 2">Cms page 2</a></li>
</ul>
</div>
Edited by whoaloic (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...