Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro Single Page Pagination

Viewing 4 posts - 1 through 4 (of 4 total)
  • tyrone
    #21735

    I have the search and results in an include and when I am on a single post the pagination does not run. But if I click the range slider the previous and next pagination appears but not on page load.

    Any advice or forum feed would be great!

    Ross Moderator
    #21786

    Do you have a link?

    tyrone
    #21828
    This reply has been marked as private.
    Ross Moderator
    #22166

    Hi Tyrone

    It seems like something in a plugin or theme is interfering with the pagination.

    WP has several hook which can be used to modify the html of the actual pagination, which I think is happenign on your setup.

    Probably there is a check and if is_single() is true then something is removing the pagination.

    When an ajax request is performed is_single will be false which might be why you are seeing this.

    I would try changing your theme, and disabling your plugins to find the cause.

    Alternatively, you could try to create your pagination in another way, something where this other plugin or theme won’t modify the pagination – perhaps you can try this – https://wordpress.org/plugins/wp-pagenavi/ – The S&F results template has some sample code for this plugin.

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Search & Filter Pro’ is closed to new topics and replies.