-
AuthorPosts
-
May 17, 2017 at 11:49 pm #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 14and
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 !!May 18, 2017 at 7:21 am #795277Hey 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,
NikkoMay 20, 2017 at 6:58 am #796922Please click a product. On the single product side you can see the mistakes above the product picture.
Thanks for your help
May 22, 2017 at 7:36 am #797426Hi,
First of all, is important to disable all the plugins and check if there`s some plugin causing some conflict.
Best regards,
John TorvikMay 23, 2017 at 4:09 pm #798351Hi John,
yes I have done it, it seems that all plugins are o.k.May 23, 2017 at 11:33 pm #798590Hi,
Can you give us steps on how we can see the error?
Best regards,
NikkoMay 24, 2017 at 9:25 am #7987891.
http://www.zauber-rauch-hannover.de/produkt-kategorie/e-zigaretten-sets/vaporesso-e-zigaretten-sets/
Then click a product2.
Obove and under the product picture
- This reply was modified 7 years, 6 months ago by raucher-himmel.
May 24, 2017 at 10:55 pm #799229Hi,
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,
NikkoMay 25, 2017 at 2:28 pm #799577Thanks a lot for your help !!
-
AuthorPosts
- The topic ‘After Update Version 4.0.7 Problems’ is closed to new replies.