Tagged: description, update, woocommerce
Hi,
I just updated and now I get a strange text above every product.
See link
Hey studioinktvis,
Try adding this code to the bottom of functions.php:
global $woocommerce;
if( version_compare( $woocommerce->version, '3.0.0', ">=" ) ) {
function avia_woocommerce_gallery_thumbnail_description($img, $attachment_id, $post_id, $image_class ) {
return $img;
}
function avia_woocommerce_post_thumbnail_description($img, $post_id){
return $img;
}
}
Let me know if this works.
Best regards,
Jordan Shannon
Hi,
No did not work. My whole website went blanck. But a friend solved it.
Hi,
I am glad this was able to be solved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon