Woocommerce load more button troble
-
Good day. We have a problem with the “load more” button on the product catalog page.
When you click on the button, it goes to the last 3 downloaded products and need to scroll up.
And it should stay in place and show the first 3 downloaded products.
How can this be fixed?
Hello,
Thank you very much for choosing our theme and for contacting us.
Please deactivate all the plugins not related to the theme and switch the parent theme, check the issue, if the problem remains, leave the plugins not activated and provide the site admin access to the private area.
Best Regards
I don’t think this is a problem in plugins, because this problem is also present in your demo.
You have “Load more” works like this https://woodmart.xtemos.com/shop/?opt=load_more
And we need like here https://nerf.com.ua/product-category/
Here is a link to a video showing what we mean https://youtu.be/jt8TKz4jK5c
Products must open and scroll to down!
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.products-footer {
position: relative;
min-height: 46px;
}
.woodmart-products-load-more.loading {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
}
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards