-
3Replies
-
Why so complicated setting up sass?
By JapperCat
This is my 3rd try at installing everything so I can run sass. After installing Git, Nodejs and Ruby, I then followed the installation instruction video http://foundation.zurb.com/learn/video-started-with-foundation.html and all went well until I got to t... (continued)
Last Reply by jessica ndaye almost 5 years ago
-
2Replies
-
Center image gallery inside of panel
By JapperCat
Hi Zurbs, I've created a block-grid with images and captions and placed the images inside a panel. But I cannot get the images to center inside the panel. I've tried various scenarios but still cant figure it out. Any suggestons?
Last Reply by jessica ndaye almost 5 years ago
-
NEW
-
Mixture.io problems with existing Foundation files
By JapperCat
I'm trying to open an existing foundation project in mixture.io and keep getting the following message: mixture.json Warning: you have not configured any locations 'preprocessing locations'. Please see https:/docs.mixture.io/mixture#settings for more info... (continued)
-
3Replies
-
Use interchange partials instead of using php
By JapperCat
Can interchange be used to bring in html partials...header.html, sidebar.html and footer.html into pages similar to what php does with html? I have a large existing website that needs to be responsive and would prefer not to use php (boss has security con... (continued)
Last Reply by James Stone about 5 years ago
-
NEW
-
Clearing Lightbox not responsive on smaller devices
By JapperCat
clearing lightboxResponsivegallerythumbnails
Hi Guys, Im having issues with a clearing lightbox. I doesnt seem to be responsive on small or medium screens. I've tried changing the size of the columns and it still doesnt act right. I've created a codepen here: http://codepen.io/JapperCat/pen/xhukt ... (continued)
-
3Replies
-
Built with Foundation showcasing websites
By JapperCat
WebsiteshowcaseBuilt with Foundation
The documentation for Foundation is great but for some of us newbies it would be helpful to see other websites built by the foundation community so we can learn various techniques that aren't addressed in the foundation documentation. Is there a place whe... (continued)
Last Reply by Rafi Benkual almost 5 years ago
-
3Replies
-
Thumbnails with captions
By JapperCat
Hi Guys, Im trying to set up a simple gallery with thumbnails and captions below the thumbnails, but I cant seem to figure out how to make the longer captions stay under the thumbnails without breaking the page. Hope you can help me. Here is the fiddle I... (continued)
Last Reply by Karl Ward over 5 years ago
-
2Replies
-
Center Orbit in Panel
By JapperCat
Hi Guys, I can't figure out how to center the orbit slider in a panel. I've created a fiddle to show what's happening. Hope somebody can help me figure it out. http://jsfiddle.net/JapperCat/3YH55/
Last Reply by JapperCat over 5 years ago
-
3Replies
-
Proper way to use a CDN
By JapperCat
Wing-Hou-Chan.. Thank you for helping me. I've changed the stylesheet link to double quotes as you suggested and moved the foundation.js under the jquery.js. Should I also add a link to modernizr.js, fastclick.js and the others or are they already include... (continued)
Last Reply by ritariya over 1 year ago
-
3Replies
-
How to use cdn for Foundation website?
By JapperCat
Hi Guys, Would love to use cdns for my website but not sure of the proper way to load them. Is this correct?
Last Reply by Wing-Hou Chan over 5 years ago
@Tom Hogan @Irvin
I'm deeply grateful to both of you for your time and effort in helping newbie Zurbs like me.
The step by step was exactly what I needed to get started in my first sass project. However, I already have 2 foundation websites I've been creating using vanilla CSS and was wondering how I could switch them over to make them work with sass? Should I run the "npm install -g bower grunt-cli" and "gem install foundation" commands within each project folder? FYI: I took Tom's advice and created the DevTools folder on C: and created Subfolders for all the dependancies.