Hi,
we want to include a vertical menu bar to our website. Since its a big website and we want to make it easy to navigate, we want to show the different sites + it subsites in the menu at all time. By default the subsides only show when hovering over / clicking on the menu item.
Is there any way to make this possible using code?
Thank!
You have the possibility to create your own menu…
a) either using JS and velo-elements, like repeater, mustistte-boxes, lightboxes and other elements…
b) or switching to HTML + CSS and generting your menu inside an HTML-Component or Custim-Element.
There are thousend of options to generte it.
The only problem will be, that you need to know how and what to code.
Requirements:
- knowledge in JS
- knowledge in CSS
- knowledge in HTML
(- knowledge in J-Query) <— not a must
Such menues like shown in the following example, you also are able to generate by using pure JS-Code…
https://jsfiddle.net/Wijmo5/3pjgcefw
…or…
https://jsfiddle.net/yuyokk/sad7yv2p/
…or…
https://jsfiddle.net/aalbc/vwajmt67/
Other more complex ones like…
https://codepen.io/hrtzt/details/pgXMYb
and many more, you will have to create inside an HTML-Component or Custom element to implement them on your Wix-Website.
You also are able to create “MEGA-MENUES”, like shown here…
As you can see there are 1000 of different possibilities of how to create a cool looking and nice and smooth working menues.
All you need is enough of CODING-EXPERIENCE and a lot of time and patience.