TL;DR: Is Sticky actually able to react to changes I give through JavaScript? If so, how?
(The project is using Foundation 6.2 and WordPress 4.4, theme installed using Node.js/npm and gulp 4.0. My questions, in detail, are marked in bold print.)
I…
I have installed angular 6 with foundation but I am getting an error with JQuery.
Uncaught syntaxerror: unexpected identifier
ReferenceError: $ is not defined
In my component, i have
declare var $:any
onNgInit () {
…
I have setup a new project to test Foundation 6 using Gulp and Sass but it doesn't seem to compile at all. There is another post close to this topic, but I personally believe the accepted answer is not the correct solution - as it includes all of…
I've downloaded the new Zurb Foundation 6 complete package (Foundation for Sites). The archived file contains the following files and folders:
[css] > app.css, foundation.css, foundation.min.css
[img] > [empty folder]
[js] >
app.js
…
I'm having some issues with Foundation 6 files, for some reasons they are just not including all of the sass components. I tried to use Foundation 5 and it worked fine.
Here is my gulp task:
gulp.task('styles', ['clearCss'], function() {
…
What & how much work is required to upgrade Foundation 5 to 6.2?
Our dev shop is taking over development of an existing F5 project. Seems the front-end layout is 80% complete, though we'll likely transition into JSX to little will be untouched. I…
How to use foundation 6 with angular cli.I tried with plain scss but was unable to proceed with foundation 6 scss.How should I proceed with this. Thanks in advance.
Simple Form includes a Foundation 5 template.
However, I cannot find any template files modified for Foundation 6 on the web.
How well does the generated forms work with Foundation 6? Moreover, any generous share of Foundation 6 template or tips on…
Trying to create a menu that is sticked to the top of site whole time.
Followed docs of zurb.foundation, but .sticky behaves always the same unexpected way. Or maybe I don't get some obvious?
Please check for reconstruction…
I'm using Foundation framework for my website and before updating to Foundation 6.4.3, this syntax Foundation.reInit('equalizer') used to work to re-bind/reflow my plug-ins like Equalizer for my dynamically created elements.
After the update to…
I nearly spent two or three hours and searched my ass of.
But either i am to dumb to find a solution or there is none so far.
First thing: i am not a pro in the linux world, but here is what i got.
Bare debian 8.5.0 installation as a VirtualBox…
I'm trying to get ZURB Foundation 6.4.1 to work with Angular 4 but I'm failing miserably.
I am following this tutorial http://shermandigital.com/blog/zurb-foundation-with-angular-cli/ but it only works with Foundation 6.3.
Thank you for your help.