-
Author
-
June 27, 2014 at 17:52 #21126stParticipant
The page numbers (1, 2, etc.) and the right arrow on the members list page is not working.
Sometimes the links say http://www.domain.com/members/?upage=3 but sometimes they say http://www.domain.com/wp-admin/admin-ajax.php?upage=2 and clicking on either of these links does not change the page or update the browser address bar.
June 27, 2014 at 18:01 #21131CatalinModeratorHello,
Please provide me the link to your website to be able to replicate your issue.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 27, 2014 at 18:06 #21133CatalinModeratorHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 27, 2014 at 18:15 #21138CatalinModeratordo you have the theme uploaded at the last available version?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 27, 2014 at 18:19 #21140stParticipantv2.6.1
Also the twitter widget was working great but it now says:
Latest Tweets
Twitter said: ArrayJune 30, 2014 at 21:48 #21309stParticipantIt seems that this issue was being caused by another plugin.
July 1, 2014 at 14:05 #21382CatalinModeratorIs everything OK with the theme now?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 1, 2014 at 17:45 #21428stParticipantYup. Long story short a plugin was changing bp_ajax_querystring from a string to an array. Arrays are supported and the plugin was working on other areas of the site. It was only causing problems for the member directory page.
COPY CODEadd_filter('bp_ajax_querystring', 'test', 11, 2); function test($query_string) { return wp_parse_args($query_string); }
-
AuthorPosts
The topic ‘Bug: Member's Page Pagination’ is closed to new replies.