Plugin Author
RazyRx
(@razyrx)
Hello,
How we can check this issue on your site?
Regards,
Oleg
Hello,
You can check it now in https://almamarket.com/tienda/
Thank you!!
Try better on this page: https://almamarket.com/staging/moda-sostenible/
I’ve recently made some changes and I created an staging.
Thank you,
Hello,
The problem is in the pagination selectors. You have for the next and pref same selector a.wp-block-button.btn-outline-primary.is-style-outline.has-primary-color. I did check the page and it is really the same. You need to use somethings like this
Next – a.wp-block-button.btn-outline-primary.is-style-outline.has-primary-color:last-child
Prev – a.wp-block-button.btn-outline-primary.is-style-outline.has-primary-color:first-child
Regards,
Dima
Brilliant! Thank you very much, it worked 🙂
The only thing is that when there are no more products to load, it starts to repeat products again.
I just changed the selectors on the web.
Could you help me make sure this doesn’t happen? It could be misleading customers.
All the best,
Hi,
to make it work well your next and prev buttons must have some different classes. It is hard to make it fully work without this.
Regards,
Dima