Home Forums WoodMart support forum Attribute picture

Attribute picture

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #264820

    Rachid
    Participant

    Hi there i need to make the attribute pictures another format my product porpotions which 700*800 px

    how can i do that?

    an example of a shop having similar attributes like the ones i want you find in private section! BUT PLEASE IT SHOULD HAVE SOME GOOD SIZE TO DISPLAY IN A GOOD WAY OUR PICS WHICH AGAIN ARE 700*800 px

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

    Rachid
    Participant

    example in private

    #264968

    Hello,

    Please follow the instruction to find the option of setting images into the swatches: https://xtemos.com/docs/woodmart/variable-products-swatches/

    If you have any questions please feel free to contact us.

    Best Regards

    #264989

    Rachid
    Participant

    Thank you for the reply!

    but that’s not what I asked for! I know how to activate and setup! I just need to change the size according to everything I have sent you

    Please check again my earlier messages and let me know!

    Thank you!

    #265155

    Hello,

    The size and form can be changed a little bit. But they all will be changed equally, it is not possible to make part of them square and part of them round.

    Best Regards

    #265157

    Rachid
    Participant

    Hi there!

    thanks for your reply! I don’t want a part to be round and square!

    only square but vertically so it will respect the picture ratio!

    how can I do that?

    #265329

    Hello,

    It is not possible to make them in natural size verticaly. I can make them square and increase the size a bit.

    A Thumbnail carousel or grid is provided for this purpose.

    Best Regards

    #265595

    Rachid
    Participant

    ok please advise on how to make them square and big in size!

    what do you mean by this: A Thumbnail carousel or grid is provided for this purpose.

    I’m talking about product attribute pictures (screenshot attached).

    Beste Grüße

    #265596

    Rachid
    Participant

    here is the screenshot https://prnt.sc/z2vx60

    #265682

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .swatch-on-single.swatch-with-bg {
        width: 50px;
        height: 50px;
        border-radius:0;
    }

    Best Regards

    #265830

    Rachid
    Participant

    Thank you so much! this has worked well!

    one more question (please check screenshot), I need to make the variants when they are words and as swatches in 14px and not 16 px! how can I do that

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

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    body .swatch-on-single.text-only {
        font-size:14px;
    }

    Best Regards

    #266393

    Rachid
    Participant

    Thank you so much! now i want to change the size to matach the same style as the attributes pictures size you give me earlier

    (body .swatch-on-single.swatch-with-bg {
    width: 50px;
    height: 50px;
    border-radius:0;
    }

    For the pictures in the following areas:

    shop widget latest reviews: screenshot: http://prnt.sc/zhov20
    Slide-in cart: screenshot: http://prnt.sc/zhotpu
    cart page: screenshot: http://prnt.sc/zhosb4

    how can I do that?

    Thank you so much

    #266638

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .product_list_widget > li img {
        min-width: 50px;
        max-width: 50px;
    }

    The shopping cart widget and shopping cart page show the thumbnail image or the product, not the attribute.

    Best Regards

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