WebsiteBaker Support (2.8.x) > Templates, Menus & Design
Menu implement problem?
(1/1)
Roych:
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: ---<div class="menu-holder clearfix">
<ul class="nav">
<ul class="orion-menu">
<li class="active">
<a <?php show_menu2(0, SM2_ROOT+1, SM2_ALL, SM2_ALL, false, "\n</li>", false, false, false, ''); ?>
</li>
</ul>
</ul>
</div>
--- End code ---
I cant put this one together so it would work as it should... :?
Any ideas?
Thank you very much.
R.
Roych:
Ok, I got it It's working great now ;)
This is what I did:
--- Code: ---<div class="menu-holder clearfix">
<ul id="nav">
<li>
<?php show_menu2(0, SM2_ROOT+1, SM2_ALL, SM2_ALL, false, "\n</li>", false, false, false, '<ul class="orion-menu">'); ?></a>
</li>
</ul>
</div>
--- End code ---
R
Navigation
[0] Message Index
Go to full version