.
Right not Iam working in my localhost. So couldn’t send the link. but when i click any letter its showing “No products were found matching your selection.” message.
It means that you template is using main_query 4 times. One of them is fine and other three should be hidden with CSS style. Its recommended that you use main query once and then use get_posts() further. Are you sure that you are not using $wpdb->query AND/OR WP_Query thing?
You may use it anywhere but that page should have an iteration. As you noticed that its working on categories but for custom queries, PRO version is available. Custom queries need some modifications and that sometimes need my time to look into it. Every time, users come up with different requirements so i put that feature in PRO version else i am always open to help through FREE plugins.
You are very active in response that’s very appreciable for users and Thanks for your support . But in woo-commerce there are no different pages where a set the pagination . if i use it archive page the pagination also get on Shop page but not working as i not use custom.
And truly i need the pagination only for shopping page . Is there any code can i change to use the plugin for shop page ??
But it works for shop page by default. Are you not selecting the taxonomy “product_cat” from settings page? I noticed that you are really willing to make changes in files ??
Try the auto settings and you will see that plugin will work for only WooCommerce categories/products.