Author Topic: Is this possible in showmenu2?  (Read 4925 times)

johnbroeckaert

  • Guest
Is this possible in showmenu2?
« 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

Offline CodeALot

  • Posts: 532
  • Gender: Male
Re: Is this possible in showmenu2?
« Reply #1 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

Offline Gast

  • Posts: 5920
Re: Is this possible in showmenu2?
« Reply #2 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?


johnbroeckaert

  • Guest
Re: Is this possible in showmenu2?
« Reply #3 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
« Last Edit: February 03, 2017, 08:52:31 AM by johnbroeckaert »

johnbroeckaert

  • Guest
Re: Is this possible in showmenu2?
« Reply #4 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

Offline dbs

  • Betatester
  • **
  • Posts: 8803
  • Gender: Male
  • tioz4ever
    • WebsiteBaker - jQuery-Plugins - Module - Droplets - Tests
Re: Is this possible in showmenu2?
« Reply #5 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

johnbroeckaert

  • Guest
Re: Is this possible in showmenu2?
« Reply #6 on: February 03, 2017, 09:52:11 AM »
@DBS

Yes that's what i ment.
Thank you

 

postern-length