Foundation is a cross-device CSS framework for building both prototypes and production code.
0
votes
0answers
39 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
38 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
14 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
48 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
122 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
1k 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
1answer
78 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
73 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
70 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
94 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
77 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
37 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 ...
0
votes
0answers
40 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"
...
4
votes
1answer
128 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
34 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
93 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
36 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
88 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
145 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
32 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
28 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
116 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
300 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 ...
1
vote
1answer
119 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 ...
1
vote
0answers
103 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 ...
0
votes
1answer
27 views
Can you use Foundation Icons within Foundation pre/postfix labels and actions?
I am attempting to use a calendar icon from Foundation Icon set next to a rails form input, and figured a quick way to align the two while making it look good was to use Foundation's postfix labels. ...
0
votes
1answer
97 views
Zurb Foundation dropdown menu in IE
I'm trying to get Foundation dropdown menus to work across browsers, but run into issues will ALL versions of IE (7-10, specifically).
I've implemented the JS dropdown menu that is described here ...
1
vote
1answer
30 views
Mobile Nav “Back” linking issue
I'm having an issue with the mobile navigation when using Zurb Foundation framework. In my HTML document the back link is working just fine but when I put the HTML into my CMS (Concrete5) the back ...
0
votes
0answers
48 views
Can't get spacing to show on Foundation 4 with block grid $spacing
Maybe I'm doing this completely wrong, but I can't get the grid items to space properly using Foundation 4 block grid (http://foundation.zurb.com/docs/components/block-grid.html) and with the $spacing ...
0
votes
2answers
144 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
2answers
34 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
1answer
247 views
How do I use Zurb Foundation 4 Sections (tabs) with my javascript Ajax?
I am using the Zurb Foundation 4.1.5 for my application and I am trying to use Zurb Section Javascript to manage "tabs" on the page. However, the data in the tabs on my page is dynamic and loaded by ...
0
votes
1answer
126 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
1answer
53 views
Zurb foundation SASS section include mixin
I am trying to use the Section Mixin from Zurb Foundation
http://foundation.zurb.com/docs/components/section.html
As i see in the source:
...
1
vote
0answers
60 views
How to make Zurb Joyride run _once_ for each user
I have a problem setting options to Zurb Foundation component - joyride. I cannot seem to get it to set a cookieMonster variable and then don't show joyride next time.
Please note that I'm not using ...
0
votes
2answers
55 views
Sass with compass, paths working on a subdirectory
I've just started with sass today and hit my first roadblock. I don't know how to use font-face inside my scss files. Here's what I've tried, inside my app.scss file:
//do I need this line? I have ...
0
votes
0answers
95 views
Foundation 4 and Orbit customization
Is there any technique that allows you to change the structure of the list on window resize?
This is my default markup that shows 4 items on default resolution (980px):
<ul data-orbit ...
0
votes
1answer
211 views
Using Foundation 4 framework by Zurb with only CSS. Without SASS/Compass? [closed]
I'm a beginner in web designing & stackoverflow and I apologize in advance for any silly questions I will be asking
I'm using Foundation framework (CSS only version) to design my site without ...
2
votes
1answer
110 views
Using a semi-responsive web design, what grid to choose?
I have a question on converting an existing (non-responsive) site to a semi-responsive one.
Facts:
We have a separate site for mobiles, so no issues here.
Our desktop site is 978px width, and this ...
1
vote
0answers
38 views
Known Bug on Zurb Foundation ? large-2 Columns x 6 = 100.0002%
In foundation, width of the large-2 columns is 16.6667%
scene-1: When creating six large-2 columns inside a row, the total width becomes 100.0002%
It is not noticeable for human eye. However it isn't ...
0
votes
1answer
36 views
Foundation 4 “end” class
How can i have a row with less columns then 12 using Foundation 4.
On Foundation 3 there is the ".end" class that you can use but I don't know how to simulate this on Foundation 4.
0
votes
0answers
30 views
Bing Maps API - Missing Tiles
Hoping someone can enlighten me on this issue I'm experiencing with the VEmap Api.
I'm embedding it in a Zurb Foundation responsive layout and it all works as expected in Chrome and Safari but in ...
0
votes
2answers
131 views
Dynamic column class for Zurb-Foundation columns using AngularJS
I'm using Foundations with AngularJS. I have a case where I'm trying to display things in columns using ng-repeat.
<div class="four columns" ng-repeat="resultsObject in resultsObject">
...
0
votes
1answer
71 views
how to (properly) include Reveal in foundation?
I can't seem to get reveal to work, I've followed everything to the letter, add the modernizr, add the plugins, add the css (reveal is included in foundation apparently), initialized foundation at the ...
0
votes
0answers
29 views
Highchart not displaying properly when using Zurb Foundation
I have created this jsfiddle to demonstrate my problem.
I am trying to create a donut chart in a tab using Zurb Foundation Framework. Right now, the chart is either not displaying or much wider than ...
1
vote
1answer
100 views
How do the Sass variables get assigned to CSS selectors with Foundation 4?
I've googled and searched all over this, and of course gone through the relevant documentation, but there is a couple of things about Foundation 4 I just can't seem to get my head around, relating to ...
1
vote
0answers
52 views
Something strange with Firefox and fixed position via JS
I'm working on a website and I'm using jQuery and the CSS framework Zurb Foundation. This framework changes actually every CSS default property of every object on the page, so it's quite hard to get ...
1
vote
4answers
105 views
Can't center a zurb foundation callout
This is probably boneheadedly easy, but I've tried a lot of different approaches and cannot get this bloody callout to center.
<div class="row">
<div class="large-12 small-12 center ...
1
vote
0answers
101 views
Foundation's 4 form dropdown style missing on IE8 and below
I am using Foundation 4 framework for one of my websites, and I noticed that when testing it on Internet Explorer 8 or below the form dropdowns are being displayed as the IE default rendering instead ...
0
votes
0answers
30 views
Where can I change the row width and gutter used by the small grid in Zurb Foundation?
I see these settings for the regular grid (default at 1000px and with 30px gutters), but these are obviously different when using the small grid. How are these determined?
I do notice that these ...
