Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3201871
Image size in a product set
Closed

Comments

  •  3
    Lisa started the conversation

    Hello,

    Is there any way I can change the size of the pictures in the product set?


    Thanks in advance for your reply,

    Lisa

    Attached files:  Снимок экрана 2023-01-06 в 05.56.40.jpg

  •  767
    Janilyn replied

    Hi Lisa,

    Thank you for contacting WPClever Support Forum. We’ve received your question.

    That is possible with some CSS codes. However, we need more information in order to help you with the custom codes. Please provide us with a link to your published product for checking? 

    We need to check the frontend in order to provide the proper CSS code for your needs.

    After receiving your information, I'll proceed to the next step. 

    Best regards. 

    Janilyn T. - WPClever Support Agent

  •  3
    Lisa replied

    Hi Janilyn,

    Thanks for your reply.

    Here it is https://test.lemieldesign.com/catalog/egejskoe-more-wpc-grouped-product-for-woocommerce-test/ 

    And I have other question: How can I hold the main product image in the product gallery on the left? Now I can see the selected variation image instead of it and should click Clear to see the main one. 

    And is it possible to keep both in the product gallery?

    I sell gallery walls that consist of single posters with size variations, that’s why it is important for me.

    Best regards.

  •  767
    Janilyn replied

    Hi Lisa,

    Thanks for the information. We're a bit overloaded so now we are able to process your ticket. 

    There is a feature in the plugin setting under WPClever >> Grouped Product >> Change image, you can choose No to disable the change of featured images. It's not possible to display both the featured images and variation's images at the same time, unfortunately.

    I have assigned one of our developers to help you with the codes. He’ll be looking into your question and responding with specific instructions as soon as possible. 

    Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back.

    Best regards.


    Janilyn T. - WPClever Support Agent

  •  1,223
    Dustin replied

    Hi Lisa,

    Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .woosg-products .woosg-product .woosg-thumb {
        width: 100px;
        flex: 0 0 100px;
    }
    .woosg-products .woosg-product .woosg-thumb img {
        width: 100% !important;
    }
    .woosg-products .woosg-product .woosg-price * {
        font-size: 16px;
    }

    And the result https://www.screencast.com/t/IERo09lWA

    You also can change '100px' to a bigger size as you want.

    Best regards,
    Dustin

  •  3
    Lisa replied

    Hi Dustin,

    Thanks very much,

    It helped me a lot!


    Best regards,

    Lisa