• Resolved ?

    (@saldana)


    Scrolling doesn’t trigger the loading mechanism, but can hit an invisible button at the bottom to manually fetch them. What might the first suggested place I should look or troubleshoot?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Darren Cooney

    (@dcooney)

    Hi @saldana,
    Sounds like it might be a CSS float/position issue of the load more button. Make sure the button/loader is cleared below your posts.

    Does scrolling trigger anything? By default the plugin will only load 5 pages of posts on scroll unless you specify max_pages=”0″ in your shortcode.

    Can you post your shortcode?

    Cheers,

    Thread Starter ?

    (@saldana)

    The initial set loads.

    <?php echo do_shortcode(‘
    [ajax_load_more
    post_type=”post”
    max_pages=”0″
    transition_speed=”400″
    pause_override=”true”
    button_loading_label=”Reload!”
    container_type=”ul”
    css_classes=”posts”
    ]’); ?>

    If I add pause=”true” pause_override=”true”, scroll triggers loading the initial set, so it’s working on that.

    Thread Starter ?

    (@saldana)

    Triggers the initial set, but no others. Same result, basically.

    Thread Starter ?

    (@saldana)

    Checked against two different themes.

    Plugin Author Darren Cooney

    (@dcooney)

    Ok, thanks.
    I’ll need to see a link to the issue.
    Cheers,

    Thread Starter ?

    (@saldana)

    Setting scroll_distance to 1 resolved it; now it hits as soon as coming into view, which is the desired action.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Scrolling trigger not working’ is closed to new replies.