We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 18250
    • 37 Posts
    Hello there.

    I’m new in modx, i’m new in wayfinder. I’m trying to figure out some menu, but just cant get things to work. I’ve looked at many examples but most of them are drop down. Dunno why. However, my isnt. Let me show u how it was suppose to stand:

    <ul id="menu">
    <li class="nivo1"><a href="#">Home</a></li>
    <li class="nivo1"><a href="">Something</a></li>
    <li>
    <ul class="submenu">
    <li><a href="#">This is level2</a></li>
    <li><a href="#">So is this</a></li>
    </ul>
    </li>
    <li class="nivo1"><a href="#">Back to level1 again</a></li>
    <li>
    <ul class="submenu">
    <li><a href="#">level2 again</a></li>
    </ul>
    </li>

    </ul>

    Well, i have somehow managed to do the first level of menu, but have absolutely no idea which parameters to give to wayfinder, to set the level2 <ul> and it’s class ’submenu’ ....
    Any help will do..
    Thanks in advance...

    --