Tumblr Infinite Scrolling Instructions STEP 2
(Miss step 1? Go back.)
This step is "kinda difficult" just because you will need to Enable Custom HTML for your theme. (IF YOU DO NOT WANT TO MESS WITH THE HTML, then just jump to Step 3)
You will have to make a new div around all the post types. Make a new div around all the post types before {block:Posts } in your code with:
<div class = "autopagerize_page_element" >
at the beginning and a </div> at the end, after "/block:Posts}".
If you are confused, I don’t blame you, here is a handy, simplified Tumblr theme to show you where to put the things. Just do a search in that document for “infinitescroll” to find the three parts.
After that, test to see if it works yet! If it is infinitely scrolling, but you are getting your navigation buttons at the point where it adds the next page, then try moving the </div> around in the code.
Hopefully this works for you! (If it didn't work yet jump to Step 3) Please show me some support by following me on Tumblr to keep up with updates for the code, and also check out my other projects: Scroll To Top Button, a Google Chrome and Safari Extension, which adds the Tumblr Dashboard's "jump to top arrow" to any website you visit. Or my current project: Videolizer. And follow my music Tumblr: 2N.
If it is now working, posting to your blog with a link to these instructions for others to find would be much appreciated! And if you want to do more, like add a button to your page to let people jump to the top, make your sidebar stay stationary, or just have any questions, check out the FAQ.
IT STILL DIDN'T WORK?! HIT UP STEP 3!
