Descrição
Replace fullsize image when thumbnail on single product page in WooCommerce is clicked. This should also work nicely with the build in lightbox feature in WooCommerce (PrettyPhoto).
What this plugin do:
- When a thumbnail is clicked, the large main image is updated with the large version of the clicked image.
- When the large main image is clicked a lightbox will open where the user can see larger versions of all the images for the product.
- Adds the products main/featured image to the product thumbnails.
NOTICE
This plugin is currently dependant on CSS selectors to work and will therefore not work with any theme. It is tested and works with the standard templates from WordPress and a few of the themes from WooThemes(Wootique for example). Contact me if you are expieriencing problems with you theme. The goal is to make this plugin work with most themes with little or no need for custom configuration by the user.
Development
All development of this plugin occurs on GitHub. Please help me develop this by forking and sending pull requests.
Instalação
For integrating this info your theme, see GitHub.
- Upload plugin folder to the
/wp-content/plugins/
directory of your WordPress installation - Activate the plugin through the ‘Plugins’ menu in WordPress
- Test how it works on the single product page.
Avaliações
Colaboradores e desenvolvedores
“WooCommerce Better Thumbnail Navigation” é um software com código aberto. As seguintes pessoas contribuíram para este plugin.
ColaboradoresTraduzir “WooCommerce Better Thumbnail Navigation” para o seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, dê uma olhada no repositório SVN ou assine o registro de desenvolvimento via RSS.
Registro de alterações
0.1.2
- Fix issues with responsive images/srcset in WordPress 4.4
- Improve thumbnail selector to work with more themes
- Only run PrettyPhoto code if PrettyPhoto is active on page
0.1.0
First public release