Product Gallery Swiper for WooCommerce
Free
The Product Gallery Slider for WooCommerce plugin elevates your product image galleries with a responsive, touch-friendly slider. Ideal for enhancing product thumbnails across your webshop, including shop pages, product categories, and related products. Streamline your customers’ browsing experience with this intuitive and dynamic solution.
- Description
- Demo
- Installation guide
- Configuration guide
- Documentation
- FAQ
- Changelog
- Reviews (0)
- WordPress.org Reviews (2)
Description
Transform WooCommerce product images into sliders
Elevate your online store with a responsive, touch-friendly product image slider.
Key benefits:
- Enhance user engagement
- Improve browsing experience with smooth image transitions
- Optimize product discovery for your customers
- Maintain visitors’ focus on your product offerings
- No advanced coding required for seamless integration
Features:
- Customizable slider settings to match your site’s design
- Mobile-friendly design for browsing on any device
- Options for automatic or manual slider controls, enhancing user interaction
- Efficient and streamlined code for fast loading times
Requirements:
Requires WooCommerce for full functionality.
Demo
Installation guide
Installation via Wordpress (recommended)
Download the plugin from the releases page. You can install this plugin via the Wordpress admin. Please follow these steps:
- Navigate to: Menu -> Plugins -> Add New
- Click ‘Upload Plugin’ in the top left corner
- Locate and select the plugin .zip file
- Upload and activate the plugin
Installation via (S)FTP
If you don’t want to install the plugin via the Wordpress backend, you can install the plugin via these steps:
- Connect with the FTP server. Please ask you hosting for the details and credentials.
- Upload the plugin files:
- Navigate to [website root]/wp-content/plugins/
- Create a directory ‘product-gallery-swiper-for-woocommerce’
- Unzip the plugin files in [website root]/wp-content/plugins/product-gallery-swiper-for-woocommerce
- Login the Wordpress admin
- Navigate to: Menu -> Plugins -> Installed Plugins
- Locate the plugin and click ‘activate’
Configuration guide
Plugin setup
Ensure that WooCommerce is installed and activated for this plugin to work. For detailed instructions on installing Product Gallery Slider for WooCommerce, refer to the installation guide.
Usage: settings
Product Gallery Slider for WooCommerce is designed to enhance your product image galleries right out of the box, requiring no initial setup upon activation. To tailor the gallery to your site's needs:
- Access the settings by navigating to ‘WooCommerce’ -> 'WooCommerce Swiper' in your WordPress dashboard.
- Here, you can adjust the settings to customize the appearance and functionality of your product galleries according to your preferences.
Documentation
WordPress Filters
wdevs_gallery_swiper_enable_default_integration
- Enable or disable the default WooCommerce integration
apply_filters( 'wdevs_gallery_swiper_enable_default_integration', true )
Parameters:
$enabled
(boolean) - Whether to enable the default WooCommerce integration (default: true)
Usage Example:
// Disable default integration to implement custom rendering
add_filter('wdevs_gallery_swiper_enable_default_integration', '__return_false');
wdevs_gallery_swiper_container_extra_classes
- Add extra CSS classes to the Swiper container
apply_filters( 'wdevs_gallery_swiper_container_extra_classes', '' )
Parameters:
$extra_classes
(string) - Additional CSS classes to add to the container (default: '')
Usage Example:
add_filter('wdevs_gallery_swiper_container_extra_classes', function() {
return 'my-custom-class another-class';
});
wdevs_gallery_swiper_slide_extra_classes
- Add extra CSS classes to Swiper slides
apply_filters( 'wdevs_gallery_swiper_slide_extra_classes', '' )
Parameters:
$extra_classes
(string) - Additional CSS classes to add to slides (default: '')
Usage Example:
add_filter('wdevs_gallery_swiper_slide_extra_classes', function() {
return 'custom-slide-class';
});
wdevs_gallery_swiper_should_display_gallery
- Override the gallery display logic
apply_filters( 'wdevs_gallery_swiper_should_display_gallery', $should_display )
Parameters:
$should_display
(boolean) - Whether the gallery should be displayed based on default logic
Usage Example:
add_filter('wdevs_gallery_swiper_should_display_gallery', function($should_display) {
// Force display gallery for featured products
if (has_term('featured', 'product_cat')) {
return true;
}
return $should_display;
});
WordPress Actions
wdevs_gallery_swiper_start_gallery_rendering
- Trigger the start of gallery rendering
do_action( 'wdevs_gallery_swiper_start_gallery_rendering' )
Usage Example:
// Custom implementation after disabling default integration
add_filter('wdevs_gallery_swiper_enable_default_integration', '__return_false');
add_action('woocommerce_before_shop_loop_item_title', function() {
do_action('wdevs_gallery_swiper_start_gallery_rendering');
// Your custom code here
do_action('wdevs_gallery_swiper_finish_gallery_rendering');
}, 10);
wdevs_gallery_swiper_finish_gallery_rendering
- Trigger the completion of gallery rendering
do_action( 'wdevs_gallery_swiper_finish_gallery_rendering' )
wdevs_gallery_swiper_render_gallery
- Render the complete gallery with optional parameters
do_action( 'wdevs_gallery_swiper_render_gallery', $include_default )
Parameters:
$include_default
(boolean) - Whether to include the default thumbnail as first slide (default: false)
Usage Example:
// Render complete gallery with default thumbnail
add_filter('wdevs_gallery_swiper_enable_default_integration', '__return_false');
add_action('woocommerce_before_shop_loop_item_title', function() {
do_action('wdevs_gallery_swiper_render_gallery', true);
}, 10);
FAQ
Changelog
0 reviews for Product Gallery Swiper
There are no reviews yet.
vaciristovski –
Absolutely Amazing Plugin!
I’ve been using this plugin for a while now, and I couldn’t be more impressed. It works flawlessly, is super easy to set up, and has clearly been built with attention to detail. The interface is intuitive, the features are powerful, and the support team is responsive and helpful whenever I’ve had questions.
This plugin has saved me so much time and made managing my site a breeze. Highly recommended for anyone looking to enhance their WordPress site with reliable, high-quality functionality.
Thank you to the developers for such an excellent tool!
zagros75 –
Great product and support
Happy with the plugin. I tested the plugin and it works perfectly for Blocksy. I got great support for the plugin as soon as I contacted the developer.