how to add second menu


Author Message
technoo

Posted: 1/26/2012
Quote message 

Hello...

as you know, Artisteer supports only one menu.
could someone tell me how to add second menu?

for wordpress theme

thanx
 
Kyle

Posted: 2/15/2012
Quote message 

Garry,

Yes that works but it seems that the Menu items in the Horz and Vert are linked. I want different items in my vertical from the Horizontal. Can this be done? I'm creating a HTML template.

Thanks
Kyle
 
Raymee

Posted: 2/16/2012
Quote message 

You could go with the default v menu artisteer produces and then change the text and links after exporting the html.

Alternatively inside artisteer you could use a new block to hold your menu items and link them to wherever you want.

Playing about with styling the block may get you what you are after.
 
Delicious Design

Posted: 3/6/2012
Quote message 

You can create a lot of new custom module positions by doing the following.

Edit 2 files within the template:

TemplateDetails.XML
Copy and paste the bottom of the file <position>user3</positon> and rename it to logo or whatever.

Edit index.php
Right under <div class="art-sheet-body">
Paste this and change name to "logo" or whatever.
<jdoc:include type="modules" name="logo" />

This adds a module position where the top header logo banner would be!

*To add another higher (at very top) for something like joomlafish flags for example.
Paste the <jdoc:include type="modules" name="logo" />
Higher up in the code. Just under div art main.

Experiment with where you place the <jdoc:include type="modules" name="logo" /> or what ever name you want to call the position.

Another way is by using joomla modules anywhere plugin and inject a new menu wherever you add the trigger code. {module yourmodulename}
Shakir
www.deliciousdesign.com.au