Hi. I'm trying to add an ID to <row> but inky removes it after the project build runs. Is that a common behavior?This is my original code: <row class="hero mktoModule" id="mHero"> After it builds: <table class="row hero mktoModule">
Sorry, I realise this has come up before, but have seen a few angles on it, and not sure which will work the best. I'm basically just looking at having a fairly standard full width large footer area at the bottom of my pages. I have gotten as far as cre... (continued)
Greetings. I have site ready to make live, uploaded for testing, coded with fresh Foundation 6.3.0 template (did not re-use code from Foundation 5). Issue: drop down menu, does not function on (my) android mobile tablet, phone or iPad tablet. Works fine... (continued)
I'm calling a test JSON API from https://jsonplaceholder.typicode.com/ with the following code: {{#ifpage 'ajax-example'}} <script type="text/javascript"> $(document).ready(function() { ... (continued)
Ok, I found only one article on this issue (which has been closed for about 1yr), and I've tried so many ways to iget this to work, to nclude the instructions on the post below, but to no avail. http://foundation.zurb.com/forum/posts/37541-set-meta-titl... (continued)
Hi there, I really like the new header-styles map for creating a consistent, responsive typography. Having 6 different typography sizes per breakpoint should be enough for most of my website projects – and I mean not only for headings but also for ... (continued)
How can I extend the zurb icons set. I would like a few extra social icons for ex. "bitBucket" or "CodeProject"
I am trying to use some of the new features like the responsive tab/accordion, but I don't seem to be getting the effect when I use the same code from the docs. Is there a specific version I am not using? http://codepen.io/jen188/pen/BpeRKN?editors=1010
Why does zurb use SCSS syntax and not the shorter version SASS And how about adding PUG shortens the HTML both PUG and SASS have autocompilers in ATOM
I'm using one of the grids with a handlebars template. The way it was, I had it so one column contained the template, and the other column something else. Now I want the template to display like Cards, going across the page, so having 2-3 iterations of th... (continued)
Hi :)I'm unable to get TinyMCE running with F6... I have downloaded TinyMCE Community and put unzip in js/lib, I have added scripts at the end of my html file (before </body>) and added a simple HTML test code, which does'nt work (get NO editing to... (continued)
Hopefully a quick one :-) Struggling to create a flex grid with collapsed columns, ie. no padding. I would really appreciate some help with this. Cheers, Will
In my Typo3 CMS template I try to include the css for Foundicons: templates/resources/foundation_icons_social/stylesheets/social_foundicons.css templates/resources/foundation_icons_general/stylesheets/general_foundicons.css But Only one of the css ... (continued)
Hi :) I'm new on F6 and trying to figure out how to customize dropdown menu with pure CSS (no SASS : almost every post I found was dealing with Sass...). I've put a top-bar + dropdown menu on a website I'm developping on local. Have found how to... (continued)
Hey guys, I'm having a hard time with Foundation for emails: I can't make my google fonts work. Everytime I run foundation build it removes the font import... I tried to import and link the font... Also, I tried to import it inside a media... (continued)
Hello, I cant find where the sass transition for the slider is given, either in the standard foundation css or the MUI sass settings. It removes the class with the transition which makes it hard to see the exact css etc. Thanks!
Hi Guys does any one know or could guide me in loading a bower slick carousel component to implement the scss file and js file so i may initialize the JS into the dist from src ran: bower install --save slick-carousel I included the SCSS path in m... (continued)
I've followed the instructions to a t, and get to the point where localhost:8000 pops up, and in CMD it says [BS] Serving files from: Dist" but no matter what I change in SRC, nothing else updates. Is this something others have run into?
Hi, I'm new to Foundation and have spent the whole day trying to figure out how to set a responsive menu that is centred on a large screen but vertical on a small screen (when clicked on the hamburger icon). Can someone help me out? I'm sure it... (continued)
I needed a simple, flexible admin template based on Foundation: https://github.com/kokujin/zf-admin It might help others too.