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 trialKartikey Shahi
Courses Plus Student 2,002 PointsPlugin is not working
Hey when i add css file of plugin in a html the page doesn't appear but when i remove it the page appeared what's the problem which stop page from loading
1 Answer
Bob McCarty
Courses Plus Student 16,618 PointsOpen the browser development tools. Usually f12. select the console and look at the error message. Be sure to check the script's src='pathname' string for the proper path and spelling.