WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: Roych on August 24, 2014, 05:41:10 PM

Title: Menu implement problem?
Post by: Roych on August 24, 2014, 05:41:10 PM
Hello

I tried everything, but somehow I cant figure it out. I went through all the forum and help but still I can't figure this one out.

The menu it self is working fine, but I get one invisible button before all others and cant figure it out how to remove it.

This is what I have atm.:

Code: [Select]
<div class="menu-holder clearfix">

    <ul class="nav">

<ul class="orion-menu">
<li class="active">
<a <?php show_menu2(0SM2_ROOT+1SM2_ALLSM2_ALLfalse"\n</li>"falsefalsefalse''); ?>
</li>

</ul>     

    </ul>

  </div>

I cant put this one together so it would work as it should...  :?

Any ideas?

Thank you very much.
R.
Title: Re: Menu implement problem?
Post by: Roych on August 24, 2014, 06:23:44 PM
Ok, I got it It's working great now ;)

This is what I did:

Code: [Select]
<div class="menu-holder clearfix">

    <ul id="nav">

<li>
<?php show_menu2(0SM2_ROOT+1SM2_ALLSM2_ALLfalse"\n</li>"falsefalsefalse'<ul class="orion-menu">'); ?></a>
</li>

   

    </ul>

  </div>

R