Questions tagged [zurb-reveal]

56 questions
1
vote
1 answer

Reveal Modal is revealing last value in loop iteration Foundation-zurb issue

i am using .each in rails project_site in index#action with foundation model reveal on each row but issue is model reveal just shows id of last project_site in each model-reveal. i want reveal should reveal id of current project_site. <%…
rock
  • 348
  • 4
  • 18
1
vote
0 answers

Zurb Foundation 5 Reveal with scrolling content?

Is there any way possible to have a Foundation Reveal's content scrollable? i.e. content is longer the the visible page?
John S
  • 7,909
  • 21
  • 77
  • 145
1
vote
0 answers

Edit comment , nested form through Zurb Reveal - Rails

First of all this is the error First argument in form cannot contain nil or be empty What I have is a Thread model and controller and a Answer model and Controller. And what I am trying to do is edit the answer on the show page of the thread via a…
1
vote
1 answer

Modal content changes and does not re-center modal

I have created the following plunkr to demonstrate my current issue. (I know the iframe content doesn't load but that is not the problem.) I am dynamically setting the iframe source in the javascript after the button is clicked, I want to show a…
theB3RV
  • 894
  • 4
  • 13
  • 33
1
vote
3 answers

How can I make Foundation 5 reveal modal scrollable when it's too big?

I am using a reveal modal. The content can be too big to fit on the screen depending on the window size. No matter what I do, I can't scroll to see all the content. I tried making the modal itself overflow-y:auto;, but this didn't help. The…
DAB
  • 1,303
  • 14
  • 23
1
vote
1 answer

Foundation 6 Nested Reveal doesn't respect multipleOpened

I'm using Foundation 6 with Angular2, and I have a couple of Reveal modals, that needs to open in a sequence. I've copied the example from Zurb directly, but when I click the button in the first modal, the new modal opens and the first doesn't…
hoegenhaug
  • 15
  • 1
  • 1
  • 7
1
vote
2 answers

Foundation 6 Modal Reveal not working

I was hoping someone would be able to help with this. I can't seem to get the animations for the modal reveal in Foundation 6 working. I've basically copied and pasted it straight from their documentation but nothing. I see others have had issues…
1
vote
0 answers

Access Reveal Modal from within a jquery library

I'm trying to modify a jquery form validation plugin, so I can show a reveal-modal once I get the ajax response. I managed to access the object with window.Foundation, and even fire the open event with…
1
vote
0 answers

Can not close the modal second time after its revealed using Zurb Foundation5

I am using ajax call to reveal my modal and then closing it using any of the following three ways: By clicking on background div By pressing esc key By clicking on the close button (X) And it is working absolutely fine for all three options But…
00Shunya
  • 85
  • 10
1
vote
1 answer

Issue with Slick Carousel in AJAX modal (Foundation Reveal)

I'm using Reveal to show more info and within that there's a carousel using Slick. The content inside the Reveal modal is pulled in via AJAX. The problem I'm seeing is that when Reveal opens up, the carousel loads without the first image, moves to…
A Herrera
  • 612
  • 1
  • 5
  • 17
1
vote
0 answers

C3js charts do not cooperate well with Foundation reveal modal. Performance issue, want to find a workaround

The C3js charts listen to resize event. It is good to get the chart responsive automatically, but I encountered severe performance issue when trying to coorperate the charts with the Foundation reveal modal. As said in the github issue Reveal modal…
mevernom
  • 90
  • 6
1
vote
3 answers

Using Foundation reveal modals with YouTube iframe lazy load lazyYT

I am creating a site which contains multiple YouTube iframes that appear within Zurb Foundations reveal modals. The finished version of the site will have around 30 videos which will create a heavy load and will deteriorate the page speed. To…
1
vote
1 answer

YouTube API with Foundation Modal

I'm trying to show & autoplay youtube videos in a modal when a user clicks a link. I have this working for the first video, however subsequent videos open the initial video. During debugging, I noticed that the alert of the videoID fres as many…
Will
  • 4,498
  • 2
  • 38
  • 65
1
vote
1 answer

Foundation Reveal Modal will not close

While trying to create a modal using Foundation Reveal, I found that I couldn't close it. Not by using the reveal-modal-close class, not by javascript, nothing was working. I tried to put this example from the documentation into the page:
Code_Pig
  • 31
  • 5
0
votes
1 answer

Zurb Foundation 6 - Reveal modal won't reopen after close

I am using a reveal modal and populating it using AJAX, following the recommended methods in the Zurb Documentation to do so. The modal appears and populates OK, but if I then close the modal (e.g. click on background) and try to reopen I get a…
JCOGS Design
  • 101
  • 1
  • 3