We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is really a great plugin and I'll be using this in my next project 👍
I have one request though, that is, an option to always show the active/selected menu. So if I have:
<ul id="navigation"> <li><a href="#">Menu A</a></li> <li class="selected"><a href="#">Menu B</a></li> <li><a href="#">Menu C</a></li> <li><a href="#">Menu D</a></li> <li><a href="#">Menu E</a></li> </ul>
then Menu B will never disappear. A live example is at https://xenforo.com/community/
This might be related to #6 but this one is based on class or even ID.
The text was updated successfully, but these errors were encountered:
If we "always" show it, the plugin will go nuts because of all the calculations. Maybe we could just hide it last.
Sorry, something went wrong.
Maybe we could just hide it last.
This would be perfect!
No branches or pull requests
This is really a great plugin and I'll be using this in my next project 👍
I have one request though, that is, an option to always show the active/selected menu. So if I have:
then Menu B will never disappear. A live example is at https://xenforo.com/community/
This might be related to #6 but this one is based on class or even ID.
The text was updated successfully, but these errors were encountered: