Most voted "bootstrap-3" questions
Bootstrap is a free collection of tools for creating websites and web applications. Use this tag only when the subject is related to this version of the framework.
Learn more…538 questions
Sort by count of
-
0
votes1
answer994
viewsTable bootstrap, on mobile
I have a little big table I used this Bootstrap code. <div class="table-responsive"> <table class="table"> ... </table> </div> But in mobile only appears the first 3 columns…
-
0
votes1
answer228
viewsSelect checkboxes that come from the database in the edit form
Hello, I have a user editing form that has some chekbox with city names that must be selected when the form opens. Well, I am selecting in the database the cities to which the user being edited has…
-
0
votes1
answer66
viewsStill images on the side with scrolling content only
Next guys I need to make the side images of the agenciamento menu of this website keep showing them all without using the scroll. when I click on the images a text appears talking about each one…
-
0
votes0
answers58
views$('.Nav-tabs > li a[title]'). tooltip() is not a Function
I am trying to insert a Wizard in my system, and I come across this error: I’m using bootstrap 3 and got a template ready on bootsnipp and there it works perfectly. I haven’t made any kind of change…
-
0
votes2
answers172
viewsPlacing a Bootstrap class inside a form generated with Codeigniter
Can anyone tell me what I call the Bootstrap classes within a form I generated using Codeigniter? From what I’ve researched it uses an associative array, but I’m not getting it. For example, in the…
-
0
votes0
answers55
viewsPlace fixed bar on top of a div with title
I’m having trouble putting a fixed bar on top of a div, and leaving the same responsive, someone could help me? Follow the example image below:…
-
0
votes1
answer1180
viewsEffect on navbar bootstrap
People would like to know how I do this animation of the header of this site https://blackrockdigital.github.io/startbootstrap-agency/ the effect of when I scroll down the page the header changes in…
-
0
votes1
answer3075
viewsOpen Modal Bootstrap from code-Behind
I need to open a modal when the password or user are incorrect, it will be on Else .. but does not open the modal protected void bntLogar_Click(object sender, EventArgs e) { Registrar criptografia =…
-
0
votes1
answer66
viewsError Warning on console
The following warnings are appearing on the console with Chrome: "Uncaught Typeerror: $ is not a Function bootstrap.js:29" "Syntaxerror: Unexpected token [ angular.js:12330" Follows my code:…
-
0
votes2
answers258
viewsHow to go back to the previous modal in Bootstrap
I’m in a modal, I want to click a button and go back to the previous modal in Bootstrap + Javascript.
-
0
votes1
answer269
viewsSpring MVC + Maven + Bootstrap Problem
Good morning. I’m trying to put bootstrap on the index of my application but I’m not getting it, index does not read CSS. I searched on the Internet and from what I understood, css should be within…
-
0
votes3
answers4720
viewsUncaught Typeerror: $(...). tooltip is not a Function
This error appears when I press F12, and the Bootstrap data-toggle="tooltip" does not appear on the page anyone can help me? Uncaught TypeError: $(...).tooltip is not a function at…
-
0
votes1
answer57
viewsBootstrap style datetime does not work properly
Good morning, first I’ve seen researched several possible solutions to this problem here on the site, but the error it is giving me is different from the ones I found here, the file is pulling a…
-
0
votes1
answer124
viewsDropdown menu changing footer positioning
When opening the list of options, the footer is affected and has its position changed. Code on the fiddle…
-
0
votes1
answer937
viewsHow do I place a column next to another bootstrap
Well here’s the thing, first of all I’m sorry the question is a bit dumb, yet I’m new to bootstrap. What I want to do is a menu on the left side and another menu on the right side. How can I do…
bootstrap-3asked 7 years, 6 months ago Gonçalo 2,525 -
0
votes1
answer293
viewsHow to order dropdownlist?
How can I order the Dropdownlist? <div class="form-group"> @Html.LabelFor(model => model.id_pessoa, "Pessoa", htmlAttributes: new { @class = "control-label col-md-2" }) <div…
asp.net-mvc asp.net-mvc-5 bootstrap-3 razor dropdownlistasked 7 years, 5 months ago Marcos Rebitte 9 -
0
votes1
answer242
viewsHow to consume data from the Restful API?
I watched some video lessons about Restful and did one in Laravel 5.4. Now I would like to use a template I have done in HTML5 + Bootstrap 3 to consume this data, where do I start? What do I need to…
-
0
votes1
answer976
viewsHow to use bootstrap push pull?
I have a template with the structure illustrated by the image below Searching in the documentation I saw that combining the classes col-*-push-* and col-*-pull-* it is possible to produce this…
-
0
votes1
answer2898
viewsDynamic multi items carousel using bootstrap
I’m having trouble making a dynamic multi-item carousel with only two columns bootstrap, when I inform the amount of columns in the case col-Md-6 items break and are displayed in one more row below,…
-
0
votes1
answer28
viewsLeave the sidebar fixed after opening
I’m mounting a puzzle in bootstrap, and almost worked out what I need. I will use this model only on mobile. Missed only leaving the side menu (Toggle Menu) fixed after opening. I tried for css but…
-
0
votes2
answers3282
viewsFix menu with bootstrap after scrolling down
I’m using bootstrap in my code Has a class in the nav of bootstrap fixing the nav in the top navbar-Fixed-top But I want the nav just stay fixed when the scroll goes through it. How do I do that? An…
-
0
votes1
answer105
viewsPicture about the bootstrap slide
Colleagues. I have a slide made in bootstrap, but I would like to put an image on all the slides, IE, as the slide passes, the image continue on them, without moving. The code I have is: <header…
-
0
votes0
answers59
viewsHow to set 100% widht only for col-Xs?
Hello. In col-Md and col-lg the widht is 50% and I want more. However in col-Xs and col-Sm the blocks are side by side and not below the other as I want. How to solve?
bootstrap-3asked 7 years, 3 months ago Marcos Marinho 13 -
0
votes1
answer148
viewsForce container > Row > col to be non-reresponsivel in Bootstrap
I have the following family Tree: https://codepen.io/chuongdang/pen/lcnsC It is possible to realize that the responsiveness of a framily Tree does not exist. To have a good visibility of this Tree,…
-
0
votes0
answers314
viewsHow to remotely load options in auto complete using Typeahead?
I was studying the typeahead.js with bootstrap 3, and I’m trying to make an auto-complete request to the server to bring the list options. This is the plugin I’m using: Github Bootstrap 3 Typeahead…
-
0
votes1
answer603
viewsSolution for modal not load iframe automatically
I’m using bootscrap 3.3.6 modals to open iframes. The problem that when I implemented everything on the site iframes carry before opening the modals. Needed help for only iframe loaded when modal is…
-
0
votes1
answer93
viewsCSS error - Django Formfield
This is giving the following error in my Django 1.9 form See that on the label gets the :> in the end. I DON’T WANT TO SEE THE LARGER SIGN (>) AT THE END OF THE LABEL Ex: Nome: > Follow my…
-
0
votes1
answer155
viewsput an image under columns in Bootstrap
The structure is correct, the problem, when I try to put an image, the image goes down there along with the footer, this print I posted, is what the end result looks like. The code I’m posting is…
-
0
votes0
answers695
viewsClick the menu does not work on mobile
I made a responsive menu that in the browser works, but on smartphone I cannot click on the child link. Example user menu --> create. When I click user it opens the options (list, create and…
-
0
votes0
answers25
viewsBug lib jQueryGantt on bootstrap page
I’m using the jQueryGantt plugin (https://github.com/robicch/jQueryGantt) but I realize that on pages with bootstrap he "Buga" the table as in the image below, I wonder if anyone has used that lib…
-
0
votes1
answer32
viewsHow to define Section position
I have a bootstrap web page with 4 sections that if you use the buttons in Nav bar changes between sections, however when I click the button is not centered it eats a bit of the next If I had any…
-
0
votes1
answer105
viewsHow to detect scroll in modal bootstrap?
Follow my CSS code: .modal-body { max-height: calc(100vh - 210px); overflow-y: auto; } Follows JS code: $('.modal-body').on('scroll', function () { console.log('scroll y'); }); JS code not working,…
-
0
votes1
answer782
viewsProblem using Bootstrap Tabs
I’m trying to use the tabs component of bootstrap, but I’m not able to make it work, I’ve taken several examples, but I can’t make it work. <script type="text/javascript"…
-
0
votes2
answers142
viewsHow to prevent a modal from appearing?
Is it possible to prevent a modal from appearing if a certain condition is reached? Example of what I want, more or less: <button id="abreModal" class="btn btn-info btn-lg" data-toggle="modal"…
-
0
votes1
answer373
viewsTabs inside a modal when clicking disappears the modal
I’m implementing a modal and within it I’m putting tabs. But when I click on some tab tab tab the modal disappears. Look at the pictures. I use the bootstrap. Note that the url changes.. how to…
-
0
votes1
answer218
viewsDisplaying Gridview Master Detail so that the details are shown below each master
I use ASP.NET’s Gridview control to display the information of two tables that have a master-detail relation. Table 1: Purchase (Idcompra, Datacompra e Valorcompra) and Table 2: Compraitem…
-
0
votes2
answers744
viewsAdding a class to a bootstrap link
I’m using the bootstrap and I have a menu, what I wanted was that when I clicked on a link from that menu, I displayed the page and left selected in the menu the page the user is on. I tried to…
-
0
votes1
answer786
viewsHow to leave the width of the last TR of the bootstrap table size?
I have the following table: <div class="col-xs-8 col-sm-8 col-md-8 col-lg-8 col-xs-offset-2 col-sm-offset-2 col-md-offset-2 col-lg-offset-2"> <h3 class=" text-center">Treino 1 para o…
-
0
votes2
answers3920
viewsWebsite is not getting responsive with Bootstrap
I made a site using bootstrap, but it is not getting responsive on mobile, it simply appears as if it were on a monitor and then with scroll bar both horizontal, and vertical...…
html css twitter-bootstrap bootstrap-3 responsive-layoutasked 8 years, 7 months ago Gabriel Garcia 207 -
0
votes2
answers1117
viewsRow complete the entire screen
I’m trying to make the following layout: ----------------------------------------------- Cabeçalho ----------------------------------------------- | | | | FORM | TEXTO | | | | |…
-
0
votes1
answer51
viewsBootstrap problem with Javascript
I have an HTML code that when entering the class form-control in input, my Javascript function does not work. So my sum function doesn’t work: <div class="container"> <div class="row">…
-
0
votes0
answers263
viewsHow to change the preview location of Bootstrap File Input?
I need to change the location where the preview of the images appears, put it inside another div because it is being automatically placed above the input file. So far I haven’t found anything in the…
-
0
votes1
answer62
viewsCenter element with bootstrap
Colleagues. I have the code below, but I’m not able to centralize the form. I’m using the latest version of Bootstrap. I tried to put align="center", but it didn’t work either. Look: <div…
bootstrap-3asked 8 years, 5 months ago user24136 -
0
votes1
answer101
viewsHow to change the text smoothly?
I am using Bootstrapdialog and I have to change the text frequently, I would like a tip on how to treat this, follow the example: $(document).ready(function() { Janela = new BootstrapDialog.show({…
-
0
votes0
answers284
viewsBootstrap does not work on Angular V-6
I can’t get Bootstrap on my page: installed version 3 npm install --save bootstrap@3 in the angular.json put the path: "styles": ["../node_modules/bootstrap/dist/css/bootstrap.min.css"…
-
0
votes3
answers96
viewsHow to change label type within a table depending on what is inserted
Good afternoon, I am trying to assemble a table with Bootstrap and would like to change the label type depending on what was written inside the cell. Table example: <table> <tr>…
-
0
votes1
answer75
viewsProblems with grid in Bootstrap version 3
I’m having grid problems in my html with bootstrap it should look like this but in my browser it looks like this: notice that on my banner that is inside the tag <header> this one with…
-
0
votes1
answer776
viewsOpen modal window according to customer id
In the view I do a foreach to display customers as below: <div class="row"> <div class="col-md-12 col-xs-12"> <div class="table-responsive"> <table class="table…
-
0
votes2
answers295
viewsProblem with Bootstrap Resizing
I’m having the following problem I’m ultilizing bootstrap in version 3 need my page to look like this template: but when I redeem my images they look like this: I would like the black image to be…
-
0
votes1
answer46
viewsMacbook Pro Retina screen is breaking the bootstrap CSS layout
How could I fix it, I’ve tried it but it didn’t work: @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio : 1.5) and (min-width: 1200px) {…