With Foundation 5, I could create a menu divider using li class="divider", but this does not seem to work with Foundation 6. How do I create a menu divider with Foundation 6?
Hi, i'm trying to use responsive-embed on some web site and it dosent seem to behave like i wolud like to. I created testing site for it and still nothing. So i started to analyze foundation docs source code becouse it was just fine there. I've done som... (continued)
I am testing out the responsiveness of the site I've created. Using Google Chrome, when I inspect the site and view the site through different mobile devices (clicking on the phone icon and choosing iPhone 6 for example), or even viewing the site from my ... (continued)
Using jointswp with WordPress, I'd like to align the sidebar to the left and the content to the right. In the source code, I would like for the sidebar to come after the content. Visually, in the browser, it still looks like the sidebar is first th... (continued)
Hi This website uses mutiple data-equalizers on the homepage. It works perfectly in all major browsers, except for Safari. https://www2.groundstability.com/ Sometimes the page loads fine, but other times it struggles to equalise the columns. Thi... (continued)
Hi, I have included a reveal that is working fine. But when I want to print the content than it is printing all of the web-page mixing all up. I tried adding an @media in my css but that does not work. this is how it works on the page: http://www.pi... (continued)
My Javascript skills are extremely limited, so I'm having problems getting around an issue I have found with Rafi's great building block that hides the nav when scrolling down the page. It works perfectly on Chrome, but in safari if you scroll right back... (continued)
I have problem with range slider. I can't move it. When I change number in input, everything is fine, but I can't move it. Where can be the problem? Below is my code: (Of course, I include also $(document).foundation(); ) ... (continued)
Hi, We are trying to extend a Foundation Accordion plugin in TypeScript 2 and are unable to get it compiling. We are getting a "error TS2346: Supplied parameters do not match any signature of call target." whilst trying to extends Accordion from foundati... (continued)
I am on 6.3 version and i am trying to use reveal with flexslider.The problem is that the modal is opened and the image is not i was able to use this solution but i have more than one modal and their ids are dynamic
Hi, is there a guide or documentation on how to update Zurb from 5 version to 6 ? Thanks.
I have just started using Foundation, so apologies if I am missing something obvious. I've just set up a new project via Bower, which appears to have installed "version": "6.3.1" - the latest version I am reading the Grid documentation: http://... (continued)
I'm new to Foundation 6, I'm having an issue with dropdown menus. I'm using all the exact markup from the docs and no additional JS. When the dropdown menu is rolled over and then rolled out, the parent dropdown menu is set to `display: none;` I'l... (continued)
When I resize the screen (large->small->large) the top bar doesn't fire the drop down anymore. Problem only happens in Foundation 6.3.1 (don't have the problem in older versions) Live example with the problem: Live example Does anybody know how to fix this?
There seems to be a problem with the reveal modal box if you are using offcanvas in your page. i am using foundation 5.53 when offcanvas menu is used , there is a z-index issue with the reveal modal box, it doesn't show up at the top stack when go to mob... (continued)
Hello, i have been using foundation sites ever since it's born. the one which i love about foundation its because of minimal html code. but here is the thing i am always having problem with orbit slider, which the orbit slider is loading images, cap... (continued)
So I've been using foundation for years now, and just started with F6. After a couple site designs, I noticed that my cloud services (GDrive and Dropbox where I store my repos) were crashing like crazy. So I used one of my file scanning apps to see what ... (continued)
Hi, I've been trying to get this to work for a couple of days now and need some help. I'm trying to have the Foundation tabs scroll only on a click event. I am currently using the tabs with data-options="deep_linking:true; scroll_to_content: true... (continued)
I am back on Foundation 5.3.2. I am trying to add a stylesheet that compiles separately from the app.css file. What do I need to put in my custom.scss file to be able to use the media queries in it (@media #{$small-only})? Thanks!