Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1373570
    L.D. Witte
    Guest

    Hi Kriesi
    I Have bougt Enfold version 4.8.3 years ago. But i does not work well with Woocommerce.
    The size of the Product images can’t change and are much to big.
    What to do? Download (and pay for it?) the latest version

    #1373603

    Hey L.D. Witte,

    Thank you for the inquiry.

    You have to download the latest version (5.2.1) of the theme and update your installation to fix the issues with the product thumbnails. After the update, add this code in the functions.php file to adjust the size of the images in the shop catalogue.

    add_filter( 'avf_wc_before_shop_loop_item_title_img_size', 'avf_wc_before_shop_loop_item_title_img_size_mod', 10, 1 );
    function avf_wc_before_shop_loop_item_title_img_size_mod( $thumbnail_size ) {
        return 'woocommerce_thumbnail';
    }

    Best regards,
    Ismael

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