metafizzy / infinite-scroll

📜 Automatically add next page
https://infinite-scroll.com
7.41k stars 1.74k forks source link

Infinite Scroll (with Masonry) in Tumblr not working #909

Closed OctavDesign closed 4 years ago

OctavDesign commented 4 years ago

Hi, thank you for you work ! I made a Tumblr theme using Masonry but I can't get the infinite scroll to work. I'm sorry I looked everywhere and tried a lot of things but I can't. Thank you in advance for your help Here is my code:

--------------HTML--------------

`<div id="posts" class="posts container ft-container infinite-scroll>

{block:IndexPage} {lang:Load more posts} {/block:IndexPage} ` ------------CALL SCRIPT-------------- ` {block:IfFooterShowTwitterFeed}{block:Twitter} {/block:Twitter}{/block:IfFooterShowTwitterFeed}` ----------------------JS------------------------- ` {block:IfDisqusShortname} {/block:IfDisqusShortname} {block:IndexPage} {/block:IndexPage}`
OctavDesign commented 4 years ago

Solved! I move to top (before < / head >) all script ans js Thank you