Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CODE BLOQUEANDO A PAGINAÇÃO:
- {block:IndexPage}
- <div class="column navigation" id="navigation">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
- </div>
- {/block:IndexPage}
- CODE DE ROLAGEM INFINITA:
- <!-- SCROLL -->
- <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
- <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
- <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
- <!-- ROLAGEM -->
- <script type="text/javascript">
- $(window).load(function () {
- $('#sh-cx').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : "div#navigation",
- nextSelector : "div#navigation a#nextPage",
- itemSelector : ".sh-posts",
- bufferPx : 10000,
- extraScrollPx: 11000,
- loadingImg : "http://static.tumblr.com/8yo5xxv/3Tum7rjpo/loader.gif",
- loadingText : "",
- },
- // call masonry as a callback.
- function() { $('#sh-cx').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment