I\'m working on a website using bootstrap.
Basically, I wanted to use a modal in the home page, summoned by the button in the Hero Unit.
Button code:
For me what worked was to remove
data-toggle="modal"
from the button. The button itself can be any element - a link, div, button etc.