Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #831121

    Hi,

    i have thes error message in my single product page:

    Warning: Missing argument 3 for avia_woocommerce_gallery_thumbnail_description() in /var/home/reschenhof ……..

    WP Version: 4.8
    Enfold with child: 4.0.7

    Please tell me what’s wrong.

    Thank you!

    • This topic was modified 7 years, 3 months ago by Luisgasser.
    #831125

    Hi Luisgasser!

    You are currently using an older version of the theme. Please update Enfold to the latest version 4.1.2 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    Regards,
    Yigit

    #831136

    Hi Yigit,

    now theme is updated and browser cache is flushed.

    But still the same message in any browser

    #831143

    Hi,

    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.
    • permission to deactivate plugins if necessary.
    • FTP logins

    Best regards,
    Yigit

    #831161

    it’s in privat content.

    p.S.: i can’t give you FTP Logins cause it is not my Server

    WP Logins in private content

    #832122

    Hi,

    Login credentials are not working for me. Can you please check them once again and post FTP logins here privately as well?

    Best regards,
    Yigit

    #832185

    Hi,
    new admin in privat content

    #834160

    Hi,

    The login credentials are still not working. Please check it carefully. Did you add any modifications in the functions.php file?

    Best regards,
    Ismael

    #834822

    Hi again,

    in privat content i give you the account details from my testserver

    #834929

    Hi,

    Thank you for the update. We disabled the following filter in the functions.php file.

    	Woocommerce 3.0.0 Compatibility Fix
    	Remove Enfold's custom functions that conflict with the new image display in WooCommerce 3.0.0
    
    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;
    	}
    }

    Best regards,
    Ismael

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