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
votes2
answers2420
viewsBootstrap menu does not work Responsive
Menu with Bootstrap does not work responsibly. <!DOCTYPE html> <html> <head> <title>Nome da Loja</title> <meta charset="utf-8" /> <link rel="stylesheet"…
-
0
votes1
answer188
viewsValidation with Parsley and Modal window
I have a problem, and I can’t fix it. I have a button that when you click on it displays a message to the confirmation user, it turns out that before opening this modal I would like to validate if…
-
0
votes0
answers87
viewsProblem with Boostrap clear Fileinput field
I have a page with 2 input text and 2 input file When I receive the answer from ajax, I have the whole form cleaned as code below, but only one field is not cleared: <input…
-
0
votes2
answers635
viewsBootstrap menu does not work, according to the code provided by the site
In the head is like this: <link rel="stylesheet" href="css/bootstrap.css"> <link rel="stylesheet" href="css/bootstrap-theme.css"> <link rel="stylesheet" href="css/stylesheet.css"…
-
0
votes1
answer538
viewsclass panels bootstrap is not working
I installed the bootstrap framework and testing some components of the site some worked and others did not and I do not know the reason, I tested the dropdawn and Jumbotron and both worked, but when…
-
0
votes0
answers632
viewsHow to manipulate a checkbox in a modal Bootstrap from BD
Guys, I need to manipulate an element of the kind checkbox according to the values in the bank, if in 'contact.favorite' is populated with 'on', the checkbox inside the modal should be marked…
-
0
votes1
answer4618
viewsDiv next to each other with bootstrap spacing
Colleagues. I’m trying to create this layout: With the code below, but I’m not getting it. Can someone help me? <div class="col-xs-4" style="background-color: #F47B36; color: #FFF "> <div…
twitter-bootstrapasked 8 years ago user24136 -
0
votes1
answer549
viewsHow to check if a select already has an option selected?
I have a page where there are some selects (representing the functions of users, in which they can be: Leader, Participant or For Knowledge). There are some business rules: 1- If the user is…
-
0
votes2
answers1165
viewsjquery validate does not validate within modal bootstrap
I’m having trouble making jquery validate work within the bootstrap modal using a dynamic link (I don’t know if this is the reason). When it is outside it works perfectly more within the same no.…
-
0
votes1
answer63
viewsError using two dropdown menus
I have two menus and when I click 1 the 2 are triggered. How am I supposed to fix this? <div class="row"> <div class="btn btn-group pull-right"> <!-- Inicio Menu DropDown -->…
-
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
votes3
answers299
viewsGrid bootstrap getting misaligned in panel with results brought from database
I am displaying the result of a query in panels, only that they are getting misaligned, I want to show as ta in the image below only 1 below the other, the way this, generating a pyramide effect,…
-
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
answer1634
viewsOverwrite Bootstrap classes with CSS file
I’m having a hard time overwriting some Bootstrap classes using a CSS file I created. I am using the Bundle to make these changes: public static void RegisterBundles(BundleCollection bundles, bool…
-
0
votes2
answers676
viewsRepeat data from a row in the modal table
I receive from the website contact form the data and list them on a system backend. Currently all of them are displayed online (nome, assunto, e-mail, telefone, id , ação[excluir]), I would like it…
-
0
votes1
answer306
viewsProblems with modal bootstrap
I am creating a page to generate coupon code and I am using the modal of bootstrap to open a modal with the coupon data, but when clicking one of the buttons opens all at the same time, how can I…
-
0
votes2
answers112
viewsResponsive Site
The thing is, I’m having a hard time modifying a footer on my website. I’m using Bostrap to style the site, but wanted to leave the radapé in two columns on mobile devices. The structure of my…
-
0
votes1
answer359
viewsGenerate a Row after 2 columns in bootstrap
I managed to generate a way Row after two columns in bootstrap, but the result was not as needed. I have it: <?php $sql_3 = mysql_query("SELECT id, razao_social, cep, cidade, uf, rua, numero,…
-
0
votes0
answers957
viewsAt the time of printing, blank pages are added
At the time of printing my page, being added blank pages, the number of these pages is relative, sometimes 1, 2... I’ve tried solutions like: .print:last-child { page-break-after: auto; } html, body…
-
0
votes0
answers80
viewsPut background in Toogle Navigation in mobile version. The menu is not disfigured but without background!
I have a template of which in the version mobile looks like the image below: How can I make the menu stay on the logo? Below the code: <div class="navbar-header"> <button type="button"…
-
0
votes2
answers399
viewsWhile on dynamic carousel
I am trying to display the images in the Bootstrap Carrousel with while. I can access the array with all urls, but I’m not able to insert the img tag in while, I tried while with foreach to display…
-
0
votes1
answer994
viewsChange content by hovering over a div
People need to make sure that when you mouse(Hover) in a div she changes the contents of the side the image explains well how the process should be done when hovering over the div should exchange…
-
0
votes1
answer72
viewsHow to get the first 5 xml records?
<?php $xml = simplexml_load_file('http://g1.globo.com/dynamo/economia/rss2.xml') or die("erro carregar arquivo"); foreach ($xml->channel->item as $noticia) { …
-
0
votes1
answer814
viewsBootstrap selectpicker class, does not recognize insertion of <option> via jquery (.html())
I’m using the Bootstrap framework, and the Selectpicker class to receive city data by status. The script works well, returns data, but instead of inserting <option> Cidade X </option> he…
-
0
votes1
answer34
viewsShow table header for each new table row
I am generating a table using php and bootsstrap, every new row of the table, I want to show the table header again so as not to confuse the information, follows the code of the table and the…
-
0
votes2
answers252
viewsJquery Table Selector with bootstrap
I have a bootstrap table and in one of the columns I have a hidden record button. Wanted to click on the existing input, that this button appeared. I’m tired of trying to make several ways of…
-
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
votes1
answer1526
viewsDynamic Table with Bootstrap and Jquery-wenzhixin
There’s a repository on github, bootstrap-table-examples, which shows a dynamic and very interesting table to be reused. However, for lack of knowledge I could not understand the project 100%.…
-
0
votes2
answers1751
viewsSend input value to modal
I need to take the value of an input and send it to a bootstrap modal. I did a test but I don’t know what I’m missing. <!DOCTYPE html> <html lang="en"> <head> <meta…
-
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
votes0
answers58
viewsProblems with the custom Wordpress loop
I am developing a custom theme using bootstrap and I am not getting at all create a loop to display my posts as I wanted. I wanted my posts to follow the following order: However the only result I…
-
0
votes1
answer2023
viewsDifferent links in Bootstrap
I have a lightbox in bootstrap and would like to know how I do for each time that click on a href link he open the content that is in href="" of each link? Below my code if anyone can help me.…
-
0
votes1
answer412
viewsElement exceeding the size of the div
I have a col-md-4 that has a figure and a figcaption, when hovering the mouse above should be displayed to figcaption with two little buttons the effect works, the problem is that the figcaption is…
-
0
votes1
answer1765
viewsHow to change the initial positioning of the modal?
How can I change the initial positioning of the Modal Box from Bootstrap? I would like him to stay a little lower, which with 3 <br> have already solved, but in the way quoted seems more a…
-
0
votes2
answers13324
viewsChange content according to screen size
I have a link with a text that is normal when displayed on the pc, however, very large for mobile phones (where I would use only one acronym). I need a way to change the text according to the…
-
0
votes1
answer872
viewsNavbar bootstrap Collapse
I need a customization in a navbar that is the following: First, without the Collapse, appear this way (this I achieved and it is very quiet) Then, when you have smaller screens, turn into 2 buttons…
-
0
votes2
answers585
viewsConflict: Jquery Validation + Bootstrap 3 Tooltip
I have a conflict between Jquery Validation and Bootstrap Tooltip, so when I send the empty form and Validation goes into action, and Tooltip appears with Focus in input, each time the input loses…
-
0
votes0
answers182
viewsBootstrap not initiating
I’m starting with Flask and I’m using Bootstrap 3.3.7, so I took the example navbar code on their website, but when I start the index Nav bar does not work: and the button looks like bootstrap 4,…
css twitter-bootstrap bootstrap-3 flaskasked 7 years, 5 months ago Vinicius Barbosa de Medeiros 331 -
0
votes0
answers22
viewsError using span in Cakephp
As attached image I can’t use span when I step to the Cake pattern. Can anyone help me, pfv. <div class='col-md-12'> <div class="input-group" > <!-- Span Bootstrap --> <span…
-
0
votes1
answer201
viewsDoubt with Responsive bootstrap layout
I have a layout that I would like to leave in the following template. To make it responsive I’m not able to add the column (1) higher. As it is now http://comajudacoletiva.com.br/estudo/ <div…
-
0
votes0
answers43
viewsGrids Boostrap Help
Good personal evening I am with a problem I am learning to make a site, I am with some doubts related to grids system I gave a researched not understood very well so I came here in the forum , this…
-
0
votes2
answers201
viewsShow and hide caption with jquery
I’m trying to show and hide a div if the slide div has the active class. The problem is that the div always keeps being displayed, even when the bootstrap slide changes and the active class is…
-
0
votes1
answer114
viewsInput Spaces in Twiter Bootstrap
In the registration forms the horizontal and vertical spacing are very large, I solved the problem by adding the style="margin-bottom:10px;margin-right:-10px" in each input, however, in the size Sm…
-
0
votes1
answer1048
viewsValidate users using Modal Bootstrap
I am validating user access using the traditional method: I would like that message to appear in a Modal Bootstrap. I tried the code below, but the bottom of the modal (black) and closes quickly,…
-
0
votes1
answer236
viewsVery large input fields
When copying and pasting a simple code from an example form on the bootstrap website, the following occurs: Why are these fields like this ? According to the example they should be much smaller.…
twitter-bootstrapasked 7 years, 4 months ago David Santos 810 -
0
votes3
answers1798
viewsMake Bootstrap columns fill 100% of the Row width
I think it’s something simple, but since I’m a beginner in Bootstrap I haven’t figured out how to do it. What I want is for the columns to fill the full width of Row, I put a red border on the sides…
-
0
votes1
answer478
viewsDiv with same image height in Bootstrap
I have an image to the left and another 4 blocks to the right. I needed the four blocks to follow the height of the image, even when changing the resolution. HTML: <div…
-
0
votes1
answer222
viewsHide Carrousel images when opening on mobile and show others - Bootstrap 4
I’m using the component Carrousel of bootstrap 4. My intention is to make when it opens on PC and Tablet, be shown the slide with original images. When opened on mobile phone, open another image…
-
0
votes0
answers65
viewsSite does not display CSS after Publication
After publishing my site, css does not load across the entire page, getting only in HTML. I am using Bootsrap Less. My structure: Bundle: using System.Web; using System.Web.Optimization; namespace…
-
0
votes1
answer141
viewsHow to disable a link that is calling a modal bootstrap?
I’m trying to make a <a href> not call a modal of the Bootstrap. <div class="row"> <div class="col-md-6"> <div class="form-group"> <div class="md-checkbox-list…