Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author sajjadrad

    (@sajjadrad)

    I checked it,There is no problem.
    can you show an example?

    Thread Starter RustyBadRobot

    (@rustybadrobot)

    <div class="navbar">
            <div class="navbar-inner">
                <div class="container">
                    <ul class="nav">
                        <li class="active">
                            <a href="my-link-with-no-drop-downs">This adds active class when selected</a>
                        </li>
                        <li class="dropdown">
                            <a class="dropdown-toggle" href="my-link-with-drop-downs">This does not add active class when selected</a>
    <ul class="dropdown-menu"><li></li></ul>
                        </li>
                    </ul>
                </div>
            </div>
        </div>

    Not sure if i’m doing something wrong but if i am I cant see what?

    Plugin Author sajjadrad

    (@sajjadrad)

    What is link type? custom link,category or page?

    I’m also having the same problem on a custom link. The active class isn’t being applied to it.

    Plugin Author sajjadrad

    (@sajjadrad)

    I will try for adding custom link support.Please wait for next version.
    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Active class and dropdowns’ is closed to new replies.