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
-
1
votes1
answer59
viewsIs there any way to add Bootstrap’s "tooltip" to the force?
I have a button on my website Wordpress, or within the posting! Knob: <a href="#" class="btn btn-primary btn-lg btn-block" id="butdedownlaodnovo" data-toggle="tooltip" data-placement="top"…
-
1
votes1
answer504
viewsRepeat Carousel Bootstrap
I have this code from a Carousel $('#carousel-example-generic').on('slide.bs.carousel', function() { var interval = $('div.item.active').attr('duration'); setTimeout(function() {…
-
1
votes1
answer947
viewsPost in a div
Good morning. I have a div that when clicked, opens a page. So far so good and is working. Now how do I make so that when the user hovers over that DIV, appear a Popover with the message "To edit…
-
1
votes0
answers42
viewsResponsiveness of websites according to the Browser
I know it’s a massive subject and can easily be duplicated, but before you point it out, read. The properties of Bootstraps do not apply to Browser Safari ? I have an application that in 3 Browser…
-
1
votes1
answer1895
viewsHow to adjust the size of a generic Modal Bootstrap window according to the desired View
I have a generic bootstrap modal window that will open several views. The problem is that each of them will have a different screen size and currently, my settings remain fixed(style="width: 800px;…
-
1
votes1
answer407
viewsScrollspy is not working
Good morning, I am developing a site, and at first everything is working, but Scrollspy (Bootstrap 3.3) is not working, I followed several internet tutorials on how to apply it in a Website but I…
-
1
votes2
answers61
viewsI cannot remove default background
Next guys, I’m using a wordpress plugin to organize the menu dishes of the restaurant, this: (food-and-drink-menu - url: https://br.wordpress.org/plugins/food-and-drink-menu/) All right, let’s go!…
-
1
votes0
answers60
viewsDetermine Bootstrap column width when detecting overflow in div
Currently the distribution of Boostrap columns is fixed in size 2, example: col-lg-2, but inside that column is a <ul> with several <li>, and when overflow occurs to <ul> is…
-
1
votes0
answers369
viewsHow do I limit pages in the EX pagination: 1,2,3,4.... , do not leave all numbers in view from 1 to 50
<?php include_once("conexao.php"); $pagina = (isset($_GET['pagina']))? $_GET['pagina'] : 1; $result_curso = "SELECT * FROM cursos"; $resultado_curso =…
-
1
votes1
answer627
viewsHow do I center links from a navbar viewed on bootstrap 3 mobiles?
Next, I’m using the version of bootstrap 3.7.2 to make a navbar and I set it so that when "collapsed", that is, when we view on mobile devices, it gets the toggle button on the right and the logo is…
-
1
votes1
answer38
viewsBootstrap grid mess
Hello, good afternoon, would have some way to fix the col-Md where it was positioned without change? I used to do it this way: <div class="col-md-12"> <div class="col-md-4"> </div>…
-
1
votes2
answers855
viewsHow to change Popover size in Bootstrap 3?
I have the following code of a Popover effect with Bootstrap 3, I am using Bootstrap 3.3.7. This one can works as follows, when the mouse passes over this icon the message appears. I have several…
-
1
votes1
answer367
viewsProblems in the Bootstrap Dropdown Menu on SM screens
I’m having a problem with a menu dropdown that I made using Bootstrap. The problem is this, the menu worked perfectly for size devices XS. However, it does not work on size devices SM (That’s what I…
-
1
votes3
answers42
viewsKeep images online even on mobile devices
I have a div which contains some icons, which are aligned horizontally, but according to the size of the screen on which it is displayed a line break is generated, my goal is to prevent this from…
-
1
votes2
answers40
viewsLogo is not positioned correctly on the mobile
I am developing a site and I came across an error in which the logo is not displayed correctly when the site is opened on mobile, even in Responsive Design Mode Firefox it is displayed the way I…
-
1
votes1
answer227
viewsBootstrap class . text-Justify 3 doesn’t line up without any previous inheritance
I inserted a class in a div to justify the internal text but does not respect, and there are no inheritances of classes or higher level elements. <div class='col-xs-12 col-sm-12 col-md-8…
-
1
votes1
answer99
viewsHow do you align the form in bootstrap?
I’m not getting the form lined up, could someone give me a hand? <div class="modal fade" id="modalJustificar" tabindex="-1" role="dialog" data-backdrop="static" aria-labelledby="myModalLabel"…
-
1
votes2
answers128
viewsButton does not show full name
I have several buttons inside my divs. I leave the css that I use to put the div side by side and the css to set the size of all buttons so that they are all the same. But then I have the problem…
-
1
votes1
answer692
viewsAlign textarea with other input with bootstrap
Guys I’m making a little project that is a question and answer site like yahoo so I’m trying to align the textarea with other inputs and not getting it this way soon after the code <?php…
-
1
votes1
answer191
viewsI am unable to insert submenus in the dropdown menu
Problem: I’m not being able to create a dropdown menu with submenus. Ex: When clicking the profile on the left will open a drop menu the idea would be when clicking the settings open new options.…
-
1
votes1
answer272
viewsDifferent forms on the same line
I have two forms in my code, and HTML gave a line break between the two. I would like both to be printed side by side, to save screen space. I’d like to know how to do this using CSS or Bootstrap 3.…
-
1
votes2
answers157
viewsAlign button inside Alert
The needing leaves a button lining inside the boostrap "Alert" element. I tried to do this with the "pull-right" class, but half the button is outside the element. Someone can help me? <script…
-
1
votes1
answer79
viewsEffect with Hover in two elements
I am trying to make an effect that, when passing the mouse on some topic, the others decrease the opacity, highlighting the topic on which the mouse is. In addition, the Hover changes the color from…
-
1
votes1
answer49
viewsWindow datetimepicker out of place
I have a problem with the position in which the datetimepicker window appears, as in the image below it appears directly and a little distant from the source field, I would like it to be centered…
-
0
votes1
answer471
viewsDatepicker (Bootstrap) works with Online libs but not with Offline
I have developed an application that uses 3 jquery-1.11.1.min. js, bootstrap.min.js, bootstrap-datepicker.js, this application works using the libraries purchased online (src="htt://") but when I…
-
0
votes0
answers129
viewsSelect2 does not open when screen is smaller
I have a problem when Select2 is in a form and near the end of the screen, so it does not open because it understands that there is not enough space, I would like to know how to do in this case. The…
-
0
votes1
answer1214
viewsBootstrap blocks
Goodnight! I wanted some tips, help, anyway, I wanted to create some style blocks that image below using bootstrap, but I have no idea where to start, someone can give me a light? Thank you!…
-
0
votes1
answer19
viewsCompote ready
Good morning. People, can anyone tell me if there is any other component besides the editor of the primefaces, in which it has the following properties: font, font size, center, left align, right…
-
0
votes1
answer2430
viewsAlign the top of Divs (Bootstrap)
Hello I have a page where your blocks(blue and red border)(of different size) stay with the uneven top, how could solve this problem? Imagery: Respective HTML code: <div class="row"> <div…
-
0
votes2
answers1783
viewsDropdown with navbar bootstrap images
I’m having a problem disposing a dropdown of images in bootstrap, dropdown this that is inside a navbar html code: <nav class="navbar navbar-default navbar-fixed-top"…
-
0
votes0
answers248
viewsExit the modal after return of the result
After deleting and returning to index... [HttpPost] [ActionName("Delete")] public ActionResult DeleteConfirmed(int id) { _unitOfWork.UserRepository.Remove(id); _unitOfWork.Salva(); return…
-
0
votes2
answers3057
viewsHow to change the Jumbotron tag in the bootstrap in the google Chrome browser?
Look carefully at the image; Now take a look at the code <!-- jumbotron--> <div class="jumbotron"> <div class="container text-center"> <h1>JWB Tecnologia</h1>…
-
0
votes1
answer46
viewsHow to disable a slider-like input field in bootstrap-slider?
I’d like to know how to disable a camp input of slider in bootstrap-slider?
-
0
votes0
answers178
viewsBootstrap Typeahead + PHP and Mysql Plugin
I am a few days trying to use the Bootstrap Typeahead completion feature with this plugin:biggora/bootstrap-ajax-typeahead. After researching a lot, I found only vague answers, but nothing…
-
0
votes3
answers244
viewsNumerical counter
I am making a control page for entry and exit of company equipment. I’m using Boostrap as a framework, you could let me know how I do a counter to manage the OS number. Or some help link on the…
-
0
votes1
answer23935
viewsWidth/size Bootstrap buttons
Hello, to you all! How could I put all buttons on a group of Bootstrap buttons of the same width independent of content and still remain responsive. For example I have a group of buttons: A B NA,…
-
0
votes2
answers4260
viewsConfirmation with Bootstrap modal
I have a system that I’m using Bootstrap for. I would like to know if you have how in the actions to register, instead of appearing the famous phrase "Your registration was successfully made!" from…
-
0
votes1
answer242
viewsWhen opening Popover[bootstrap] the screen loses focus and goes to the top
I have a query screen where I feed an html table with the database records. In one of the columns, of each row, there are some options like edit, delete, add photos and another option that opens the…
-
0
votes0
answers95
viewsRadiobutton inside the popover is not checked via javascript
I have a query screen where I feed an html table with the database records. In one of the columns, of each row, there are some options like edit, delete, add photos and another option that opens the…
javascript jquery twitter-bootstrap framework bootstrap-3asked 9 years, 7 months ago LeoFelipe 1,455 -
0
votes0
answers788
viewsControl of bootstrap tabs
I have three tabs with bootstrap, the option to navigate the tabs with the buttons back and next are working, as picture below: How do I enable the next tab only if all fields of the first tab are…
-
0
votes1
answer1139
viewsPanel-Collapse Bootstrap
HTML CODE <!-- panel 1 --> <div class="panel panel-default pulse animated"> <div class="panel-heading" role="tab" id="headingOne"> <h4 class="panel-title"> <a…
bootstrap-3asked 9 years, 6 months ago Hitch Leonardo 623 -
0
votes0
answers477
viewsTrigger event by clicking on a "tab"
I have a series of "tab" that are generated according to the parameters code: if($i==0 || $i==2 || $i==16 || $i==26 ) { ?> <div class="panel with-nav-tabs panel-primary"> <div…
-
0
votes1
answer211
viewsModal Box - Where to start? (example link)
I need to make a modal box like the one in the example Modal Example. I can use Bootstrap’s . js to do this?…
-
0
votes2
answers1568
viewsHow to display a modal using the c# and bootstrap button?
If you use the <button type="button" data-toggle="modal" data-target="#ConvenioOk">Teste </button> modal opens. But I have to use the C# button due to the event. The button calling the…
-
0
votes1
answer1552
viewsModal Bootstrap with input content
good night. I have an HTML page that has a text input and a button. In this input I write the name of the client and the button opens a modal to make a registration. would have as already in the…
-
0
votes1
answer2004
viewsPlace search form on the right of the navbar
I’m using Bootstrap and put a search form inside a simple navbar. The problem is that I can’t get the form away from the title, I’d like it to be aligned to the right of the navbar. This is the…
-
0
votes2
answers331
viewsHow to adjust bootstrap image height?
http://www.adota-me.tk/anuncio.php?id_anuncio=1455188994 In mobile mode the image height is too long as I can adjust that height ?…
-
0
votes0
answers373
viewsAngularjs validation does not work very well
I have a form where it is shown inside a modal, used by the Bootstrap framework, and because of that, the angular validation does not work right. Only some fields are validated and still yes…
-
0
votes2
answers3966
viewsI need to put a button next to an input of type select, how to do?
I need to put a button next to a select type input. My code: <div class="form-group col-md-2"> <label for="inpIdPortador">ID Portador:</label> <select class="form-control"…
-
0
votes1
answer56
viewsdocumentations and links about the Hover effect
hello staff would like to know if there is any material or documentation that helps me because I need to create an effect :hover similar to that of this site here OBS: the effect :hover and the part…