How to get infinite scroll
I've had infinite scroll as long as i've had tumblr, and suddenly it stopped working a couple of weeks ago. I raged :-) Anyway, today I decided to do something about it. I've searched and searched and found the same way to do it in like a hundred places (well, maybe 20 at least), but it just didn't want to work.
Then i logged in to facebook and saw that there were more people with this problem, all of them with themes from level82 (love those themes). AND FINALLY I found the answer.
So here you have my loves, the answer to how you get infinite scroll:
Customize your theme --> edit html --> in the head section you must remove the script where it says "jquery-latest.js" (ctrl+F to search for it) and include these scripts its place:
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.js"></script>
<script type="text/javascript" src="http://masonry.desandro.com/jquery.masonry.min.js"></script>
<script type="text/javascript" src="http://masonry.desandro.com/js/jquery.infinitescroll.min.js"></script>
THIS WORKS!!!!!! (at least for me)