Foundation is a cross-device CSS framework for building both prototypes and production code.

learn more… | top users | synonyms

0
votes
0answers
21 views

Changing Section Title Width - Zurb Foundation 4

Good day! I'm wondering how can I make Foundation 4's section title take up equal widths. I'm thinking of making 3 sections with, each of their titles taking up 33.3% width filling the whole title ...
0
votes
0answers
13 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 ...
0
votes
1answer
19 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 ...
1
vote
0answers
26 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 ...
0
votes
0answers
16 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
3answers
59 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
1answer
23 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
1answer
17 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
32 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 ...
1
vote
0answers
48 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 ...
0
votes
0answers
9 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 ...
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 ...
0
votes
0answers
29 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 ...
0
votes
1answer
39 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
36 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: ...
0
votes
0answers
42 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 ...
0
votes
2answers
45 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
20 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"> ...
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 ...
1
vote
4answers
56 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
1answer
57 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
40 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
0answers
52 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 ...
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
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
31 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 ...
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
22 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
55 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 ...
2
votes
1answer
212 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 ...
0
votes
0answers
33 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
1answer
51 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
0answers
38 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 ...
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
3answers
61 views

Dynamically set size of HTML element (using Zurb Foundation 4)

I have this div (it could be a span, or other non-clickable element if we like). It's messageAlertBox. <div id="messageModal" class="medium reveal-modal"> <div class="row"> ...
0
votes
0answers
27 views

Including off-canvas layouts with the zurb-foundation Rails gem

What is the right way of implementing the Foundation's off-canvas layouts in a Rails project? I am using the zurb-foundation gem, and tried both version 3.x and 4 (with rails generators). The ...
-1
votes
0answers
70 views

Foundation 4: Left-Navigation after Top Menu until the end of Container [closed]

I'm going to work with the Foundation framework from Zurb. http://foundation.zurb.com This is my first responsive website. I've got an Top Navigation. After the Topnav there should be an div until to ...
0
votes
0answers
28 views

Pixelated Image on iOS

I'm using a gravatar image on the site I'm developing like so: <img src="http://www.gravatar.com/avatar/eb937db173cfc0b05f6821e5f88bd26c?s=25" class="gravatar_icon" title="Gravatar Icon" ...
0
votes
0answers
34 views

How to preload images for Foundation's Orbit image slider?

Using Zurb's Foundation 4.1.5 (latest version), the Orbit image slider works great. Unfortunately it looks really for the first couple of seconds where all the images appear as a giant bulleted list. ...
0
votes
0answers
17 views

Deep-linking in Orbit from Another Page

On the Zurb docs pages (http://foundation.zurb.com/docs/components/orbit.html) there is an example of deep linking into an orbit control from a link. Works fine as per the example. However, I want ...
0
votes
1answer
52 views

Zurb Foundation Overrides

I've spent an entire day trying to get zurb's top-bar to work with the ipad. I have searched night and day. Changing these lines below does not take effect. I've tried to apply it in my layout.scss ...
0
votes
1answer
26 views

Zurb Foundation: Nesting rows inside other divs

I know this can be done, but I don't seem to be getting it. Here's the HTML I have: <div class="row"> <div class="large-9 small-9 columns"> <div class="section-container auto" ...
0
votes
0answers
44 views

Foundation ZURB custom form select option error

I'm using Foundation Zurb to create a web application. I use custom forms to style select areas and on some of the pages that I have the select fields are doing this: When they should look like this: ...
0
votes
1answer
61 views

Foundation 4 | Rails | Passenger — Invalid CSS after “ *”: expected “{”, was “= require found…”

I'm trying to get my rails app running under passenger and am stuck at the following error. rake aborted! Invalid CSS after " *": expected "{", was "= require found..." (in ...
0
votes
1answer
23 views

Nav-bar Foundation Become Down Position

I have problem using nav-bar menu on foundation 3. I use default code on foundation 3 old doc but the menu become down. Please see my attach. ...
0
votes
2answers
23 views

rails assets precompile css order

I'm using zurb with rails. I overrode some of zurbs default css by adding changes to app/assets/stylesheets/application.css But precompilation seems to append all the other css files to this one. Is ...
0
votes
0answers
57 views

Zurb foundation menu links not working on iPad

I have a site currently in beta using Zurb Foundation 3.2.5. The top-bar menu works perfectly on desktop browsers, and the mini version of the menu works on iPhones. My problem is on the iPad (I am ...
-1
votes
1answer
117 views

jQuery/Foundation: Uncaught TypeError: Object #<Object> has no method 'hover' [closed]

The following code (Foundation 4, jQuery) <script> $(document).ready(function(){ $("#important img").hover(function() { alert(""); }); }); </script> </body> Gives ...
0
votes
1answer
50 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 ...
0
votes
0answers
54 views

Equal height columns with foundation 4 and backbone.js

I have an existing project that works with backbone.js and I had to do the frontend using foundation (i did not do the backbone part of it). As it stands it's a two column blog-type of website and of ...

1 2 3 4 5 12