Results for: sites
Hi everyone, This might be a dumb question but I was playing around with the new Zurb template: https://github.com/zurb/foundation-zurb-template/archive/master.zip Everything is fine on testing, but the javascript is not working/being called on the... (continued)
div class col-md-8 div class col-md-4 Hi, i want div class col-md-4 to display on top in mobile view.Please guide me with the answer. Thanks
I'm trying to use Magellan with an angular application and I'm having trouble getting Magellan working correctly. I'm also delaying the initialization of foundation until the page is fully loaded (timeout function). F6's sticky and tooltips are wo... (continued)
I have a dropdown that I have positioned to 'bottom' which is working fine, but I want to control the positioning to be either centered on the parent element (similar to how action sheets work in Foundation for Apps). Alternatively (or in addition) I coul... (continued)
I have search inputs throughout my app. Normally they work fine, however, I have one inside the top bar navigation that will not allow me to type a space. For example "hello world" it will just result in "helloworld" Any ideas on what's causing this?
Im working to completly overhaul my repo foundationUltra which as a mixup of foundation5 and foundationApps with angular directives for Foundation 5 aswell. FoundationUltra - Master https://github.com/RelutionDev/foundationUltra Ive started from th... (continued)
I've installed the basic version of sites and gulp seems to be watching and compiling my Sass correctly. However, I can't get the sourcemaps to work. Do I need to manugally add gulp-sourcemaps and edit my gulpfile to do this, or should it do it out of the box?
Hi I have Magellan set up on my home page to scroll to different sections of my page and it works fine, however if I want to link to a specific section through a different page I get a strange issue. I have several links however only one causes an issue, ... (continued)
So im working on a remix of the foundation family called foundation remix. Project Here >> https://github.com/Relution-Developments/F-Remix The above is what im trying to achieve Its a "Remix" of both the foundation flex grids Problems ive had ... (continued)
When using the Motion UI library (eg: data-animate="slide-in-down slide-out-up"), is it possible to control the animation duration and/or easing/timing with additional options/data attributes? That is, from within the mark-up, NOT via custom created anim... (continued)
I've installed Foundation 6 for Sites using SASS and I'm compiling with Gulp. I'm trying to use the Motion UI library for some animation effects, and I've got a lot of it working. Working Demo of Pre-built Animations: http://jsfiddle.net/4a9kux0r/7/ ... (continued)
Hello, I'm having an issue toggling the dropdown pane. When data-hover is set to true, the following code works as expected and as shown in the documentation, however removing data-hover or setting it to false so that the button needs to be clicked to ... (continued)
Hello, I am having trouble figuring out how to get radiobuttons to validate using Abide with Foundation 6. I have seen a couple examples that refer to checkboxes for F6, but in looking at those, they are actually using F5 javascript and css references.... (continued)
stumbled upon this http://zurb.com/building-blocks/animated-pricing-tables and it looked great, but apparently it doesn't work in foundation 6, whats the best approach to create pricing tables now with sass?
Hey, here is my new article about Foundation 6's CLI tool and starter project templates possibilities. I hope you find it useful. Thanks! http://www.sitepoint.com/getting-started-with-foundation-6s-cli-tools/
I am using Yeti Launch to create a site with the Zurb Template (I have also tested w/ CLI). When I create the project everything compiles besides one error "$ gulp.run() has been deprecated. Use task dependencies or gulp.watch task triggering instead." du... (continued)
Hi i'm having a bit of a problem with the new visibility classes. I've got the following code: <div class="row show-for-small show-for-medium hide-for-large"> <div class="small-3 columns"> <button type="button" ... (continued)
Hi guys, Just started looking for a new html static templating engine. Looking to explore Foundation's Panini. Just curious, is there a way to add syntax highlighting for Sublime Text 3 for Panini tags like {{> something }} or {{ifpage}} I've... (continued)
When my page loads the active accordion item slides open which causes the other elements on the page to also move for a second.I'd like the active accordion item to render "already opened", but still retain the animation for when a user clicks on ano... (continued)
This may be a silly question. I am trying to use Foundation 6, coming from found 5. Normally when you use a javascript function such as "Reveal" you include that reference in the footer foundation.reveal.js So I am a little confused that the ... (continued)