1
vote
0answers
25 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
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
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
1answer
56 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 ...
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
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
114 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
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 ...
0
votes
1answer
60 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
24 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
1answer
103 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
0answers
37 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 ...
1
vote
0answers
44 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
0answers
58 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
1answer
51 views
zurb foundation 4 reveal modal changing the text in the data-reveal-id=“myModal”
Hi Sorry if this is a numpty question.
I'm using reveal and the modal is working fine.
The text "show info" when clicked is working. How would I set the text up so when clicked it changes to "Hide ...
0
votes
1answer
117 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
108 views
Foundation's top-bar, the toggle won't work
Following the instructions from here:
The top bar has four main elements, three of which are needed for
proper functionality: ul.title-area, a ul class="right/left element
enclosed in a ...
0
votes
2answers
44 views
How to display section-container
I'm new to Foundation 4 and am currently trying to do the following:
I'm using the section-container horizontal-nav and was wondering if anyone knows the configuration to get the section container to ...
0
votes
1answer
92 views
Change screen size using JavaScript
Using zurb foundation's mobile-first experience, I have developed a responsive design. Now, my client requires an explicit link "View desktop version" in the footer, when the site is opened in mobile ...
0
votes
0answers
85 views
stop orbit slider on last slide but keep the navigation functioning in foundation 4?
I'm using foundation 4 on my site. I need to stop the slider after sliding to the last slide, but keep the navigation functioning. I have managed to get the slider get to stop on last slide, but the ...
0
votes
1answer
133 views
How to capture slider events in Foundation 4 Orbit?
I want my page to change some elements with each slide in the slider. I managed to do this in the desktop version, by attaching functions to the click events, like this:
$(".orbit-next").on("click", ...
0
votes
1answer
106 views
Zurb Foundation Orbit Slider Pause on 3rd Slide
I added animation speeds, and can pause on hover; however, I was curious if with JS I am able to pause on a certain slide, or at least a certain time. Any suggestions how this might be possible?
...
1
vote
1answer
61 views
Including Zepto or jQuery at runtime in Symfony2
I am attempting to incorporate Foundation framework in Symfony2.
I copied all the css/js assets in the app/Resources folder and am able to reference them. However there is one part which is not ...
0
votes
2answers
325 views
Opening an overlay on page load using Zurb Foundation Reveal plugin
There was another question on this subject here but it didn't seem as though there was a complete solution posted and the examples that had been linked to are no longer active so I'm posting this ...
2
votes
1answer
179 views
How do you preload images into the Orbit slider?
The issues is that the slider is not displaying properly when a user first visits the site. In testing the slider worked fine.
Or actually there was problem that it would not load when first ...
0
votes
0answers
24 views
Displaying Modal/Light box Randomly for Different Viewers
I'm very new to cookies and the like, but I need a way to display a modal window (i'm using ZURB's Reveal plug-in: http://www.zurb.com/playground/reveal-modal-plugin) at random, say on 30% of ...
1
vote
2answers
91 views
After adding Foundation Javascript jQuery cookie no longer works
This question is related to the answer of
adding jquery plugin to Zurb's Foundation Framework,
but it's missing how to implement it to app.js
I use zurb-foundation to maintain layout. I ...
0
votes
1answer
35 views
pathJS won't work - doesn't load any content
I tried to implement pathJS into my project, which is already using zurb.Foundation in combination with jQuery.
My JS is quite clean so far, so there shouldn't be any problems at all.
I just created ...
1
vote
0answers
95 views
Foundation 3 navigation and Fancybox javascript clash
When using Foundation 3 I have found there to be a clash of javascript whereby the top nav drop down does not display when using the Fancy Box lightbox javascript. I have used the Fancy Box javascript ...
0
votes
2answers
185 views
Don't understand how to get orbit js working with Foundation 4
I'm having trouble understanding the Foundation 4 JS docs sorry - if I use this:
$(document).foundation();
Every thing works great, but If I use this:
$(document).foundation('orbit', ...
0
votes
3answers
78 views
How to create a similar background to this one
Does anyone have a clue how to create a background like this one? Is it possible to do it just with CSS ?
I have chosen ZURB Foundation as my CSS and JS framework so any suggestions including it ...
0
votes
2answers
44 views
Conditionally serve javascript with Foundation Framework
I'm working with the Foundation Framework and I was wondering if there are any callbacks or functions that will deliver jQuery or javascript based on the current screen size or media query.
For ...
1
vote
1answer
245 views
How to Programatically Toggle a Zurb Foundation Switch Control, in Chrome?
I would like to to dynamically toggle the state of a Zurb Foundation Switch control using javascript.
This is a default Zurb Fondation Switch:
<!-- Default switch -->
<div ...
0
votes
2answers
178 views
Using Modernizr in Foundation 3 to detect if device is a phone?
I am building a responsive site in Foundation 3.
The one remaining sticking point is leaderboard ads. I want to have one ad slot that displays leaderboard ads on desktop and tablet, but a ...
0
votes
0answers
136 views
Zurb foundation.min.js and Firefox 3.6 (Foundation 4) issue
Foundation 4 seems to be working fine in all other modern browsers, but I am getting a javascript error of:
o is undefined
within my foundation.min.js file.
The file itself is the one supplied by ...
1
vote
1answer
192 views
Using Zurb Foundation and Symfony2
In my Symfony2 application, I am using the Zurb Foundation to built my layout on.
This keeps giving me headaches... the css works pretty well but the js often does not work. The files are loaded and ...
0
votes
1answer
209 views
Rails Foundation Orbit is not a function
I'm trying zurb foundation framework for the first time. I would like to create a slideshow; however, I receive type error orbit is not a function.
This is my application.js file:
//= require ...
0
votes
2answers
835 views
Zurb Foundation Dropdown Button menu drops way too much
I want to add a Dropdown Button from Foundation (like these: http://foundation.zurb.com/docs/components/dropdown-buttons.html) to my site, using the "data-dropdown" property to link it to a list, as ...
0
votes
0answers
189 views
jQuery touchSwipe plugin shows JS error on Orbit slider, why?
I am using Foundation Zurb 3 Orbit slider. I have hooked it up to jquery.touchSwipe.min.js so that swiping changes the slide.
It works, but I keep getting a JS Error in the Chrome web inspector:
...
5
votes
1answer
486 views
Wrapping Foundation 4 reveal in Angular
New to Angular, just trying to get some harmony with Zurb Foundation 4. A case in point; I am trying to make use of the http://foundation.zurb.com/docs/components/reveal.html component.
...
1
vote
1answer
296 views
Foundation 4 Orbit - Deeplinks sending me to the top of the page
I'm trying to implement an Orbit slider into my page. This works fine with just images and regular bullets, but when I add deeplinks to this, the # href of each deeplink is triggered and i'm sent back ...
0
votes
2answers
469 views
How to override auto-generated html in foundation's orbit?
I'm using the excellent Foundation, but I don't want the 'Prev' and 'Next' buttons on the Orbit slider.
In my application.js file I've set the following:
$(document).foundation('orbit', {
...
1
vote
1answer
695 views
Zurb Foundation Orbit slider customization
I'm using the orbit slider and I need to call a function where image timer start. I'm using foundation 3.x
I tried in side shift: function (direction) function but the problem is this that it dose ...
3
votes
2answers
509 views
Problems getting Foundation 4 JS to work in WP
I'm merging Foundation 4 with Bones to create a WP Starter theme. I had everything working fine with the JS from Foundation 3, but now that I'm trying to implement the Foundation 4 JS I'm running into ...
0
votes
0answers
202 views
Foundation top bar: Toggle drop-down on click instead of hover
In Zurb Foundation's top bar, the dropdowns are toggled on mouse hover. Is there are standard way to change this so that they toggle on click/touch instead?
3
votes
2answers
304 views
Zurb Foundation Orbit slider - make non-infinite?
The Orbit slider in Foundation 3 is infinite, meaning it cycles through its slides over and over.
Is there a way to get it to display all its slides only once, stopping on the last slide?
0
votes
1answer
590 views
Foundation top bar toggle not working
My code is here:
http://ivanabilic.mixture.io/nnb/
The top bar adjusts to a dropdown when under 940px, but the toggle does not work at that point. I initialise the topbar script in the footer, but ...
2
votes
1answer
508 views
Trigger opening of a Zurb Foundation Accordion via URL hash link
I'd really like to be able to "activate" / "open" a Zurb Foundation Accordion via the URL with the accordion pane in questions hash.
So like example.com/page#accordion1
Is this possible already with ...
0
votes
2answers
1k views
JQuery Accordion Issues in Zurb Foundation
I am using the latest version of Zurb's Foundation prototyping framework. It isn't entirely necessary that you have any experience with this specific product though it helps for context.
One of the ...

