We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 54322
    • 6 Posts
    I am using this chunk for dropdown menu
    this is outer wrapper chunk `outer`

    <ul class="top-nav__nav">
    [[+wf.wrapper]]
    </ul>

    code of chunk `Rowtpl`

    <li class="top-nav__item ![[+wf.classnames]]! [[+wf.attributes]]">
    <a class="top-nav__link text-body" href="[[+wf.link]]">[[+wf.linktext]]
    </a>
    [[+wf.wrapper]]
    </li>


    code of chunk `innerTPL` for dropdown item

    <ul class="sub-menu">
    [[+wf.wrapper]]
    </ul>

    and code for item into a drop dowm menu innetrowTPL

    <li>
    <a class="text-body" href="[[+wf.link]]">[[+wf.linktext]]</a>
    </li>


    Menu is working but links need to replace, look example:

    1 Main site_url:/
    2 Advantage site_url:/Advantage
    2.1 Repair site_url:/Repair
    2.2 diagnostic site_url:/diagnostic
    3 pay site_url:/pay

    Please help me in the resolve this [ed. note: imagination last edited this post 5 years, 9 months ago.]
      • 46886
      • 1,154 Posts
      You are using Wayfinder? Where is your snippet call?

      Are you getting wrong links? I think the links maybe aren't there, I mean its a nonsense link?

      Make sure your child resources are published and in the parent folder [ed. note: nuan88 last edited this post 5 years, 9 months ago.]