Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJulian Ptak
30,920 PointsCan't find the url/images in Flexslider.css
Is it possible that an update removed this line of code? I have not edited the flexslider.css file yet when I run a cmd+f for "url" the way the video instructs, I do not find a "images" reference anywhere in the file. Am I doing something wrong? Can I continue without this step?
1 Answer
Andrew McCormick
17,730 PointsI just downloaded the zip file attached to that video and found the line on Line# 52
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(../images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
Julian Ptak
30,920 PointsJulian Ptak
30,920 PointsGot it, thanks. Does this mean that we should be getting our files solely from the project folder to avoid compatibility issues?
Andrew McCormick
17,730 PointsAndrew McCormick
17,730 Pointsif you want to make sure that you follow exactly along then I would say yes. If you are ok with things not always meshing up (update plugins, libraries, versions, etc) then use the current versions that you find on the net and make sure you understand why something doesn't mesh and if it matters. Though Treehouse does a good job, the web changes too fast for videos to always show the most current of everything.
Julian Ptak
30,920 PointsJulian Ptak
30,920 PointsAbsolutely. I totally understand. Thank you so much for the tips!