Most voted "bootstrap" questions
DO NOT USE THIS TAG UNDER ANY CIRCUMSTANCES. If your question refers to the WEB FRAMEWORK used for grids, layout and stylization, use the "twitter-bootstrap" tag or more specific tag with version number. If your question refers to SYSTEM DEPARTURE, use the "bootstraping" tag. If you are bootstrap for statistics in R or another language, use the tag "statistics-bootstrap".
Learn more…464 questions
Sort by count of
-
1
votes0
answers298
viewsCommon bootstrap tabs/pills content
Bootstrap tab/pills and tabs content are almost equal, differentiating only a few fields. There’s a way to make the most of what they have in common? <ul class="nav nav-pills"> <li…
-
1
votes5
answers599
viewscss properties do not bootstrap effect
I’m trying to do a simple thing in css that is change the font color of my link and colors are being nullified by some motiv that I don’t know which is .navbar-inverse .navbar-nav>li>a {…
-
1
votes1
answer713
viewsAdd a separator to each item
Hello, I have the website exemplo.com, in it I use the Bootstrap, I would like to add a / to each item in his navbar, as a breadcumb. Like a breadcumb but in the navbar. Thanks in advance.…
-
1
votes2
answers1238
viewsMenu in two CSS columns
I have a CSS bootstrap structure. This menu it stays this way: I would like to divide into two columns, how could I do? There has been no change of normal bootstrap menu structure. Follow the menu…
-
1
votes1
answer776
viewsError datepicker bootstrap calendar in bisex year
I’m using the datepicker bootstrap, and found that the 2016 calendar is wrong. Today for example is day 01/07/2016 Friday and the calendar is displaying as if it were Saturday. Can anyone tell me if…
-
1
votes1
answer153
viewsButton disabled when not in "mobile resolution"
Good morning, you guys! I’m a beginner in jQuery and Bootstrap, and I’m having a hard time using both simultaneously. I am wanting to generate a button that, when clicking, displays a small form for…
-
1
votes1
answer631
viewsBootstrap Datepicker with Codeigniter
Good evening, class, I’m in a PHP project in Codeigniter, where I’m already using Bootstrap and Morris.js (graphics). I need to implement Datepicker now, and doing the same way that it would have…
-
1
votes0
answers329
viewsBootstrap modal window display condition with Ajax/Post
I created a client registration method with Ajax via Post. But somehow my code should contain some error when I establish a certain condition. Note below: when the value returned from…
-
1
votes0
answers142
viewsviewMode bootstrap datetimepicker disable months and years
I have the following code: <div class="input-group date dtPicker @Html.GeneratePermssionID(item.IntegrationId)" style="width: 200px;" id="dateFrom" data-pl="5"> <span…
-
1
votes1
answer645
viewsPHP does not save form data in the database
I’m starting in PHP and I’m having problems with the following code <?php define("SERVIDOR", "localhost"); define("USUARIO", "root"); define("SENHA", "leonardo"); define("BANCODEDADOS",…
-
1
votes2
answers693
viewsTooltip Bootstrap 3 disappear when I click another
I have 3 tooltips. I want them to appear in the click, so I used the following: $('[data-toggle="tooltip"]').tooltip({ trigger : 'click' }); So when I click on the first one, for example, it…
-
1
votes1
answer2861
views -
1
votes1
answer673
viewsHow to Integrate Frontend with Java?
I’m a beginner in frontend. I’m making a system using html, bootstrap, javascript and jquery. I’ll have to make the integration with the java. I would like some guidance because I don’t know where…
-
1
votes1
answer1136
viewsHow to adjust the entire screen according to the resolution of the monitor?
How to adjust the entire screen according to the resolution of the monitor? See the image below: My Dashboard is getting like in the picture B how could I make to look like a To. I’m using php +…
-
1
votes1
answer276
viewsError webpack with bootstrap-Loader
I’m having trouble implementing the bootstrap-Loader in the webpack. I get this error output on the console: ERROR in . /~/css-Loader!. /~/resolve-url-Loader!. /~/Sass-Loader? sourceMap!.…
-
1
votes1
answer1091
viewsHow to use Bootstrap template
I wanted to use the Gentelella template. I even looked for explanations but I couldn’t find. I need to replace an admin panel that I created a few years ago with a newer one. And I saw this…
-
1
votes1
answer230
viewsPage content offset when closing modal bootstrap
I have the following problem, when opening a link in a modal on my page and closing it the content of the main page is shifted to the left, whenever the modal is open and closed the content moves, I…
-
1
votes1
answer2163
viewsBootstrap <div> overlay
When I was 3 <div>, as part of Bootstrap’s basic skeleton, as I do so that the <div> referring to the main content is superimposed on those of the header and footer, hiding a small part…
-
1
votes0
answers47
viewsHow to make Bootstrap work in Theme options - ADMIN
I can’t get Bootstrap to work on the Settings API options in my Wordpress theme. I added in the action admin_enqueue_scripts together with other JS and CSS Wp_register_style ('custom_wp_admin_css',…
wordpress twitter-bootstrap bootstrap-3 bootstrap wordpress-themeasked 7 years, 3 months ago Gislef 261 -
1
votes1
answer1076
viewsInput field is not loading default value "value"
I got the field: <div class="form-group"> <label style="color:white" for="valor">Valor</label> <div class="input-group"> <input type="number" value = "0"…
-
1
votes3
answers582
viewsProblems with image on the site
Hi, guys, I want to put an image in the header of my website, but I can’t get it to stay on the right head. If I put in a code before the divorce, she doesn’t show up, and I put her in charge of the…
-
1
votes1
answer2175
viewsAligning buttons on the NAVBAR
I have the following buttons on my navbar: <div class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <a…
-
1
votes1
answer103
viewsuibModal does not show the items in ng-repeat
I’m using $uibModal to display a list of options for the user, but is not appearing in the modal. Controller app.controller("ConsultaFiltroController", function($scope, $http, $uibModal, $log) {…
angularjs bootstrap modal angular-ui angular-ui-bootstrapasked 8 years, 2 months ago Luiz Fábio 333 -
1
votes2
answers91
viewsPHP - Get different database data from the same button
Well, here’s the problem: I have the following code HTML/PHP which allows me to retrieve the last four data entered in the database to show the last ones added: $getLastFour =…
-
1
votes1
answer514
viewshow to vertically align a . btn(bootstrap) button inside a Fixed top Nav menu?
#nav { background-color: #888888; } #nav h3 { margin-left: 3em; } #nav-right { display: table-cell; } .btn { height: 100%; } <div class="fluid-container"> <div class="row navbar-fixed-top"…
-
1
votes1
answer1214
viewsView confirmation modal after sending email
I have the following code <?php require_once('PHPMailer-master/PHPMailerAutoload.php'); PHP_OS == "Linux" ? $quebra_linha = "\n" : $quebra_linha = "\r\n"; //$emp = $_POST["empresa"]; $nome =…
-
1
votes0
answers201
viewsOpen File in Modal Dialog
I am recovering a file given a path and would like to display the answer in a Modal. This is a snippet of HTML that calls Servlet (MSD) by passing the file path as parameter: <a class="btn-doc-sm…
-
1
votes1
answer122
viewsFill matrix with ZERO in null spaces, (python/Django)
The problem is in the parts marked on red, I’m having trouble assigning zeroes to her. According to model: The excerpt of the code I am generating this table: *Obs: The selection of this period may…
-
1
votes0
answers210
viewsHow to dynamically initialize a Select2 in Angularjs
Hello guys I am using the plugin of Select2 in my project. I need to create several selects2 dynamically, by angular. I have an object array (with id, name) and accurate from an event, in a function…
-
1
votes2
answers296
viewsHide half an icon on a Card
I have this code (Bootstrap 4): <link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css" rel="stylesheet"/> <script…
-
1
votes0
answers195
viewsFirefox does not open modal Bootstrap
I have the following HTML code: <div class="col-sm-4 col-md-4 col-lg-3 empresa-button"> <button data-toggle="tooltip" data-placement="bottom" onclick="setReturnURL('link');" title=""…
-
1
votes0
answers145
viewshow to add a div with information above the navbar with background Carousel
I’m having a difficulty that although it seems to be simple but I’m not getting where I want, I’m creating a site where I have a div with the language card, in the middle of the logo and a…
-
1
votes1
answer1022
views -
1
votes1
answer987
viewsModal with Countdown
I created a modal with Bootstrap, and created in a separate file a Javascript chronometer. But I wanted that chronometer to run inside Modal. How do I proceed? Thanks in advance! Modal Code: <div…
-
1
votes1
answer485
viewsSticky-top Bootstrap Does Not Work
Can you tell me if I need to change anything in my CSS or JS to run Bootstrap Sticky-top? I am using version 4.5 of Bootstrap and CSS formatting just put a Height manually in the menu, the rest is…
-
1
votes0
answers201
viewsMenu mobile bootstrap version not back to normal
I have an application with a bootstrap menu, but when it is in the mobile version that I click on some link in the menu, it does not go back to normal (back), it is the same way as I clicked. He…
-
1
votes0
answers66
viewsProblem with bootstrap field alignment
I’m facing a problem I can’t solve. What I wish seems to be simple, align the small field well below the written amount, I did some tests with methods I saw by the master google, but the field…
-
1
votes1
answer2389
viewsCustomize Select Option
I need a Select equal to the image: But this is from Twitter Bootstrap and I use Bootstrap 4 and in the documentation I did not find anything like this. You can do it with Bootstrap 4 or even in…
-
1
votes0
answers287
viewsLoad content in div without having to load page using treeview menu
Next I researched a lot here before asking this question, I have a menu that when I load the content in the div it gets bugged, it opens and closes at the same time after I load the content in the…
-
1
votes1
answer512
viewsList data in separate columns
I have the following list from the database <ul class="list-marked"> <?php foreach($cidades_presentes as $valor){ ?> <li><a href="#"><?php echo $valor->categoria;…
-
1
votes1
answer819
viewsBootstrap progress bar tracking video youtube duration
how to make the bootstrap progress bar track the youtube video tracking (iframe) deployed on the html page var player, time_update_interval = 0; function onYouTubeIframeAPIReady() { player = new…
-
1
votes1
answer109
viewsModal button disappears when using browser scroll
I wanted to leave the modal button fixed at the top of the page, but when I use the scroll from the browser, the close button disappears, this only happens in one of the modals being that all 7 are…
-
1
votes1
answer2234
viewsMy bootstrap carousel isn’t working!
<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css"…
-
1
votes2
answers125
views -
1
votes1
answer74
viewsHTML 5 Bootstrap System Grid
I need to do with the grid system if possible the image example: In the example above, I only need the formatting, where each event is a 'div' with a dynamic size, and the bottom one glues to the…
-
1
votes1
answer88
viewsMove DIV when opening Nav menu Jquery Bootstrap
I would like to move the div below the menu, so I choose some option from it. var cbpHorizontalMenu = (function() { var b = $("#cbp-hrmenu > ul > li"), g = b.children("a"), c = $("body"), d =…
-
1
votes2
answers2671
viewsHow to align a button always down?
I’m using bootstrap version 4.0.0 I took an example here: https://getbootstrap.com/docs/4.0/examples/pricing/ How can I make a button always aligned to bass ? You can see in jsfiddle that the "pro"…
-
1
votes2
answers152
viewsDivs background with a larger side q other
Good afternoon guys, could someone please explain to me how this effect is done on the slope background, or slope, depending on how you look.. kkk I tried the results on the page, but I can’t see…
-
1
votes2
answers115
viewsNavbar-Brand display on smartphones
I am Newbie and would like a help with a problem I am facing on my mobile site. I am using bootstrap. That is the result: The text Squish Monsters is pasting on the navbar, the correct result should…
-
1
votes1
answer552
viewsProblem with modal registration form
In the registration form I call a window modal which is the same page of listing entries. When I click on submit of form it sends to my beauty database and closes the modal. However, for me to see…