Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #787660

    Hallo;
    auch Hallo an maximus,
    ich habe nun einiges gelesen, meine Einstellungen sind korrekt, ich habe ein Childtheme.
    Ich habe auch besagten Code von maximus in die child function.php kopiert, das hat nicht funktioniert.
    Neueses WordPress neuestes Woo jüngstes Enfold.
    Ich freue mich über eine kurze Nachricht;
    ggf habe ich das sein oder andere nicht richtig verstanden. :(
    Grüße Diana
    das war der Code:
    *
    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;
    }
    }

    #788824

    Hey DianaFuetterer,

    Thank you for using Enfold.

    Please remove the previous modifications then try to implement the solution in the following thread.

    // https://kriesi.at/support/topic/product-image-low-quality-on-single-product-page/#post-788733

    Best regards,
    Ismael

    #1160438
    This reply has been marked as private.
    #1160855

    Hi,

    Thank you for the inquiry.

    Where can we see the products? Please provide a link to the shop page or the product page so that we can inspect it. Have you tried to adjust the default product image size in the Appearance > Customizer > Woocommerce panel?

    // https://docs.woocommerce.com/document/image-sizes-theme-developers/

    Best regards,
    Ismael

    #1161068

    Hi habe ich alles versucht, Große Bilder, kleine Bilder . Es sind alle Bilder ok nur die Produktbilder sind nicht Gut.
    Reinhard

    #1161175

    Hi,

    Thank you for the update.

    Looks like a smaller version (180x180px) of the product image is being used in the product page. Have you tried adjusting it from the Customizer as suggested above? Please post the login details in the private field so that we can access the dashboard. We’ll try to adjust the default single and catalogue image size.

    Best regards,
    Ismael

    #1161215

    Hi Ismael, vielen Dank.

    #1161762

    Hi,

    Thank you for the update.

    We just noticed that the site contains a very old version of the theme, 4.0.5. You have to upgrade the theme to the latest version (4.6.3.1) manually via FTP to fix the image size issue.

    // https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

    You may have to reconfigure a few of the theme options after the upgrade — specifically the Performance and Privacy settings.

    Best regards,
    Ismael

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