Hi,
I have found an incompatibility issue with bootstrap3.
In fade mode panels are not shown.
The cause is this bootstrap css class that add an opacity: 0;
https://github.com/twbs/bootstrap/blob/master/less/component-animations.less#L10
I have solved this bug simply by removing component-animations from my project, but I think that this should be solved in this project.