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 trialBrandon Brigham
3,716 PointsWhat in gods name is going on with my page?
http://ceb.606.myftpupload.com/my-projects/
Why is the page infinitely scrolling down??
2 Answers
Jennifer Nordell
Treehouse TeacherWow you have a lot of CSS and javascript being loaded in there. Honestly, I think I'd start by commenting out all the links and then start uncommenting them one by one. Refresh the page etc. When you uncomment the one that's making it scroll infinitely, you'll have found your culprit!
Sue Dough
35,800 PointsThe theme + all your plugins is way too much http requests. Save yourself the headache and slim that down. You can sse tools.pingdom or your network tool to view how many there are. YOUR SITE WILL ALWAYS BE SLOW IF ITS LIKE THIS AND WILL HAVE MANY ISSUES.
Andrew Rady
20,880 PointsAndrew Rady
20,880 PointsLooks like some out of control JavaScript. I was suggest looking for a loops that involve adding padding or margin to that element.