WebsiteBaker Community Forum (upd)

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: xia on June 28, 2009, 05:10:41 PM

Title: Problems with menu
Post by: xia on June 28, 2009, 05:10:41 PM
For a drop down menu, I want to open automatic children if I use mouse over
Now the children appear just I click to parent.
If I use this menu, in simple html page, all is OK, but if use this menu in template for WebsiteBaker i have problems.
Title: Re: Problems with menu
Post by: BerndJM on June 28, 2009, 07:33:34 PM
Hi,

more information ---> faster help ;-)
Would you please tell us:

Regards Bernd
Title: Re: Problems with menu
Post by: xia on June 28, 2009, 08:26:27 PM
Solved  :mrgreen:
The problem is with script for menu
I read this documentation Solved  :mrgreen:
The problem is with script for menu
I read this documentation http://help.WebsiteBaker.org/pages/en/advanced-docu/designer-guide/multiple-menus.php#anker3 and I solved.
I replace
Quote<?php show_menu2(); ?>
with
Quote<?php show_menu2(1,0,-1,true); ?>
and I solved.
I replace
Quote<?php show_menu2(); ?>
with that
Quote<?php show_menu2(1,0,-1,true); ?>
Title: Re: Problems with menu
Post by: brofield on June 30, 2009, 12:43:18 PM
No idea why that works. The code you have shown is not valid code for show_menu2. Perhaps it is for show_menu() though (i.e. not #2).