Skip to main content

All Questions

0 votes
0 answers
29 views

I want to align modal center bottom on all screens

This is my code i want to do that when ever modal will open it will aligned in center bttom on all screen how can i achive that ? i do this code but its not working on all screen sizes can any one ...
MR Lappy's user avatar
0 votes
1 answer
37 views

Bootstrap Modal header css variable not defined - var(--bs-modal-header-padding) not defined

I am not using modal-header inside modal I want to use modal-header css property, inside normal div But css property has values when its inside modal but it shows variable not defined when used in ...
Anonymous's user avatar
0 votes
1 answer
51 views

Bootstrap modal.show() fired instantly instead of waiting asynchronously

I have a form submission that call an API like <button class="btn btn-primary w-100" data-bs-toggle="modal" data-bs-target="#...
NicoCaldo's user avatar
  • 1,445
0 votes
0 answers
36 views

modal is not shown up when convert to vue 3

I am using vue latest version 3.4.21 and tried to convert a modal from vue2. My codes have: main.js as: import { createApp } from 'vue'; import * as uiv from 'uiv'; const app = createApp({ data()...
son hoang's user avatar
0 votes
0 answers
20 views

Modal is Not Opening in Correct Position

i have a Nextjs code Modal is opening with div tag not separate tag i call the button in server and try to open it Server Calling code <div className="col-lg-6 col-xl-5 col-md-8 mb-5">...
Dhanam's user avatar
  • 11
0 votes
0 answers
24 views

How to embed a modal or popup in an HTML form

In my registration form, I'd like users to agree to the T&C without opening a new web page, so a modal (aka dialog or popup) would be appropriate. But when I add the dialog to the middle of a form,...
Tac Tacelosky's user avatar
0 votes
0 answers
47 views

Problem with modal events in an Angular component

My problem is this peace of code: <div class="alert my-5" *ngFor="let alert of alerts; let i = index"> <div class="alert-container" data-bs-toggle=&...
carloslopez's user avatar
0 votes
0 answers
21 views

Bootstrap modal works in static webpage, but not in React.js equivalent

I'm building a site from a Bootstrap template that comes with some modal components, specifically in the 'portfolio' section of this template. The modals work fine when my page is entirely front end. ...
Ben's user avatar
  • 1
0 votes
0 answers
29 views

Hiding a bootstrap modal with jquery under a certain condition

I'm trying to modify a modal that opens on click within a user account and blocks access to certain features on the website. Once the user obtains premium access to the account, I'd like this modal to ...
John Morrow's user avatar
1 vote
1 answer
46 views

How to load modal as alertafter inserting data to database?

I have problem to pop up a modal after insert data into database. So, in the tambahnotis.php I have a form for user input the data to insert into database. In the head of tambahnotis.php, I have ...
Kucen's user avatar
  • 57
0 votes
0 answers
91 views

How to pop up a modal successful or error after inserted data into database?

I want to produce a pop up modal either success of error message when user inserts data into database. Below I have a form, two modal and php code for insert data from form into database. What I have ...
Kucen's user avatar
  • 57
0 votes
0 answers
42 views

Bootstrap Modal having problem but unable to fix it

It's opening a new window and the close button is working fine but "Save Changes" button is not submitting the form. Here is my code: <!DOCTYPE html> <html lang="en"> <...
Raakh's user avatar
  • 67
-1 votes
2 answers
62 views

Modal screen doesn't render properly when screen scrolled

I have a screen that pops up a modal when the user clicks on a table button to edit the role of a specific user. The users are displayed in a table that renders such that it overflows the screen and ...
VultureMF's user avatar
0 votes
0 answers
58 views

Prevent multiple event handling in Bootstrap modal

I have a bootstrap modal for multiple actions like "Add user" or "Edit user". Every time I click a button it opens the modal for me and I can fill in the fields and submit. But if ...
user avatar
0 votes
0 answers
56 views

Video Modal with wanted Slider (carousel) function

I have code for a Modal to display a video and auto stop on close. We use Bootstrap 3.3.7 We want to be able to get to the next and previous video without closing the modal either by "Arrows"...
Raven's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
42