Shopify themes, liquid, logos, and UX
My Store link: https://alancartonline.myshopify.com/ , Please help me to resolve 2 issues
Issue 1 : I need to remove pagination option (view all ) across website and enable infinity scrolling
Issue 2: I need to implement circular categories list on home page.
Screenshots attached.
@Alancart
add below css into base.css file(online store->themes->assets->base.css)
a#ViewAllButton-template--16820368605493__2e5d404c-af17-41ee-bd1e-0d397de81100 {
display: none !important;
}
.center.collection-list-view-all.small-hide.medium-hide {
display: none !important;
}
.center.collection__view-all {
display: none !important;
}
Still pagination is visible on collection pages : https://alancart.com/collections/women
There is a 1,2,3 button at the end of the page and I need infinity scrolling option.
@Alancart
can you put below css also
.pagination-wrapper {
display: none !important;
}
in base.css file
This option is truncating page 2 and 3 an d other pages, not loading all products.
Hi Alan, Try adding this code to the bottom of component-slideshow.css
.slideshow__controls.slider-buttons.no-js-hidden { display:none; }
@Alancart i think you need to remove pagination code into main-collection-product-grid.liquid file .
User | RANK |
---|---|
222 | |
149 | |
63 | |
49 | |
45 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023