I am trying various solutions for building a small grid of featured images for a blog, that is, a horizontal display of up to three images overlaid with text linking to a blog-post. Specifically, I need it do respond well to different screen sizes…
I'm using Gulp to run compass, autoprefixer, minifier, and rename. It works fine except for the fact that Compass isn't bundling all the components of the new Foundation 6. The Compass config.rb file imports my Foundation 6 SCSS path. The foundation…
Zurb Foundation 6 Equalizer initial load resets the height of the columns to 0 before calculating the height to set all columns to. This looks bad when the page loads and the columns collapse briefly. How do I prevent this from happening? I would…
Am new to web development and programming.
For 3 day now I have trying to get foundation up and running on my PC(windows 10 x64) but it not working.
I followed the documentation on their website but it didn't work.
I downgraded from node12 to node8…
code below is long but really straight forward only require code to put forward ability to slide from first slide to last slide to that return to first slide to traverse.
Doesnt seem to work. Is there a fix? It seems readmore is expecting sections and artcles; however, foundation uses divs i.e. row and columns. How to fix?
I'm trying to determine the best practices for using grid-x "rows" in Foundation 6 XY grid.
Specifically, is there a good rule of thumb for when I should create a new grid-x "row" vs. putting multiple single element cells in a single grid-x "row" (I…
I'm trying to use foundation css flexbox in order to make the layout as in the first picture. We I try I get terrible results. When I put content in the grid boxes the content makes the grid boxes larger or smaller and don't match the nice layout I…
i am currently working on my first Yii framework project but i am currently stuck at the styling. i am using foundation framework with the styling, i have included the foundation.css and the foundation.min.js and call it on the framework which and…
I created a project called A by calling Foundation New A in a Windows command prompt. After CD A and running Compass Watch changes from _settings.scss are not caught by Compass. I CD to SCSS and run Compass again but same result. My question is how…
I am trying to make an off-canvas menu in foundation. I want it to come up from the bottom of the page, as opposed to right or left. I just want the menu to be horizontal instead of vertical, and to come in from the bottom, instead of coming in from…
Foundation's modal is not working for me in my project.
I've confirmed Foundation and jQuery are loaded as well as the CSS for the Foundation Modal to work but it's not triggering on click as is.
Interestingly, if you…