Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS x

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #40493

    x

    #112833
    TheDoc
    Member

    For starters, you’re loading in a jQuery plugin (Fancybox) before you’ve actually loaded jQuery itself, so you’re getting a bunch of console errors from that.

    Make sure you look at the source here: http://masonry.desandro.com/demos/infinite-scroll.html

    And also remember that audio and some video posts won’t work out of the box and you’ll need to provide a fix for them in Infinite Scroll’s callback.

    There are a few Stackoverflow questions about this that should already have answers. Here’s one that I gave: http://stackoverflow.com/questions/12404807/tumblr-audio-video-infinite-scroll/12481862#12481862

    #112846

    thanks so much doc! i got it to finally work, and i’ll definitely be sure to look into that when i get to the audio and video posts. thanks!

    #112847

    hey doc, how should i enter that script? im fairly new to jquery and java and i dont know where to insert that code for the audio/video infinite scroll

    #112855
    TheDoc
    Member

    I believe that is in the infinite scroll callback, make sure it runs before the Masonry does.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.