Archived topic
Load more button und WooCommerce pagination
5 replies · Started by Paul on January 31, 2022
Hi Leo,
I'm referring to your reply (#2099304) in another topic.
I now created a staging site, deactivated all plugins (except for GPP, GB and WooCommerce). I added the link in the private information area.
Thank you so much for your help!
Best
Paul
Hi there,
looks like a separate bug relating to the way Woocommerce displays categories archives.
For now add this CSS, and we'll take a look into it:
[class*="tax-product"] .load-more {
display: none;
}
Thank you so much for that code, David.
I tried so many ways to get rid of it on woo-archive-pages only with "display: none" but I would have never figured out that the term "[class*="tax-product"]" was key. Should I keep the staging site running or can I deactivate it?
I can replicate the problem locally and i have a bug logged for patching. So no need to keep the staging site running. Thanks for bringing it to our attention!
Glad to be of help.
Alright, thankyou David!
I deactivated the plugin (WPvivid Backup). Would you advise uninstalling and deleting the cloned database (which is in the same as the original) to reduce file size? Background: I do want to learn how to create a staging environment on a local server, but at the moment I'm not at this point. I'm afraid, that staging-sites created by plugins might slow down the site.
I am not sure how that Plugin works - its not something i have used, might be worth checking with the plugin author, it may have a simple 'purge' function to clear up anything it generated.