Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Replace Default Vanilla Modals With Bootstrap Modals
Caio
✭
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
Try replacing Popin with twitter modal class .
There was an error rendering this rich post.
1 -
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.
There was an error rendering this rich post.
1
Answers
Try replacing Popin with twitter modal class .
There was an error rendering this rich post.
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.
There was an error rendering this rich post.
thank you
It's either 'popin' or popup. For example:
Test with case sensitiveNess
There was an error rendering this rich post.