Skip to content
Grav 2.0 is officially stable. Read the announcement →
Support

Dropdown Navigation Menu

Started by Mark 6 years ago · 0 replies · 344 views
6 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 Duc , 1 hour ago
1 17 1 hour ago
Support · by Thomas, 1 week ago
3 101 10 hours ago
Support · by Anna, 3 days ago
2 99 1 day ago
Support · by Justin Young, 1 day ago
1 66 1 day ago
Support · by Duc , 1 week ago
2 101 6 days ago