Description
A very simple plugin that adds a secondary product thumbnail on product archives that is revealed when you hover over the main product image.
This plugin is ideal if you’d like to display more than one image on product archives, and perfect if you want to display front and back images of clothing for example.
Please feel free to contribute on github.
Credits
Based on plugin by jameskoster & gabriel-kaam! Thanks!
Installation
- Upload
woocommerce-product-image-flipper
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Done!
FAQ
-
How do I control which image is displayed on hover?
-
Whichever image is first in the order of product gallery images will appear on hover.
-
My secondary image is taller than the main product image and overlaps content when it fades in
-
This is due to the secondary image being positioned absolutely. This is the cleanest way I can think to do this with CSS alone. You may want to consider hard cropping your product catalog thumbnails to ensure all images are the same dimensions in product archives.
-
It doesn’t work. Nothing happens when I hover over images?
-
First of all check that the product you’re checking has a gallery attached to it.
Reviews
Contributors & Developers
“Image Flip For WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Image Flip For WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.1.6
- Refresh