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 trial

WordPress How to Build a WordPress Theme Preparing to Code WordPress Templates Linking CSS

Julian Ptak
Julian Ptak
30,920 Points

Can'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
Andrew McCormick
17,730 Points

I 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
Julian Ptak
30,920 Points

Got it, thanks. Does this mean that we should be getting our files solely from the project folder to avoid compatibility issues?

Andrew McCormick
Andrew McCormick
17,730 Points

if 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
Julian Ptak
30,920 Points

Absolutely. I totally understand. Thank you so much for the tips!