-
7Replies
-
Accordion item wrapping div
Hi there is there a way to have a containing wrapper "wantToAddaWrappingDivHere" for according-item elements, I really need a solution for this to add a wrapping div within the accordion. If I add the extra div wrapping the elements i cant toggle the acc... (continued)
Last Reply by Jacky888 7 months ago
-
3Replies
-
WebPack, Foundation, Gulp Setup
Hi there, I can seem to find any documentation on how to use web pack in foundations, from besides installing it with NPM, I'm new to Dependency managers and Task runners, so in terms of what is doing what would be nice to see som... (continued)
Last Reply by Juliana Patrick over 1 year ago
-
16Replies
-
How to call call jQuery in 6.4
Hi there, im trying to add some javascript jQuery code that i created but keep on getting jQuery is undefined, im using the npm and foundations advanced template, use to be easy in 6.3
Last Reply by Harsh Gupta 3 months ago
-
3Replies
-
Foundation + Slick Carousel Bower Install
Hi there is there a step by step process on how to add a bower component to foundation build, and dependency manager, do i have to add the paths to the gulpfile.babel.js file for gulp? I add to app.js import '../../../bower_components/slick-carousel/sli... (continued)
Last Reply by ritariya 8 months ago
-
2Replies
-
bower slick carousel how to add JS files
Hi Guys does any one know or could guide me in loading a bower slick carousel component to implement the scss file and js file so i may initialize the JS into the dist from src ran: bower install --save slick-carousel I included the SCSS path in m... (continued)
Last Reply by Kyle De Sousa almost 2 years ago
-
1Reply
-
Semantic Block Grids breakpoint issue
Hi guys is this possible, it always defults to the small view breakpoint, can one do media queries on block grid in foundations .masonary { @include breakpoint(large) { @include grid-row(4) { .item { @include grid-c... (continued)
Last Reply by Kevin Neal about 2 years ago
-
NEW
-
Semantically Grid Gutter Sizes
Semantically Grid Gutter Sizes
Hi there, can some one lead in me the right direction, im been trying for 2 days now to try get a 55px gutter for my nested grid. must i do this your help would be greatly appreciated :) @include grid-row(12, collapse, large, true, ... (continued)
-
2Replies
-
How do you set the gutters to be greater of a Semantically Grid
.container { @include grid-row(12); display: block; .col-left { @include breakpoint(large) { @include grid-column(6,50px); } @include breakpoint(... (continued)
Last Reply by Kyle De Sousa about 2 years ago
-
NEW
-
How do you set the gutters to be greater of a Semantically Grid
.container { @include grid-row(12); display: block; .col-left { @include breakpoint(large) { @include grid-column(6,50px); } @include breakpoint(... (continued)
-
1Reply
-
SASS row expand
How does one do a fluid width row but with sass, utilising semantic grid .advert { @extend .expanded; @include grid-row(12,0); }
Last Reply by Rafi Benkual about 2 years ago
@Ryan Patterson, I tried implementing your method and adding the "$" variable for jQuery, after I do that i get "jQuery" is not difined, the only work around i got was to place jquery as a CDN link in the header, to call it off an external server.
Defiantly not a way the way would move forward into production, just wish there was more in explaining on how to use GULP or web pack setup of foundations