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

Brandon Brigham
Brandon Brigham
3,716 Points

What in gods name is going on with my page?

http://ceb.606.myftpupload.com/my-projects/

Why is the page infinitely scrolling down??

Andrew Rady
Andrew Rady
20,880 Points

Looks like some out of control JavaScript. I was suggest looking for a loops that involve adding padding or margin to that element.

2 Answers

Jennifer Nordell
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Wow 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
Sue Dough
35,800 Points

The 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.