I am trying to use sails.js and Zurb Foundation 6.2. I used this handy npm generator that sets up my grunt tasks. The output looks pretty good. I have a single js file that contains jquery, foundation, etc.
In my layout.ejs, I have…
I am trying to create an off-canvas using foundation 6; the idea is that I have two basic columns app, then I try to hide the one in the left only when the screen is small using off-canvas effect, But first I need to get this working: the col 2 get…
I want videos playing in the reveal modal window to stop playing when the modal window closes (who doesn't?). This is easily done with jQuery by setting the iframe source to empty.
But I can't figure out how to make it work in a callback. The modal…
I am starting a new Laravel project with v5.2 and I would like to use Zurb Foundation v6.2.
I've seen that Zurb Foundation can be installed through composer and since I've installed Laravel through composer, I thought it as a good idea.
I did it,…
I used to use foundation 5 which uses compass to do the sass thing. but now i switch to foundation 6, I always cannot make it right. when running gulp,it show error:
file to import not found or unreadable: util/util
there is one answer i found…
I am currently working with orbit.js slider in Foundation 6 and not seeing an option to display slide number.
Could you advice me on this or share examples please.
Thanks!
I am using a brand new install of Foundation 6 and trying to set up a closable toggle box (http://foundation.zurb.com/sites/docs/toggler.html).
For some reason I am getting this error though..
Uncaught TypeError: Cannot read property '_init' of…
While I know I can use data-back-button to change the text on my drilldown menus, is it possible to change them to reflect whatever the parents of the drilldown is?
For example, the drilldown menu works as such:
And I'd like it to function as…
I'm coding popup form using Foundation6 reveal. I'm facing JavaScript problem I have traced has probably something to do with jQuery.js / Foundation.js event binding or handling.
When I click the text field (or any other field) in reveal window the…
I'm using Foundation's Responsive Navigation to display a Hamburger icon for mobile. For the life of me, I cannot figure out how to apply a class to the body element when the mobile menu is displayed (after the Hamburger icon is clicked)
Can someone…
How do I configure Foundation 6 responsive menus to switch from a dropdown menu to a drilldown menu when at the mobile device brealpoint?
The last example in the Foundation documentation works as expected in medium or larger views, but still shows…
new to foundation 6 here so probably missing something simple. Im trying to have panels render but its simply just not showing for me. Is there something ive missed?
Whether or not i put the div = panels, in or not, makes no difference. It looks the…
The problem is that my index.html won't load a css file from a sister folder. I've tried a variety of Browsersync options and none worked.
Into my second day trying to figure this out. I'm working in the Flask framework for Python which works…