mdbootstrap / mdb-ui-kit

Bootstrap 5 & Material Design UI KIT
https://mdbootstrap.com/docs/standard/
Other
24.2k stars 3.53k forks source link

CSS layout do not work properly #600

Closed arthur-github-user closed 9 years ago

arthur-github-user commented 9 years ago

I've created django project and added files 'material.min.css' and 'material.min.js'. Also I've installed jquery as said in requirements and created main script with $.material.init() While small styling, e.g. for button is applied, navigation bar styling definitely do not work, I mean it is not rendered like on demo page. I've checked that everything is loaded properly. In that time styles from bootswatch are displayed as should. Can you please advice how your theme should be included in project. Also how ripples could be enabled? Seems like simply adding this script to do not help. Here is my index.html file http://pastebin.com/jS2CWLsp

irontiga commented 9 years ago

First include bootstrap(before the material stuff). http://getbootstrap.com/