Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bootstrap 4 theme - card dropdown is not opening in menu after Add to cart #152

Open
Jimmi08 opened this issue Jul 1, 2019 · 0 comments

Comments

@Jimmi08
Copy link

Jimmi08 commented Jul 1, 2019

For bootstrap4 theme, I had to change/add this to open dropdown with card info

$('li.dropdown.vstore-storecart').addClass('show');
 $('li.dropdown.vstore-storecart #vstore-cart-dropdown').addClass('show');

BT3 used open class, BT4 show on 2 places.

@Jimmi08 Jimmi08 changed the title note - fix detail for bootstrap 4 theme bootstrap 4 theme - card dropdown is not opening in menu after Add to cart May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants