Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [twitter-bootstrap]

Bootstrap (formerly Twitter Bootstrap) is a frontend framework designed to kick-start development of Web apps and sites. For questions related to a version of Bootstrap also use the specific version's tag from "twitter-bootstrap-2", "twitter-bootstrap-3", "bootstrap-4" and "bootstrap-5" tags.

twitter-bootstrap
-3 votes
1 answer
40 views

How to trigger bootstrap toast ? other then button type="button", or fetch() [closed]

Is there a simple, other solution to trigger my boostrap toast which doesn't involve a button? Maybe like : button onclick ="trigger my bootstrap toast the easy way" without the need of ...
al-naba project's user avatar
0 votes
1 answer
46 views

Make Bootstrap non-closable modal closable again

I'm using this code to make a Bootstrap 3.4.1 modal non-closable -- to not allow the user to click outside the modal or use Esc to close it, while still allowing the normal .modal("hide") ...
Alex's user avatar
  • 35.6k
-1 votes
0 answers
20 views

Remover as margens brancas do .container do Bootstrap [closed]

I have an Angular code that uses Bootstrap to create grid movements. I added the .container class, but it adds lateral margins. When I change the background color of the body, the margins created by ...
Ícaro Carvalho's user avatar
1 vote
0 answers
33 views

Flipcards when card flip, the background of the text of front, appears on back for some miliseconds

I am facing a strange issue with the bootstrap card and title text overlay on the images on the Front Card. I applied the flip, and the title has some background color and works fine. But when it ...
AbdulAziz's user avatar
  • 6,188
0 votes
2 answers
50 views

Trying to size div as percentages of the entire page

Trying to make div heights as percentages of the body height. I'm using bootstrap version 5.3. I'm able to make the body element 100% of the view. However, all the other div have the same size of 24px....
sg2019's user avatar
  • 49
0 votes
1 answer
32 views

Multiple button calls to same Bootstrap toast

Just call one Bootstrap toast, with a unique id, and I can do it. But: I would have multiple Buttons, all reference to the same Toast message. And trigger I thought, a class call? In my JS script. I ...
al-naba project's user avatar
0 votes
0 answers
38 views

How to maintain design on Bootstrap when adding input-group to append an icon?

I'm new to bootstrap and I'm getting a bit lost on this interaction. I have this original password input: <div class="form-floating mb-3"> <input asp-for="Input.Password&...
Dancing Diplodocus's user avatar
-1 votes
0 answers
19 views

Disable container spacing to one side only does not work [duplicate]

I'd like to create the following website layout using Bootstrap 5 and maybe some custom css. The blocks should use the standard container class and for some blocks I want to disable the left or right ...
mbauer's user avatar
  • 344
-3 votes
1 answer
48 views

Bootstrap searchable select option [closed]

The select option is not working when I am using bootstrap select. $(function() { $('.selectpicker').selectpicker(); }); .sc_table { height: 100vh; overflow: scroll; } <link href="https:...
bowih's user avatar
  • 101
0 votes
1 answer
33 views

Properly reload and reformat a Bootstrap Popover after Loading Data with ajax

Let me state first of all that there are a lot of articles out there asking about simply loading an Ajax call's data into a Bootstrap 4.0 popover; this question regards a slightly different topic. The ...
Freerey's user avatar
  • 184
0 votes
1 answer
64 views

Premium Fullcalendar not picking up Bootstrap5 theme

This is what i'm seeing (theme does not look to be applied) This is how i would expect it to look I can get the bootstrap theme to work on the standard edition of fullcalendar, just not the premium ...
case1352's user avatar
  • 1,126
0 votes
1 answer
29 views

Getting Syntax error when bundling and minifying Bootstrap 5 CSS Template

I am using a bootstrap 5 template (I have the minified version), which looks like this. This file is generated using gulp: I want to include this file in ASP.NET MVC 5 bundle, as it adds the cache ...
Hooman Bahreini's user avatar
1 vote
1 answer
154 views

Print and Print Preview of Web Page not Working Properly in Microsoft Edge Browser

I have a strange issue I am experiencing with a web app. Typically, the user right clicks on the web page and click Print. He views the document in preview and then decides how to print it. On Chrome, ...
Fokwa Best's user avatar
  • 3,484
-1 votes
0 answers
91 views

Col-auto doesn't have width equal to its content when content is a nested BS grid

I'm trying to make col-auto to have width equal to its content as described in Auto-sizing In my code snippet you can see I have a col-auto which has a nested grid for its children. The problem is ...
VML's user avatar
  • 11
0 votes
0 answers
27 views

Rails UJS Remote Form Only Evaluates JS for 2XX Responses but Not 4XX Responses

Was there a change in how JQuery 3 and Jquery 1 handled remote form errors on Rails? In the past, (Rails 6, Zurb Foundation, Jquery 1), the code below would work. A user would submit a form, they'd ...
Patrick Jones's user avatar

15 30 50 per page
1
2 3 4 5
6872