-
2Replies
-
Swapping between section with mouse
Sorry for explanation, I got sections with height: 100vh; I would like to swap directly to next section as soon as you roll the "mouse wheel", like on this page :http://www.ge.com/ar2015/Is there a tip in ZF or is it a JS functionality ?Any help would be... (continued)
Last Reply by Sven CAILTEUX over 1 year ago
-
1Reply
-
Integration of Magnific pop-up
foundation javascript plug-in magnific
Hi, ZF 6.4.1Installed with the cli I would like to use magnific popup http://dimsemenov.com/plugins/magnific-popup/What is the best and cleanest way to integrate it ?Actually I've put all my JS and CSS from magnific externally at the end, after&nbs... (continued)
Last Reply by cs joshi about 1 year ago
-
3Replies
-
Orbit data-options doesn't work
Hi, I'm using FF 6.3.1 but even with the latest version 6.4.0 with the basic example from the doc, I can't use data-options, it doesn't work.Any idea ? <!doctype html> <html class="no-js" lang="en" dir="ltr"> <head> <meta c... (continued)
Last Reply by Sven CAILTEUX over 1 year ago
-
1Reply
-
Using retina logo
Hi, I got a logo and I want to make a retina version so I double the size of the image, then I used datainterchange : <img data-interchange="[/assets/images/site/logo.png, default],[/assets/images/site/logo-retina.png, retina]" alt="Logo Monaco Topo"... (continued)
Last Reply by Rafi Benkual about 2 years ago
-
NEW
-
Orbit gallery with Wordpress and Foundation 6
Orbitwordpressfoundation 6galleryplug-in
Hi there, I'm looking for a wordpress plug-in to manage galleries and found this https://wordpress.org/plugins/zurb-foundation-5-clearing-gallery/ but it's for FF5 so I've modified the source script and it works like a charm. It's just a "dirt... (continued)
-
1Reply
-
Gulp function rimraf and excluded folder
Hi, I'm trying to integrate Zurb Foundation in CodeIgniter.I've got a problem with gulp and clean() function. Actually the entire folder 'dist' is deleted, I would like to exclude a folder inside it.I've tried to edit the function clean() inside gulpfil... (continued)
Last Reply by Andrew Cetnarskyj over 1 year ago
-
2Replies
-
Using a new components Foundation 6
Hi, I'm using Foundation 6 with Yeti, I would like to use "formstone" (https://formstone.it/) to include a stepper in my form. So 8 I've installed it with the command "bower install formstone" the folder is created. Now how can I include it in my pag... (continued)
Last Reply by Sven CAILTEUX about 3 years ago
Many thanks Rafi.I've followed => https://youtu.be/ofiNeA40QJA
by installing scrollify with npm, (it works), then put it in app.js with require, and then I got an error :
Module not found :...
doesn't exist or is not a directory
So I've put the js file directly in the right folder and it works like a charm but do you have any idea of what's going on ?