Home / Forums / WoodMart support forum / When Ever I hover on the color it shrinks the image
Home › Forums › WoodMart support forum › When Ever I hover on the color it shrinks the image
When Ever I hover on the color it shrinks the image
- This topic has 10 replies, 2 voices, and was last updated 1 year, 10 months ago by
Luke Nielsen.
-
AuthorPosts
-
December 22, 2023 at 1:34 pm #523989
abuttParticipantWhen i hove on the color variations it shrinks
See pic attached to seeAttachments:
You must be logged in to view attached files.December 22, 2023 at 3:26 pm #524032
Luke NielsenMemberHello,
Please send me access to the admin dashboard so I can check that issue on your side.
Thank you in advance.
Kind Regards
December 22, 2023 at 3:27 pm #524033
abuttParticipantProvided
December 22, 2023 at 3:44 pm #524040
Luke NielsenMemberHello,
On my side the sizes are the same, here is a video: https://take.ms/afEVyG
Please clarify how I can replicate it on my side.
Kind Regards
December 22, 2023 at 3:45 pm #524041
abuttParticipantDont go in shop
On main homepage you will find outDecember 22, 2023 at 4:25 pm #524057
Luke NielsenMemberHello,
Okay, I see. Could you please make a clone of your website and move it to the staging platform? So I can make tests by enabling/disabling plugins etc.?
https://www.wpbeginner.com/wp-tutorials/how-to-create-staging-environment-for-a-wordpress-site/
Looking forward to collaborating with you!
Kind Regards
December 25, 2023 at 7:45 am #524363
abuttParticipantHi,
Sorry for late reply
It is already a demo site working on it to improve and make it according to our needs
you can test it
I have backed up the siteThanks
December 26, 2023 at 11:10 am #524596
abuttParticipantAny Update?
December 26, 2023 at 12:02 pm #524609
Luke NielsenMemberHello,
This problem is related to your custom code, because when you hover over a swatch, a variation of this swatch is activated, and we do not have such behavior in our theme, since to choose a swatch, the customer must click on the swatch.
However this problem exists because the images for the variation are taken from a single product and do not crop to the dimensions specified in the dimensions of the product archive. Therefore, to solve this problem, you need to download images of square orientation for the variation.
Kind Regards
December 26, 2023 at 12:46 pm #524615
abuttParticipantCan you send me the dimension
so i can download them to respective dimensionDecember 26, 2023 at 4:30 pm #524666
Luke NielsenMemberHello,
For now, I suggest using the below code for help. Enter the below code into the “Global Custom CSS” area in Theme Settings -> Custom CSS.
.product-element-top img { aspect-ratio: 1; object-fit: contain; }Then recheck the issue.
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register