Hi, we have two issues related to the Shop page:
1. AJAX Category Filter Behavior
On the Shop page:
https://cocoblesspatisserie.com/shop
Category links trigger AJAX filtering (e.g. ?filter_cat=seasonal-special,whole-cake), allowing multiple categories to be selected.
However, on category archive pages (e.g. /product-category/seasonal-special/), the same links behave as normal navigation and redirect to another category page.
👉 This creates inconsistent user experience.
Question:
Is there a way to disable the AJAX category filter on the Shop page so that all category links behave as direct navigation (like category archive pages)?
2. Hover Image / Quick View Overlay Issue
On product hover (as shown in screenshot), the hover effect does not fully replace the main image:
– The second (hover) image only appears partially
– The first image is still visible underneath
👉 It seems like the hover image container is not fully covering the product image.
Question:
Is this a known issue with the hover effect or image settings?
How can we ensure the hover image fully replaces the main image (100% cover) without overlapping?
Thank you!