Hi,
I’m using the Tinker theme and it has infinite scrolling for the collection page. I have just realised it is not showing more than 100 products (I have 102 and the last 2 are not showing at all).
Any thoughts on how I can fix this?
Thanks!
Hi,
I’m using the Tinker theme and it has infinite scrolling for the collection page. I have just realised it is not showing more than 100 products (I have 102 and the last 2 are not showing at all).
Any thoughts on how I can fix this?
Thanks!
Share a link to this collection?
Hi @Mic125 ,
I hope this message finds you well.
Check Theme Settings → Many themes (including some Tinker versions) let you switch from infinite scroll → to pagination or “Load More” button directly in Theme Customizer (Online Store → Themes → Customize → Collection pages).
If it doesn’t work, you can achieve it using custom code or with the help of an app.
If you don’t know coding then share your store url and collaborator code in personal message ( It should not share in public ).
If I was able to solve your issue, please don’t forget to like and mark it as solution,
as it may help others who have the same issue. If you need any further assistance, feel free to reach out to me.
Thanks & Regards
Manoj
Hi @Mic125
sections/main-collection-product-grid.liquid (or a similar file).paginate tag or the JavaScript function that loads products. Check if limit is set to 100.collection.js or infinite-scroll.js) and make sure the “last page” condition is coded correctly so it doesn’t stop early.It was set to 24 products. I have tried changing but still having the issue. When scrolling from first to last, it is missing everything after 100 products. When reloading and starting the scrolling from the middle, all products load.
Hi @Mic125,
Please send the website link, I will check it for you
The theme works fine with this. You having a problem means there is something wrong with your particular copy of the theme. Custom code or apps may interfere.
This is why you’re asked to share a link to your store, this collection.
Otherwise you can get only guesses and no real help.
Hi @Mic125
This usually happens because the Tinker theme’s infinite scroll is capped at 100 products by default. Shopify collections will allow up to 1,000 products, but if the theme’s code sets a hard limit, the last few won’t load.
To fix it, you’ll need to:
Check the collection-template.liquid (or your theme’s collection section) for a product limit in the paginate tag or the infinite scroll script.
Update the limit so it matches your actual collection size (e.g. 200 or more).
If you’re not comfortable editing code, you can either disable infinite scroll and use pagination, or reach out to the theme developer for support.
A quick edit in the theme’s JavaScript usually resolves it so all products display.
Hello, I am using the Tinker theme and I cannot open the menu in mobile phone mode. When I click on the menu, the collection does not open, I just see the name of the collection. However, it works in computer mode. Who can help me?