Woo Grid Slider Carosel Bugs
-
I’m working on a Product Archive Page where users can choose to view either all products or filter by specific categories. By default, it’s set to display all products, with 9 items per page.
However, I’m facing a few issues:
- Filter Display: When I first load the page, it shows 9 products, but only 5 filters are visible (including the “All” filter). I actually have around 12 different categories/filters that should be displayed.
- Product Count per Category: When I select any of these 5 filters, only a random number of products (between 2 and 6) are shown, instead of the 9 products I’ve set for each category.
- Load More Button: When I click the “Load More” button—whether from the “All” filter or one of the other categories—it behaves as follows:
When I click the “Load More” button, a random number of products is loaded—anywhere from 1 to 9 items. It also flashes product images that are random, often not matching the category I’m in. These images briefly flash in the center of the screen for about a second, zoom out, and then fade to white. This sequence repeats for 3 to 4 products each time, but sometimes, even though multiple images are shown, the actual filter page updates to display only a single product. There seems to be no consistent relation between the images that flash across the screen and the products that are then added to the filtered page.
Additionally, the filter options behave unpredictably. Every time I click “Load More,” new categories are randomly added to the filter list. Sometimes it’s just one new category, sometimes several. This randomness is problematic because it means users can’t see all available filters right from the start, causing confusion and making it harder for them to navigate the product options effectively.
These issues make the page completely unusable for users, resulting in a frustrating and confusing experience. It’s in no state to be launched, and I can’t move forward with it in this condition. While I’m keeping the “coming soon” checkbox checked for now, our customer is eager to have it live as soon as possible.
- You must be logged in to reply to this topic.