Woocommerce Products Slider - Version 1.13.34

Version Description

  • 2022-05-16 add - Slider option swipe and swipeToSlide added for mobile device.
Download this release

Release Info

Developer pickplugins
Plugin Icon 128x128 Woocommerce Products Slider
Version 1.13.34
Comparing to
See all releases

Code changes from version 1.13.33 to 1.13.34

includes/class-metabox-wcps-hook.php CHANGED
@@ -1517,7 +1517,7 @@ if(!function_exists('wcps_metabox_content_slider_options')) {
1517
  'id' => 'column_large',
1518
  'parent' => 'wcps_options[slider]',
1519
  'title' => __('In desktop','woocommerce-products-slider'),
1520
- 'details' => __('min-width: 1200px, ex: 3','woocommerce-products-slider'),
1521
  'type' => 'text',
1522
  'value' => $slider_column_large,
1523
  'default' => 3,
@@ -1527,7 +1527,7 @@ if(!function_exists('wcps_metabox_content_slider_options')) {
1527
  'id' => 'column_medium',
1528
  'parent' => 'wcps_options[slider]',
1529
  'title' => __('In tablet & small desktop','woocommerce-products-slider'),
1530
- 'details' => __('min-width: 992px, ex: 2','woocommerce-products-slider'),
1531
  'type' => 'text',
1532
  'value' => $slider_column_medium,
1533
  'default' => 2,
@@ -1537,7 +1537,7 @@ if(!function_exists('wcps_metabox_content_slider_options')) {
1537
  'id' => 'column_small',
1538
  'parent' => 'wcps_options[slider]',
1539
  'title' => __('In mobile','woocommerce-products-slider'),
1540
- 'details' => __('min-width: 576px, ex: 1','woocommerce-products-slider'),
1541
  'type' => 'text',
1542
  'value' => $slider_column_small,
1543
  'default' => 1,
1517
  'id' => 'column_large',
1518
  'parent' => 'wcps_options[slider]',
1519
  'title' => __('In desktop','woocommerce-products-slider'),
1520
+ 'details' => __('Max-width: 1200px & Higher, ex: 3','woocommerce-products-slider'),
1521
  'type' => 'text',
1522
  'value' => $slider_column_large,
1523
  'default' => 3,
1527
  'id' => 'column_medium',
1528
  'parent' => 'wcps_options[slider]',
1529
  'title' => __('In tablet & small desktop','woocommerce-products-slider'),
1530
+ 'details' => __('Min 577px & Max-width: 768px, ex: 2','woocommerce-products-slider'),
1531
  'type' => 'text',
1532
  'value' => $slider_column_medium,
1533
  'default' => 2,
1537
  'id' => 'column_small',
1538
  'parent' => 'wcps_options[slider]',
1539
  'title' => __('In mobile','woocommerce-products-slider'),
1540
+ 'details' => __('Max-width: 576px & Lower, ex: 1','woocommerce-products-slider'),
1541
  'type' => 'text',
1542
  'value' => $slider_column_small,
1543
  'default' => 1,
readme.txt CHANGED
@@ -3,8 +3,8 @@
3
  Donate link: https://www.pickplugins.com/item/woocommerce-products-slider-for-wordpress/?ref=wordpress.org
4
  Tags: product slider, woocommerce slider, carousel slider, product category slider, woo slider, carousel slider, woocommerce product slider
5
  Requires at least: 3.8
6
- Tested up to: 5.9
7
- Stable tag: 1.13.33
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -143,6 +143,10 @@ then paste this shortcode anywhere in your page to display slider<br />
143
 
144
 
145
 
 
 
 
 
146
  = 1.13.33 =
147
  * 2022-03-25 fix - term thumbnail size issue fixed.
148
 
3
  Donate link: https://www.pickplugins.com/item/woocommerce-products-slider-for-wordpress/?ref=wordpress.org
4
  Tags: product slider, woocommerce slider, carousel slider, product category slider, woo slider, carousel slider, woocommerce product slider
5
  Requires at least: 3.8
6
+ Tested up to: 6.0
7
+ Stable tag: 1.13.34
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
143
 
144
 
145
 
146
+ = 1.13.34 =
147
+ * 2022-05-16 add - Slider option swipe and swipeToSlide added for mobile device.
148
+
149
+
150
  = 1.13.33 =
151
  * 2022-03-25 fix - term thumbnail size issue fixed.
152
 
templates/wcps-slider/wcps-slider-hook.php CHANGED
@@ -41,7 +41,7 @@ function wcps_slider_main_ribbon($args)
41
  <div class="wcps-ribbon <?php echo $ribbon_position; ?>"><?php echo $ribbon_text; ?></div>
42
 
43
  <style>
44
- .wcps-ribbon {
45
  background-color: <?php echo $ribbon_background_color; ?>;
46
  background-image: url("<?php echo $ribbon_background_img; ?>");
47
  color: <?php echo $ribbon_text_color; ?>;
@@ -856,7 +856,7 @@ function wcps_slider_main_scripts_slick($args)
856
  slidesToScroll: <?php echo $slider_slideby_large; ?>,
857
 
858
  responsive: [{
859
- breakpoint: 1024,
860
  settings: {
861
  slidesToShow: <?php echo $slider_column_large; ?>,
862
  slideBy: <?php echo $slider_slideby_large; ?>,
@@ -864,7 +864,7 @@ function wcps_slider_main_scripts_slick($args)
864
  }
865
  },
866
  {
867
- breakpoint: 600,
868
  settings: {
869
  slidesToShow: <?php echo $slider_column_medium; ?>,
870
  slidesToScroll: <?php echo $slider_slideby_medium; ?>,
@@ -872,7 +872,7 @@ function wcps_slider_main_scripts_slick($args)
872
  }
873
  },
874
  {
875
- breakpoint: 480,
876
  settings: {
877
  slidesToShow: <?php echo $slider_column_small; ?>,
878
  slidesToScroll: <?php echo $slider_slideby_small; ?>,
@@ -909,6 +909,8 @@ function wcps_slider_main_scripts_slick($args)
909
  centerMode: <?php echo $slider_center; ?>,
910
  draggable: <?php echo $slider_mouse_drag; ?>,
911
  touchMove: <?php echo $slider_touch_drag; ?>,
 
 
912
  lazyLoad: <?php echo $slider_lazy_load; ?>,
913
  rtl: <?php echo $slider_rtl; ?>,
914
 
41
  <div class="wcps-ribbon <?php echo $ribbon_position; ?>"><?php echo $ribbon_text; ?></div>
42
 
43
  <style>
44
+ .wcps-container-<?php echo $wcps_id; ?> .wcps-ribbon {
45
  background-color: <?php echo $ribbon_background_color; ?>;
46
  background-image: url("<?php echo $ribbon_background_img; ?>");
47
  color: <?php echo $ribbon_text_color; ?>;
856
  slidesToScroll: <?php echo $slider_slideby_large; ?>,
857
 
858
  responsive: [{
859
+ breakpoint: 1200,
860
  settings: {
861
  slidesToShow: <?php echo $slider_column_large; ?>,
862
  slideBy: <?php echo $slider_slideby_large; ?>,
864
  }
865
  },
866
  {
867
+ breakpoint: 768,
868
  settings: {
869
  slidesToShow: <?php echo $slider_column_medium; ?>,
870
  slidesToScroll: <?php echo $slider_slideby_medium; ?>,
872
  }
873
  },
874
  {
875
+ breakpoint: 576,
876
  settings: {
877
  slidesToShow: <?php echo $slider_column_small; ?>,
878
  slidesToScroll: <?php echo $slider_slideby_small; ?>,
909
  centerMode: <?php echo $slider_center; ?>,
910
  draggable: <?php echo $slider_mouse_drag; ?>,
911
  touchMove: <?php echo $slider_touch_drag; ?>,
912
+ swipe: <?php echo $slider_touch_drag; ?>,
913
+ swipeToSlide: true,
914
  lazyLoad: <?php echo $slider_lazy_load; ?>,
915
  rtl: <?php echo $slider_rtl; ?>,
916
 
woocommerce-products-slider.php CHANGED
@@ -3,9 +3,9 @@
3
  Plugin Name: PickPlugins Product Slider for WooCommerce
4
  Plugin URI: http://pickplugins.com/items/woocommerce-product-slider-for-wordpress/
5
  Description: Fully responsive and mobile ready Carousel Slider for your WooCommerce product. unlimited slider anywhere via short-codes and easy admin setting.
6
- Version: 1.13.33
7
  WC requires at least: 3.0.0
8
- WC tested up to: 5.9
9
  Author: PickPlugins
10
  Text Domain: woocommerce-products-slider
11
  Author URI: http://pickplugins.com
@@ -25,7 +25,7 @@ class WoocommerceProductsSlider
25
  define('wcps_plugin_url', plugins_url('/', __FILE__));
26
  define('wcps_plugin_dir', plugin_dir_path(__FILE__));
27
  define('wcps_plugin_name', 'PickPlugins Product Slider');
28
- define('wcps_plugin_version', '1.13.33');
29
  define('wcps_server_url', 'https://www.pickplugins.com/demo/woocommerce-products-slider/');
30
  //define('wcps_server_url', 'http://localhost/wp/');
31
 
3
  Plugin Name: PickPlugins Product Slider for WooCommerce
4
  Plugin URI: http://pickplugins.com/items/woocommerce-product-slider-for-wordpress/
5
  Description: Fully responsive and mobile ready Carousel Slider for your WooCommerce product. unlimited slider anywhere via short-codes and easy admin setting.
6
+ Version: 1.13.34
7
  WC requires at least: 3.0.0
8
+ WC tested up to: 6.0
9
  Author: PickPlugins
10
  Text Domain: woocommerce-products-slider
11
  Author URI: http://pickplugins.com
25
  define('wcps_plugin_url', plugins_url('/', __FILE__));
26
  define('wcps_plugin_dir', plugin_dir_path(__FILE__));
27
  define('wcps_plugin_name', 'PickPlugins Product Slider');
28
+ define('wcps_plugin_version', '1.13.34');
29
  define('wcps_server_url', 'https://www.pickplugins.com/demo/woocommerce-products-slider/');
30
  //define('wcps_server_url', 'http://localhost/wp/');
31