slinky icon indicating copy to clipboard operation
slinky copied to clipboard

Links that don't have # as href

Open nsmeele opened this issue 5 years ago • 1 comments

Hi! First of all, thanks for this amazing plugin. Using this plugin for production I'm having troubles with menu items that both have submenuitems as an actual link. Right now you cannot navigate to one of the parent navigation items.

Below an markup example of how I would like to use it.

<div class="menu">
    <ul>
        <li>
            <a href="http://google.com">Link I would also like to navigate to</a>
            <ul class="sub-menu">
                <li><a href="http://google.com">Menu item</a></li>
                <li><a href="http://google.com">Menu item</a></li>
                <li><a href="http://google.com">Menu item</a></li>
                <li><a href="http://google.com">Menu item</a></li>
                <li><a href="http://google.com">Menu item</a></li>
                <li><a href="http://google.com">Menu item</a></li>
            </ul>
        </li>
    </ul>
</div>

nsmeele avatar Oct 10 '19 15:10 nsmeele

Like suggested in #38?

S1SYPHOS avatar Sep 07 '20 16:09 S1SYPHOS