Bootstrap not initiating

Asked

Viewed 182 times

0

I’m starting with Flask and I’m using Bootstrap 3.3.7, so I took the example navbar code on their website, but when I start the index Nav bar does not work: O navbar não carrega and the button looks like bootstrap 4, but I’ve downloaded bootstrap 3.3.7 several times and continues the same way.

Screenshots of index.html: inicio index

meio index final index

  • Try this young : <link rel="stylesheet" href="{{ url_for('Static', filename='css/bootstrap.css') }}"> You can open the browser development tools and go to the 'Resources' tab to check whether or not the file has been imported

  • You haven’t changed a bit. but you’re making this mistake: Uncaught Error: Bootstrap tooltips require Tether (http://tether.io/) but I never needed anything else to make bootstrap work before.

  • instead of using local files, I used Cdn and it worked so I went to search for this error and saw that it is related to bootstrap 4, as if the files I downloaded were from 4, but I went to the site and downloaded the 3.3.7 so it will not go.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.