Hi,
will die with this menu2.. still not familiar with this logic.
> I have 2 menu types defined in info.php (top menu + main menu)
> I have configured menu2 horizontal main menu to work with jQ Suoerfish, all Ok so far.
Now i need to place link "START" into my TOP MENU, for this i define this page Menu: TOP MENU, other pages stay at MAIN MENU
But whatever i try, the whole menu disappears when placing "START" to TOP MENU
I can not figure it our and need your advice.
That's the nav tree i have:
- EN
- START
- HOTELS
+ HOTEL A
+ WELCOME
+ ROOMS
+ DOUBLE ROOMS
+ SINGLE ROOMS
+ BARS
- CONFERENCES
- CONTACT
this is my menu2 code:
<?php show_menu2(0, SM2_ROOT+1, SM2_ALL, SM2_ALL|SM2_PRETTY, false, false, '<ul class="primary_nav sf-navbar">', false, false, false ); ?>
Any idea why this happen (to me

) ?