Questions tagged as 'bootstrap'

1
answer

Open modal bootstrap automatically when loading page

I need people as soon as the page load the modal bootstrap open on the screen without having to click the button, the way I am doing it and it is necessary to click the button for the modal open, follow the code: <button type="button" class...
asked by 06.04.2017 / 14:21
1
answer

Line break within a Boostrap Popover

How to make line breaks within a bootstrap popover Example echo"<a href=\"#\" data-toggle='popover' data-title='Popover on Left' data-content='$data <br> $data' data-placement='left'> <span class=\"label label-success\">...
asked by 09.02.2017 / 02:50
2
answers

Open a modal with a button in another modal?

I have a modal of bootstrap where it has a button that closes modal but I wanted it to barely close the modal, open another. I already tried to put a id on the button to when clicking to open the modal again but it is not wo...
asked by 06.10.2017 / 16:25
4
answers

HTML 5 Bootstrap google maps

I have a problem that the map does not load, but it's only the second map, the others load normally. <!--Joinville --> <div class="row"> <div class="col-lg-6"> <iframe width=100% height=50% framebo...
asked by 22.06.2016 / 14:46
2
answers

Delete log from the Modal Bootstrap window

I'm trying to delete a record from the Bootstrap modal window, but it's not working. Look how I did it: When you click the delete button for a particular record <a class="btn btn-primary delete" href="#" data-href="#" data-target="#co...
asked by 29.06.2016 / 18:46
2
answers

BOOTSTRAP Editions

I'm using a bootstrap theme with background image but the image does not change. I went in the css, changed the background anyway and the image stays the same being a url that no longer exists. As you have nothing on the html code, follow the...
asked by 21.06.2017 / 13:39
1
answer

How to close a modal only by the buttons?

The title is already high explanatory. But I'd like to know how I close a modal by just the close button and the "x" of the window, not allowing the user to click on the black background around the pop up window to close. HTML:<!--Buttontr...
asked by 10.02.2017 / 20:05
1
answer

Change Bootstrap navbar theme

Hello, I searched a lot on the internet for a method that I could change to Bootstrap's navbar theme at the click of a button. Navbar when the user visited the site: Whentheuserclicksthebutton: Thank you in advance.     
asked by 30.04.2016 / 07:48
1
answer

How to put the bootstrap table on a background image?

I'm doing a team registration using the bootstrap table, where every logged item is generated a new row with the data, the problem is that the table does not stay on the background image . Thetabledoesnotappearifthescreenisfull,itonlyappea...
asked by 29.10.2017 / 02:33
2
answers

Carousel Bootstrap does not work

My carousel is not working in bootstrap, I got this script from www.w3schools.com I imported the css and JavaScript but it does not work: <div id="myCarousel" class="carousel slide" data-ride="carousel"> <!-- Indicators --> <...
asked by 23.01.2018 / 13:07