WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: johnbroeckaert on February 02, 2017, 12:15:25 PM

Title: Is this possible in showmenu2?
Post by: johnbroeckaert on February 02, 2017, 12:15:25 PM
Hi all,

Show-menu2 is still a mystery for me. I can't find a clear manual so I hope one of you can answer me.
I want a menu witch looks something like this: (HTML)


Code: [Select]
<ul>
<li><a href="index.html">Homepage</a></li>
<li>
       <span class="menu-expand">Submenu</span-->
<ul>
<li><a href="#">sub #1</a></li>
<li><a href="#">sub #2</a></li>
<li><a href="#">sub #3</a></li>
</ul>
</li>
</ul>

It is an off-grid thing the main menu-items are in sight and on mouse click (span submenu) the submenu's are showing themselves.
Is this possible or am I over asking?


Thanks
John
Title: Re: Is this possible in showmenu2?
Post by: CodeALot on February 02, 2017, 08:57:50 PM
Basically you want submenus to 'fold out' on mouse-over?
Yes that's possible. Look at the demo (and I believe even the standard issued templates do just that)
http://WebsiteBaker.org/pages/en/home/online-demo.php
Title: Re: Is this possible in showmenu2?
Post by: Gast on February 02, 2017, 10:17:15 PM
if i remember correct, the demo page at opensourcecms use a older wb-version, please look at this in the backend (not possible for me in the moment - too many connections)

@ John: what is #1, #2# #3?  anchor links?

Title: Re: Is this possible in showmenu2?
Post by: johnbroeckaert on February 03, 2017, 08:47:26 AM
Hello Jacobi22,

Quote
@ John: what is #1, #2# #3?  anchor links?

They are menu items could also be page 1, page 2, page 3.
The link <a href="#">  is just put there to let you see that I have to put a real link in place.

I will look at the demopage and let you know if it is working..
Thanks
Title: Re: Is this possible in showmenu2?
Post by: johnbroeckaert on February 03, 2017, 08:51:46 AM
@ codealot


Quote
Basically you want submenus to 'fold out' on mouse-over?
Yes that's possible. Look at the demo (and I believe even the standard issued templates do just that)
http://WebsiteBaker.org/pages/en/home/online-demo.php

No not to fold with mouse over, because it would not be nice on smaller devices. On mouse click the menu has to unfold.
John
Title: Re: Is this possible in showmenu2?
Post by: dbs on February 03, 2017, 09:05:57 AM
The user here has found a thing like you mean (i think)
http://forum.WebsiteBaker.org/index.php/topic,29932.msg209050.html#msg209050
Title: Re: Is this possible in showmenu2?
Post by: johnbroeckaert on February 03, 2017, 09:52:11 AM
@DBS

Yes that's what i ment.
Thank you