Skip Navigation

[Resolved] The images of the products don't show up when a filter is used.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 2 replies, has 2 voices.

Last updated by izalcoC 1 year, 7 months ago.

Assisted by: Minesh.

Author
Posts
#2597861

I want to display my products with the immediate results of the filters; there are three filters: the search bar, the range price, and the multi-select taxonomy of the categories. The filters are working, but when the result changes, the picture of the product is not showing up.

That happens when I select this option: AJAX results update when visitors change any filter values.

What is the link to your site?
hidden link

#2598555

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

I can see the problem with the problem URL you shared. It seems CSS conflict as it sets "opacity" CSS attribute value to 0 for the div having class "woocommerce-product-gallery".

What if you try to add the following CSS code to "Custom CSS" section of your view:

div.woocommerce-product-gallery{
opacity: 1 !important;
}
#2598641

My issue is resolved now. Thank you!