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

Nick Blomquist
Nick Blomquist
3,659 Points

how to build a wordpress theme

I have tried and tried and tried again, but my wordpress theme that I tried to build doesn't work at all. Nothing shows up. It all works up until I try to download the flexslider. None of the code looks the same as in the video. I think it's a different version or something, because now nothing works and it is very frustrating.

3 Answers

Zac Gordon
STAFF
Zac Gordon
Treehouse Guest Teacher

Hi! Yes, it is a different version. Try looking here for the workaround :)

https://teamtreehouse.com/forum/q:flexslider

Nathalie C
Nathalie C
2,594 Points

Hi nick, can you show your code? I had a couple of days with the dreaded white screen of death. There was a mistake I found with the javascript which should be:-

jQuery(document).ready(function($) {
$('.flexslider').flexslider();
});
Kevin Korte
Kevin Korte
28,149 Points

Are you properly enqueueing your flexslider CSS and JS? Problems in your function.php file can make your whole page go blank.