Home › Forums › Themes Support › Gecko › Product flip issue
- This topic has 6 replies, 2 voices, and was last updated 7 years, 6 months ago by fourvibes.
-
AuthorPosts
-
-
June 27, 2017 at 2:56 am #5932
Dear JanStudio, we used to have an issue with product flippin which got fixed inserting those codes in CSS Theme Options:
.product-image:hover > .db::before { opacity: 0;}
.product-image:hover .product-button > * { transform: scale(0); display: none;}.product-image:hover .product-image-flip .back {opacity: 1;}
.product-image .product-image-flip:hover .back img {
transform: none;
}After this last updated, this is a problem again (please see the video: https://www.youtube.com/watch?v=nlT2ufN4b0k)
We want the same as before, show another picure from product when hover (without any effect) just a simple change from one pic to another.
Thanks
-
June 27, 2017 at 8:30 am #5933
It’s quite urgent, thanks!
-
June 27, 2017 at 8:38 am #5934
Hi Fourvibes,
Sorry because inconvenience.
You can change prev code to
.product-image:hover .db::before { opacity: 0;}
.product-image:hover .product-button > * { transform: scale(0); display: none;}.product-image:hover .product-image-flip .back {opacity: 1;}
.product-image:hover .product-image-flip .back img {transform: none;}
to fix the issue.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
June 27, 2017 at 12:11 pm #5942
-
June 27, 2017 at 12:22 pm #5946
Hi,
This issue because your product images doesn’t have same (original) dimension.
The product image is bigger than the first image in Gallery
You can fix by upload images have same dimension or go to Tools > Regenerate Thumbnail
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
June 27, 2017 at 12:29 pm #5947
I regenerated but issue still there.
Attachments:
You must be logged in to view attached files.-
June 27, 2017 at 12:44 pm #5950
OK, issue is fixed. I just had to wait 5 minutes to see changes. Thanks a lot JanStuidio!
-
-
-
AuthorPosts
You must be logged in to reply to this topic.