Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #795160

    Hello,
    after update to Version 4.0.7 they are the following mistakes:

    Warning: Missing argument 3 for avia_woocommerce_gallery_thumbnail_description() in /homepages/27/d411983650/htdocs/shop/wp-content/themes/enfold-child/functions.php on line 14

    and

    Warning: Missing argument 4 for avia_woocommerce_gallery_thumbnail_description() in /homepages/27/d411983650/htdocs/shop/wp-content/themes/enfold-child/functions.php on line 14

    What is to do?
    Thank you !!

    #795277

    Hey Michael,
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.

    Best regards,
    Nikko

    #796922

    Please click a product. On the single product side you can see the mistakes above the product picture.

    Thanks for your help

    #797426

    Hi,

    First of all, is important to disable all the plugins and check if there`s some plugin causing some conflict.

    Best regards,
    John Torvik

    #798351

    Hi John,
    yes I have done it, it seems that all plugins are o.k.

    #798590

    Hi,

    Can you give us steps on how we can see the error?

    Best regards,
    Nikko

    #798789

    1.
    http://www.zauber-rauch-hannover.de/produkt-kategorie/e-zigaretten-sets/vaporesso-e-zigaretten-sets/
    Then click a product

    2.

    Obove and under the product picture

    #799229

    Hi,

    Thanks, it’s fixed now :) I have removed this code in functions.php of your child theme:

    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;
    	}
    
    }

    Best regards,
    Nikko

    #799577

    Thanks a lot for your help !!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘After Update Version 4.0.7 Problems’ is closed to new replies.