Product Gallery Swiper for WooCommerce

5.00 out of 5
(2 customer reviews)

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

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:

  1. Navigate to: Menu -> Plugins -> Add New
  2. Click ‘Upload Plugin’ in the top left corner
  3. Locate and select the plugin .zip file
  4. 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:

  1. Connect with the FTP server. Please ask you hosting for the details and credentials.
  2. Upload the plugin files:
    1. Navigate to [website root]/wp-content/plugins/
    2. Create a directory ‘product-gallery-swiper-for-woocommerce’
    3. Unzip the plugin files in [website root]/wp-content/plugins/product-gallery-swiper-for-woocommerce
  3. Login the Wordpress admin
  4. Navigate to: Menu -> Plugins -> Installed Plugins
  5. 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:

  1. Access the settings by navigating to ‘WooCommerce’ -> 'WooCommerce Swiper'  in your WordPress dashboard.
  2. 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

Please let us know if you have any questions!

Changelog

Current version: 1.5.8
- 2025-07-24
- 2025-07-23
- 2025-07-23
- 2025-07-19
- 2025-06-27
- 2025-06-18
- 2025-04-22
- 2025-04-16
- 2025-04-09
- 2025-02-04
- 2025-01-04
- 2024-09-24
- 2024-08-23
- 2024-08-17
- 2024-02-24

0 reviews for Product Gallery Swiper

There are no reviews yet.

Be the first to review “Product Gallery Swiper”


Latest reviews from WordPress.org

  1. 5 out of 5

    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!

  2. 5 out of 5

    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.