• Hi, firstly, amazing plugin, thanks for your hard work in creating this!

    Anyway, my question is how can i make the thumbnails bigger? In CSS i can add width 100% to .etsy-shop-listing-thumb img {

    but inline code with set height of 135 prevent from the height being resized

    Is there a solution? Thank you

    I read author post about giving debug output, but not sure how to do it!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter vinnikiniki

    (@vinnikiniki)

    Note i found this… and tried but it doesn’t make a difference

    Use this:

    [etsy-shop shop_name=”your-etsy-shop-name” section_id=”your-etsy-shop-setion-id” thumb_size=”size-here“]

    Size:

    small = 75×75
    large = 570×570
    original = fullxfull
    medium = 170×135

    Default is medium!

    Hope this help you!

    Plugin Author fsheedy

    (@fsheedy)

    You want that kind of size?
    See the screenshot: https://snag.gy/FKL4Xr.jpg

    This will be a new feature to be done.

    Go to the plugin folder: /wp-content/plugins/etsy-shop/

    Edit the php file: etsy-shop.php

    Find the following code:
    <div class=”etsy-shop-listing-card” id=”‘ . $listing_id . ‘” style=”width:’ . $width . ‘”>

    Replace ‘.$width.’ with your desired width and end with semicolon.

    e.g. <div class=”etsy-shop-listing-card” id=”‘ . $listing_id . ‘” style=”width:200px;”>

    Plugin Author fsheedy

    (@fsheedy)

    You should use the option “thumb_size”
    All changes in the code will be break at the next update.

    Hi fsheedy, great plugin – so glad it is an option for WordPress!

    I would also like to make the thumbnail sizes bigger. I tried the thumb_size=”large” and “original” but neither are making it bigger… FYI – I also have the responsive code in place from a different post that was in the help files. Here is a link to my page: https://arpmcmdesign.com/shop/
    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Make thumbnail size bigger’ is closed to new replies.