Is there a way to remove the counter that appears below the bottom of a collection list?
It looks like < 1/3 >
Thanks.
Is there a way to remove the counter that appears below the bottom of a collection list?
It looks like < 1/3 >
Thanks.
That’s the pagination, why would you want to get rid of it?
If I only have 3 collections in a list, and they all display together
across the screen, why do I need the pagination?
Thanks.
Hey, @erinrado
Pagination allows users to navigate through a series of pages in which content has been split up for design purposes, usability, faster loading, and so on. It may not seem like the greatest component of an online store, but it is actually important. There is a great guide here that highlights the importance of pagination and its impact on your websites SEO (search engine optimization).
If there is anything else I can help you with, please let me know.
The pagination only shows if there’s actually something to paginate, so if it shows < 1/3 > there should be three pages.
Could you post a screenshot? Ideally not too close-cropped, we need some context around the pagination indicators so we know what we’re looking at. Or, better yet, post the URL of your store.
[image: image.png]
See the little < 1/3 > at the bottom of ths collection list?
Image didn’t come through…
This is one of the collection lists on my home page. Notice the little < 1/3 > at the bottom? It’s redundant because only 3 columns are displaying. Is this used or mobile viewing?
What happens when you click the >
Looks to me like you have at least 7 collections there and it’s only showing 3 at a time.
Each Collection List has only 3 collections.
I have created 3 different Collection Lists.
Again: What happens when you click the > ?
Nothing happens when I click either < or >.
I did install some custom code to create a Collection Slider, and I wonder if that code is affecting the other sliders.
It’s probably the custom code. If it says 1/3 there should be three sets of collections in that slider. If clicking the > doesn’t do anything, something is broken and you might see an error in your browser’s Developer Tools console indicating what the issue is.
It’s not a collection slider. It’s a collection list. There are only 3 blocks available.
Hi All,
Turns out my problem was created by some custom code I tried to use from https://made4uo.com/blogs/dawn-theme-tweaks-and-trick/collection-slider-for-dawn-theme-shopify-2-0 to create a Collection Slider.
The Slider worked, but changes to the global.js messed up the performance of other sliders.
Too bad because it would be nice to have a Collection Slider in addition to a Collection list.
Hi,
Sorry about that. With the Dawn new updated theme, some of the codes I have for a slider might not work. Try this one instead. I just added this code and should not matter what Dawn Theme version you have.
It’s already fixed. Thanks.
How did you fix it?