bootstrap-4 Questions
4
Solved
I am using bootstrap and following this doc:
<div class="custom-file">
<input type="file" class="custom-file-input" id="customFileLang" lang="es">
<label class="custom-file-label"...
Convertite asked 12/3, 2018 at 11:48
7
Solved
I am working on a form with Bootstrap 4 and I would like to edit/change the style of the arrow select element from the first version to the second version as depicted below.
I tried different ways...
Manriquez asked 21/2, 2017 at 9:26
15
Solved
I'm developing a web application with Angular 5 and Bootstrap 4 and I'm having problems with the nav menu bar dropdowns. I'm following the documentation https://getbootstrap.com/docs/4.0/components...
Rotman asked 1/3, 2018 at 17:46
5
Solved
Recently, I have started web developing and I am using bootstrap v5.0 to build a website. Following is the code of a file named "grage.php", and its code is stated below,
<!-- H...
Whitver asked 29/1, 2022 at 22:37
6
Solved
I am trying to create custom bootstrap by importing only the required components into a style.scss file from bootstrap sass. However, I get a chain of many Deprecation Warnings when I import and co...
Truong asked 24/5, 2021 at 16:10
2
I need to set as a dynamic id for the Boostrap modal and refer it.
<div class="modal" id="questionEdit">
</div >
<button type="button" class="btn...
Accident asked 25/6, 2022 at 11:4
7
Solved
I am working on my first react-bootstrap website and I am noticing that the dropdown in navbar won't allow dropdown on hover.
I am wondering if there is a workaround. I tried adding some code to m...
Biological asked 24/2, 2020 at 10:22
4
Solved
I have started learning web programming as a project and I've been having a hard time with getting my links to show as active on the navbar. I did start by looking for similar questions asked in th...
Tourane asked 4/5, 2018 at 10:14
5
Bootstrap 4 includes the width classes:
w-25
w-50
w-75
w-100
I want to specify widths only for certain breakpoints and above; e.g., "w-md-25", etc.
Is it possible to add such classes in the SCS...
Laurettelauri asked 11/12, 2017 at 19:36
7
Solved
Does anyone know if you can use react-bootstrap with Next.js? I am using the latest versions of both, I can provide code at this point, but right now my app is not throwing any errors, it is just n...
Bretbretagne asked 22/10, 2019 at 2:23
6
Solved
I'm trying to use the select2 with an input group, but the button is always on the next line after the select2 control. If you remove the select2 class it works as expected. Why does the select2 bo...
Passionate asked 21/6, 2019 at 16:16
5
Solved
Bootstrap rows has a margin (left and right) of -15px.
As far as I know this is mainly by two reasons:
The .container has a padding (left and right) of 15px
The col-* have a gutter of 15px.
...
Futile asked 11/7, 2018 at 10:18
7
The following code:
View:(is-valid)
<div class="form-group">
@Html.LabelFor(m => m.Telefone, new { @class = "font-weight-bold" })
@Html.TextBoxFor(m => m.Telefone, new { @class = "f...
Pauiie asked 27/1, 2018 at 16:14
10
I'm trying to use bootstrap 4 with my angular installation. i've run
npm install --save bootstrap@next but i have a break at runtime :
./node_modules/css-loader?{"sourceMap":false,"importLoaders":...
Croup asked 29/12, 2017 at 2:24
8
Solved
I'm running into a really weird issue with a Slick Slider.
Sometimes, on the very first page load the slide and track width are being set to 0.
I've tried many of the solutions out there includin...
Thibaut asked 14/1, 2018 at 22:32
6
I'm very new to svelte ( like many of us ^^ ), and I didn't manage to add bootstrap to my app. Tried to run 'npm add bootstrap' but it said that I need peer jquery dependencie. Here is the terminal...
Straighten asked 21/1, 2020 at 13:44
4
Solved
I would like to make use of Lit-Element with Bootstrap.
Currently I have simply imported the external dependancies as suggested here: https://lit-element.polymer-project.org/guide/styles#external...
Arabela asked 28/3, 2019 at 14:33
7
Solved
Explanation
I'm trying to remove these Bootstrap's validation icons ("x" and "check"), but I've look into everything and can't find where it is.
Code
You can also see in it this JSFiddle.
&...
Hoff asked 11/2, 2019 at 1:22
6
Solved
Using Crispy Forms with Django, I can only get a TemplateDoesNotExist error when using any feature of Crispy Forms.
As I'm new to Crispy Forms (which seems to be universally recommended for quickly...
Preprandial asked 18/2, 2023 at 18:14
5
Solved
I am developing a website in HTML using bootstrap and javascript. I am trying to add a toast using the following code from the bootstrap website:
<div class="toast" role="alert" aria-live="...
Dulin asked 8/6, 2019 at 6:9
7
Solved
I am using angular 4 and bootstrap 4 beta 2 and ng-bootstrap for my application and also using ng-bootstrap.
I have added the navbar from the bootstrap documentation example.
The code looks like ...
Triode asked 10/11, 2017 at 17:40
0
I'm trying to use the select2 with an input group in AdminLTE v3.2.0, but the button is moved to the next line after the select2 control.
Anyone has experienced this?
I noticed that the issue doesn...
Scaler asked 28/4, 2024 at 18:43
2
Solved
I am trying to make bootstrap nav-bar collapsing work on a mobile device because it doesn't work at all. Please don't offer other dependencies like vue-bootstrap or implementing jquery in the code....
Garamond asked 30/12, 2018 at 9:37
4
I am working on angular app and while run the app it's not showing any errors but I'm getting this kind of warning's in many css files.
Module Warning (from ./node_modules/postcss-loader/src/index...
Atalee asked 19/9, 2019 at 5:11
6
i'd like to change the colour of the active menu links to green. I tried various ways (looking at the developper mode what rules applied from the framework), but it did not work. Can you please adv...
Intimacy asked 20/9, 2018 at 16:46
1 Next >
© 2022 - 2025 — McMap. All rights reserved.