Won't fix
Reported for: Toolset WooCommerce Blocks 2.7.8
When the WooCommerce Product image is displayed in a View that is using AJAX pagination (for example, a slider), then all Product Images but the first one in the Loop will not be displayed.
The resolution for this and the restriction is mentioned on our documentation page here. The solution is the following.
Tip 2: When outputting WooCommerce product images in listings customized by Toolset, the best practice is to use the img_tag format wrapped in links.
This ensures that images are displayed either using AJAX or non-AJAX based sliders. This is also how WooCommerce core plugin displays its products in listings. Only use the default WooCommerce image dimensions in listings when you would like to display gallery images.
Hello,
does this issue also occurs with Product categories?
It seems I have the same issue but using wpv-woo-product-image from this example https://toolset.com/learn/create-an-ecommerce-wordpress-site/product-categories-slider/
please advise if I should open a new ticket.
@Goncalo
I think this should be the same issue.
Can you add the following style to your theme and let me know if it fixes the issue:
.woocommerce-product-gallery–with-images {opacity:1 !important;}