Home › Forums › WoodMart support forum › Attribute picture
Attribute picture
- This topic has 13 replies, 2 voices, and was last updated 3 years, 10 months ago by Elise Noromit.
-
AuthorPosts
-
February 8, 2021 at 5:08 pm #264820
RachidParticipantHi 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.February 8, 2021 at 5:09 pm #264822
RachidParticipantexample in private
February 9, 2021 at 9:26 am #264968
Elise NoromitMemberHello,
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
February 9, 2021 at 10:59 am #264989
RachidParticipantThank 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!
February 9, 2021 at 10:34 pm #265155
Elise NoromitMemberHello,
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
February 9, 2021 at 10:41 pm #265157
RachidParticipantHi 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?
February 10, 2021 at 11:56 am #265329
Elise NoromitMemberHello,
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
February 11, 2021 at 10:22 am #265595
RachidParticipantok 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
February 11, 2021 at 10:23 am #265596
RachidParticipanthere is the screenshot https://prnt.sc/z2vx60
February 11, 2021 at 2:14 pm #265682
Elise NoromitMemberHello,
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
February 12, 2021 at 9:22 am #265830
RachidParticipantThank 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.February 12, 2021 at 5:57 pm #265992
Elise NoromitMemberHello,
Thank you very much for choosing our theme and for contacting us.
body .swatch-on-single.text-only { font-size:14px; }
Best Regards
February 14, 2021 at 3:43 pm #266393
RachidParticipantThank 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/zhosb4how can I do that?
Thank you so much
February 15, 2021 at 10:52 am #266638
Elise NoromitMemberHello,
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
-
AuthorPosts
- You must be logged in to create new topics. Login / Register