Topic: sideNav collapsible-header not expanding
Clincoln pro asked 7 years ago
Clincoln pro answered 7 years ago
rjdavid pro answered 7 years ago
Clincoln pro answered 7 years ago
Mirosław Stasiak free commented 7 years ago
Which version of MDB and Bootstrap are you using?Clincoln pro commented 7 years ago
MDB Pro 4.4.1 *The version of Bootstrap that came with the download of MDBPro. It reports to be v4.0.0-beta, but what I do not know is if MDB is doing a custom build and placing that in the download distribution. --In all of my own troubleshooting, I do think I tried the stock v4.0.0-beta of Bootstrap directly from a bower install with no improvement.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
Clincoln pro commented 7 years ago
My front-end JS framework (Ember) was including jQuery, but later than what was needed to initialize/be used by MDB/bootstrap. In my ember-cli-build.js where I was importing BS and MBD from my vendor folder, I just needed to add an app.import(...path-to-jQuery...) ahead of the MDB imports.