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
votes3
answers3126
viewsHow do I customize the color of Bootstrap’s Navbar?
Note the following code; <nav class="navbar" id="navbar"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed"…
-
-1
votes1
answer161
viewsHow to do this grid with bootstrap?
I’m trying to make this grid with bootstrap but without success: I tried to do with table html and div: <table> <thead></thead> <tbody> <tr> <td> <div…
-
-1
votes1
answer574
viewsShow Password entered in two fields by clicking only one icon
I have a page to change the password of the user with two fields one for the password and another to confirm the password. I would like to know how to show in the two fields the password entered by…
-
-1
votes1
answer51
viewsDropdown button does not work inside a div
I created a button dropdown that worked perfectly. But I had to put it between a div and then it stopped working. Which could be? <div class="dropdown"> <div class="col-md-4"> <button…
-
-1
votes1
answer66
viewsPDO does not return query results
I have a code where you would have a select to select in which column you want to search and click on the letter to search within the selected column the selected letter. The error is on my button.…
-
-1
votes1
answer210
viewsAlign controls with bootstrap
I have this view @{ ViewBag.Title = "ExcelFinancing"; Layout = "~/Views/Shared/_Layout.cshtml"; } <!DOCTYPE html> <html lang="pt-br"> <head> <meta name="viewport"…
-
-1
votes1
answer104
viewsHow to close the bootstrap modal?
I need to close one modal by clicking on submit. He registers objects via Javascript and therefore does not refresh on the page. So far so good. The problem is that the modal doesn’t close... I did:…
-
-1
votes2
answers147
viewsExchange images for text when Navbar expands (and vice versa)
I have a problem. It’s a responsive menu that expands. The menu elements are images of buttons, which glow when the mouse passes over. I did this using JS and Bootstrap. So far, so good. The problem…
-
-1
votes2
answers48
viewsHow do you make a left DIV the same height as a large right DIV?
I have a page of type one-page with 3 columns. The central column has the content of the site. And the right and left columns need to repeat an image vertically throughout the page height. <body…
-
-1
votes1
answer62
viewsNavigation bar in Bootstrap
Hey, guys. It’s my first time here. I’m a beginner in Bootstrap, and wanted to create a navigation bar more or less similar to this site: https://www.cantodosclassicos.com/ The point is, I have no…
-
-1
votes1
answer98
viewscol-Md-6 is not falling in mobile
I have a section that in mobile instead of falling down this overlapping the whole div. It’s supposed to look like this, but the image is getting over everything in mobile. HTML <section…
-
-1
votes1
answer346
viewsPass data from a table to an input to update
Good evening, I’m learning php and doing a CRUD to train, I was able to select in the table and the Insert to add new data, but I wanted to click the edit button, open a modal bootstrap (I already…
-
-1
votes1
answer52
viewsDate Input returning Time along with date
Example: I’d like you to return only to Data, but I don’t know what to do! My code: [Display(Name = "Data de Nascimento")] //[DataType(DataType.Date)] //[DisplayFormat(ApplyFormatInEditMode = true,…
-
-1
votes1
answer51
viewsHow to make the bootstrap3 icon transparent with white edges?
The icon looks like this at the moment -> And I want him to stay that way ->>> <nav> <a id="contato_link" [routerLink]="['/admin']"> <span class="glyphicon…
-
-1
votes1
answer32
viewsBootstrap bug with Angular
I have this problem in my project, I added bootstrap 4.3.1 normally in the angular project, but when trying to split the columns as the code below this margin appears preventing bootstrap grid…
-
-1
votes1
answer1444
viewsPlace a fixed text inside an image - responsive with Bootstrap
I’m trying to put a text and a button inside an image, but I’m not able to keep them responsive. .dados { bottom: 10px; right: 0; } .text { font-family: "Arial Bold", Arial; font-weight: 700;…
-
-1
votes1
answer47
viewsHow to remove div from the page to appear only in Popover
$('#texto').popover({ html: true, content: function () { return $('#teste').html(); } }); <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>…
-
-1
votes2
answers65
viewsButton appear only after you see all carousel slides
I am developing an interaction that the person can only advance when he sees all the slides of a carousel, but my code only works when the person clicks on 1 indicator of the carousel and not at…
-
-1
votes1
answer179
viewsHow do you get inside the Modal as the data in the database leaves input checkbox (checked)?
On my Table in Products in my BD has the field Lawsuits and I made a modal so that the person marks the processes in which the piece may come to suffer, each letter corresponds to a process,…
-
-1
votes1
answer130
viewsTake the form-check-label input
Hello! I have a question to get the input of a form, I already searched here and I found nothing, also not found in the documentation of JS or Bootstrap. var yearStu =…
-
-1
votes2
answers47
viewshow to save user’s choice in a Nav-tab modal
I have a modal with some tabs referring to account closure, I need to save the user’s choices, I load types of payments, type of flags etc, each button can have an id, that id I want to save, I just…
-
-1
votes2
answers613
viewsAlign icons and text in a list
I’m using the fontawesome to put some icons in a web project I’m doing and I needed to add a <ul>, And on that list, there’s going to be icones and in front of a writing, I’d like those…
-
-1
votes1
answer50
viewsOpen a Blank page with an image when clicked from the Database (PHP)
I am able to list in HTML all the images saved in my database, but I would like to click on any, open a Blank page with the image, but I do not know what to put in href, because the image data comes…
-
-1
votes1
answer291
viewsWord break row in Bootstrap column
I’m trying to do a line break in a span or any other tag. The idea is that if the user enters only one word and occupies more space than the column, this word breaks to the next line. Below an…
-
-1
votes1
answer375
viewsWith Bootstrap, how do you position the button at the end of the card?
would like a solution to always place a button at the end of the card, so that it does not depend on the size of the above text, or pre-defined size of the previous object. To illustrate here is the…
-
-1
votes1
answer227
viewsAlign Navbar Bootstrap-React
I’m trying to align the navbar to the right, however, unsuccessfully, is like this currently: index js. import React, { Component } from 'react'; import 'bootstrap/dist/css/bootstrap.min.css';…
-
-1
votes1
answer1311
viewsHow to show/hide a sidebar based on screen size and push a button?
I built a custom sidebar for my dashboard. Inside this sidebar, I have some menu items. When my screen is small, I make all menu options disappear, and show you a specific menu option. This specific…
-
-1
votes1
answer50
viewsHow to place two divergent standard notices concerning mandatory completion in the Popover of a bootstrap search field that has two Buttons?
In other words, each button should trigger a different message. I have this field that has two buttons and I need each of them to present a different warning message in case of not filling. But the…
-
-1
votes1
answer49
viewsNav Bar in Bootstrap does not open in 768px responsive
Hello, when I click on the button (which only appears in the resposivity from 768px) the submenu does not open and generates the error below. <!doctype html> <!-- Bootstrap CSS -->…
-
-1
votes1
answer113
viewsOverlay the clickable area of a button on the page contents
Maybe someone can help me. The problem is that the clickable area of the green button is overwriting the links of social networks so that the user cannot click these. Code: <div…
-
-1
votes1
answer36
viewsPHP cannot pull data from the database using Bootstrap
I have a form in PHP where presents the data of the logged in user. Follow code: Precisa de troco?<br> <input name="troco" type="text" id="troco" value=" Nenhum"…
-
-1
votes2
answers63
viewsForms in Modal Bootstrap
I’m with a system that all forms (Views) are in Modal Bootstrap. The View Index loads all Partialview. Below the Index: By clicking the Register button, for example, a Javascript function accesses…
-
-1
votes1
answer205
viewsHow do I place a text on the same line as a bootstrap Collapse button?
<div> <p>TROCO</p> <button class="btn btn-primary" type="button" data-toggle="collapse" data-target="#collapseExample" aria-expanded="false" aria-controls="collapseExample">…
-
-1
votes1
answer145
viewsAdding icon in css
I’m making a website at work where I needed to make a bootstrap boot, with a "see more" style when clicking to open the card and the button turning "see less", the ways I found bugged the button if…
-
-1
votes1
answer29
viewsLine breaking problem in bootstrap
I have a bootstrap slide that would like to add 2 lines and each row would have 3 elements. Then to see the rest of the elements, the person would have to click the arrow and pass to the side. My…
-
-1
votes0
answers16
viewsDynamic progressibar
Good morning, I need to unite two progressbar, or at least leave the two closer together, but in any way I try I can not, I will make a comparison: <mat-card fxFlex="100" fxFlex.gt-md="66.66">…
-
-1
votes0
answers7
viewsfloating form box on the Carousel (how to do
Friends, I need help. I’m taking a test for dev. And I need to put the form box fixed on top of Carousel but I’ve already researched everything and I couldn’t. I wonder if you could help me? I…
-
-1
votes0
answers10
viewsDjango Createview - Method Not Allowed when trying to register by loading form with Bootstrap Modal
When trying to submit a form to enter in the database I am receiving, in the browser console, the error message Failed to load Resource: the server responded with a status of 405 () when I load my…
-
-1
votes0
answers8
viewshow to make a form box float on carousel
Friends, I need help. I’m taking a test for dev. And I need to put the form box fixed on top of Carousel but I’ve already researched everything and I couldn’t. I wonder if you could help me?…
-
-2
votes1
answer189
viewsChecklistbox using bootstrap
I need to create a checklistbox using bootstrap. I tried several ways and could not. I searched on the bootstrap site and the examples there, I did not cosegui also do here in my project. I need…
-
-2
votes1
answer1115
viewsTable shows neither rows nor columns with bootstrap
I’m trying to make a table with bootstrap. It turns out that some things don’t work. The size of the TD’s are always the same. I can’t create rows to separate rows and columns, like a grid. I took a…
-
-2
votes1
answer681
viewshow to apply a mobile-only css class
I’m using the latest version of Opencart to create an online store, and I put the shopping cart in the navigation bar and I want it to be a dropdown when it’s on a desktop and a dropup menu when…
-
-2
votes1
answer641
viewsSubmit form in modal bootstrap window, and update window with submitted information
Good morning! Guys, my difficulty is the following: I have a modal window, where I load a list from the bank, display it to the user, and there is a field where there is an edition, where I created…
-
-2
votes2
answers108
viewsRepeat does not work - Angular
I couldn’t repeat the lines <!DOCTYPE html> <html> <head> <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.13/angular.js"></script> <script…
-
-2
votes1
answer490
viewsFolder and image address with bootstrap Carousel
How I modify this DIV to accept a folder and image name? **<div class="fill" style="background-image:url('http://placehold.it/1900x1080&text=Slide Three');"></div>** Switch to…
-
-2
votes1
answer2467
viewsHow to put a background image on Jumbotron? Bootstrap 4
Could someone help me put a background image on the Jumbotron ? That is the code: <div class="jumbotron jumbotron-fluid"> <div class="container"> <h1…
twitter-bootstrapasked 5 years, 11 months ago Gabriella Oliveira 21 -
-2
votes1
answer836
viewsSite does not get responsive
I did a test with Bootstrap, the desktop browser works beauty, but the mobile device is small. <html> <head> <link rel="stylesheet" type="text/css" href="bootstrap.css"> <script…
-
-2
votes1
answer130
viewsHTML BACKGROUND IMAGE
Good morning my site is almost the way I would like it, I just have a problem with image. The image is that way cutting the keyboard and the shoulder and I’d like it to stay that way : Link download…
-
-2
votes1
answer107
viewsIs it worth using Bootstrap with Angular 8?
Good night, I recently started studying Angular 8. My contact with Angular until then was practically 0. Today I came across a question. Most of the time I read about using jQuery with Angular,…
-
-2
votes2
answers183
viewsFooter at the end of the template after scroll
Hello I would like to organize the pages of a project so that the footer always appears after the page scrolls down. As you can see, the footer is appearing at the bottom of the template. I managed…