Home Forums WoodMart support forum Split: Gallery thumbnail sizes

Split: Gallery thumbnail sizes

Viewing 30 posts - 1 through 30 (of 30 total)
  • Author
    Posts
  • #529229

    Adix
    Participant

    Hi,

    No, this is not this option, after I change this, funny things happen on website (check first photo, I set up this for 500 px). I want to have all miniatures cropped to same size like it was works before update. Now It looks like on picture one and two. I want to have second photo cropped to first photo size, whithout this white space. It works on previous version.

    Attachments:
    You must be logged in to view attached files.
    #529276

    Artem Temos
    Keymaster

    Hello,

    Sorry, but we don’t quite understand what you mean. Maybe you can make some sketches to show how it worked on your website before the update?

    Kind Regards

    #529348

    Adix
    Participant

    Hi,
    Already send image in second topic. Here You have it.

    Attachments:
    You must be logged in to view attached files.
    #529359

    Artem Temos
    Keymaster

    Please, send us your admin access so we can install our previous theme version and see how it looked before the update.

    Kind Regards

    #529361

    Adix
    Participant

    Okay here You have it

    #529364

    Artem Temos
    Keymaster

    Here is a screenshot of how it looks with a previous version of the theme https://gyazo.com/279676914aaeb2a867e1dfd976d62b1a

    #529365

    Adix
    Participant

    So it is looking wrong, before it looks like on image I send to You. I do not change anything it changed after update. How can I set it up?

    #529367

    Artem Temos
    Keymaster

    Maybe you had some cropping for your product images? Try to enable it in Appearance -> Customize -> WooCommerce -> Product images.

    #529368

    Adix
    Participant

    Do You leave old version? I will try to regenerate thumbnails

    #529371

    Artem Temos
    Keymaster

    Yes, you can switch between theme versions in Appearance -> Themes.

    #529375

    Adix
    Participant

    Anyway why it works before and it is not working now? Can You please tell me how can I set it?

    #529380

    I have exactly the same question:

    Anyway why it works before and it is not working now? Can You please tell me how can I set it?

    #529382

    Artem Temos
    Keymaster

    But we don’t understand what exactly is changed. We installed the previous version of the theme and see that it looks almost the same. Did you try to crop your the images in WooCommerce settings? Note that our theme doesn’t influence the size of your product images, only on thumbnails gallery. But you can control this in Theme Settings.

    #529383

    Adix
    Participant

    Yes I tried it and nothing change, I don’t know why it looks like this before. Hard crop in settings should work but it didnt change size of miniatures.

    #529384

    Artem Temos
    Keymaster

    So you have a problem with miniatures or with the main image gallery? Please, specify what images size for miniatures you want to set.

    #529386

    Adix
    Participant

    I want to have all images in gallery have in same size, like first picture. I already send photo to You how it looks before and how I can set it

    #529390

    Artem Temos
    Keymaster

    Our theme doesn’t influence the size of product images in the gallery. It is controlled by WooCommerce. You can switch to the default theme and see that it works the same. The only way you can customize your image sizes is Appearance -> Customize -> WooCommerce -> Product images.

    #529418

    Adix
    Participant

    But I changed it and it is not working. It works before …

    #529748

    Artem Temos
    Keymaster

    But it works as before. We already installed the previous version of the theme on your website and you saw that nothing changed. Maybe you did some customizations in the theme files. Do you have a backup? You can restore it so we can see what is the difference.

    #530028

    Adix
    Participant

    You are still don’t listen what I am saying. I already set crop but it is don’t working. You tell me to use that function and it’s do nothing. I do that before update and it works fine. Just tell me how to set it up now.

    #530036

    Artem Temos
    Keymaster

    Do you mean that you set cropping in WooCommerce settings and it doesn’t work? In this case, please, switch to the default theme and check if the problem is caused by our theme or it doesn’t work with other themes as well.

    Thank you in advance.

    #530051

    Adix
    Participant

    It’s still not working, but I found workaround, You can add to functions.php this kind of code:
    add_filter( ‘woocommerce_get_image_size_single’, function( $size ) {
    return array(
    ‘width’ => 600,
    ‘height’ => 900,
    ‘crop’ => 1,
    );

    And it will crop to proportions You want, try this kunststofplatendepot.nl

    #530269

    @Adix thanks! @Xtemos; why can’t you solve the “problem” direct at its source?

    #530322

    Artem Temos
    Keymaster

    Hello,

    It looks like not a problem of the theme. This code is for the WooCommerce plugin. And if you switch to a default theme you will see the same. Note that we can’t reproduce this problem on our end.

    Kind Regards

    #530843

    @Adix; I found a new setting in woodmart theme settings, where you go back to the settings that you had.. the only thing is that the product picture and thumbnails are taking 50% of your screen.. see scr.shot.

    It works for me and I think it’s better to change things via theme settings than to do it manually via coding.. perhaps with a new update your lay-out will change again, etc..

    Attachments:
    You must be logged in to view attached files.
    #531082

    Adix
    Participant

    Thanks, I tested it but it is not working for me 🙁 I just leave code for now, maybe in future updates xtemos will add option I need.

    #531857

    Adix
    Participant

    After last update this code is not working. What the hell? Why You broke this after my post?

    #532041

    Artem Temos
    Keymaster

    Hello,

    Please, send us a screenshot of this code added to the functions.php file in the child theme.

    Kind Regards

    #532051

    Adix
    Participant

    I send it before.

    #532139

    Artem Temos
    Keymaster

    No, you didn’t send us such screenshots. Probably, something is wrong with your code. And make sure that it is added to the childtheme, not main theme.

Viewing 30 posts - 1 through 30 (of 30 total)