Results for: reveal modal
Guys, I need help here. My modal is not scrollable on mobile view and i try all the possible solution on this forum but yet no luck. I believe I'm using the foundation 6 Here is the link http://www.seybeartech.com/portfolio/bantaba-african-restauran... (continued)
Hi, I have succesfully created a modal window, but when I try to apply an animation on it, something goes wrong. The animation works, but when I click on link that recalls the modal, the overlay animation starts first, only then the modal window animat... (continued)
Is it possible to control the placement of the reveal modal? It is showing at the top of the page and I want it to show somewhat in the middle of the page - where the link to fire the modal window is. Thanks!
Using Foundation 6. The following might be a bug (or missing enhancement). If you have URL with a query string such as: www.example.com/index?query=whatever And this page includes a Reveal modal with the data-deep-link option set to true, when you open... (continued)
I use this on a foundation 5.2.x site. How can I get it to work on with foundation 6.2? If I can't, so be it. I just need to know that. If I need to revert the new site to foundation 5.2 I will. Thanks, Sally
Hi, I am working on the reveal modal with a youtube video. The video continued to play after closing the modal. I was able to stop the video from playing using the following from http://stackoverflow.com/questions/10235375/jquery-zurb-reveal-plugin-s... (continued)
Hi, Is it possible to only have the reveal modal open on page load for tablets and desktops? Right now I am using <script> $(document).ready(function(){$('#exampleModal1').foundation('open')}); </script>  ... (continued)
<div class="column"> <a href="#" data-reveal-id="myModal"><img class="thumbnail" src="assets/hello_seattle-650x450.png"></a> <div id="myModal" class="reveal-modal" data-reveal aria-labelledby="modalTitle" aria- hidden=... (continued)
Hello, i want to open a reveal modal on load of home page and after 5second close it I try $(document).ready(function() { $('#exampleModal8').foundation('open'); }); and the modal open correctly, if i want to close it after 2second? i try t... (continued)
Is it possible that on responsive I have it on reveal modal then dropdown on big screens?
Hello, I have been trying to embed an orbit within a modal, which is called from a java script function, using: $('#modal').html(htmlCode).foundation('open'); Given that the html code will be loaded inside the modal (see div below): <div clas... (continued)
Hello, How can i add a custom close Icon for the reveal Modal? http://codepen.io/anon/pen/WwXBvw
How can I show data like var amountSelected = $(this).find('.TL-transaction-amount').html(); This is an amount from the screen when I click on a button that will product the foundation reveal modal, I need this amount to show on the modal, How do ... (continued)