Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #799111

    Hello – the following error message is appearing on all product pages:

    Warning: Missing argument 3 for avia_woocommerce_gallery_thumbnail_description() in /home/content/p3pnexwpnas08_data03/48/2526048/html/wp-content/themes/enfold/config-woocommerce/config.php on line 1360

    Warning: Missing argument 4 for avia_woocommerce_gallery_thumbnail_description() in /home/content/p3pnexwpnas08_data03/48/2526048/html/wp-content/themes/enfold/config-woocommerce/config.php on line 1360

    Any help would be greatly appreciated – thank you!

    #799237

    Hey glossmoderne,

    Can you check if you have this code in functions.php:

    global $woocommerce;
    if( version_compare( $woocommerce->version, '3.0.0', ">=" ) ) {
    
    	add_theme_support( 'wc-product-gallery-zoom' );
      add_theme_support( 'wc-product-gallery-lightbox' );
    
    	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;
    	}
    
    }

    If yes, try to remove it and tell us if it fixes the issue.

    Best regards,
    Nikko

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.