Topic: Multilevel SideNav
breno.miyazaki pro asked 6 years ago
bootstrap/ ├── css/ │ ├── bootstrap.css │ ├── bootstrap.min.css │ ├── bootstrap-theme.css │ └── bootstrap-theme.min.css ├── js/ │ ├── bootstrap.js │ └── bootstrap.min.jsBut I'm coming through a few issues like the arrow not rotating when expanding the child nodes and when hovering on those mid-tier nodes (css/, js/) they're getting the font effects (i.e. color changes) and stuff. Here's my code:
<div id="slide-out" class="side-nav sn-bg-4 fixed"> <ul class="custom-scrollbar"> <li> <ul class="collapsible collapsible-accordion"> <li> <a class="collapsible-header waves-effect arrow-r"><i class="fa fa-hand-pointer-o"></i> Outras Competições<i class="fa fa-angle-down rotate-icon"></i></a> <div class="collapsible-body"> <ul class="collapsible collapsible-accordion"> <li> <a class="collapsible-header waves-effect arrow-r">Poletime<i class="fa fa-angle-down rotate-icon"></i></a> <div class="collapsible-body ml-3"> <ul> <li> <a href="#" class="waves-effect">Último evento</a> </li> <li> <a href="#" class="waves-effect">Ranking</a> </li> <li> <a href="#" class="waves-effect">Regras</a> </li> </ul> </div> </li> </ul> </div> </li> </ul> </li> </ul> </div>
Marta Wierzbicka staff answered 6 years ago
Marta Wierzbicka staff answered 6 years ago
breno.miyazaki pro commented 6 years ago
Hi Marta! You might have to compile the project. I made it redirect right to the issue. The sidenav is fixed to better accomodate the problem. The file itself is located @ Web Project under folder PortalAdminPartialsComponents_Navigation.cshtmlMarta Wierzbicka staff answered 6 years ago
breno.miyazaki pro commented 6 years ago
Hi Marta! They're on correct places as well. This is a quite complex project and I'm sending it as a whole. It's a large file and I'll try to break it in smaller pieces. Thank you for your quick response!FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Pro
- Premium support: No
- Technology: MDB jQuery
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No