WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: pivey on June 12, 2011, 11:18:28 PM

Title: this menu2 again
Post by: pivey on June 12, 2011, 11:18:28 PM
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:
Code: [Select]
<?php show_menu2(0SM2_ROOT+1SM2_ALLSM2_ALL|SM2_PRETTYfalsefalse, &#39;<ul class="primary_nav sf-navbar">&#39;, false, false, false ); ?>
Any idea why this happen (to me  :|) ?
Title: Re: this menu2 again
Post by: crnogorac081 on June 12, 2011, 11:36:49 PM
Did you go to START page settings and selected TOP MENU in menu list, or you just put START page at top of page tree ?
Title: Re: this menu2 again
Post by: pivey on June 13, 2011, 02:00:32 AM
hi,

yes, each of my pages are assigned to their menu type.
Start page to TOP MENU .. that makes whole navigation disappear
It tested with other pages on same level, but no issues there if i switch to TOP MENU nav type.

Maybe worth to mention that this is in multilingual with page code "home"
Don't know if its related