Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Dropdown Navigation Menu

Started by Mark 7 years ago · 0 replies · 485 views
7 years ago

Please help me write the code macro nav_loop(page) for the Dropdown Navigation Menu.
Menu structure

TXT
NOT ROUTABLE parent {

NOT ROUTABLE sub parent 1 {
children item 1
children item 2
}

NOT ROUTABLE sub parent 2 {
children item 3
children item 4
}

}

html code

HTML
<nav>
<div>
    <ul class="uk-navbar-nav">
        <li>
            <a href="not-routable-parent">NOT ROUTABLE parent</a>
            <div class="dropdown-width-2">
                <div class="width-1-2">
                    <div>
                        <ul>
                            <li><a href="not-routable-parent/not-routable-sub-parent-1">NOT ROUTABLE sub parent 1</a></li>
                            <li><a href="not-routable-parent/not-routable-sub-parent-1/item-1">children item 1</a></li>
                            <li><a href="not-routable-parent/not-routable-sub-parent-1/item-2">children item 2</a></li>
                        </ul>
                    </div>
                    <div>
                        <ul>
                            <li><a href="not-routable-parent/not-routable-sub-parent-2">NOT ROUTABLE sub parent 2</a></li>
                            <li><a href="not-routable-parent/not-routable-sub-parent-2/item-3">children item 1</a></li>
                            <li><a href="not-routable-parent/not-routable-sub-parent-2/item-4">children item 2</a></li>
                        </ul>
                    </div>
                </div>
            /div>
        </li>
    </ul>
</div>
</nav>

scrin_grav|690x385, 75%

I am ready to pay for help.

Suggested topics

Topic Participants Replies Views Activity
Support · by blu3prince, 4 days ago
1 78 11 hours ago
Support · by complanar, 7 days ago
6 162 2 days ago
Support · by Rick Beebe, 7 days ago
2 121 4 days ago
Support · by alex, 5 days ago
2 105 4 days ago
Support · by Marcel, 2 weeks ago
1 155 5 days ago