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

Did the flexslider.css file change since this video? When I search for URL is does not exist.

This is the only url(_) I see on the flexslider at woothemes. How do you refer to the images folder?

/* Icon Fonts ********************************/ / Font-face Icons */ @font-face { font-family: 'flexslider-icon'; src:url('fonts/flexslider-icon.eot'); src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg'); font-weight: normal; font-style: normal; }

3 Answers

Marius Serban
Marius Serban
7,115 Points

I had the same problem a minute ago.

If you copy the "fonts" folder from the flexslider folder you've just downloaded and paste it into your theme "css" folder for example, you will need to change the path from "src:url('fonts/flexslider-icon.eot');" to "src:url('../css/fonts/flexslider-icon.eot');".

Hope that helps!

I guess you need to change the url('fonts/flexslider...') to the appropriate path you uploaded your files to.

Jonah Shi
Jonah Shi
10,140 Points

I've got the same problem, can not find the image url