You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.
Is there a way to configure the elements in the top navigation so that they are highlighted on hover as well as when a user is on a given page? This currently only works for the pages that were bundled in the template (i.e. publications) but not for new pages that I have created. I've attached some screenshots below.
The text was updated successfully, but these errors were encountered:
The fix is to add something that adds the active class to (jquery syntax) a .nav-item.
Probably some javascript that uses onhover() - although I think newer CSS can do this and would be cleaner.
We could open this as an issue in wowchemy-hugo-modules and I can submit a pull request if others there want it.
Is there a way to configure the elements in the top navigation so that they are highlighted on hover as well as when a user is on a given page? This currently only works for the pages that were bundled in the template (i.e. publications) but not for new pages that I have created. I've attached some screenshots below.
The text was updated successfully, but these errors were encountered: