Click on top level nav links

1 reply·opened Mar 25, 2020
W
wilkrandall_envatoMar 25, 2020

It seems there is something in the JavaScript blocking clicks from top level nav links. I don't have a sub-menu under any of the links but I still can't click on them. Is there some sort of class or something I need to add to them to allow the normal click event on these links?

I am using the left-side header style, and here is my code for the header and menu:

<header id="header" class="no-sticky dark">
    <div id="header-wrap">
        <div class="container clearfix">
            <div id="primary-menu-trigger"><i class="icon-reorder"></i></div>

            <div id="logo" class="nobottomborder">
                <a href="{!! route('index') !!}" class="standard-logo">
                    <img alt="Logo" src="{{ asset(config('arch.logo')) }}">
                </a>
            </div>

            <nav id="primary-menu">
                <ul>
                    <li><a href="{!! route('index') !!}"><div>Home</div></a></li>
                    <li><a href="{!! route('about') !!}"><div>About Our Firm</div></a></li>
                    <li><a href="{!! route('services') !!}"><div>Services</div></a></li>
                    <li><a href="#"><div>Portfolio</div></a></li>
                    <li><a href="#"><div>Current Projects</div></a></li>
                </ul>
            </nav>
        </div>
    </div>
</header>
S
SemiColonWebSTAFFMar 25, 2020

Hello,

There is nothing in the Default Codes to disable click on the Parent Menu Items. Please provide us with a Live URL so that we can check out the exact issue and provide you with more assistance on this. Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard
Click on top level nav links · Canvas Template Support