Forums Forums Search & Filter Pro Link on pagination error when load

Viewing 10 posts - 1 through 10 (of 15 total)
  • Trevor
    #203641
    This reply has been marked as private.
    Anonymous
    #203686

    Done, and update. but still not working.

    Trevor
    #203746
    This reply has been marked as private.
    Anonymous
    #203765
    This reply has been marked as private.
    Trevor
    #203859

    The problem is that you have re-coded the results.php to use the Easy WP Page Navigation plugin, but that is over writing our code.

    If you returned the code back to our standard pagination, does that then work (but does not look good)?

    Our code is designed to work with the free WP-PageNavi plugin also.

    Anonymous
    #204107

    i change the code to try to resolve, not work with wp-pagenav too. i’ll back them to you see.

    Trevor
    #204129

    Thanks for getting back to me. I am not sure where we are with this issue. Did your pagination look like this:

    <div class="pagination">
    <?php
      if (function_exists('wp_pagenavi')) 			{
        echo "<br />";
        wp_pagenavi( array( 'query' => $query ) );
      }
    ?>
    </div>

    And did you deactivate the other pagination plugin?

    Anonymous
    #206748
    This reply has been marked as private.
    Anonymous
    #206767
    This reply has been marked as private.
    Trevor
    #206866
    This reply has been marked as private.
Viewing 10 posts - 1 through 10 (of 15 total)