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 trialVISHAL DEEPAK
3,272 PointsGuils code not working - check out my changes to make it work
It seems due to version change that the code is not working anymore , atleast for me , check below i will post an answer
2 Answers
VISHAL DEEPAK
3,272 PointsMake changes to the anchor element of the "text me link "
<a data-target="#textModal" data-toggle="modal" class="btn btn-default btn-lg hidden-xs">Text me the link</a>
Mark McEwan
733 Pointsthought it was just me !!! I'm not enjoying this tutorial set on Bootstrap, feel like the trainer is going to fast, making mistakes and too many downloads, I would rather build on the previous file rather than download new files and copy paste from others - feels throw together if I'm honest.
Thanks for providing the fix, its worrying that the nobody else picked up on this and fixed the video.
Michael Walker
45,428 PointsHi Mark,
Based on the number of points you have, it looks like you haven't yet completed course CSS Basics which is somewhat a prerequisite for this course. Guil also teaches that class and moves at a much slower pace there. Start with the tracks so you do the courses in the recommended order and then come back here. I think you'll find the individual courses in the library much more enjoyable if you do.
Iulia Maria Lungu
16,935 PointsIulia Maria Lungu
16,935 Pointsyey! super useful!!!
Jessica Evans
7,372 PointsJessica Evans
7,372 PointsThis fixed the problem for me. Thanks!
Michael Walker
45,428 PointsMichael Walker
45,428 PointsVishal,
Very nice pickup! He actually did that same thing with the navbar earlier in the course by removing the href and replacing it with data-target and a data-toggle. You have my thanks my friend!
Prateek Kureel
10,778 PointsPrateek Kureel
10,778 PointsThanks man!