Replace Default Vanilla Modals With Bootstrap Modals
I was wondering how to replace the default Vanilla modals with the bootstrap modals for things such as comments and profile editing. Can I edit it through the theme? If so, please provide instructions on how to do it.
0
Best Answers
-
422
MVP
The vanilla modal is fired by class popin i believe. You will need to find out the class bootstrap uses, and then locate where popin is fired so that you can change class names.
1
Answers
Try replacing Popin with twitter modal class .
Can you elaborate a bit more on that please?
The vanilla modal is fired by class popin i believe. You will need to find out the class bootstrap uses, and then locate where popin is fired so that you can change class names.
thank you
It's either 'popin' or popup. For example:
Test with case sensitiveNess