WebsiteBaker Support (2.8.x) > Templates, Menus & Design
Problems with menu
(1/1)
xia:
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.
BerndJM:
Hi,
more information ---> faster help ;-)
Would you please tell us:
* your actual menu-call
* what you mean with "If I use this menu"
* what WB version
* is it a selfmade template or a downloaded
Regards Bernd
xia:
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(); ?>
--- End quote ---
with
--- Quote ---<?php show_menu2(1,0,-1,true); ?>
--- End quote ---
and I solved.
I replace
--- Quote ---<?php show_menu2(); ?>
--- End quote ---
with that
--- Quote ---<?php show_menu2(1,0,-1,true); ?>
--- End quote ---
brofield:
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).
Navigation
[0] Message Index
Go to full version