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
-
0
votes0
answers186
viewsHow to update several rows of a codeigniter table
Hello, I’m having the following problem, I have a stock table. follow img: these stock products are grouped every time I give an entry it adds to what already exists and creates a new line in the…
-
0
votes1
answer328
viewsHow to remove column spacing in bootstrap
Good afternoon everyone, I am working with columns and I came across a problem that has been hitting me for a long time, as you can see in this example https://jsfiddle.net/qt542gLo/, I need that…
-
0
votes0
answers57
viewsError 404 on deploy
Hello, I am developing an application using spring boot, locally it loads everything perfectly (I am referring to static files) but when I deploy in Heroku I is returned error 404 for css files.…
-
0
votes0
answers114
viewsbootstrap navbar
I have a navbar that shows content on the same page, according to the "tab" I choose from it. The problem is that if I enter a certain "tab" (two-stakes block, for example) and there I click on a…
bootstrapasked 6 years, 11 months ago Luciano Junior 11 -
0
votes0
answers397
viewsChat in Spring JSF and Primefaces
I need to develop a chat for our website. Developed in: JSF 2.2 Srping 4.2 Hibernate 5 Primefaces 5.3 Css bootstrap I already downloaded a project from github, it works cool but is very poor, wanted…
-
0
votes2
answers750
views(bootstrap and php) How to create a row every 3 database records
Guys, I have a template that has the following: <div class="row"> <!-- INICIO --> <div class="col-md-4"> Aqui vem uma imagem e o nome de um imóvel </div> </div> <!--…
-
0
votes0
answers1080
viewsSide Menu with Bootstrap 4
I’m having trouble developing a side menu with bootstrap 4 the idea is to open down expand up when close it open on the side of the site when on a mobile screen.…
bootstrapasked 6 years, 10 months ago Fábio Silva 11 -
0
votes1
answer3414
viewsHow to navigate between tabs of a bootstrap panel by href link?
So guys, I have a problem... I want to register and when I process it in php I want it to return in a certain tab of the panel.. how do I do that?…
-
0
votes3
answers2875
viewsHow to add tabs to my modal bootstrap
I’m using the twitter bootstrap library version 4.0 I managed to create a modal window but I would like to add tabs on it, I found some codes but I couldn’t implement them.. Keep going like I’m…
-
0
votes0
answers23
viewsHow to send data in a Bootstrapdialog sub-page?
In the example below I show a form inside the Dialog, this form in turn needs to receive some parameters: BootstrapDialog.show({ message: function(dialog) { var $message =…
-
0
votes1
answer2797
viewsBootstrap Validator
Personal, I am not able to put the validation of Bootstrap completely... the Basic already works, but the rest not... Missing part of turning green with icon on right side of SUCESS or ERROR…
-
0
votes2
answers581
viewsHow to change the default bootbox OK button name?
I am using the bootbox in my application and would like to know how to change the default name of Alert that is as OK, below my script: @section Scripts{ <script…
-
0
votes0
answers31
viewsHow to create custom menus in wordpress that respect the drag and drop order
I’m having trouble creating menus on my wordpress site in case I have more than one menu that need to respect the order of creation, but never breathe, the menu is ordered by alphabetical order,…
-
0
votes1
answer254
viewsModal Bootstrap being closed
I have the following scenario: a link that opens a modal. <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport"…
-
0
votes3
answers1171
viewssubmenu bootstrap
If anyone can help me I’m trying to create a sub-menu preference that opens right inside administrative opens access, employees and control panel within access would have two sub-menus register…
-
0
votes0
answers26
viewsHow to add functionality to buttons
i am new to php, and I am making a site manager, with it I want to manipulate the database, I am listing the database data and each database item has three buttons to view; Edit, which will edit the…
-
0
votes2
answers893
viewsModal Bootstrap for changing records
Good night, you guys!! Would anyone know a basic example on how to create a modal bootstrap for changing records? I have an on-screen listing that has a link to call the change modal. The call is…
-
0
votes1
answer1020
viewsIs it a problem to use two different versions of bootstrap?
Well I have a problem, I have a project in Ordova that was using bootstrap 3.3.7 however in this very I am passing everything to bootstrap 4.0.0, but I thought to leave the 2 in the project because…
-
0
votes1
answer998
viewsHow to add Padding in Select
I put a 30px padding, the select really gets bigger but it doesn’t appear anything. select.custom{ padding: 30px!important; -moz-appearance: none; -webkit-appearance:none; } select.custom option{…
-
0
votes0
answers110
viewsSpinner jQuery-UI no Up and Down buttons appear, conflict with bootstrap
I’m using the following component: http://jqueryui.com/spinner/#time As shown in the example, but in a modal bootstrap.. The problem is that my Spinner does not appear the Up and Down buttons,…
jquery twitter-bootstrap bootstrap jquery-ui spinnersasked 7 years, 10 months ago Fernando Muniz Erthal 43 -
0
votes1
answer274
viewsWhy does ng-repeat from Angularjs not work in Bootstrap Modal?
In my project, I used a nesting of ng-repeat to assemble several checkbox dynamically, enabling the user to combine filters, what works perfectly when mine controller upload the lists. Now, the user…
-
0
votes0
answers38
viewsScrolling page when loading Iframe
I have a page where this has an iframe for an application, the page loads before the iframe, when the iframe application loads, the whole page where the iframe automatically scrolls down, I do not…
-
0
votes3
answers507
viewsHide a div
I have two Ivs and I want one to disappear when I reach 'Md' the other to occupy the 12 columns. How can I do this with Bootstrap? <div class="container"> <div class="col"> Essa…
-
0
votes2
answers858
viewsDiv bootstrap misaligned
I have the following DIV <section id="section-base"> <div class="container"> <h3>cases</h3> <div class="row"> <?php foreach($cases as $valor){ ?> <div…
-
0
votes2
answers2296
viewsBootstrap - container with two columns and two rows of the same size
Boas, I’m trying to make a container with 4 equal cells, that is, 2 columns and 2 rows. I’ve tried using col and Row but nothing works. I’ve just got this, right now. <div id="container">…
-
0
votes1
answer95
viewsLoading of images in different resolutions
I want to do a Carousel in Bootstrap for church event banners. I’d like to know: 1) How many different banners would I need to make to meet all resolutions, satisfactorily? 2) If I upload the images…
-
0
votes1
answer103
viewsHow to adjust email text to the box?
The image was obtained with the browser resized to the dimensions 390 X 650 approximately. I would like to know how to do the text "[email protected]" that is inside a h4 fits the…
-
0
votes1
answer157
viewsBOOTSTRAP TABLE does not load JSON by the "data-url" parameter
I’m creating a table and trying upload a JSON file inside her, however, I’m not getting it. I’ve tried every way but there’s no way. I’m using a bootstrap template, However, I don’t know if I’m…
-
0
votes0
answers177
viewsFill div content from a select
Good afternoon, I would like to fill the contents of a panel from a data chosen in select. My code seems correct, follows below what I have so far: HTML <div class="panel panel-primary">…
-
0
votes1
answer2561
viewsFixed menu bootstrap
I made a menu with an image and fixed buttons on my site. Using the following code: <div class="navbar navbar-default navbar-fixed-top" role="navigation" style="background-color:#3299CC">…
bootstrapasked 7 years, 9 months ago Guilherme Hathy 31 -
0
votes2
answers551
viewsBackground printing issues using bootstrap in Firefox
Good afternoon friends, I haven’t had much practice with Bootstrap yet, I haven’t been able to figure out a way to keep a div background when I print a page through the window.print() I have the…
-
0
votes2
answers238
viewsColor transition effect in the navbar of a bootstrap template in Rails
Hello, I am using a template of startbootstrap, the Agency, I was able to import it to the Rails project, I put the theme in the vendor folder, I imported the scss in Aplication.scss and I put the…
-
0
votes2
answers1072
viewsHow to center an input on a grid in Bootstrap 4?
Hello, everybody. I’m starting with front-end web programming and I have a question about Bootstrap 4, and its grid system. Basically how to center the input and the p inside the Grid. I have the…
-
0
votes1
answer473
viewsStylization in Bootstrap
I have a beginner’s question. I always made web interface in hand (using pure HTML and CSS, without using a framework.) I just studied a course that taught how to use Bootstrap, from what I saw in…
bootstrapasked 7 years, 7 months ago Rodrigo Jacinto 355 -
0
votes0
answers59
viewsHelp with responsive bootstrap
I’m developing a website with bootstrap. The site is already ready for desktop, but I’m having a hard time making it responsive. On the site I have several Ivs, one below the other. When I decrease…
-
0
votes0
answers221
viewsCarousel bootstrap 3 Swipe does not work
I’m trying to make a Swipe on bootstrap 3 Carousel but I’m not getting it. Html Code <div id="myCarousel" class="carousel slide"> <ol class="carousel-indicators"> <li…
-
0
votes1
answer35
viewsTabs causing the dropdown to close
Someone can help me, I put the tabs inside a dropdown and when I change the tab the dropdown closes. Login Login Novo Login Antigo <div class="tab-content"> <div role="tabpanel"…
-
0
votes1
answer347
viewsCarousel Boostrap
Hello. I’m trying for the first time to make a Bootstrap. The Carousel is only in the first image, it does not change automatically nor when I click on the side buttons. HTML: <!DOCTYPE html>…
-
0
votes1
answer296
viewsCreate event click to dynamic button
I’m adding lines dynamically in a table, but I can’t make the dynamically created button work. Below is the excerpt where I create an ajax request to add a row to my table:…
-
0
votes1
answer2333
viewsDatepicker Month and Year
Following the reply of this question, I tried to implement in a text field a modal this same command, but it comes deformed. <script> $(".datepicker").datepicker( { format: "mm-yyyy",…
-
0
votes1
answer1090
viewsDropdown Bootstrap does not work
I had made a menu using Bootstrap and it was working perfectly, but I had to add a dropdown, and apparently it shows no errors... But nothing happens by clicking on the menu. [![<div…
-
0
votes2
answers125
viewsCheck Internet connection, if not add modal
Hello I have this code below that checks if there is an image in the url, if it does not exist. I would like that in the place of Alert that he called a modal informing that this without internet…
-
0
votes1
answer309
viewsSub-Tables in Bootstrap
I’m creating a conventional table, which when clicked on in the group name it shows a sub-table containing the same columns and refactoring the results: NORMAL STATE: GRUPOS QUANTIDADE | GA | | 1000…
-
0
votes1
answer151
viewsTransition between clicks on href bootstrap link
I would like that when clicking on the contents, it would disappear smoothly and show the other content. Only the way I’m doing it, he shows up, disappears and shows up. var codigo = 0;…
-
0
votes1
answer45
viewsRemove jquery tab bottom line
I’m trying to remove the bottom line of a tab, but I haven’t been able to Follow this tutorial and nothing. When placing my code, the line cuts the text <html lang="en"> <head> <meta…
-
0
votes1
answer515
viewsView Mysql inside modal
I am developing a new PHP ordering system that works as follows: The user does upload requests, which are stored in a Mysql table called requests; After uploading, the user can change the status of…
-
0
votes1
answer599
viewsJavascript function does not work after Else if
To contextualize: The code is a page with some RadioBox where each one must have a function and each show different HTML elements depending on the need (this worked perfectly). The problem is that…
-
0
votes2
answers357
viewsDisplay different images as selected in select
Hello, I would like to change image and information as the selection in select each option, as in the example. <html> <body> <div id="our-team"> <div class="container">…
-
0
votes1
answer225
viewsResponsive embed bootstrap does not work
I am trying to implement the embeded Responsive of bootstrap, because I need to put a video (.mov) on the site, but it is not working. source: http://getbootstrap.com/components/#Responsive-embed…
-
0
votes1
answer340
viewsSwitchery with tooltips (bootstrap), how to do?
How to make Switchery show bootstrap tooltip on itself? This example does not work: <input data-toggle="tooltip" title="Hooray!" type="checkbox" class="js-switch" /> var clickButton =…