This topic has 5 replies, 2 voices, and was last updated 3 years, 2 months ago ago by Olga Barlow
Hello, we have 2 questions:
1. Notice that for some reason the page title is still in the crumbs of the pagination pages, for example: Page 2 Category, can I remove the title? Screen
2. Have you noticed a very slow switching between pagination pages on two sites, can I do something here too? (video)
Hello,
1) Add the below code to Theme Options > Custom CSS
.archive .woocommerce-breadcrumb .title {
display:none;
}
2) Once you click the next page theme makes Ajax request to your DB to get the list of products. So, the speed of the results depends on your DB structure and server response time.
Regards
2) And you can do, for example, not ayak switching or what can be done to switch faster, we have delays of 5 seconds
Oh, I just saw that ajax can be turned off in pagination … it seems to have become much better, thanks again 🙂
Hello,
Take my apologies for the delay in answering.
Yes, Ajax pagination could be disabled in Theme Options. Glad to hear that you found it.
Regards
You must be logged in to reply to this topic.Log in/Sign up