We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 26113
    • 88 Posts
    Hi -
    I am getting a weird overlap with my Ditto menu.

    Page in question:
    http://test.dominalawny.com/construction-accidents

    As you can see, I am on Construction Accidents, which is properly active - but why is Areas of Practice active as well?

    The menu on the left, are pages under Areas of Practice within modx manager, but I’d like Areas.. to be a standard link so it doesn’t break my site.
    Any ideas?

    Thanks
      • 18397
      • 3,250 Posts
      What are the two Ditto calls and what are their respective debug outputs?

      P.S. WayFinder would probably be a better snippet to use for your menus.
        • 26113
        • 88 Posts
        My bad - I meant WayFinder, not Ditto.., suppose the post is in the wrong place...

        The calls here are:

        Main Menu
        [!Wayfinder? &startId=`0` &outerTpl=`wfmainOuter` &level=`1` &hereTpl=`hereText` &rowIdPrefix=`main` !]


        Submenu
        [!Wayfinder? &startId=`3` &outerTpl=`sideNav` &level=`1` &hereTpl=`hereText` &rowIdPrefix=`side` !]



        wfmainOuter
        [+wf.wrapper+]



        sideNav
        <ul id="sideNav">
         <li class="[+wf.classes+]" id="[+wf.id+]">[+wf.wrapper+]</li>
        </ul>



        hereText
        <li[+wf.classes+]>
        	<span>[+wf.linktext+]</span>
        	[+wf.wrapper+]
        </li>