0

I'd like to organize the web page of my mezzanine website as follows:

  1. The parent menu is on the top (not shown on the left side)

  2. The left sidebar is empty initially. If a button in the parent menu is clicked, its associated branch menu will show up on the left side bar.

Can anyone shed some light on this?

Randy Tang
  • 4,283
  • 12
  • 54
  • 112

1 Answers1

1

in settings.py

PAGES_MENU_SHOW_ALL=False

for more u can visit http://mezzanine.jupo.org/docs/configuration.html

obayhan
  • 1,636
  • 18
  • 35