If you had the chance to go to the moon, would you? :)
ya?
BR: 7.8
seen from United States

seen from Germany
seen from United States

seen from Belgium

seen from United States
seen from Germany
seen from China
seen from Spain
seen from China

seen from United States
seen from China
seen from Japan
seen from Canada
seen from United States

seen from Netherlands
seen from Japan

seen from United Kingdom
seen from Germany
seen from Japan

seen from Türkiye
If you had the chance to go to the moon, would you? :)
ya?
BR: 7.8
Hi! I'm using Theme 50: Indulgence, how do I turn off the infinite scrolling? Thanks :)
Search for the below code:
{block:IndexPage}$(window).load(function () {var $content = $('#cocoa');$content.masonry({itemSelector: '.espresso'}),$content.infinitescroll({navSelector : 'div#pagination', nextSelector : 'div#pagination a#nextPage', itemSelector : '.espresso',loading: {finishedMsg: '',img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'},bufferPx : 600,debug : false,},// call masonry as a callback.function( newElements ) {var $newElems = $( newElements );$newElems.hide();// ensure that images load before adding to masonry layout$newElems.imagesLoaded(function(){$content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});{/block:IndexPage}
& delete it all. That should work.