Most voted "twitter-bootstrap" questions
Bootstrap is a front-end (client) framework, created by Twitter, designed to serve as the basis for developing web applications and websites. Use the tag "twitter-bootstrap" and NOT "bootstrap" to ask a question about this framework. Also use the more specific tag if the question refers to something unique to a related version or technology.
Learn more…1,437 questions
Sort by count of
-
0
votes1
answer31
viewsWhat is the best component for resizing and partitioning image in different sizes?
I have already searched enough and there are some solutions to "resize" the images and create the "thumbnail" from an original image. I am creating a corporate network and would like to resize an…
-
0
votes1
answer1340
viewsDecrease height of "Row"
I have a panel and inside it a progress bar, where I created a line inside the panel and put my progress bar. HTML: div class="panel with-nav-tabs panel-success"> <div…
-
0
votes1
answer265
viewsHow to edit the simple_form to customize the fields
I would like to know how to edit the fields of Forms with simple_form, edit such with bootstrap, I read some tutorials but I did not understand well how to edit, how to use the class: form-control,…
-
0
votes1
answer813
viewsGoogle map inside the modal Bootstrap
I want to incorporate google maps into the modal bootstrap. Through some searches, I ran into the code below, but the map does not appear: http://www.bootply.com/106707…
twitter-bootstrapasked 8 years, 8 months ago user24136 -
0
votes5
answers946
viewsBootstrap: prevent the menu from closing when clicked out of it
I am using the following script so that the dropdown menu of Bootstrap does not close when clicking on some other point of the page: $(document.body).on('click', function(event){ var windowWidth =…
-
0
votes2
answers1802
viewsFramework to create admin dashboards and dashboards
I would like to have a framework to create administrative panels, if possible that already have dashboards included. Some people have already indicated me ready layouts, more I would like to develop…
-
0
votes0
answers53
viewsDropdown-menu does not work. jQuery.js missing
Recently I was having trouble with my dropdown menu the menu does not drop when pressed. From the searches I did, I found that it does not work due to the lack of the file 'jQuery.js' in the js…
twitter-bootstrapasked 8 years, 7 months ago Heidy Miguel 121 -
0
votes2
answers93
viewsCenter form
Would anyone know how to center a form within a container with *bootstrap? Example: <div class="container"> <div class="row"> <div class="col-md-12"> <!-- Centralizar este form…
twitter-bootstrapasked 8 years, 7 months ago Vynstus 462 -
0
votes1
answer66
viewsFREE tool for Wireframe
Among the various tools found when researching about it, could anyone indicate a good FREE tool for creating wireframe? The focus and system development for web. Note that I do not seek the best,…
-
0
votes1
answer786
viewsI need to change the onclick button to angular.js
Good evening. I’m using Bootstrap paging with Angular.js . I can get the database data and list it, it was beautiful, etc... the way I needed it. However, I need to open a modal window and it worked…
-
0
votes1
answer154
viewsRow doesn’t respect Padding’s Div
Row has no respect for the padding of the div she’s in. div[role="conteudo"]{ width: 100%; padding:0px; height: 100%; background-color: #FFF; } <div class="container" role="conteudo"> {...}…
-
0
votes0
answers361
viewsRedirect page to a modal window
I have a main page, with a table that shows all the requests I have on my system. Each row of this table has a button, where I open a modal window and in it I can make some edits. When making edits,…
-
0
votes1
answer3187
viewsChange colors from zebra bootstrap table
I’m using the bootstrap and a table with table-Striped and a zebra is getting very light, ?
-
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
votes0
answers195
viewsNavbar Bootstrap and Dropdown
I have a menu that contains submenus. When the resolution is mobile it only displays the menus and when I click on "products" it does not open the submenu it has on it, it is closed. What can be ?…
-
0
votes1
answer3255
viewsLoading page contents without refreshing page
Good afternoon/evening, everyone. Gentlemen, I have the following layout: (ex.png) As you can see, I’m creating an administrative area for my system, where the top bar and the side ( both in black)…
-
0
votes0
answers259
viewsMultiple Carousel on the same page
By inserting multiple Carousel , by clicking on any other Carousel, only the first changes. Someone can help me? <section> <div class="row"> <div class="col-lg-6"> <h3>Titulo…
-
0
votes0
answers27
viewsFilter Used and Unused Classes Twitter Bootstrap
I’m importing bootstrap to a landing page, but because the content is little, the classes I needed to use are also few. I wanted to know if you have any automated way to filter which classes I am…
-
0
votes1
answer834
viewsButtons with HTTP Request Action
The Button Click Request is receiving: { 'QTD1LED, ON': '' }, but I would like to receive only {QTD1LED, ON}. What I have is the change in my code? var http = require("http").createServer(servidor);…
-
0
votes2
answers23084
viewsCentralize DIV
How do I center this div : .centralizar { width: 80%; background: #fff; }…
-
0
votes2
answers437
viewsDisable Bootstrap Collapse after first click
I have a page, on which I applied the bootstrap class Collapse, where when clicking it expands a certain area and the page scrolls to that part of the site. I want, when clicking and expanding this…
-
0
votes1
answer54
viewsdropdpwn menu does not work on touch
I’m in the following trouble I made this website but by accessing it on mobile and clicking on the menu it expands to a dropown on the tab what we offer and when I click on a link it does not work…
-
0
votes1
answer229
viewsCheckbox not clickable
I want to make the checkboxes of a specific page on my site visible, but not clicked, where the user can only interact with them after logging in. Is there any CSS solution for this situation in…
-
0
votes0
answers451
viewsWhat is the largest modal size in bootstrap?
I need the biggest bootstrap modal size to be able to show a table with lots of data.
-
0
votes1
answer1109
viewsModal bootstrap does not open as dynamic link
I bring a PHP/Mysql listing from which I open a product description in a modal window. The code is as follows: Page list-products.php while($jm = mysqli_fetch_object($sql)){ $listar = "<a…
-
0
votes2
answers1385
viewsOverlaid and responsive images
Good morning, Friends I am a beginner in CSS and I am using bootstrap and I would like to put two overlapping images, and they should be responsive and the imagem2 has to have absolute position in…
-
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
votes1
answer1829
viewsDropdown menu with Bootstrap
I wanted to know how to make a menu that is dropdown, when it is accessible in mobile continue dropdown. I have the website www.ktfdistribuidora.com.br, in the "products" tab is a dropdown. In…
-
0
votes1
answer846
viewsPositioning of speakers in bootstrap
I have 3 columns, they are positioned like this: Dados Basicos | Endereço Contato So when the responsibility is done he gets like this Dados Basicos Endereço Contato But I need it done this way:…
-
0
votes1
answer95
viewsSelect a badge as a Jquery child element
I got a badge that’s attribute son of a button, that way: <button id="equipeum" class="btn btn-primary" type="button"><span id ="pontoum"class="badge"></span></button> In…
-
0
votes1
answer1026
viewsBootstrap menu with logo in the middle
Could someone help me how to make the bootstrap menu of the template below? I’m not able to do with 2 ul menu with the image in the center, to go aligning in the responsive.…
-
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
votes0
answers234
viewsHow can I apply bank information to modal?
Well, I’m working on my computer CBT, and its purpose is to control the output of students. I managed to make registration system, deletion, I am already working on the edition, however I would like…
-
0
votes1
answer1076
viewsManipulate the Scroll event in Jquery
Good afternoon, I have a Navbar that starts transparently i Seto this via query: $( "nav" ).css('border', 'none', 'important'); $("#hamburguer").css('background-color', 'transparent', 'important');…
-
0
votes1
answer170
viewsHow to center content on the screen depending on your mobile device with intel xdk?
Good night, I’m developing a mobile application with intel XDK with bootstrap framework, I need to know how I can put my content centered on the screen on each type of smartphone and resolution that…
-
0
votes1
answer1611
viewsComponent Select2 with Angularjs
Good afternoon Someone uses the Select2 component (https://github.com/select2/select2) to create dropdown components? I am going through the following problem, I have two components in a javascript…
javascript html twitter-bootstrap angularjs jquery-select2asked 9 years, 5 months ago Giancarlo Abel Giulian 3,999 -
0
votes1
answer182
viewsTransparent Navbar Bootstrap
Good afternoon, How do I make my page start with the transparent navbar and when I give the Scroll down it stay as "inverse"? I’ve tried to give a background-color: transparent !important, but it…
-
0
votes1
answer36
viewsTwitter Bootstrap does not load in jsp files
Good afternoon, you guys. I have a problem, my jsp pages do not load the bootstrap CSS. I wonder if there is any configuration in some xml or elsewhere that needs to be done, or just put the…
twitter-bootstrapasked 7 years, 8 months ago Fernando 227 -
0
votes0
answers46
viewsJSP does not recognize Twitter Bootstrap
I’ve been trying to figure out the pq my JSP page does not recognize the CSS of Twitter Bootstrap. The ones I found on the Internet, I’ve tried and nothing. The reference went like this for CSS:…
-
0
votes1
answer134
viewsCustomizing Bootstrap WYSIWYG
Colleagues. I’m using Bootstrap’s WYSIWYG, but I’d like to remove some buttons, leave only the Normal up to the Underline. The code I have is: <script> $(function () {…
-
0
votes2
answers241
viewsLeave submenu in container width
How to leave the submenu (dropdown) within the container width? Where you have the div with the class: class="navbar-Collapse Collapse" I put (position: relative), it worked but the logo link does…
-
0
votes2
answers51
viewsPlace css images in mediaqueries
Guys I’m developing a site in bootstrap and when putting the logo it only works in html and not css, but what I find strange is that only the logo no funf, already all styles this good! html file…
-
0
votes2
answers450
viewsPictures above the carousel
I’m not able to put the images above the carousel, I’m trying to put my remaining content above the carousel but it’s not working, I tried everything, but it’s coming down. Follows the codes.…
-
0
votes0
answers1814
viewsFix first column and header of an HTML table
Hello, I have this fiddle exemplifying exactly how my table is: What I’m trying to do is, in addition to keeping the first column fixed, as it is exemplified in fiddle, where I followed an example…
-
0
votes1
answer51
viewsFixed error navigation bar when using Carousel
When in mobile mode the fixed navigation bar moves in the scroll using Carousel, only in mobile mode it happens I’ve tried and I don’t know how to fix it Example…
-
0
votes3
answers10154
viewsHow to align one element on top of another with css?
Hello. I have this html code: <p class="titulo"> <a href="javascript:void(0);">(ABC)</a> Texto de Teste </p> He looks like this: (ABC) Test Text How do I leave the (ABC) on…
-
0
votes0
answers558
viewsProblem generating modal window layout with form using Thymeleaf
Good afternoon. I’m managing to generate the modal windows of the bootstrap and load the data into the form, but the layout of the form is getting all messy. I’ll leave you two pictures to show you…
java twitter-bootstrap front-end spring-boot thymeleafasked 7 years, 5 months ago Cisino Junior 145 -
0
votes1
answer147
viewsTaking Off Scroll Bar Tabs
I need to remove the scroll bar that is in tabs, it generated a scroll bar and I want it to stay static how to do ? I tried to use overflow-y:hidden but it didn’t work. <ul id="tabss"…
-
0
votes1
answer569
viewsMultiple modal bootstrap always returning the same content
I’m developing an Asp.net mvc application, on one of the pages of the site I call several bootstrap modals over each other, however, when you already have an open modal the new appears with the same…
-
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…