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
votes1
answer433
viewsLeave HTML.Dropdownlist() in Bootstrap style?
I have a DropDownListin my View and despite having the class form-control the list does not take the style of the Bootstrap. How can I edit the way DropDownList builds the lists?…
-
1
votes1
answer149
viewsResponsive image, does not redeem correctly
I’m developing a website, and an image is not resizing as I expected, I have the image: <div class="cover"> <div class="cover-image" style="background-image :…
-
1
votes1
answer239
viewsGrid (col-Xs) bootstrap 4: 2 or 3 columns?
Good morning guys, there are some grids in PSD for mobile ( col-Xs ) with 2 columns and some with examples of 3 columns. Does anyone know why this difference? Would have some mobile grid in PSD or…
twitter-bootstrapasked 7 years, 7 months ago Eduardo Moscatelli 661 -
1
votes2
answers471
viewsChange table structure using JQUERY
I am not very knowledgeable of JS, but I need to solve a problem using Jquery. I’m making a contact list using Bootstrap and a plugin called Bootstrap-Table that manages the issue of filter and…
-
1
votes2
answers592
viewsWhen clicking on a name, appear in another div
I have a project developed in Bootstrap, which when clicking on link Products, will open a Modal ( from Bootstrap ) with the listed products. However, I would like that when clicking on one of the…
-
1
votes1
answer1373
viewsText area with image
Hi, I’m going to make a form and I don’t know how to include an image within the text area, something like that. TEXT TEXT IMAGE TEXT Something to include user know? How is done here in stack…
-
1
votes4
answers4653
viewsIcone in input with bootstrap
How do I add an icon from bootstrap in my input in this way:…
-
1
votes1
answer820
viewsMark current date in Datapicker
Colleagues, How do I make the current date on the Find date checked and change the previous dates that are disabled? See: I managed to disable the previous dates using the code below, but they get…
-
1
votes1
answer311
viewswysiwyg won’t let you type
I’m using the wysiwyg to create a field with rich text but he’s not accepting that I type. What I’m doing wrong? Setando Javascript: <script> $(document).ready(function(){…
-
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
answer689
viewsCarousel with wordpress loop in columns
Hello, I’m trying to adjust my Carousel so that it has a grid done by loop, I have the following wordpress code: <?php global $posts; $b = 0; $args = array( 'post_type' => 'banner',…
-
1
votes0
answers28
viewsDoes Bootstrap have legacy code if I update the version in my project?
I can update my project that is using Bootstrap version 3.3 to the Bootstrap version 4.0 current? There is a legacy code that assures me that I will not have GREAT problems?…
-
1
votes1
answer547
viewsWhy does the "container" class in Bootstrap leave side spaces on the page? Is that normal?
Because the class "container" Does Bootstrap leave side spaces on the page? This is normal or am I forgetting something? I also need to know how to change the height of each Row, because I tried to…
-
1
votes1
answer145
viewsHow to remove dark part on the sides of the bootstrap Carousel
I’m making a scrolling system for shows some tables using a Carousel, but the same by default gets a darker shade on the sides and even on the table itself, as it is possible to remove this color…
-
1
votes1
answer54
viewsWhy can’t I do the grid system on my php page?
I’m starting a project for the university and I can’t do the grid system in the main content tag. I’ve been trying for a long time! I can’t implement the grid! This is my code.. ` <img…
-
1
votes0
answers26
viewsWizard Progress bar works only after page refresh
When integrating the Wizard twitter bootstrap to my application, I realized that the Progress bar works only when I update the page. I have seen in some places that this may be caused by turbolinks…
-
1
votes1
answer111
viewsTop of the menu!
Well, as you can see, the top is a black banner, the web size is normal, but when I decrease, I see to test the responsive, I see that the banner is getting below the menu. The division of the menu…
-
1
votes2
answers1075
viewsHow to apply style only to modal (Bootstrap)
$head = '<!-- ARQUIVOS CSS --> <link rel="stylesheet" href="css/estrutura-informacoes-BD.css" /> <link rel="stylesheet" href="css/botoes.css" /> '; echo $abreTagHead. $head.…
-
1
votes2
answers642
viewsChanging the functioning of Fullcalendar
Good evening, I’m changing the operation of the Fullcalendar template https://fullcalendar.io/js/fullcalendar-3.7.0/demos/agenda-views.html, to suit what I need. By clicking on the link, you can see…
-
1
votes2
answers85
viewsBootstrap is a CSS?
My teacher said that in his work all the aesthetics of the site should be done in CSS, a question: I can do in Bootstrap?
-
1
votes0
answers343
viewsBootstrap is not being rendered by _Layout
I have this layout page. This layout already came, I didn’t make it. I just don’t understand why it was created if I opted for a MVC Empty(Empty) project, but it’s not bothering me. <!DOCTYPE…
-
1
votes0
answers203
viewsToggle Bootstrap navbar tabs with internal button click
As change from one tab of the navbar to the other by clicking a button inside one of the tabs. Example: I’m on the tab load capacity, in its contents there is a button that when clicked should…
twitter-bootstrapasked 6 years, 11 months ago Luciano Junior 11 -
1
votes0
answers37
viewsProblem with a modal button
Well I am with a problem I made a modal button, but it is only opening the first photo, customer 1, the other 3 ( client 2 3 4) nothing happens qnd click .. .nav.nav-justified > li > a {…
-
1
votes0
answers255
viewsmodal poupop bootstrap
I’m wearing a modal from bootstrap. I call the modal after clicking on a onclick, that modal is on a page the part happens is that the button close-up does nothing for me. var btAbrir =…
twitter-bootstrapasked 9 years, 3 months ago usersantos 765 -
1
votes1
answer1736
viewsTo update a project from Bootstrap v3 to Bootstrap v4 just change the files?
I have a project that was done using the Bootstrap v3, however I would like to update it to version 4, for this, just change the files or it will be necessary to rewrite again?
-
1
votes1
answer181
viewsAlign Divs Correctly
Hi, I have the following CSS .control-label{ width: 100px; text-align: center; } .input-mini { width: 85px; } And the following form structure <div class="control-group"> <div…
-
1
votes1
answer843
viewsBootstrap 3 | How to leave the last column always more to the right?
I need to leave the last column of my table (the one that has the glyphs action) always to the right: <script…
-
1
votes2
answers2443
views100VH height however page contains scroll bar
I have this page, that I put the height of the page in 100VH, to occupy the entire screen, but it is generating these white spaces at the bottom and side, and this is making appear scrollbars, I do…
-
1
votes1
answer1050
viewsGrid Bootstrap System: Can . Row inside . col?
I have a question regarding the Bootstrap Grid System, it is valid to use a .row within an element with class .col-x-y in case I want to create more than one column inside that .col-x-y? In short,…
-
1
votes1
answer787
viewsLimit amount of bootstrap mode characters
I need to add a character limitation. I want the main page to display only a percentage of characters, example 100 and when the user accesses that post, show the full news. But my doubt is that I am…
-
1
votes2
answers569
viewsFonts are not displayed when used with JSF
I created a Maven project that is using JSF2 plus the framework Bootstrap, but there are some Bootstrap settings that are not working properly, as you can see in the figures below. He’s being…
-
1
votes1
answer433
viewsIcons don’t line up
Good morning. I have two icons inside a table and I need them to be on the same line. When the page loads they are aligned: But when I navigate to another tab and go back to that tab, the icons look…
-
1
votes0
answers192
viewsASP.NET Bootstrap breaking Formulars on mobile devices
I developed a site with ASP.NET and bootstrap the layout is ok for applications with screen up to the size of ipad. However in the ipad mini I would like that occurs a line break where the Lstlojas…
-
1
votes3
answers9416
viewsSize and position of the Bootstrap Carousel on the page
The following code leaves Carousel occupying the entire page. How do I position it in the left half of the page and not occupying the entire page height? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML…
-
1
votes1
answer220
viewsSend form after user action
I have a form, and a list of actions that the user can choose, depending on the action that was chosen, the user must confirm the submission, leave a message or simply send the form. I have almost…
-
1
votes1
answer261
viewsDoubt about the new version of bootstrap
Guys I’m having a question here about the new version of bootstrap that would be the 4 currently I’m enjoying quite saw that changed a lot more I would like to know if any of you know informs me if…
twitter-bootstrapasked 6 years, 6 months ago Felipe Henrique 2,135 -
1
votes1
answer541
viewsList grid and list view with bootstrap 4
I wonder if I can do that effect that click on the icon above and the thumbnail switch mode list to Mogo grid with bootstrap 4 I’m searching the internet some ready example but only bootstrap 3 find…
-
1
votes1
answer944
viewsUpdate table after entering data in the Angularjs database
I have a modal with a form, fill that form and I click the save button and the data is saved in the database, but I have to give a F5 to update the table. How can I update the table after entering…
-
1
votes1
answer66
viewsHow to keep the buttons of type Submit with the same look as the button type?
I suppose when I put the buttons on one form they look different. This is what I did: <div class="btn-group" id="language_selector" role="group" aria-label="..."> <?php echo("<form…
-
1
votes1
answer666
viewsHandling of JQUERY parents and siblings
I have a question in Jquery. I have the following code, example: <div class="col-sm-2"> <div class="md-checkbox"> <input type="checkbox" id="checkbox1" class="md-check">…
-
1
votes2
answers613
viewsCalling a function after validating a form in Bootstrap
I am trying to do an exercise which consists of displaying values after the user provides the correct data in a form. I tried to use <form class="needs-validation" onsubmit="calcular()"…
-
1
votes2
answers200
viewsCombobox without formatting Bootstrap / Firefox
I’m using Bootstrap in a project, but I noticed that in Firefox the combobox is not formatted. See: Already in Chrome and Opera is perfect: How do I fix this in Firefox? I saw on the internet that…
-
1
votes1
answer61
viewsHow to generate Jquery load bar
I need to show my user during an Ajax request the status of the same divided into 6 steps Ex. 1° : Gerando arquiv 2° : Arquivo Gerado 3°: Conectando FTP 4º: Conexão realizada 5º: Enviando arquivo 6º…
-
1
votes1
answer2644
viewsHow to use Sweet Alert before deleting Mysql lines
I’m trying to use the sweet alert to confirm the intention to delete a row from the Mysql table, but I don’t think I know how to do it. Using the alert simple do like this: <a title='Remover…
-
1
votes1
answer106
viewsSelect2 Bootstrap Angularjs
Does anyone use the Select2 Bootstrap in Angularjs? I have a problem... when I click on the drop-down list (options) displays the correct value that comes from the bank, but in the view always…
-
1
votes1
answer1405
viewsPlace a button next to the input
Segue jsfiddle: https://jsfiddle.net/oq0zcn94/8/ The first code is correct, but in the second code I put a button on the side and the input became smaller. Because this happens ? I want to leave the…
-
1
votes1
answer343
viewsCalling route from a button is not working
I need, when I create an Operator, after creating, I should call another screen, the list of operators. It turns out that it is not working. The route is called Operator and how I put on that…
-
1
votes1
answer228
viewsCheckbox status
Hello, This code does the following, when the checkbox is selected, the table row is added in the bottom table. If I create the input.checkbox in hand the code works but does not save its status…
-
1
votes1
answer1905
viewsChange bootstrap default theme
Good morning, I’m studying Bootstrap and would like to change the default theme of it. I have the following navBar: I want her to have the following format: I know I have to change the default theme…
-
1
votes1
answer483
viewsVertical and horizontal alignment do not work on bootstrap 4 with flexbox
I’m doing a bootstrap course 4, the teacher uses and teaches that there is a class flex-items for alignment, to align vertically for example, we could use something like this: flex-items-md-middle…