awesto / django-shop

A Django based shop system
http://www.django-shop.org
BSD 3-Clause "New" or "Revised" License
3.18k stars 1.04k forks source link

Dropdown navigation menu, when in mobile client #743

Closed markusmo closed 5 years ago

markusmo commented 5 years ago

Hi I followed the tutorial for django-SHOP for installation and its working just fine. As I wanted to try out the navigation menu, when its collapsed, such as in a mobile client, the tapping/clicking event does not expand the navigation menu. The CSS class collapse always states display:none; I checked all the dependencies, such as angular.min.js, angular-animate.min.js and ui-bootstrap-tpls.js and it is all there and loaded... The event triggers, but then the CSS does not change.

A screenshot of the libraries, rendered for the site: grafik

I am quite confused, why it does not work, as in all the examples I found, it looks exactly the same.

jrief commented 5 years ago

Confirmed. I'm currently checking why this happens. Presumably an AngularJS directive hides the scope.

jrief commented 5 years ago

@markusmo Please retry with the latest HEAD from https://github.com/jrief/djangocms-bootstrap3 If that works for you, I'll bundle a new version on PyPI.

markusmo commented 5 years ago

Works like a charm :-) Thanks a lot for the help.

jrief commented 5 years ago

Just released djangocms-bootstrap3 version 0.4

markusmo commented 5 years ago

Thanks for the info :-)