6,412
questions
0
votes
0
answers
13
views
Bootstraps form validation inside a table with big checkbox now working
I use bootstrap 5.3.3 and have this structure
see css used to create a big checkbox.
.form-check-input[type=checkbox].big-checkbox {
transform: scale(3);
margin: 1.5rem;
border-radius: 0;
}
...
0
votes
2
answers
55
views
How to open dropdown menu from outside button
Opening bootstrap dropdown menu from button inside table using
function xonclick() {
const dropdownButton = document.getElementById('settingsDropDown');
const dropdownMenu = document....
0
votes
0
answers
18
views
How to style components in the Blazor Bootstrap Component library
I've started to use the Blazor Bootstrap Component Library but I'm having trouble overwriting the default css styles being applied.
For example I'm trying to use an accordion
<Accordion Class=&...
0
votes
2
answers
40
views
Grid System - unable to align 3 columns in a row
I have read the docs and have googled - unable to find an answer. I have a parallax bootstrap slide. In the first slide I am trying to make 3 div columns equal height and width side by side in a ...
0
votes
0
answers
9
views
Graph shrinks after resize() when pointRadius is positive
I encountered an issue where the size of the chart changes unexpectedly when the pointRadius of a dataset is modified. Here's a minimal explanation of the behavior:
Initial state: I initialize a ...
1
vote
2
answers
36
views
Bootstrap 5 Popover-Set Content Dynamically from Async Function
I'm trying to load a bootstrap 5 popover with dynamic content from an asynchronous function in which I have to wait for. I'm setting up my popover as so:
document.querySelectorAll('[data-bs-toggle=&...
0
votes
1
answer
20
views
Bootstrap 5.3.3 JS bundle breaks 5.1.3 carousel pause button code
I wrote a webpage a couple of years ago that uses the Bootstrap Carousel component from Bootstrap version 5.1.3.
You can see a working version of it here:https://webdevschool.iimagine-websolutions.com/...
0
votes
0
answers
13
views
How do I make the range-input for the first circle to be the same as the second circle?
I am creating a price range slider, and I'm having troubles on how to fix this issue:
Price Range Slider.
The first circle should be on the front together with the second circle.
I was expecting it to ...
0
votes
1
answer
79
views
Why is height:0 needed here to make the div behave as expected?
I need a div in a column that becomes scrollable if there is too many items in it, but for some reason the only way I found a solution was with "height: 0" which makes no sense to me, I ...
0
votes
1
answer
32
views
Ngb-bootstrap alert close button style is not apply properly
I'm working on an Angular project that uses the ngb-alert to show alerts. My alert is working fine, but when I upgrade my Angular version and all other dependencies to the latest, I notice that the ...
1
vote
0
answers
60
views
Why my Bootstrap tabs don't show the content added with easyui datagrid?
I am creating a website using the bootstrap nav-tabs, I'm creating two tabs and this tabs showing a table list of candidates, but when i click the other tabs("Entry Form TTD" tab) the ...
0
votes
0
answers
31
views
save styling in dompdf while pagination -- include Bootstrap
In coeigniter 3 I have following method to create html content for dompdf based on data fetched from a SQL table which already created by ckeditor on my web portal:
public function generatePageHtml($...
0
votes
0
answers
37
views
How to give a bootstrap table a minimum height, while still preserving table row height to be minimal?
so my my problem is this. I have a bootstrap table which I have to give a minimum height. The problem now is that my table rows are taking all the available space left. So when I only have one row, ...
1
vote
0
answers
20
views
Splidejs and bootstrap tabs that become accordion: tab content is not displayed when switching from mobile to desktop
I started using this codebase to create bootstrap tabs that become accordions on mobile, and I use splidejs to give them autoplay: https://codepen.io/Haimdal/pen/oNyeQaY
Everything works fine, except ...
-1
votes
0
answers
62
views
I want to add some options to an appendChild tag
I want to make a shopping basket for my website, and I used offcanvas for it. after making offcanvas page, I tried to append child ( appending some divs in my offcanvas page ) to my offcanvas. And ...
0
votes
1
answer
57
views
Fully responsive collapsible images not functioning correctly
I have a wall of images and when an image is clicked a separate div rolls down underneath the row in which the image was clicked. At the moment it is fully responsive, meaning when the screen size is ...
-1
votes
1
answer
27
views
Make bootstrap modal footer button align side by side
I want the buttons to be side by side at right but the form seem to take too much of space.
the red box is the form container
<div class="modal-footer">
<button type="button&...
-3
votes
1
answer
92
views
ASP.Net web forms application's page scroll behavior when bootstrap enabled [closed]
I've an issue with page scroll behavior in ASP.Net web forms application when bootstrap css enabled, below is the explanation.
Created a new Web Forms project from Visual Studio 2022
VS automatically ...
1
vote
1
answer
70
views
How to dismiss a bootstrap modal after a form is successfully filed?
I am learning HTML, CSS, JS and PHP and put on myself to make a page with lets the user leave a message, but i have not being able to implement a way to make the modal close after the user correctly ...
0
votes
0
answers
179
views
Layout was forced before the page was fully loaded
After making some CSS changes to the website, this message appeared in the FireFox console:
Layout was forced before the page was fully loaded. If stylesheets are not yet loaded this may cause a ...
0
votes
1
answer
45
views
How to create a dropdown in forms in django with values from database
I'm trying to create a form with a drop down box where the user can select the location from the pre-exsiting locations in table.Stuck on what to do
forms.py
from django import forms
from .models ...
-2
votes
1
answer
47
views
Striped row color is exceeding the columns [closed]
I have the following code text
to have each employee row in different color. However, the result does not cover all rows.
I tried to change :
<div class="col-1 border-cell dropdown">
...
0
votes
0
answers
35
views
I'm trying to include @use _variables.scss in my main file but I keep getting an undefined mixin error
I'm trying to pull in different partials from the bootstrap's scss library. All the other basic files (functions, mixins, and bootstrap) seem to work except when I try to implement the _variables.scss ...
-1
votes
0
answers
63
views
Silence dart-sass deprecation warnings
I'm developing a WordPress theme using dart-sass to watch/compile scss files. In the scripts bit of my package.json I have a watch script, like this:
"scripts": {
"watch": &...
0
votes
1
answer
33
views
need help generating bootstrap 5 utilities
I'm working in a company that wants to create their own utility classes and I have to create the setup to make it work.
Here is a list of relevant details
All of these imports are what the company ...
-1
votes
0
answers
35
views
Unable to select dropdown
I have created a drop down. Problem is when I select one of the options and click away, the option does not remain in the "Select Category" field. After selecting and clicking away, the &...
1
vote
1
answer
77
views
The clear button overlaps the placeholder
My clear button overlaps the placeholder:
Have you ever had this problem?
I'm using the bootstrap5 theme for select2.
Everything else works.
It's just this button that's causing the problem.
Thanks.
...
0
votes
0
answers
12
views
how to display flex 2 diffrent components in admin panel
i'm makin admin panel using MERN stack but my bootstraps library not working properly even i installed everything right. how could i resolved .I tried it using bootstrap and also css properties but ...
1
vote
1
answer
65
views
How to stop Blazor from reloading page and clearing html tag?
I'm using .NET 8 Blazor WASM (Server and Client projects) and Bootstrap 5.3. When the page loads I have a javascript file that sets the data-bs-theme class for light/dark mode set in the <html> ...
0
votes
1
answer
47
views
How can I create a new layout using Blazor Bootstrap?
I want to use Blazor Bootstrap's SideBar.
NewLayout.razor:
@inherits LayoutComponentBase
<div class="bb-page">
<Sidebar2 Href="/"
IconName="...
0
votes
1
answer
37
views
Column content overflowing the column [duplicate]
I am using React and Bootstrap.
I have defined a container, a row, and columns.
When the screen is shrunk, the page is responsive in that the columns shrink or expand relative to the page.
However, ...
0
votes
0
answers
23
views
Sonarqube is showing wrong result for React, TypeScript and JSX
Sonarqube is unable to understand the code for React, TypeScript and JSX, it is showing false positive across the application. Below is some code:
<div className="title-wrapper">
<...
-1
votes
2
answers
56
views
Vertically Center div Using Bootstrap
I'm currently working with a template, and I'm trying to position the elements with the following requirements:
The header must stick to the top, be horizontally centered, with spacing between the H3 ...
0
votes
1
answer
38
views
Bootstrap not loading
I has downloaded bootstrap and put it in angular.json and in head tag, but it load only in home page and when i refresh the page, but i need that it load when i go to product/:id route, angular.json:
&...
0
votes
1
answer
68
views
How can i remove containers spaces
im wondering if you can specify a custom width or height to your container when using a bootstrap and if will not affect the default responsiveness of the bootstrap container. Now, this is my main ...
1
vote
0
answers
46
views
How to link bootstrap resources to a dockerized shiny app made with golem?
I'm trying to dockerize my shiny app made with {golem} (the app is packaged as a library) and I'm running into problems because I have some bootstrap dependencies in my custom.scss file (such as @...
0
votes
2
answers
54
views
CSS Styles Not Applying to Button: How to Remove Blue Highlight on Click?
I am developing a web application via pycharm using html, css, and js. Currently I am having issues with the upload button, which is intended to trigger the upload of source code. I am still learning ...
0
votes
1
answer
39
views
Boostrap 5.3 different resolution column doesnt work
I want 4 div's that it must be changed of witdh with different resolutions, but it doesn't work.
I want
when the resolution is ≥992px the div are in the same line (3 column)
when the resolution is ≥...
0
votes
0
answers
13
views
Blazorise Vertical Sidebar always on top and collapsed
I would like in my Blazor PWA wasm the Sidebar always on top and collpased.
I tried adding to class 'collapse' but the Sidebar disappear.
<div class="sidebar collapse">
<...
0
votes
0
answers
17
views
Resizing Cesium Viewer inside Bootstrap Accordian
I am trying to put a Cesium viewer inside a bootstrap accordion. The issue I am having is when I collapse and expand the accordion the viewer doesn't resize, even when I try to call resize or ...
1
vote
1
answer
52
views
Bootstrap Contact Form 7 not clickable
I am having troubles with my theme`s Contact Form 7, when I try to hover on the clickable items [name, email, phone], they are not clickable.
This is not true for the message body, where I can type my ...
1
vote
1
answer
49
views
Date input field calendar icon position issue in RTL direction for Chrome and other browsers
I'm having an issue with my date input field on a website that's in Hebrew (RTL). In Firefox, the calendar icon appears on the left side as expected, but in Chrome and other browsers, it doesn't.
I'm ...
0
votes
1
answer
48
views
Bootstrap Navbar moves the window when collapses
All this happens on mobile screens. I have this navbar:
<nav class="navbar navbar-dark sticky-top navbar-expand-lg">
<div class="container-fluid">
<a ...
0
votes
0
answers
34
views
Form validation bootstrap not working, even if empty button leads to the other webpage
I've created a form validation system for a sign up page for a website, however the button once clicked will lead to the profile page no matter what.
I want it to only lead to the profile page if the ...
1
vote
2
answers
38
views
After Bootstrap 5 tooltip not working in Angular 11 project
Facing issue with bootstrap popover and tooltip to display the HTML content.
<button type="button" data-bs-toggle="popover" data-bs-html="true" data-bs-content= {{...
0
votes
0
answers
18
views
Mixin from multiple global modules error when working with SASS and Bootstrap 5
I am following tutorial from Bootstrap 5 & SASS - 5, trying to learn SASS and Bootstrap for my coming project. I try to use mixin to set a resuable background color. I followed every step but I ...
1
vote
1
answer
67
views
Navbar toggler button open but not close after
Here my code with a collapsible navbar. The toggler button opens but not closes the menu:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-...
1
vote
1
answer
20
views
Bootstrap Columns not moving to the right and instead staying below each other
So I'm coding a website homepage and I try to make another column, yet it wont move to the right, I've even tried to justify it to the right which doesnt work.
I want it to be specifically to the ...
1
vote
0
answers
82
views
Vertical navbar on left unable to use controls to the right of it
This navbar is placed vertically on the left of the page. If I leave out fixed-top the content on the right is pushed under the control.
If fixed-top is added the content aligns perfectly to the right,...
0
votes
1
answer
53
views
In Bootstrap why does "fixed-bottom" make the buttons full width when otherwise they aren't?
On one page, I want 1 button near the top and 2 buttons fixed to the bottom. With everything else being equal when I add the fixed-bottom` class to the div containing the buttons to be fixed to the ...