Forums

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

Home Forums Other Infinite scroll help needed

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #41495
    bogus
    Participant

    Hey all,

    still working on this wordpress theme: [Tingeltangel](http://tingeltangel.megavillain.org/ “Tingeltangel”)

    In the archive I have masonry ordered thumbnails which i would like to be paginated with infinite scroll. but therefore I would need a second pagination (a next / prev pagination is already applied to the fullscreen image post). I’m totally stuck and I don’t know how I’m supposed to get infinite scroll working.

    Here’s my Index.php


    ‘1’, ‘paged’=>$page)); ?>

    if ( $image_src = wp_get_attachment_image_src( $thumbnail_id, ‘normal-bg’ ) )
    printf( ‘ style=”background-image: url(%s);”‘, $image_src[0] );}?>>

    close

    if( $post->ID == $do_not_duplicate ) continue; update_post_caches($posts); ?>

    “>


    ‘, ”, ‘

    ‘); ?>

    Help is very appreciated!

    #118389
    bogus
    Participant

    no idea?

    #118410
    Andy Howells
    Participant

    I take it you’ve read through the links highlighted at the masonry website? http://masonry.desandro.com/demos/infinite-scroll.html

    #118462
    bogus
    Participant

    sure I did. the trouble is setting up a second pagination because the infinite scroll plugin for WP needs a link to load more posts. i don’t know how to achieve that…

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