Slider by WD – Responsive Slider - Version 1.0.19

Version Description

Fixed: Slider width/height problem after Chrome update. Fixed: Export. Fixed: Carousel slider with one slide.

Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 Slider by WD – Responsive Slider
Version 1.0.19
Comparing to
See all releases

Code changes from version 1.0.18 to 1.0.19

Files changed (3) hide show
  1. frontend/views/WDSViewSlider.php +11 -11
  2. readme.txt +6 -1
  3. slider-wd.php +2 -2
frontend/views/WDSViewSlider.php CHANGED
@@ -176,7 +176,7 @@ class WDSViewSlider {
176
  <?php echo $filmstrip_position; ?>: <?php echo ($filmstrip_direction == 'horizontal' ? $filmstrip_height . 'px' : $filmstrip_width_in_percent . '%'); ?>;
177
  vertical-align: middle;
178
  width: <?php echo 100 - $filmstrip_width_in_percent; ?>%;
179
- height: inherit;
180
  }
181
 
182
  <?php
@@ -419,16 +419,16 @@ class WDSViewSlider {
419
  }
420
  #wds_container1_<?php echo $wds; ?> #wds_container2_<?php echo $wds; ?> .wds_slide_bg_<?php echo $wds; ?> {
421
  margin: 0 auto;
422
- width: inherit;
423
- height: inherit;
424
  }
425
  #wds_container1_<?php echo $wds; ?> #wds_container2_<?php echo $wds; ?> .wds_slider_<?php echo $wds; ?> {
426
- height: inherit;
427
- width: inherit;
428
  }
429
  #wds_container1_<?php echo $wds; ?> #wds_container2_<?php echo $wds; ?> .wds_slideshow_image_spun_<?php echo $wds; ?> {
430
- width: inherit;
431
- height: inherit;
432
  display: table-cell;
433
  filter: Alpha(opacity=100);
434
  opacity: 1;
@@ -437,8 +437,8 @@ class WDSViewSlider {
437
  z-index: 2;
438
  }
439
  #wds_container1_<?php echo $wds; ?> #wds_container2_<?php echo $wds; ?> .wds_slideshow_image_second_spun_<?php echo $wds; ?> {
440
- width: inherit;
441
- height: inherit;
442
  display: table-cell;
443
  filter: Alpha(opacity=0);
444
  opacity: 0;
@@ -629,8 +629,8 @@ class WDSViewSlider {
629
 
630
  #wds_container1_<?php echo $wds; ?> #wds_container2_<?php echo $wds; ?> .wds_slideshow_image_spun1_<?php echo $wds; ?> {
631
  display: table;
632
- width: inherit;
633
- height: inherit;
634
  }
635
  #wds_container1_<?php echo $wds; ?> #wds_container2_<?php echo $wds; ?> .wds_slideshow_image_spun2_<?php echo $wds; ?> {
636
  display: table-cell;
176
  <?php echo $filmstrip_position; ?>: <?php echo ($filmstrip_direction == 'horizontal' ? $filmstrip_height . 'px' : $filmstrip_width_in_percent . '%'); ?>;
177
  vertical-align: middle;
178
  width: <?php echo 100 - $filmstrip_width_in_percent; ?>%;
179
+ height: /*inherit*/100%;
180
  }
181
 
182
  <?php
419
  }
420
  #wds_container1_<?php echo $wds; ?> #wds_container2_<?php echo $wds; ?> .wds_slide_bg_<?php echo $wds; ?> {
421
  margin: 0 auto;
422
+ width: /*inherit*/100%;
423
+ height: /*inherit*/100%;
424
  }
425
  #wds_container1_<?php echo $wds; ?> #wds_container2_<?php echo $wds; ?> .wds_slider_<?php echo $wds; ?> {
426
+ height: /*inherit*/100%;
427
+ width: /*inherit*/100%;
428
  }
429
  #wds_container1_<?php echo $wds; ?> #wds_container2_<?php echo $wds; ?> .wds_slideshow_image_spun_<?php echo $wds; ?> {
430
+ width: /*inherit*/100%;
431
+ height: /*inherit*/100%;
432
  display: table-cell;
433
  filter: Alpha(opacity=100);
434
  opacity: 1;
437
  z-index: 2;
438
  }
439
  #wds_container1_<?php echo $wds; ?> #wds_container2_<?php echo $wds; ?> .wds_slideshow_image_second_spun_<?php echo $wds; ?> {
440
+ width: /*inherit*/100%;
441
+ height: /*inherit*/100%;
442
  display: table-cell;
443
  filter: Alpha(opacity=0);
444
  opacity: 0;
629
 
630
  #wds_container1_<?php echo $wds; ?> #wds_container2_<?php echo $wds; ?> .wds_slideshow_image_spun1_<?php echo $wds; ?> {
631
  display: table;
632
+ width: /*inherit*/100%;
633
+ height: /*inherit*/100%;
634
  }
