Increase your sales by change woocommerce default product gallery to beautiful gallery with a lot of new features.

TP Product Image Flipper for Woocommerce
Hospedagem WordPress com plugin TP Product Image Flipper for Woocommerce
Onde hospedar o plugin TP Product Image Flipper for Woocommerce?
Este plugin pode ser hospedado em qualquer servidor que possua WordPress instalado. Recomendamos utilizar uma hospedagem seguro, com servidores especializados para WordPress, como o serviço de hospedagem da MCO2.
Hospedando o plugin TP Product Image Flipper for Woocommerce em uma empresa de hospedagem seguro
A MCO2, além de configurar e instalar o WordPress na versão mais atualizada para seus clientes, disponibiliza o WP SafePress, um sistema exclusivo que assegura e melhora seu site ao mesmo tempo.
Por que a Hospedagem WordPress funciona melhor na MCO2?
A Hospedagem WordPress funciona melhor pois a MCO2 possui servidores otimizados para WordPress. A instalação de WordPress é diferente de uma instalação trivial, pois habilita imediatamente recursos como otimização de imagens e fotos, proteção da página de login, bloqueio de atividades suspeitas diretamente no firewall, cache avançado e HTTPS ativado por padrão. São recursos que potencializam seu WordPress para a máxima segurança e o máximo desempenho.
Get a beautiful and better product flipper image to your store, 100% Responsive, Give your customers a glimpse of another image from your product.
This plugin get your product featured image with the first gallery image and flipp between them on mouse over.
Click Here to Get the Pro Version
Plugin Features
- Flip between 2 images on product shop/category page.
- Responsive Layout.
- Responsive Images – Responsive images with srcset, sizes.
- 100% mobile friendly.
- Working with Most of Premium themes.
- Compatible with HPOS (High-Performance Order Storage).
- New! Remove duplicate images: Remove any additional images of a product on shop/category pages. This ensures only the images generated by the plugin will be shown.
- New! Images from the gallery only: Use only images from the product gallery for the image flipper. If there are less than two images in the gallery, it will show the product’s main image.
Pro Version Features
- Work with Elementor products grid.
- Display all your product gallery images.
- Responsive Layout.
- Navigation support.
- Slider AutoPlay Options.
- Display Dots (Show/Hide).
- Customize Slider Arrow (Color/Background/Icons).
- Customize Slider Dots (Circle/Square/Rectangle).
- Infinite Loop.
- Mouse Dragging option.
- RTL support.
- Touch and Swipe support for images etc.
- Customize animation transform (36 type of animations).
- Working with Most of Premium themes.
- Images size select (all your theme sizes).
- Change images by dots or thumbs.
Pro Version Video
👍 You May Also Like
Change image size
TP Product Image Flipper is using woocommerce image size called: woocommerce_thumbnail, if you want to change this size you can do it with our new filter:
add_filter('tppif_image_size', 'your_function');
Exemplo
The following example is using full image size. You can add this function to your functions file.
<?php
add_filter('tppif_image_size', 'tp_change_fliper_image_size');
function tp_change_fliper_image_size($default_image_size) {
return 'full';
}
?>
Capturas de tela

Shop Page (1/4)

Pro Version dots mode (2/4)

Pro Version thumbs mode (3/4)

Pro Version thumbs mode change css (4/4)