I fixed this problem using jQuery, but I feel this issue should be fixed within this plugin, not manually!
$(‘#featured-product .woocommerce ul.products li.product a img’).attr(‘src’,function(i,v){
return v.replace(/\-200×124.jpg.*/,’.jpg’);
});
Another problem I’ve found is that if I create a full width slider showing only one product at a time, it doesn’t slide very well. This issue is seen best trying to slide 2 products, only one product will show…
-
This reply was modified 6 years, 9 months ago by guzzzen.