635
  #wds_container1_<?php echo $wds; ?> #wds_container2_<?php echo $wds; ?> .wds_slideshow_image_spun2_<?php echo $wds; ?> {
636
  display: table-cell;
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://web-dorado.com/products/wordpress-slider-plugin.html
4
  Tags: best slider plugin, carousel, carousel slider, coin slider, content slider, content slideshow, custom video slider, flex slider, free video slider, free video slideshow, Horizontal slider, Image Rotator, image slider, image slideshow, javascript slider, javascript slideshow, jquery slider, jquery slideshow, Photo Slider, posts slider, responsive slider, responsive slideshow, sidebar, slide, slide show, slider, slider plugin, slider widget, slides, slideshow,slideshow manager, slideshow plugin, vertical slider, video slider, video slideshow,vimeo slideshow, vimeo slider, widget slider, widget slideshow, wordpress slider, wordpress slideshow, wp slider, youtube slider, youtube slideshow, post slider, fullscreen Slider, css3 slider, responsive image slider, banner slider, social slider, cycle slider, text slider, revolution slider, thumbnail slider, touch slider, sliders, parallax slider, 3D slider, coinslider, featured-content-slider, image, images, picture, pictures, picture slider, responsive, shortcode, widget, vertical slides, autoplay, auto, jquery, rotate, flexslider, gallery, photo gallery, javascript, rotator, wordpress picture slider, wordpress responsive slider, animation, best slider, fullwidth slider, mobile slider, swipe, layer, layer slider, product slider
5
  Requires at least: 3.4
6
  Tested up to: 4.2
7
- Stable tag: 1.0.18
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -139,6 +139,11 @@ After downloading the ZIP file of the slider plugin,
139
 
140
  == Changelog ==
141
 
 
 
 
 
 
142
  = 1.0.18 =
143
  Fixed: Conflict with some themes.
144
 
4
  Tags: best slider plugin, carousel, carousel slider, coin slider, content slider, content slideshow, custom video slider, flex slider, free video slider, free video slideshow, Horizontal slider, Image Rotator, image slider, image slideshow, javascript slider, javascript slideshow, jquery slider, jquery slideshow, Photo Slider, posts slider, responsive slider, responsive slideshow, sidebar, slide, slide show, slider, slider plugin, slider widget, slides, slideshow,slideshow manager, slideshow plugin, vertical slider, video slider, video slideshow,vimeo slideshow, vimeo slider, widget slider, widget slideshow, wordpress slider, wordpress slideshow, wp slider, youtube slider, youtube slideshow, post slider, fullscreen Slider, css3 slider, responsive image slider, banner slider, social slider, cycle slider, text slider, revolution slider, thumbnail slider, touch slider, sliders, parallax slider, 3D slider, coinslider, featured-content-slider, image, images, picture, pictures, picture slider, responsive, shortcode, widget, vertical slides, autoplay, auto, jquery, rotate, flexslider, gallery, photo gallery, javascript, rotator, wordpress picture slider, wordpress responsive slider, animation, best slider, fullwidth slider, mobile slider, swipe, layer, layer slider, product slider
5
  Requires at least: 3.4
6
  Tested up to: 4.2
7
+ Stable tag: 1.0.19
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
139
 
140
  == Changelog ==
141
 
142
+ = 1.0.19 =
143
+ Fixed: Slider width/height problem after Chrome update.
144
+ Fixed: Export.
145
+ Fixed: Carousel slider with one slide.
146
+
147
  = 1.0.18 =
148
  Fixed: Conflict with some themes.
149
 
slider-wd.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Slider WD
5
  * Plugin URI: https://web-dorado.com/products/wordpress-slider-plugin.html
6
  * Description: This is a responsive plugin, which allows adding sliders to your posts/pages and to custom location. It uses large number of transition effects and supports various types of layers.
7
- * Version: 1.0.18
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -339,7 +339,7 @@ register_activation_hook(__FILE__, 'wds_activate');
339
 
340
  function wds_install() {
341
  $version = get_option("wds_version");
342
- $new_version = '1.0.18';
343
  if ($version && version_compare($version, $new_version, '<')) {
344
  require_once WD_S_DIR . "/sliders-update.php";
345
  wds_update($version);
4
  * Plugin Name: Slider WD
5
  * Plugin URI: https://web-dorado.com/products/wordpress-slider-plugin.html
6
  * Description: This is a responsive plugin, which allows adding sliders to your posts/pages and to custom location. It uses large number of transition effects and supports various types of layers.
7
+ * Version: 1.0.19
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
339
 
340
  function wds_install() {
341
  $version = get_option("wds_version");
342
+ $new_version = '1.0.19';
343
  if ($version && version_compare($version, $new_version, '<')) {
344
  require_once WD_S_DIR . "/sliders-update.php";
345
  wds_update($version);