-
AuthorPosts
-
August 5, 2018 at 2:04 pm #993678
Hi
bitte werft mal einen Blick nach unten rechts:Dort ist im Footer (Überschrift: „Siehste Wörter, lieste Texte“) ein Widget mit den letzen drei Produkten.
Die Thumbnails dort sind aber keine passenden 36x36px Thumbs sondern 450×450:
https://marcusjeroch.de/wp-content/uploads/misses-joe-produktbild-450×450.jpgDas führt dazu das:
– sie einfach furchtbar aussehen
– sich die Ladezeit der Site unnötig verlängertFragen:
1: warum werden dort 450×450 Thumbs benutzt?
2: Wie lässt sich das ändern?Gruß Marcus
August 5, 2018 at 4:28 pm #993701Hi,
Um die Thumbnailgröße anzupassen, musst Du das Standardtemplate von WooCommerce per Child Theme überschreiben. Lade diese Datei herunter https://raw.githubusercontent.com/woocommerce/woocommerce/master/templates/content-widget-product.php und speichere diese als content-widget-product.php. Dann öffne diese und ersetze
<?php echo $product->get_image(); ?>
mit
<?php echo $product->get_image('widget'); ?>
und speichere die Datei. Dann lade diese per ftp in den Child Theme Ordner hoch und zwar unter wp-content/themes/enfold-child/woocommerce/templates/).
LG,
DudeOctober 7, 2020 at 12:55 pm #1251136Hi & Danke.
Und jetzt wirf bitte nochmal einen Blick nach unten rechts.
Das es keine gute Idee ist hier 180×180 auszuliefern obwohl nur 80×80 gebraucht wird, dürfte klar sein.Das ist ein Problem das schon mehrere User angesprochen haben ….und das bereits vor 3 Jahren.
Eure Antwort war immer, das ihr es “demnächst” behebt.
Wann ist denn nun endlich mal dieses “demnächst?Marcus
October 14, 2020 at 3:04 pm #1252786Hi,
Sorry for the delay. Are you using the gallery widget? If yes, please edit the gallery and under the Gallery Settings, make sure to select the preferred Size. You may need to adjust the size of the default thumbnails in the Settings > Media panel.
Screenshot: https://imgur.com/KIIADkh
Best regards,
IsmaelOctober 15, 2020 at 12:17 pm #1252989“The predetermined image sizes that WordPress uses are: Thumbnail size (150px square) Medium size (maximum 300px width and height) Large size (maximum 1024px width and height)”
And this is exactly what my setings are.
I wont change the standardsettings for the thumbnail-size since i will get problems on other places where 150×150 is needed.October 19, 2020 at 1:02 pm #1253948Hi,
There are other available sizes in the drop down from which you could choose, but you might have to resize it so that it falls to your desired dimension. You can find the registered thumbnails in the functions.php file starting from line 178, or you could install the following plugin and adjust the thumbnails in the Settings > Media panel.
// https://wordpress.org/plugins/simple-image-sizes/
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.