This topic has 6 replies, 3 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
After these updates I have a “load more products” button on the bottom below my products. This “load more products” button does not work at all it just keeps saying it’s loading but nothing happens.
I have another issue, my products are in rows of 4, I want them in rows of 3 but I can’t find where to make it rows of 3 in 8theme options. You help on these matters would be greatly appreciated.
Thank you,
Nasser
Hi @pri1234 – To get your products to display in 3 columns, in your WordPress dashboard go to ‘Appearance’ and select ‘Customize’.
Click on ‘Woocommerce’ than ‘Product Catalog’. There you’ll see the option to change from 4 products to 3.
Hello, @pri1234
Make sure that you set correct settings for the plugin according to theme documentation https://www.8theme.com/documentation/xstore/plugins/woocommerce-infinite-scroll-and-ajax-pagination-settings/
Feel free to ask if you have any other questions.
Regards
Everything seems to be good, I just have one more issue, after I updated the woocommerce infinite scroll settings I get the number of pages in bullet points on the top part of my shop page. Here is a the link
How do I make that disappear? Your help on this matter would be greatly appreciated.
Thank you,
Empty your cache and refresh. It’ll go away 🙂
Hello, @pri1234
Yes, please clear browser and plugin cache, CDN if you use it.
If you want completely hide page numbers use css code (Theme Options > Styling > Custom css):
.woocommerce-pagination {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up