This topic has 12 replies, 3 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler
Hi, after the last update there are some problems:
1) pagination does not work (https://www.vinosano.it/negozio/) if you click on the other pages 2 – 3 … etc. it remains the same;
2) It does not work even if I change the pagination from ajax to load more button
3) Show products toolbar on the shop page is now also visible on the category list page, but I only want it on the product list pages
I’ve solved disabled WooCommerce Infinite Scroll and Ajax Pagination
Hi,
how can i to make sure that Show products toolbar on the shop page is not visibile in the category list page, but I only want it on the product list pages ?
https://www.vinosano.it/categoria-prodotto/vini-naturali/
thanks
Hello,
Thanks for the topic.
how can i to make sure that Show products toolbar on the shop page is not visibile in the category list page, but I only want it on the product list pages ?
– please describe the desired result in details and provide some screenshots to help me understand more.
Regards
Hi,
http://prntscr.com/ibs961
http://prntscr.com/ibs9qq
moreover the load more product (mostra altri prodotti on my site) button does not go:
http://prntscr.com/ibshzp
Hello,
1. Please add this code in Theme Options > Styling > Custom css:
.tax-product_cat .filter-wrap .products-per-page {
display:none;
}
2. Follow theme documentation and make sure that you used correct settings and classes https://www.8theme.com/documentation/xstore/plugins/woocommerce-infinite-scroll-and-ajax-pagination-settings/
Regards
hi
1 I added the css code, but it is not completely hidden http://prntscr.com/ibwxbm
2 I follow the tutorial but it works loading other products above those already visible http://prntscr.com/ibx2f6
Hello,
1) I have checked and see that category and subcategory pages do not have any special classes, that’s why it’s not possible to hide toolbar for the category page and show for the subcategory.
2) Go to Theme Options > E-Commerce > Product Page Layout > Disable Masonry option for the products if you want to use lazy loading.
Regards
Hi,
1) but if don’t remeber wrong, before the last update it was possibile!?
2) perfect! Its’ possibile to hide this http://prntscr.com/ibz8ry by default? It’s hidden only when a click on load more button
thanks
Hello,
1) No, I don’t think. We thought that you want to hide that toolbar for the product categories/subcategories but to show on the show page – it’s possible, that’s why we gave you that code. But if you want to show for subcategory – it won’t work.
2) Yes, use
.woocommerce-pagination.pagination-cubic {
display: none;
}
Regards
ok, thanks
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up