Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #797915

    Hi,

    I just updated and now I get a strange text above every product.
    See link

    #797987

    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

    #798190

    Hi,

    No did not work. My whole website went blanck. But a friend solved it.

    #798411

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Woocommerce Missing argument discription’ is closed to new replies.