Questions tagged as 'modal'

2
answers

How to stop playing a video when closing modal

I'm using a css3 to open a modal window. Everything works perfectly, however when I close the modal window the video continues to play. What should I do to stop the video playing when closing the modal? CSS: .modal { position: fixed;...
asked by 06.04.2018 / 18:26
1
answer

Passing a variable in a modal bootstrap

I am developing a system in php mvc, in the administrative panel there is a page to manage users. On this page I have a table with ID | NAME | EMAIL and on the side a button to edit the data. When I click this button, I make a call to a mod...
asked by 05.11.2017 / 00:02
2
answers

Chart.JS does not appear in bootstrap mode!

I want to show statistics on what percentages of each answer given in a survey question I'm designing here. I studied and saw several tutorials on how to use Charts.JS. It works normally if you create a separate page. But in this particular case...
asked by 10.07.2017 / 15:39
1
answer

Centralizing modal bootstrap on mobile screen

I'm trying to centralize a modal bootstrap in the center of a mobile screen, but the result is as follows: I'mfollowingthisexample,butit'snotworking:# Below my modal and CSS codes: <div id="modal-facens" class="modal fade" rol...
asked by 08.02.2017 / 15:24
2
answers

Control of modal appearance

I created a modal, which when clicking a click it asks if the person wants to register the email to receive more information. And this mod is in more of a link throughout the site. How could I control the appearance of it? Type if the person has...
asked by 27.10.2016 / 21:56
2
answers

Load client data in a PHP modal

Hello, I'm having a problem developing a page that reports a list of clients. The ID, Name and CPF fields appear in the main screen. Also, on the same line, the "Preview" button appears, which should open a modal, in which the database inform...
asked by 13.07.2016 / 19:22
1
answer

Modal display of confirmation after sending email

I have the following code <?php require_once('PHPMailer-master/PHPMailerAutoload.php'); PHP_OS == "Linux" ? $quebra_linha = "\n" : $quebra_linha = "\r\n"; //$emp = $_POST["empresa"]; $nome = trim($_POST["nome"]); $tel = $_POST["telefone"...
asked by 03.10.2016 / 19:20
2
answers

Submit form using modal bootstrap

I'm trying to submit a form contained in modal boostrap, but I'm not sure how to do this. See below my code: Home Page: <div id="idDivModal4" class="modal fade"> <div class="modal-dialog modal-lg"> <div class="moda...
asked by 29.09.2016 / 05:25
2
answers

PHP result within a modal with CSS

Hello, I'm trying to put the result of a quiz done with PHP and a bit of JS (used only to hide the previous question and show the next one) within a modal, done only with HTML and CSS, since I am building a website in which I have only HTML, PHP...
asked by 20.08.2015 / 13:56
1
answer

Bug multiples modals bootstrap

I have two modals on the same page, one to change and another to remove information from the bank. The code for the first modal is this: <!-- Modal Editar --> <div class="modal fade" id="myModal"> <div class="modal-dial...
asked by 04.07.2018 / 22:57