Viewing 15 replies - 16 through 30 (of 42 total)
  • Okay – I hope it works ??
    One problem *could* be that you are not using a “classic” url structure but loading code dynamically by using hash tags.

    Infinite scroll is “grabbing” the code from the second page by using the link that its selector has (a.next for example) – I’m not sure if a grabber can handle this well…

    Maybe I have some time over the weekend (not today sadly because I have a deadline) to look this up with one of my other pages (that are using hashtag-navigation too)

    I’ll keep you posted

    Yes – but like in the link I gave you, even when I’m directly on a single page (without loading content with ajax), it’s not working.

    I’ve tried removing everything in my header – still don’t work.

    I’ll dig into it and keep you posted too !

    Oh one important thing! Are you using a footer.php file?
    To me it seems that infinite scroll is not nested in the header, but in the footer!

    Here is what infinite-scroll creates in the footer of my page when looking into the code:
    https://jsfiddle.net/jwnNH/

    You can have a look with another theme on your page how it is build there.
    Maybe you can force infinite scroll to post there stuff in your header – or you need a footer file.

    I do have a footer file – this is where I had the two missing JS files earlier. Now it’s empty – but still created.

    okay and are you using
    <?php wp_footer(); ?>
    in your footerfile? This functions is doing all the magic with infinite scroll by looking up for external footer content (there is a footer.php in infinite scroll where the callback is written in )

    well I was spying on your page – seems it works now ??

    Well – I did something that is maybe not clean :

    I ran the page with the twenty twelve default theme, selected all the js stuff added and pasted it into my footer – and oh ! it works.

    Maybe there is a way to make it cleaner – anyway, it’s enought for now !

    Thanks a lot !

    Hmmm I wasn’t using <?php wp_footer(); ?>, going to try right away

    yes ?? I’m pretty sure you just need to add the wp_footer(); call to your footer.php as written above.

    Glad I could help. I had a bad time with the plugin the last 2 days so I know how you might felt

    Hahaha, you were right ! <?php wp_footer(); ?> was the stupid little thing missing. You’re a genius !

    Oh – and you might have seen that the loading image is only showing one time, then its gone even if it’s loading another bunch of images.

    Fix for that – add this to your cssfile:
    #infscr-loading{
    clear:both;
    }

    Cool! Wish you all the best with your page and for your business

    Now i’m having two more problems – heaven if I don’t want to bother you any more.

    First is I want a manual trigger, but it’s not showing when checked in the options. And it don’t even scroll again, it’s back to pagination.

    And second, the harder part will be to manage all this to work with ajax and my loaded content…

    I’d love to discuss it with you – even this weekend if you prefer. You can contact me throught my website to avoid polluting this thread more than I already did !

    Hm. the manual trigger isn’t loading on my page too – I’ll have a look.

Viewing 15 replies - 16 through 30 (of 42 total)
  • The topic ‘Work with Nextgen Gallery?’ is closed to new replies.