Forums › Forums › Search & Filter Pro › Link on pagination error when load
- This topic has 15 replies, 2 voices, and was last updated 5 years, 11 months ago by
Trevor.
-
Anonymous(Private) February 28, 2019 at 11:38 pm #203622
Hi, i use the plugin on a site, and the page navigation when load the page not show the link correct and send back to home with the parameters, without the actual url. But, if i select one filter and unselect, the link of the navigation changes, and work correctly, but only works if i make one selection on the filter first. that is the page: https://www.thestudyabroadportal.com/upcoming/ you can see that the “upcoming” link is removed on the first load.
Trevor(Private) March 4, 2019 at 4:33 pm #203859The 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.
Trevor(Private) March 6, 2019 at 4:06 pm #204129Thanks 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?
-
AuthorPosts