How to use bootstrap.js?

Hey,

I want to use a modal from the bootstrap.js.
In the functions.php all necessary files are loaded (jquery and bootstrap.js) but the modal or anything else is not working (tooltips).

What am I doing wrong?

You didn’t have to modify any theme files to make it work, if you did attempt to modify then you might have broken something. Bootstrap.min.js is loaded by default and you don’t need unminified version of it.

Here is example of Bootstrap Modal on our theme demo. No modifications to code were done and code example was taken directly from Bootstrap documentation.