AyeCode / userswp

Lightweight WordPress User Profile Plugin, provides a front end login form, registration form, edit account form, forgot password, searchable users directory, and user profiles. It can be extended and we provide add-ons to integrate it with WooCommerce, Easy Digital Downloads, Wp Jobs Manager, GeoDirectory, MailChimp, and many other plugins.
https://userswp.io/
GNU General Public License v2.0
63 stars 26 forks source link

Listing Pagination in Profile Tabs. #636

Open laranz opened 2 years ago

laranz commented 2 years ago

All the other tabs hide, after we click the pagination and visit the second page.

Before Clicking the pagination.

image

After Clicking the Pagination.

image

wpdev10 commented 2 years ago

I see the issue is due to get_query_var( 'paged' ) as the other tabs like comments, posts has the same function used to get the current page number and show content accordingly and if there is no content for other tabs then it will hide.

laranz commented 2 years ago

is this by design? or a bug that needs fixing? @wpdev10

wpdev10 commented 2 years ago

No, it's not a design issue. It needs fixing.