Forums Forums Search & Filter Pro Pagination does not work after applying any filter

Tagged: 

Viewing 2 posts - 11 through 12 (of 12 total)
  • Trevor
    #134471

    It may be your page structure. What I see is this:

    <div class="entry-content">
      <article ...
      <article ...
      <article ...
      <article ...
    ...
      <div class="pagination"> ....
    </div>

    But what I normally see is more like this (with an extra div for the articles, with the pagination outside:

    <div class="entry-content">
      <div class="search-filter-results">
        <article ...
        <article ...
        <article ...
        <article ...
    ...
      </div>
      <div class="pagination"> ....
    </div>
    Anonymous
    #134689

    I ended up just having to disable ajax completely, which fixed the original pagination problem. Obviously not ideal, but at least users can nagivate through pages via the pagination bar (and don’t have to deal with all the duplicate entries).

Viewing 2 posts - 11 through 12 (of 12 total)