Home › Forums › WoodMart support forum › Products Images and thumbnail sizes
Products Images and thumbnail sizes
- This topic has 26 replies, 4 voices, and was last updated 6 years, 1 month ago by Artem Temos.
-
AuthorPosts
-
September 18, 2018 at 11:22 am #77685
BrandboutikParticipantHi,
My products thumbnail images appear cropped, i want the whole image to appear and to be fit through the default product box size just like your demo website, and also for the product image in the product’s page it appears so big and i want it also to be fit through the products image box (see attachments)I tried hard cropping 1:1 proportion and nothing seemed to happen, please help me out :c
Attachments:
You must be logged in to view attached files.September 18, 2018 at 11:41 am #77697
igor.kovinskiParticipanthi Brandboutik, im not a helper but i have seen your question and i think i know the answer so:
your image 1234.jpg is that way because you must change it in Products-> Image product and NOT in Product Gallery. there is a difference between the two: the first one is the image that will appear in the shop (main category), the second one are the images that are going to be displayed in the product details (single products). So change them. If you want the image to be like you want you should edit it to the right proportions with a third part software like illustrator. crop the image for the dimensions you want and you will have the right “zoom”.
If you want to change the effect on hover/click in single product page go to:
Theme Settings> Product Page> Images and change what you wantIn hope i have helped you, good day
igor
September 18, 2018 at 11:57 am #77703
Elise NoromitMemberHello,
Please navigate to Appearance > Customize > Woocommerce > Product image. Disable cropping and set the product image size http://prntscr.com/kvrugn
Best Regards
September 18, 2018 at 12:14 pm #77709
BrandboutikParticipantHey fellas, Here’s what I got by trying these settings :c
Attachments:
You must be logged in to view attached files.September 18, 2018 at 12:24 pm #77713
Elise NoromitMemberHello,
Seems you upload very small images. Please provide your site admin access we shall check.
Best Regards
September 18, 2018 at 12:37 pm #77716
BrandboutikParticipantWhats the email that i should add you guys with ?
September 18, 2018 at 12:50 pm #77725
Elise NoromitMemberHello,
You can put access details in the Private area which is not visible for the public.
Best Regards
September 18, 2018 at 12:54 pm #77728
BrandboutikParticipanthere:
September 18, 2018 at 1:03 pm #77734
Elise NoromitMemberPlease provide your login URL
September 18, 2018 at 2:12 pm #77754
BrandboutikParticipantI’ve looked into what a login URL means, and I think its brandboutik.com/login
but I tried your admin user login details and it didnt work.. is this really it?September 18, 2018 at 2:58 pm #77792
Elise NoromitMemberSeptember 19, 2018 at 7:44 am #77911
BrandboutikParticipantHey can you please send me a valid email address so that I can send you an invitation on?
I’ve spent more than an hour trying to figure this out and users login isnt working, but sending an invite will.Thanks.
September 19, 2018 at 7:54 am #77912
Elise NoromitMemberHello,
You can send the invitation to this email
Best Regards
September 19, 2018 at 8:47 am #77919
BrandboutikParticipantHey,
Invitation sent!
ThanksSeptember 19, 2018 at 10:01 am #77925
Elise NoromitMemberHello,
I am trying to log in with your invitation insert both emails and User does not exist.
Please deactivate all the blocking plugins for the while we are checking.
Best Regards
September 19, 2018 at 11:50 am #77942
BrandboutikParticipantI wonder what plugin could be blocking this, here’s a list of all my plugins, which one should i deactivate?
Attachments:
You must be logged in to view attached files.September 19, 2018 at 12:01 pm #77947
Elise NoromitMemberHello,
Contact your host provider for the issue. I have looked at the plugins list there is no blocking.
What plugin stipulates the inserting email before logging in?
Best Regards
September 19, 2018 at 3:40 pm #77996
BrandboutikParticipantI just talked to them, they said the invite is still pending can you please make sure you guys accepted the invite from the email, and then logged in after clicking “accept invitation”
thanksSeptember 19, 2018 at 5:27 pm #78013
Elise NoromitMemberHello,
As I told above images are configured in Appearance > Customize > Woocommerce > Product image. http://prntscr.com/kwbm20
And it works: https://gyazo.com/45357c4d185d245312ac19e63992a113
Prepare images all in size and proportion to get a smart view.
Best Regards
September 20, 2018 at 7:28 am #78096
BrandboutikParticipantHello Elise,
That’s not really what i wanted though, I want them all to be forced to fit in the original size of the thumbnail, because now they look messy and uneven, if you look at your demo website, they are all matching the thumbnail size. Also like I attached at the start, I’m having the same trouble with my product page images, they look very extended, instead i want them to again be forced to fit into the original product image box.
Thank you!
September 20, 2018 at 9:00 am #78109
Elise NoromitMemberHello,
The best way to avoid such a result is to prepare images of the same size and the same proportion. Then you can configure the best view.
Best Regards
September 20, 2018 at 12:25 pm #78183
BrandboutikParticipantBut i have like +4k products :c this will take forever! isn’t there like a piece of code that can force all of the images to be one sized?
please help me out 🙁
Thanks!September 20, 2018 at 2:45 pm #78221
Elise NoromitMemberHello,
The only way is custom CSS. I have added the code CSS into the Theme settings > Custom CSS.
Check the product page and shop page.
Best Regards
September 23, 2018 at 8:47 am #78565
BrandboutikParticipantAbsolutely perfect Elise! Thanks a lot! 🙂
Can I please have that piece of code and know where it was placed at? Because I’m definitely buying another theme of yours for my other website 🙂
Have a good one.
September 23, 2018 at 8:54 am #78567
Elise NoromitMemberHello,
Here is the code:
div.product-grid-item .hover-img img, div.product-grid-item .product-image-link img { width: auto; max-height:300px; } .woocommerce-product-gallery .woocommerce-product-gallery__image img{ width: auto; max-height:600px; display:block; margin:0 auto; } .woocommerce-product-gallery .product-image-thumbnail img { width: auto; max-height:100px; display:block; margin:0 auto; }
You will need to paste it into the Theme Settings > Custom CSS.
Best Regards
September 23, 2018 at 8:59 am #78568
BrandboutikParticipantHi,
Perfect! You guys are the best 🙂
Wish you a great day.
September 23, 2018 at 12:30 pm #78587
Artem TemosKeymasterYou are welcome, we are always happy to help you, write us when you have any difficulties or issues with our theme.
And we would be glad if you will rate our theme with 5 stars on Theme Forest in case you are satisfied with our theme and customer service http://themeforest.net/downloads
Thank you in advance 🙂
-
AuthorPosts
Tagged: image, problem, products, size, Thumbnails
The topic ‘Products Images and thumbnail sizes’ is closed to new replies.
- You must be logged in to create new topics. Login / Register