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
votes0
answers40
viewsBecause my modal is not getting the post
This is the code that receives the post <?php if (isset($_POST['idModal'])) { $result = mysqli_query($conn, $query="UPDATE tb_cartao SET mtpag=Cartão, doc='$_POST[docModal]' ,…
-
0
votes2
answers281
viewsPlace animation in the Hide of a div
I’d like to add animation to my vanish div, I was looking at this topic Hide div when you click it, only that it did not solve because my version of Jquery is more updated. Knob: <button…
-
0
votes2
answers1557
viewsProblem when integrating Jquery, bootstrap and Popper.Js scripts at angular 6
I have a problem integrating bootstrap.js, Popper.js and jquery.js scripts into my Angular project. I’ve made some attempts, but nothing has solved so far. My scripts are being embedded as follows:…
-
0
votes1
answer127
viewsCSS/SCSS: Generic validation element accompanying input format
I’m having a problem on my style sheet. I have a generic Input as shown below: I put an element to validate my form, the validation this OK, but I’m having problems in alignment, because if I…
-
0
votes1
answer90
viewsExtend the image outside the container on the left side
I have a container, and it has a split block in it. On the left side I need to get the image out of the container. Would be this model: With this structure: <div class="blog_section"> <div…
-
0
votes1
answer38
viewsAdd to select and display on screen
I have a select: <select class="form-control" id="dataInstalacao"> <option value="0/0" selected disabled>Quando podemos instalar?</option> <option…
-
0
votes0
answers385
viewsHow to take modal bootstrap data and send it to PHP
I need to get the data from the Modal form via Ajax My code: var url = 'fotovisita.php'; var data = $('#foto').serialize(); var type = "POST"; $(document).on('click', '#save-foto', function () {…
-
0
votes1
answer48
viewsHow to put a layout for the search results of an input search that is inside echo?
I need to put a layout in the search results of input search, I have a page that uses the layout of bootstrap 4 Cards, and I wanted the search results to be the same. This is the script I use in my…
-
0
votes1
answer191
viewsCollapsed menu after selection
I’m having doubts in the collapsing menu of bootstrap 4.1, when the layout is on smaller screen and collapsed, after selecting an option it does not collapse again, does anyone know how to do to…
-
0
votes1
answer365
viewsError in bootstrap tab-content. Shows stacked elements in tabs toggle
Good afternoon. We are developing a website for a research group of the master’s degree, I am a fellow, of the course of information systems, with little experience in web programming, who can help,…
-
0
votes0
answers153
viewsHow to handle expired session within the 4.x bootstrap modal?
I have a system where the user chooses a date and time for scheduling, I increased the session time because the user needs to fill out a form with various information, it’s working beauty. It turns…
-
0
votes1
answer739
viewsBootstrap Responsive Navbar is not working!
<html> <head> <meta charset="utf-8"> <title>HARD PUNK - Strange, The Fish</title> <link href="./css/bootstrap.min.css" rel="stylesheet"/> …
-
0
votes0
answers51
viewsDuplicate bootstrap files in Adm folder or just reschedule paths?
I developed a website, now I need to create a "ADM" to control it. These are the files from the main website: I created a folder called adm in the same directory as the other files and thought to…
-
0
votes2
answers409
viewsJquery function to select tab with required fields not filled
I use the tab of bootstrap and the required of dataannotations, but the following happens, not to know the required fields, when it is not in the tab of him, for example, I’m in tab 1, and I…
-
0
votes2
answers44
viewsAlert de Sucesso
I have a modal to mark friends, when the user clicks to mark, I call the onclick that makes the request to the controller. I want to send a message of success to the user, I have a div with None…
-
0
votes1
answer242
viewsHow do I remove the space between one line and another of cards in Bootstrap4?
Good night. I’m using Bootstrap4 in my Django project, but as in the following print, there’s a gap between cards (marked with an x) because of their different size. I would like the images below to…
-
0
votes1
answer552
viewsHow to get the link from a specific bootstrap tab
I have a page that uses the Tabs navs of bootstrap 4.1, I’m looking and I can’t find a solution, I want to make sure that by clicking on a link it opens a specific 'tab' of the bootstrap. In this…
-
0
votes0
answers52
viewsLoad information into modal inputs based on id sent by clicking the data-id link
Using the bootstrap documentation, made a change of a href for button <button type="button" class="btn-a" data-toggle="modal" data-target="#EditaFoto" data-whatever="<?php echo $row['idfoto'];…
-
0
votes1
answer208
viewsHow to add a class to a label tag of an input dynamically selected by Vue.js?
I am using Boostrap and have a sector in the form where the client will choose some items, and when clicking on the item the bootstrap adds the class active in the selected item, and with css I make…
-
0
votes3
answers799
viewsAligning Twiter bootstrap buttons inside a Table
My buttons inside the table are breaking the row when a column is added in the table, they are getting like this: My code ta as follows: <div class="row"> <div class="col-md-4"> @using…
-
0
votes2
answers2081
viewsChange the color of the Nav bootstrap 4 link
I have the menu below: But I would like the color of the link to be #3E4095 and the Hover #FFFF00. How can I change the color on Bootstrap 4? <nav class="navbar navbar-expand-lg navbar-light">…
-
0
votes1
answer54
viewsAlign a logo in the center of the Form
Hello. I have a login form, only I need to align a logo to the center of this form, so that this alignment is responsive. I know it has some forms, but what is the best way to make this alignment?…
-
0
votes2
answers434
viewsMake a screen responsive to monitor resolution
Good morning! I have a login screen, I’m doing with bootstrap 4. How I would adjust the layout of the page so that the background image is not missing or exploded. As you can see in the image below,…
-
0
votes0
answers140
viewsHave you been in conflict with Bootstrap?
I am implemented Vuejs in an Laravel5.7 mine and I realized that this occurring apparently a conflict with almost all my Nav-tabs, because when I change tab in Nav-tabs, regardless of how many tabs…
-
0
votes1
answer384
viewsDropdown menu does not appear - Laravel Project
I made a layout in which I want to put a navbar where I want to put a dropdown, but the dropdown menu does not appear, only the button is there... I tried to put Jquery but it didn’t work, follow…
-
0
votes1
answer86
viewsFill modal to edit with information coming from the database based on id
I need to fill a Modal in edit mode based on the received id. My code: $("body").on('click', '#editfoto', function () { $('#modalEdit').modal('show'); id = $(this).data("idedit");…
-
0
votes1
answer165
viewsToggle bootstrap menu is not expanding
My menu with toggle-icon, being used exactly like that of the bootstrap4 example documentation simply does not expand. I tried that solution but nothing has changed. Currently the code is like this:…
-
0
votes0
answers107
viewsWhen rendering an application in Angular 6 the layout is breaking
I did a job with Angular 6 in a company and I didn’t touch it anymore. I went back to study to actually learn and started with a project I picked up on the internet here. Well, I followed the…
-
0
votes2
answers240
viewscol-Md-6 occupying all space
In my contact form I need to leave on one side some information about the contact, and on the other side a form with email and message. But the part of my form of information is occupying…
-
0
votes1
answer199
viewsInsert elements in the left column, in Bootstrap, without affecting the height of the rows in the right column?
How to insert elements in the left column does not affect the height of the rows in the right column; that is, how I make two columns totally independent so that when inserting elements in one…
twitter-bootstrapasked 5 years, 10 months ago user110243 -
0
votes0
answers85
viewsCollapse Bootstrap height 100%
When you click on the name of each product the collapse appears with the default effect. The problem is that the collapse does not occupy 100% of the div. Follow example of the problem.…
-
0
votes1
answer379
viewsBlock weekends in the Angular Material datepicker
I am using the Datepicker of Angular Material and need to block Saturdays and Sundays in order not to be selected. How can I do this ? Code: ts import {Component} from '@angular/core'; /** @title…
-
0
votes2
answers764
viewsHow to align icons with text on the side of Bootstrap 4?
So, I would like to know how I can align the icons with the texts, in this case, the text right in the direction of the center of the icon. I tried it like this, and with some other Bootstrap…
-
0
votes1
answer56
viewsColumn not floating beside
I need the columns to float next to each other inside a card. For this I set the first column to occupy 8 spaces and the second 4. col-8 e col-4 But they’re not floating next to each other. I need…
-
0
votes2
answers936
viewsCheck if an array is empty with Vue.js
I am new to javascript and thought about doing some tests with some tools (the Vue.js and nuxt.js) to learn something new. So taking a test that I was sent (which comes down to doing a job vacancy…
-
0
votes1
answer260
viewsProblem with bootstrap
I recently made a page using Bootstrap, and hosted it at Hostgator. When I see the live preview in Brackets or enter the hosted page, they are equal and no problem, this on my pc. However, when…
-
0
votes1
answer86
viewsAdd image thumbnail and toggle switch to table
Hello, everyone. I follow my saga of editing a boostrap template, with a lot of learning but with a lot of head beat on the wall rs. I would like to know how to add an image thumbnail in this table…
-
0
votes1
answer127
viewsOverlapping Divs without using position:Absolute property
I’m putting together the following layout and I couldn’t find any way to override the Ivs without having to use the position: Absolute. I cannot make use of this property, as this is just a Section…
-
0
votes3
answers195
viewsCarousel slide.bs.Carousel event does not work
$('#carousel').on('slide.bs.carousel', function () { alert("SLIDE"); }) <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"> <script…
-
0
votes1
answer237
viewsBurger menu closes when I click on a dropdown inside it
I have a menu that when opened on mobile turns the responsive burger menu. Inside it I need to have a dropdown link that will display another submenu. So far so good, the problem is that every time…
-
0
votes1
answer41
viewsElements are not well responsive and functional in bootstrap
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS"…
-
0
votes1
answer609
viewsTable with class table-Striped does not change line color
Good evening everyone, I am trying to change the color of a row in a table with the table-Striped (zebrad) class, but it seems that the table-Striped rule overrides my rule: tr…
-
0
votes2
answers95
viewsDisable hidden DIV
I have an html code with java script that shows and hides the fields. I would like to know how to disable the div that is currently hidden ? And also if you notice the code the Cpf button already…
-
0
votes1
answer106
viewsJavascript graphic
I have a javascript chart and would like to customize it. I want to change the numbers below the column to names (e.g., active) and also change the color of these columns. Could you help me? Follow…
-
0
votes2
answers556
viewsCentralize DIV with Bootstrap or CSS
Good morning, Could you help me? I would like to center a Div(id="newServic") that is displayed by clicking on a Btn(id="newServicoBtn"). Follow the code below <?php session_start();…
-
0
votes1
answer1424
viewsBootstrap - Overlay Div
I have a doubt and I would like your help, I already researched a lot and did not find a solution. I’m trying to position a div over a div. I found some ways to do this on the internet, however, I…
-
0
votes1
answer495
viewsHow to center a form vertically and horizontally with responsiveness using bootstrap?
Hello! Please, I need help/guidance. I am a beginner and am creating a login with bootstrap and would like to center vertically and horizontally this form. <div class="container"> <form…
-
0
votes0
answers105
viewsquery update does not update the database because of 1 field
Hi, I have a very strange problem. When I run my UPDATE in the query by filling in all fields except the PRODUCT VALUE, it simply doesn’t update anything. If I fill in the PRODUCT VALUE field it…
-
0
votes1
answer41
viewsDelete data from hidden fields with javascript
I have html code that hides and disables fields according to the choice of Cpf or cnpj, my question is how can I use javascript to delete the data that was typed as soon as the capos are disabled?…
-
0
votes1
answer52
viewsChoice of modal fields by variable value in php
I have a modal that opens the customer data and I have clients Cpf and cnpj, I would like to show the data according to the value of the variable $razao_social, if this variable contains some data,…