Tagged: ismael
-
AuthorPosts
-
May 4, 2017 at 9:28 am #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;
}
}May 6, 2017 at 1:24 pm #788824Hey 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,
IsmaelNovember 26, 2019 at 7:45 pm #1160438This reply has been marked as private.November 28, 2019 at 3:20 am #1160855Hi,
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,
IsmaelNovember 28, 2019 at 5:53 pm #1161068Hi habe ich alles versucht, Große Bilder, kleine Bilder . Es sind alle Bilder ok nur die Produktbilder sind nicht Gut.
ReinhardNovember 29, 2019 at 11:04 am #1161175Hi,
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,
IsmaelNovember 29, 2019 at 12:45 pm #1161215Hi Ismael, vielen Dank.
December 2, 2019 at 7:49 am #1161762Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.