2011-12-18, 05:31:10
yojoe Wrote:Are you familiar with template creation, especially when it goes to invoking builtin GS navigation menu, or Mvlcek's advanced menu plugin ?
Just add in your template
Code:<div>
<ul id="navigationMenu">
[call_menu_function]
</ul>
</div>
where: [call_menu_function] is the place, where you call menu function.
Read about template functions in wiki, or about Mvlcek's plugins.
Of course you have to add to template's css file all styles of the menu you have shown, along with images in right place, and javascript files to have fancy menu item roll effect.
But everything is described in menu creation tutorial.
It looks like he wants class="link-page-slug" on each anchor tag.
I don't think Mvlckes plugins do this without modification.