Viewing 2 replies - 16 through 17 (of 17 total)
  • Hello Amir,

    Pls see below, the thumbnail is on the product page of woocommerce.

    if ( ! function_exists( 'woocommerce_get_product_thumbnail' ) ) {
    
    	function woocommerce_get_product_thumbnail( $size = 'shop_catalog', $placeholder_width = 0, $placeholder_height = 0  ) {
    		global $post;
    
    		if ( has_post_thumbnail() )
    			return get_the_post_thumbnail( $post->ID, $size );
    		elseif ( woocommerce_placeholder_img_src() )
    			return woocommerce_placeholder_img( $size );
    	}
    }

    [Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    i have got the same problem… add portfolio don’t work

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘[Plugin: Nimble Portfolio] Featured Image Box Not Showing’ is closed to new replies.