Closed kwcbg closed 11 years ago
Can't figure out what I'm doing wrong here! I've been working on this for two (2) weeks, and I know the answer is right in front of my face just can't see it! The masonry works, but it won't infinite-scroll! Here's my code:
<!DOCTYPE html>
“{Quote}”
{Source}
{AudioPlayerBlack}
{Question}
@{Asker}
{lang:Tagged}: {block:Tags}#{Tag} {/block:Tags}
{block:Date}{12Hour}:{Minutes}:{Seconds} @ {MonthNumber}/{DayOfMonth}/{Year}{/block:Date} {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:RebloggedFrom} Reblogged from {ReblogParentName}Posted by {ReblogRootName}{block:RebloggedFrom}
Oh, tumblr page is: http://nomdecodenikita.tumblr.com
Please see https://github.com/desandro/issues-agreement#readme
At first glance, it looks like you're missing including infinite-scroll.js https://github.com/paulirish/infinite-scroll
@desandro Thanks! :-)
Can't figure out what I'm doing wrong here! I've been working on this for two (2) weeks, and I know the answer is right in front of my face just can't see it! The masonry works, but it won't infinite-scroll! Here's my code:
<!DOCTYPE html>
{Title}
{/block:Title} {Body} {block:IndexPage} {/block:IndexPage}“{Quote}”
{block:Source}{Source}
{/block:Source} {block:IndexPage} {/block:IndexPage}{Name}
{block:Description}{Description}{/block:Description} {block:IndexPage} {/block:IndexPage}{block:Lines}-
{block:Label}{Label}{/block:Label}
{Line}
{/block:Lines}
{block:IndexPage} {/block:IndexPage}{AudioPlayerBlack}
{block:IndexPage}{block:IfShowCaptions} {block:Caption}{Caption}{/block:Caption} {/block:IfShowCaptions}{/block:IndexPage} {block:IndexPage} {/block:IndexPage}{Question}
@{Asker}
{lang:Tagged}: {block:Tags}#{Tag} {/block:Tags}
{lang:Tagged}: {block:Tags}#{Tag} {/block:Tags}
{/block:HasTags}{block:Date}{12Hour}:{Minutes}:{Seconds} @ {MonthNumber}/{DayOfMonth}/{Year}
{block:PostNotes} {PostNotes} {/block:PostNotes}{/block:Date} {block:NoteCount}{NoteCountWithLabel}
{/block:NoteCount}{block:RebloggedFrom} Reblogged from {ReblogParentName}
Posted by {ReblogRootName}{block:RebloggedFrom}
Oh, tumblr page is: http://nomdecodenikita.tumblr.com
Please see https://github.com/desandro/issues-agreement#readme
At first glance, it looks like you're missing including infinite-scroll.js https://github.com/paulirish/infinite-scroll
@desandro Thanks! :-)