Okay
  Public Ticket #3687209
filter not working properly!
Closed

Comments

  • AMAN AGARWAL started the conversation

    sample link: https://tuljabhavanijewels.com/product-category/earrings/

    if you see the attached image ..

    you can come to know the issue.

    i have attached the link as well..

    as soon as I select any filter, nothing gets displayed, thou the upper bar displays the count that needs to be shown but no product is displayed

    also when I click reset filter, still the bar shows total products, but no product is displayed.


    Attached files:  filter.jpg

  •  2,633
    Kevin replied

    Hi AMAN,

    Please add below code to Customize -> Additional CSS

    .products.animation-shop div.ftc-product.product {
        opacity: 1;
    }
    

    Regards,
    Hung PD

  • AMAN AGARWAL replied

    thanx

    this solved the problem.