This topic has 8 replies, 3 voices, and was last updated 5 years, 5 months ago ago by Olga Barlow
Hi,
Is it possible to have a ‘show more button’ for products in the shop? I have my default set to show 10 products using the dropdown but I would like my customers to be able to ‘load more products’ or ‘show all’ in the category if that makes sense?
Thanks!
Tom. 🙂
EDIT: The term I’m looking for is pagination! 😉
Hello,
WooCommerce Infinite Scroll and Ajax Pagination plugin allows select “Pagination Type” – “Load More Button” – http://prntscr.com/n7bg6u > http://prntscr.com/n7bgda
https://www.8theme.com/documentation/xstore/plugins/woocommerce-infinite-scroll-and-ajax-pagination-settings/
Regards
awesome, thanks! 😀
You’re welcome!
Regards
Please see private content! 🙂
Hello,
I asked you to add that code to child theme style.css but it was empty http://prntscr.com/nzw3nu
Everything works ok if I add the code and clear cache.
Regards
Ah, sorry I though you would add this in the Theme Options >>> Custom CSS >>> Global CSS. My mistake. I have added the code in the correct place and it has worked however it is effecting all swatches not just the ‘square image’ swatches. Please see the links in private content.
Thanks again! 🙂
Hello,
I see. Then replace the previous code by the following
.single-product ul.st-swatch-size-large.st-image-swatch.st-swatch-shape-square li {
width: 100px;
height: 100px;
}
You can use either child theme style.css or Custom CSS area, no matter. Just don’t forget to clear cache.
Regards
You must be logged in to reply to this topic.Log in/Sign up