Featured image not showing
-
Hi,
Can you help to show the featured image on single product?
I use media cloud and imgix for that.
But my imgix don’t want showing featured image on single product because of this url
Works after added this function
//Remove default image sizes
add_action('init', 'remove_plugin_image_sizes');
function remove_plugin_image_sizes() {
remove_image_size('woocommerce_single');
}
Hello,
We are glad you have solved the problem. If you have any questions please feel free to contact us.
Best Regards
The topic ‘Featured image not showing’ is closed to new replies.