-
3Replies
-
Adding Custom JS to Foundation 6 Zurb Template
By RCD
javascriptfoundation 6ZURB Template
Where exactly do I add my custom javascript to my Foundation 6 Zurb Template code? I cant find anything in the documentation on the best set up for this. Thank you!
Last Reply by sachin almost 2 years ago
-
1Reply
-
Error when running 'foundation watch'
By RCD
Hi, I recently updated node and now I cant run foundation watch. Nothing in the project has changed. Any idea what is causing this? Your environment has been set up for using Node.js 7.5.0 (x64) and npm. C:\Users\Ryan>cd desktop C:\Users\R... (continued)
Last Reply by Rafi Benkual almost 3 years ago
-
2Replies
-
Data-animate not working
By RCD
When I add data-animate and the appropriate animation names, there is no animation. I want the links to slide down and then slide up. I have motion ui class enabled in the .scss. Its added as per the Foundation documentation. Why isnt it working? What d... (continued)
Last Reply by giovanni rivera 8 months ago
-
2Replies
-
How to add transition to display flex/display none
By RCD
I am using the 'title-bar' class to create a drop down shows links to parts of a webpage. It uses 'display: none' and 'display: flex' to toggle the visibility. However, it looks abrupt and I want to use a transition. Is there a possible work around? An... (continued)
Last Reply by RCD almost 3 years ago
-
2Replies
-
Center text on IE11 using flexgrid
By RCD
foundation 6ZURB Templateie 11center textflexgrid
Hi, I am using Foundation 6 Zurb Template with the flexgrid. I have created icons with text centered below. Looks great on all browsers but on IE 11 the text aligns to the left and there is a large bottom margin below the icon image. <div cl... (continued)
Last Reply by RCD almost 3 years ago
-
3Replies
-
How to export local offline website to pdf
By RCD
Hi, I need to export my entire dist folder of Foundations Sites project as a interactive pdf. One in which the links all work, mp4 videos ect. Adobe acrobat will do this for a website with a url but my project is local on my computer and has no url. Any ... (continued)
Last Reply by RCD about 3 years ago
-
13Replies
-
Center Image inside of column
By RCD
foundation 6centeredimageflex-grid
Hi, How can I center an image inside of a column? Im using Foundation 6 for sites with a flex grid. <div class="row"> <div class="small-12 medium-4 column"> <h5> class="title"</h5> <img src="../img... (continued)
Last Reply by seifhd about 1 year ago
-
2Replies
-
Foundation 6 Sites into a Hybrid App?
By RCD
Hi, Is there a way to make a site I created with Foundation 6 Sites behave like a mobile app? It will function off line on tablets. I am reading about hybrid frameworks to see if this would work. Any thoughts? Thanks!
Last Reply by RCD about 3 years ago
-
1Reply
-
Flexgrid Column class for different breakpoints
By RCD
Hi, I want to make the text of a flexgrid column be align-center for small and medium, but change to align-left on large and up. I tried adding small-align-center but the sizes dont work as class names. Anyone know how to do this? Thank you!
Last Reply by Jacky888 over 1 year ago
-
1Reply
-
Titles (h2, h4, ect) are Very Small on Mobile
By RCD
Hi, All the text on mobile becomes essentially the same size as the paragraph text. I haven't changed any of the defaults other than the font stack. $font-stack: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, "Helvetica Neue", Helvet... (continued)
Last Reply by cs joshi almost 2 years ago
I am trying to do the same thing and it wont work.
When adding my js file to the src/assets/js folder, I still get an error saying that my variable is not defined.
I tried adding the path to config.yml
I dont see a place to add it to the gulpfile.babel.js
Any advice is appreciated!