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
-
1
votes2
answers245
viewsShow error in field instead of flash/notice
I have a Rails application with Twitter Bootstrap that, when creating a record and presenting errors, shows the error in a flash/notice as per image: However, I would like errors to appear in the…
-
1
votes3
answers616
viewsCarousel bootstrap with two items upright
The challenge is this: Make a Carousel, using the Bootstrap, which displays two items at a time, aligned vertically. Follows an outline of the idea: I found some examples of Carousel using multiple…
-
1
votes1
answer1210
viewsProblems with dropdown menu with bootstrap
I have a dropdown menu on my page. When I select the menu the following problems occur: 1) Nothing is selected, that is, I choose the option, but do not select anything. 2) Even if nothing is…
-
1
votes3
answers262
viewsA column in several rows
I already searched in documentation and could not get the expected result using bootstrap. The image illustrates better what I want to do <div class="container"> <div class="col-lg-4">…
-
1
votes1
answer2222
viewsPositioning controls with bootstrap
I’m having a hard time positioning controls on the bootstrap page. I wish I wasn’t resorting to external CSS resources, because that would take away the reason of being bootstrap. What I mean is: 1)…
-
1
votes3
answers31765
viewsHow do I place a background in a container in Bootstrap?
I’m trying to put a Background in a Container someone knows how to put or some other solution? I did not put in Body because the image needs to be Responsive.
-
1
votes2
answers9397
viewsPlace image in bootstrap menu
As I put an image in the right corner of a menu bar with bootstrap. Below the code of my Layout(Master) <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta…
-
1
votes1
answer928
viewsInformative input, how to do?
Good afternoon, you guys! I am making an informative form with the Bootstrap Framework, where in some fields should appear an informative balloon on top of the field (type a dialogue balloon),…
-
1
votes2
answers1232
viewsNav-bar multicolored Bootstrap
I have to leave my multicolored Nav-bar? For example, half one color, half another? I want to do something in that style but I don’t want those degrade marks.…
-
1
votes1
answer597
viewsPick up value on a checkbox checked item
I have this checklistbox. <div class="col-md-6"> <h3 class="text-center">Unidade de negócio</h3> <div class="well" style="max-height: 300px;overflow: auto;"> <ul…
-
1
votes1
answer629
viewsDifficulty positioning table on screen with bootstrap - layout only
I need to make a layout on my page, as follows. That I have three textbox controls, one at the bottom of the other and picking the other side all the rest with a table. See below how I need. I tried…
-
1
votes2
answers1477
viewsPanel-Collapse start closed
I have the following code: https://jsfiddle.net/05913dg4/1/ I need to get this collapse, get closed. That is, when opening the page it get closed, and only after clicking it open....…
-
1
votes1
answer57
viewsLink does not click in small dimensions
I’m having a problem with the links (<a href=""></a>) because on normal screens (desktops) it is normal as it should be, now when the resolution is lower type mobile or tablets, the link…
-
1
votes0
answers149
viewsmodal appear after notice
Colleagues. I have a chat on a project, but I want to go further. I want user I when calling user II to receive a notification of the modal bootstrap. The initial idea is to create status in the…
-
1
votes2
answers90
viewsBootstrap Responsive Wordpress
Good night, you guys. I recently finished this blog: http://bloganacastro.com/ and everything is cool, in the mobile version I just have a little problem. If you visit, you can see that the main…
-
1
votes1
answer624
viewsDropdown Bootstrap 3
How to put a Bootstrap Dropdown menu to display on the right side? Follows a model:
-
1
votes1
answer2585
viewsBootstrap glyphicons are not working
Could someone tell me why bootstrap glyphicons aren’t working? He gets like this Instead of being like this... Code: <a href="" style="color: #ffffff;"><span class="glyphicon…
twitter-bootstrapasked 9 years, 6 months ago user22408 -
1
votes2
answers1972
viewsSending Link Information to a Modal
I am developing using Bootstrap and ASP.NET MVC. I am using a Table where on each line I have the Edit and Delete buttons. I am using the following code: <div class="container"> @foreach (var…
-
1
votes1
answer135
viewsProblem with Ckeditor in Modal Bootstrap
I’m having trouble visualizing the windows that are opened by the Ckeditor, called from a Bootstrap modal. They, the windows, open. But just behind the modal. Can anyone help??
-
1
votes1
answer123
viewsInput pasting on Radios
I’m building a form, where I have two radios inline and a input down. Only I don’t know why input is gluing us radios, leaving the form misaligned. This is the code: <section class="col…
-
1
votes1
answer889
viewsProblem with the bootstrap
Guys with a problem here in my TCC, I am creating a web application, in the front end of my project I have a screen that contains a tab with two fields, when clicking on a form appears for the user…
-
1
votes1
answer40
viewsFont Awesome has CSS Reset?
When using Bootstrap for example, it has an internal CSS Reset. The same thing happens when using Font Awesome? If you use Font Awesome in a project, you will need to add some CSS Reset or it…
-
1
votes0
answers860
viewsBootstrap Carousel with multiple items and default Carousel on the same page
I’m having a problem applying CSS to a specific page. When I try to apply CSS in the .carousel-inner .prev/.next only in the second Carousel it doesn’t work. If I withdraw the #secondCarousel (when…
-
1
votes3
answers5020
viewsHow to make an inline form with bootstrap without using tables
I’m not a designer, but I need a form inline without using table and responsivo as in the image. I’ve been trying for two days <label>nome campo</label> always spoils the positioning of…
-
1
votes2
answers104
viewsHow do images/videos adjust themselves?
Hello, I’m finishing developing an app, I put in it the images with 450px wide, thinking it would work, because currently all devices have at least 480x800 resolution, while compiling I went to test…
-
1
votes1
answer9778
viewsTag <p> rendering Line Break (no <br />)
I’m making a Bootstrap interface containing in its contents a tag involving a text and soon noticed that each line break given with enter in the Notepad++ (IDE used) the text rendered in the borwser…
-
1
votes1
answer538
viewsGive ID to a Jumbotron
I have a few pages with a Jumbotron of the same formatting on each page. I need you to have background-image different on each page. How can I give an ID to each of these jumbotrons, so I can edit…
-
1
votes1
answer139
viewsBootstrap 2 does not float image
I’m having a problem trying to put one image next to another with Bootstrap: <ul class="thumbnails"> <li class="span4"> <div class="thumbnail"> <a href="#" class="thumbnail…
-
1
votes2
answers1421
viewsCenter vertically on a <span>
How can I vertically center a tag (Top countries) with the form? Code: <div class="wrapper" role="main"><!-- START Content --> <div class="container"><!--- START Site Content…
-
1
votes2
answers1743
viewsHow to put responsive background in col-Md
How do I make that fund not repeat itself? html: <div class="col-md-12"> <div class="panel panel-default sharp"> <div class="conteudo_me"> </div> </div>…
-
1
votes1
answer322
viewsAffix(Bootstrap) in div with images does not work
I’m trying to fix a div containing two images (one below the other) but following examples and making some modifications the result was very different from expected, when I go scrolling on the page…
-
1
votes2
answers679
viewsProblems with Modal
In my project I have kind of an image gallery. So far I upload the image and it is displayed on the page without any problem. Only now I need, when clicking on the image, open me a modal with the…
-
1
votes0
answers126
viewsUse one tabbed panel inside another
I’m trying to use one tabbed panel inside another. The problem I’m facing is: -From the second tab I select it inserts the option and does not replace Example with images below: First selection-OK…
-
1
votes1
answer155
viewsWidth does not increase more than 283px Bootstrap
Hello, I have a form where I have one TextArea. But the Width is no more than 283px. When I decrease, it decreases correctly, now when I increase, it doesn’t work. I set the size as 400px, however,…
-
1
votes1
answer793
viewsDynamic menu with dropdown
I need to make this menu responsive by using dropdown. For each category added it generates an item in the menu: <div class="nav-collapse"> <ul class="nav"> <?php if($secoes) { while…
-
1
votes0
answers208
viewsDropdown button bootstrap Error
The Down Arrow that marks the dropdown of the button present in the navbar is uneven in size to the size of the button. See in the image below (Blue Button) Navbar code: <nav class="navbar…
-
1
votes1
answer31
viewsButton value is not passing correctly
Dear colleagues. I have a button on the bootstrap from which I get the user ID this way: <button class="btn btn-xs btn-primary" id="btn-salvar" value="<?php echo $jm->IdUsuarios; ?>"…
-
1
votes1
answer94
viewsHow to format mvc helpers according to my Bootstrap layout?
I am trying in various ways to adjust the layout according to the Helpers <!-- rightpanel3 --> <div data-role="panel" id="opcoesusuario" data-position="right" data-display="overlay"…
-
1
votes2
answers39475
viewsImage alignment to the right of the div in Bootstrap
I know what central and center-block alignment is in bootstrap, but I’d like to know how to line up a picture to the right of a div? I’m unable to place the phone image next to the number, I have to…
-
1
votes2
answers665
viewsBootstrap Collapse
I’m creating a list using the collapse in an interaction of loop, but are all starting open, I would like only the first item of my collapse stay open. If you double-click on one of the items, it…
-
1
votes1
answer732
viewsAdd and show tooltip
How do I add a tooltip to an input and make it active using js? (I’m using twitter bootstrap)
-
1
votes0
answers681
viewsPass parameter to modal window
I have a link that calls a modal bootstrap and I need that when it is clicked, the modal window is opened and a data is loaded in it that was sent as parameter by the link. The modal link and call…
-
1
votes1
answer117
viewsProblems cloning a checkbox (bootstrap plugin)
http://jsfiddle.net/yusy7zr8/2/ I’m using a bootstrap plugin: http://www.bootstrap-switch.org/ I’m trying to clone this checkbox, but the checkbox is not being checked (for on and off) after being…
-
1
votes1
answer72
viewsShow slider when uploading photo
Good afternoon, I have 4 images on my website made in bootstrap that correspond to 4 categories and I would like to see a simple slider with the photos of each category. How to do? Thank you…
-
1
votes1
answer199
viewsMenu with Bootstrap Internet Explorer 9
I have a page that works normally. However I stopped the application by Internet Explorer 9, and the menu behaved as if it were a Mobile menu. Follow the image to better understand: Other browsers…
-
1
votes1
answer408
viewsPrevent scrolling while Modal Bootstrap is open
How to avoid scrolling while Bootstrap’s Modal Dialog is open? <!-- Modal --> <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> <div…
-
1
votes0
answers142
viewsUsing the bootstrap navbar-Collapse
When using the navbar-Collapse of bootstrap small screen (mobile), wanted to minimize when choosing a menu item. Someone’s already done it?
-
1
votes1
answer162
viewsPHP-Mysql-Dialog
I’m making a page, where I have a mysql database connecting with PHP. What I wanted is this, I have a form with: pais(combo); nome(text);empresa(text), and I want you to: When you fail to complete…
-
1
votes1
answer71
viewsBootstrap - btn-group-Justified
I wanted to load the page with one of the buttons "selected" (activated), as if it were a Radion-Button. As if it were a "Selected". Someone knows how to do?
-
1
votes3
answers623
viewsWhite bar at the top of wordpress
I am riding a theme in wordpress 4.1 and am going through a problem in Chrome. A white bar appears at the top of my layout and I am not able to remove it! Look: And when I check the Chrome Speedper,…