I want to add a second list on the website but:
1 - I can not hide one of the menu items in the case of moving from page to page … How can I do it
2. When adding a second menu , the menu contains the same elements. If the items are hidden or modified, the two menus are modified together.
I need help …
#Rawabi
Hi,
If you want to modify and customize the menu, you can use buttons instead of menu,
Attach the buttons to the header to show them on all pages and in the site code write function for each event.
Good luck
ok i need create drop down for this custom menu (button menu) …
i can do it !!
How did you create a drop down for the button?
More generally, I am also trying to get my site to have 2 menu bars, one at the top of the page and one a little farther down. How can I do this? Can I create one menu, and create buttons at the top of the page that replicate certain parts of the menu, and hide those elements on the 2nd bar? I would love for the buttons at the top to have drop down menus as well.
I had to do this too. I wanted an overall site menu and a menu within my work page that filters content based on type. What you can do is use a normal site menu for the top and the one farther down can be made up of button elements and then create boxes with links inside for a dropdown menu and hide it by default on the properties menu. If you use a little bit of simple code, you can use the hide/show function when you hover over the button to reveal it’s menu. You can even animate it a little bit if you want it to be revealed in a certain way.
Hi folks, has anyone worked out how to do this so that it works on mobile? Or is a lightbox the best bet?