Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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.jpg

    Das führt dazu das:
    – sie einfach furchtbar aussehen
    – sich die Ladezeit der Site unnötig verlängert

    Fragen:
    1: warum werden dort 450×450 Thumbs benutzt?
    2: Wie lässt sich das ändern?

    Gruß Marcus

    #993701

    Hi,

    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,
    Dude

    #1251136

    Hi & 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

    #1252786

    Hi,

    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,
    Ismael

    #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.

    #1253948

    Hi,

    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

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