Foundation is a cross-device CSS framework for building both prototypes and production code.
1
vote
2answers
1k views
Load Foundation modal on page load
I'm having a bit of an issue. I want a modal dialog to pop up on page load (ideally only the first time a person visits a page, but I know nothing about cookies and will perhaps look into that later). ...
0
votes
3answers
47 views
A Full-Width Centered Navigation Top Bar - Zurb Foundation
I am using Zurb Foundation 4 and I need my top bar navigation to be centered as .large-12.columns
I tried the following (but it doesn't work)
<div class="row">
<div class="large-12 ...
0
votes
4answers
2k views
Zurb Foundation top-bar menu not working on mobile display
I am using the Zurb Foundation framework on a Wordpress site. The problem that I am having is with the responsive top-bar. When it goes into its mobile mode the menu doesnt work. It will not drop down ...
0
votes
0answers
10 views
Does Zurb Foundation 4 work with Rails 4?
I've installed Foundation v4.1.6 on a test Rails 4rc1 project and it seems to work fine. But I want to install it on a production environment and I'd like to know if there are any major issues I just ...
4
votes
1answer
287 views
+150
Is there a way to pass an initialization function to an Orbit slideshow?
I solved my original problem, but I'm wondering if there's a more elegant solution. I'm using Foundation's Orbit to create a slideshow. This is no simple slideshow, it is a slide show where each ...
0
votes
1answer
18 views
Margins Being Ignored. Specificity Issue
I'm using the Foundation 4 framework, and have run into an issue where the margins are being overridden by the Framework's margins, which means I am unable to apply margins to certain elements without ...
0
votes
0answers
15 views
Reset page height of equalized columns after tab change
When using Zurb Foundation 3's tabs http://foundation.zurb.com/old-docs/f3/tabs.php and jQuery to equalize columns, the page displays fine on the first tab. However, when clicking on any other tab, ...
0
votes
1answer
20 views
Foundation Modal window options
I am working on asp.net webform application(btn Submit). I am showing a success message and which will be a 'modal window' with some options in there.
I am stuck on how to pass a callback function ...
1
vote
0answers
24 views
How to get the callback of onload event for Orbit Slider of Foundation Zurb Framework
I need to resize the orbit div(the container in which orbit content resides)according to size of the current image. Currently it seems that it is taking the size of the largest image.
Is it possible ...
1
vote
0answers
43 views
jQuery tabs not initializing after .load() in IE9 - works in Chrome
Quick Project Breakdown
My current project uses Java Spring MVC. In my presentation/view I am using jsTree with the ajax option to load in a generated xml file. jsTree then creates a tree menu of ...
1
vote
2answers
613 views
Foundation 4 - customize Orbit
I have a problem with customization of Orbit from newest Foundation. From the docs:
Orbit options can only be passed in during initialization at this time.
{
timer_speed: 10000,
animation_speed: ...
1
vote
1answer
46 views
Keep dropdown menu open when moving mouse away?
I am using zurb foundation 4 in a codeigniter site and in the desktop version I have the login top right as a drop down b ut when the mouse is moved away from the content of the drop down menu it ...
1
vote
1answer
16 views
How to disable custom checkboxes in Zurb Foundation?
Checkboxes are problematic with the latest Foundation (4.1.6) for many reasons. Is there an easy way to disable Foundation from taking them over? I need the custom class in my forms for other reasons. ...
0
votes
1answer
25 views
Zurb Foundation checkbox looking funny when publishing live
I have a simple Foundation checkbox according to these docs. Looks great locally:
However, when I publish to Heroku, my checkboxes all look like this, no code was changed:
Any ideas? Here's my ...
0
votes
0answers
8 views
Mobile + Fixed Width for Desktop using Foundation 4
I have a Magento website which a client is happy with. He has asked for a mobile version and so I am much of the way through rebuilding it with Foundation 4.
Generally I love how it works, and chose ...
0
votes
1answer
115 views
Google Maps API v3 + Foundation 4 Reveal modal not displaying properly
Before we begin I just want to make clear that I have already read the following SO articles top to bottom, tried to replicate the solution, and so far cannot.
Google Map API in Foundation reveal ...
0
votes
1answer
34 views
ul or nav for breadcrumbs in HTML?
The Foundation front-end framework provides 2 ways of representing breadcrumbs in HTML:
<ul class="breadcrumbs">
<li><a href="#">Home</a></li>
<li><a ...
0
votes
0answers
26 views
Broken Zurb Foundation 4 responsive navbar menu icon
I'm using the latest zurb-foundation gem for a Ruby project. My navbar should be responsive and show a Menu with 3 horizontal bars when the screen width is small enough. I'm getting it to show the ...
1
vote
3answers
30 views
Show first item in top navigation for mobile/tablet only in zurb foundation
Is there a way how to show first link in top navigation just for mobile/tablets?
It would work OK if I would have "home" button in navigation, but I don't and that's the issue.
This is my code for ...
0
votes
1answer
55 views
Foundation 4: Orbit: Initialitation after page loading & Ajax: Reinitialization
(1) I’ve got an project and I want to use the integrated slider from Foundation 4 (Orbit). My problem is, that I only want to initialize the slider (or to start the plugin) when the browser have a ...
0
votes
1answer
17 views
Foundation 4 Nesting
When nesting grids in Foundation 4 do I have to wrap the nested elements in a div with a class that has the attribute row?
For example, here is my current code:
<ul id="games" class="row">
...
0
votes
0answers
35 views
Foundation 4: Disable small grid, just large grid
I got a small page where I must use Foundation 4. The problem is that I use the RoyalSlider plugin for the gallery. If I'm on a big screen it works quite well. It looks like this:
...
4
votes
2answers
2k views
How to use zurb foundation reveal with open, opend, close, losed callback function?
On zurb foundation's website at http://foundation.zurb.com/docs/reveal.php they listed some Options including
open: callback function that triggers 'before' the modal opens.
opened: ...
0
votes
0answers
41 views
trouble with window.resize event
I have a page that contains a jquery tab element with three tabs. Within that element, there is a map (tab 1 - PolyMap), chart (tab 2 - Devexpress), and data grid (tab 3 - Devexpress). The site itself ...
2
votes
2answers
193 views
How do I make use of breakpoints in Zurb foundation 4?
I would like to have 3 breakpoints. Broadly speaking, I want to configure my grid for small, medium and large panes.
Looking at the docs for foundations grid, example classnames are provided for ...
0
votes
2answers
44 views
Max-Width vs. Min-Width
Most of the tutorials I'm reading on using Media Queries are demonstrating the use of min-width, but I'm rarely seeing people using max-width.
Is this some sort of design trend, or pattern, why ...
0
votes
1answer
47 views
How to toggle active class on Foundation's section/accordion
Can anyone suggest a way to toggle the active class on foundation's section (accordion). I tried the following to collapse an open accordion tab:
$( "p.title" ).click(function() {
if ...
2
votes
1answer
53 views
How to I change the color for the navigation bar in Foundation 4?
Here's my website - http://foundation.zurb.com/docs/components/top-bar.html
I've tried to change every possible bit of css related to the navbar but still I haven't found a way to change it's ...
4
votes
4answers
5k views
Use Zurb Foundation 4 / Twitter Bootstrap 3 For Non Mobile First Projects
Has anyone used Foundation 4 or Bootstrap 3 beta? As you know, both are re-written to make it mobile first.
I'm very excited with the mobile first approach, but in real life, sometimes circumstances ...
2
votes
2answers
2k views
How to use Zurb Foundation 3 in a Rails project?
I am starting to learn Rails and have created a new 3.2.8 project where I want to include the Zurb Foundation framework and want to make it as easy as possible to update (patches and new "features") ...
0
votes
1answer
56 views
using accordion inside tabs on foundation
I'm working with Zurb Foundation 4 (latest release) and I'm trying to make a layout with a tabs , and each tab contains a section with accordion layout. foundation sections docs and examples
Tabs:
...
1
vote
1answer
82 views
isotope.js and zepto.js (jquery replacment)
I am currently working on a site based on Zurb foundation 4, and I want to introduce isotope.js in the design.
Foundation 4 is using preferably zepto to jquery.
When running a test with isotope, I ...
1
vote
4answers
55 views
Responsive Design and Percentages
I am new to responsive design. I'm currently using Zurb's Foundation 4 to prototype a clients website.
I have an issue understanding, or should I say calculating percentages. For example, I have the ...
0
votes
0answers
50 views
Switching from Bootstrap to Foundation 4 - Centering a Logo in navigation menu
I switched from Bootstrap to Foundation 4 for a new project to learn -- And I would like to center my logo between my navigation (with the links on each side of the logo), but maintain the responsive ...
0
votes
1answer
39 views
Styling file input with foundation
I'm using foundation and I've not seen anything in the documentation regarding the file input, only general input elements. But styling the file input is not so easy. And more if you want to keep it ...
0
votes
2answers
31 views
What is the .. css source showing up in Chrome Inspector when using Zurb Foundation 4?
I'm using Foundation 4 (the Sass version) and most elements have styles applied to them that are coming from a source listed simply as ... When I click on it to see what it is I get the following:
...
0
votes
0answers
12 views
Move gem contents to local directory
Recently, I have been using zurb foundation for a project, but I now feel like I'm in a stage where I have outgrown it. The project still depends greatly on it but more often than not I find myself ...
0
votes
0answers
23 views
How setup a zurb foundation html report to fit A4/Letter size when converted to PDF on iOS?
I use http://foundation.zurb.com/ to create some reports (invoices, list and other stuff) that need to be printer as PDFs (created with https://github.com/iclems/iOS-htmltopdf).
The thing works fine, ...
0
votes
1answer
30 views
Images too large when wrapped with with css generated content
I have a sample page here
As you can see, the "recipe maker" and "video" images in that 4-up row overflow their parents.
The are in a standard Zurb Foundation 3 "block-grid" and, as such, are set to ...
1
vote
2answers
1k views
Changing value of select box in Zurb's Foundation via JavaScript
I'm having difficulty changing the value of select box in Zurb's foundation. I'm using the custom forms which just hides the actual select box and uses an unordered list as the select box.
My problem ...
0
votes
0answers
21 views
foundation generates error css file
I installed compass and foundation 4 on my new Computer an installed a testproject via Terminal.
Now I've set compass watch … to compile the scss files.
When writing something in in app.scss the file ...
0
votes
2answers
52 views
Zurb Foundation icons general enclosed
I'm trying to use the Zurb Foundation General Enclosed font icons. I downloaded the files, they have filename extenstions of "sgv", "ttf", "woff". I'm not sure how to include them in the page. I'm ...
1
vote
3answers
270 views
Using Zurb Foundation with Kendo UI
I am using the latest Foundation (3.x). What's the best way to also use KendoUI and leverage the responsive features of Zurb while also getting the JS bits of Kendo (such as charting).
Does anyone ...
2
votes
1answer
195 views
Full-screen responsive background image
I am very new to Front-end development and Foundation.
I am trying to get <div class="main-header"> to be a full screen image that scales down responsively.
Can anyone tell me what I am doing ...
1
vote
1answer
110 views
Jquery live edit plugins not working with Zurb Foundation
I've been trialing several jquery based live edit (edit in place) plugins such as
Jeditable and trying to integrate them with Zurb Foundation.
Apparently, Foundation's foundation.min.js file ...
0
votes
2answers
68 views
Zurb Foundation top bar menu on iPhone issue
I have a Zurb Foundation 3 navigation menu. When the page is on a phone, it correctly shows the phone version of my menu system.
However, the only way to activate the menu is to tap the down=arrow ...
0
votes
1answer
48 views
CSS zurb foundation and dhtmlx
I have a project that requires zurb foundation css and dhtml scheduler and the css is not playing very nicely.
There are two issues in particular.
The monthly calendar is misaligned because of the ...
0
votes
1answer
62 views
zurb foundation 4 carousel
I need a carousel component, that can show several images in a row and that will allow the user to flip through them - advancing one at a time.
Does anyone know of such a component?
ps
I know that ...
0
votes
0answers
32 views
Zurb-foundation Section collapses
I am using zurb-foundation version 4.1.6 in my rails project.
I have created this page skeleton (excerpt in haml):
%body
.row-fluid
%nav.top-bar
%ul.title-area
%li.name
...
0
votes
0answers
37 views
zurb foundation icon font with ruby on rails
i am trying to get the zurb foundation icon fonts to work within my rails project, though they dont appear to be working correctly
general_foundicons.css.sass
/* font-face
@font-face
...





