• Resolved TyMcClendon

    (@tymcclendon)


    Hi all,

    I recently activated and enabled infinite scroll on my website. It was working fine until yesterday, when I installed W3 Total Cache and BJ Lazy Load.

    Now, I see that the infinite scroll works, however it doesn’t load more than 7 posts. For example, under my wordpress reading settings, I have set it to display 3 posts. If I deactivate infinite scroll, only 3 posts display. However, when activated, infinite scroll displays 7 posts on my page and the footer menu that comes default. However, it doesn’t show more than 7.

    I think that the minification from Total cache can cause this problem, but when I disable total cache and bj lazy loader, the infinite scroll still doesn’t work.

    Any suggestions?

    Thanks,

    Ty

    https://ww.wp.xz.cn/plugins/jetpack/

Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter TyMcClendon

    (@tymcclendon)

    This is the code I’m using in my functions.php

    function zilla_infinite_scroll_render() {
    get_template_part( ‘content-post’, ‘standard’ );
    }

    add_theme_support( ‘infinite-scroll’, array(
    ‘container’ => ‘left-area’,
    ‘render’ => ‘zilla_infinite_scroll_render’,
    ));

    Thread Starter TyMcClendon

    (@tymcclendon)

    I just noticed that the infinite scroll menu displays temporarily and then disappears. When the page loads and I scroll down, the IS footer menu displays. As you begin to reach the bottom of the page, the IS footer menu disappears.

    Thread Starter TyMcClendon

    (@tymcclendon)

    I also tried reinstalling jetpack (due to possible minification issues) and it still doesnt work 🙁 same issues

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    Could you post your site URL here, so I can have a look?

    If you want it to remain private, you can also contact us via this contact form:
    http://jetpack.me/contact-support/

    Thread Starter TyMcClendon

    (@tymcclendon)

    Hi Jeremy,

    Thank you for your reply.

    Yes, the url is http://www.bestdubstepsongs.com

    Have a great day,

    Ty

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    Thanks!

    W# Total Cache and its minification options still appear to be activated at the moment. Could you deactivate them and let me know when I can take another look?

    Thanks!

    Thread Starter TyMcClendon

    (@tymcclendon)

    Hi Jeremy,

    Yes, I have now deactivated total cache. Please take another look at your earliest convenience.

    Thank you,

    Ty

    Thread Starter TyMcClendon

    (@tymcclendon)

    I also tried implementing the code found on:

    http://wptheming.com/2013/04/jetpack-infinite-scroll-masonry/

    But the same issue still remains.

    Thread Starter TyMcClendon

    (@tymcclendon)

    And I also tried deactivating all my plugins as mentioned here: https://ww.wp.xz.cn/support/topic/jetpack-infinite-scroll-not-working?replies=3

    However, even with the jetpack infinite scroll being the only enabled plugin, it still does not render more than 7 posts.

    Thread Starter TyMcClendon

    (@tymcclendon)

    Does anybody know of any good resources to resolve this?

    Thread Starter TyMcClendon

    (@tymcclendon)

    I still have not made any progess on this issue. All suggestions are much appreciated!

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    Could you contact us through this form, and mention this thread? I’d like to run some more tests with your theme.

    Thanks!

    Thread Starter TyMcClendon

    (@tymcclendon)

    Hi Jeremy,

    Thank you for your reply.

    I have submitted a message through the form. Please let me know if you need anything else.

    Have a great day,

    Ty

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Infinite Scroll only called once?’ is closed to new replies.