-
top-bar with fixed class causes content shifting
by Arie Stavchansky on Wednesday, May 07, 2014 at 9:08 PM EST
You commented on
Semafork's post
about 4 years
I upgraded CodeKit, Sass, and Compass. Then I upgraded Foundation to 5.5.2 using "bower update foundation".
CodeKit compiles the .scss files fine, reporting no errors, but my website still looks broken. The fix provided by Chris did not work for me.
Any advice to resolve?
You commented on
Oliv's post
over 5 years
I'm having the same issue with Foundation 5 Reveals not closing on any iOS device. Everything is working fine in Safari, Firefox, and Chrome--I can open and close the model in those browsers. I am launching the modal via javascript.
Here is the code I am using:
$('.service').click(function(e){ var videokey = $(e.currentTarget).attr('data-youtube-key'); $('#screencast-modal').foundation('reveal', 'open', { url: 'screencast.php', data: { vname: $(e.currentTarget).find('h5').html() ,embedlink: videokey } })
I didn't think I needed to assign a handler to an element to close it. I've read a couple of threads about reveal not closing. Any ideas to get it working on iOS?
Thanks,
Arie
-
No Content
-
No Content
I upgraded CodeKit, Sass, and Compass. Then I upgraded Foundation to 5.5.2 using "bower update foundation".
CodeKit compiles the .scss files fine, reporting no errors, but my website still looks broken. The fix provided by Chris did not work for me.
Any advice to resolve?