6,478 questions
2
votes
1
answer
75
views
JQuery sortable table rows are overflowing their container while moving
I am using JQuery sortable to order the rows of a Bootstrap table. Functionally, it works fine. But while moving the <tr>, if the browser is sized such that the table doesn't fit in the ...
-1
votes
0
answers
92
views
DataTable (using Bootstrap5) Select is not a function [closed]
I'm trying to select all the rows of my datatable using a button, but when I click on it i get an error "tableEvaluations.rows().select is not a function". I use the latest DT version, with ...
0
votes
1
answer
42
views
Bootstrap carousel gets stuck on initial load [closed]
My bootstrap carousel gets stuck on the first image after the page loads or refreshes. After selecting the next button it seems to work as usual, but initially it causes some sort of overlap of images....
2
votes
4
answers
136
views
How to select a menuitem from a Bootstrap dropdown built as a button (Selenium/Python)
I am trying to select choices from a dropdown menu, using Selenium with Python. The menu might be built as a button as I had no luck trying to use Select(). It also might be a Bootstrap dropdown. Here ...
-1
votes
1
answer
66
views
Focus on cancel button
I've upgraded from Bootstrap 4 to 5 and now when Sweetalert2 confirmation is opened at a modal, focus remains on modal at its "close" button.
But when I open Sweetalert2 directly from the ...
Advice
0
votes
2
replies
88
views
How to slide 6 images at a time with vertical sidebar navigation?
I'm trying to create an image gallery using Swiper.js. Here is what I want:
1. The gallery displays multiple images in a grid (e.g., 2 rows × 3 columns, total 6 images per slide).
2. When I click the &...
0
votes
0
answers
53
views
ASP.NET QuickGrid: Style clash between QuickGrid default theme and bootstrap table
Repro:
Create the default Visual Studio Blazor Server Template with sample pages.
Add a nuget reference to Microsoft.AspNetCore.Components.QuickGrid (10.0.0)
Replace the weather page with a similar ...
1
vote
2
answers
202
views
`Conflicting assets with the same target path` with `bootstrap-table`
I've updated my developer tools in Windows 11 to use the updated .NET 9/10 of November 2025 update. I have not updated my projects to .NET 10, so the projects are running in .NET 9. I have one ...
1
vote
1
answer
78
views
Building sass with gulp - includePaths not having any effect
I am attempting to build a sass file that imports bootstrap from the node_modules folder.
I have added the bootstrap source folder to the includePath list.
But for some reason, the gulp compiler is ...
0
votes
0
answers
74
views
How to make K2 SmartForms (by Nintex) work with Bootstrap 5 + SASS?
I’m trying to style my K2 SmartForms (by Nintex) using Bootstrap 5 with SASS.
However, SmartForms have their own generated HTML structure and styles that often conflict with Bootstrap’s classes and ...
2
votes
1
answer
56
views
How can I change the background color of an active link in a Bootstrap dropdown menu?
I am desperately trying to change the background color of the Bootstrap 5.3 dropdown menu whose link is active.
When I am on a page, the menu link for that page appears in bold, but when that page is ...
0
votes
1
answer
64
views
Extra space on the right hand of bootstrap header
I have this little issue but I can't figure out what it is, could someone take a look and enlighten me - basically, I'm building a website with bootstrap and can't figure out why do I have this little ...
4
votes
1
answer
90
views
Dropdown Menu for Login is Going Behind Navigation Bar and Creating Horizontal Scrolling in HTML/CSS
I am working on a navigation bar with a login dropdown menu, but I’m facing an issue where the dropdown menu appears behind the navigation bar when I hover over it. Additionally, this issue is causing ...
1
vote
1
answer
105
views
Bootstrap modal hides when it loses focus to main page
When my Boostrap Modal is displayed and it loses focus by the user clicking off the modal and onto the main page, the Modal is hidden. How can I stop this?
on('hidden.bs.modal') gets triggered after ...
0
votes
1
answer
132
views
JS Textarea validation
I am creating a contact form and validating using javascript event listener. The invalid event listener is working for the input elements from the deafult required class added to the input fields. ...