Slider by WD – Responsive Slider - Version 1.1.34

Version Description

  • Added: No sliders found message.
  • Fixed: Add images on new slider.
  • Fixed: Duplicate sliders.
  • Fixed: Add posts page styles.
Download this release

Release Info

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

Code changes from version 1.1.33 to 1.1.34

admin/controllers/WDSControllerSliders_wds.php CHANGED
@@ -71,11 +71,6 @@ class WDSControllerSliders_wds {
71
  $this->edit();
72
  }
73
 
74
- // public function save_slide() {
75
- // $this->save_slide_db();
76
- // $this->edit();
77
- // }
78
-
79
  public function save_slider_db() {
80
  global $wpdb;
81
  $del_slide_ids_string = (isset($_POST['del_slide_ids_string']) ? substr(esc_html(stripslashes($_POST['del_slide_ids_string'])), 0, -1) : '');
@@ -512,6 +507,7 @@ class WDSControllerSliders_wds {
512
  'youtube_rel_layer_video' => 0,
513
  'hotspot_animation' => 0,
514
  'layer_callback_list' => $layer_callback_list,
 
515
  ));
516
  }
517
  else {
@@ -672,7 +668,7 @@ class WDSControllerSliders_wds {
672
  }
673
  public function duplicate() {
674
  $slider_id = WDW_S_Library::get('current_id', 0);
675
- $new_slider_id = $this->duplicate_tabels($slider_id);
676
  require_once WD_S_DIR . "/admin/models/WDSModelSliders_wds.php";
677
  $model = new WDSModelSliders_wds();
678
  require_once WD_S_DIR . "/admin/views/WDSViewSliders_wds.php";
@@ -683,17 +679,24 @@ class WDSControllerSliders_wds {
683
 
684
  public function duplicate_all($id) {
685
  global $wpdb;
 
686
  $sliders_ids_col = $wpdb->get_col('SELECT id FROM ' . $wpdb->prefix . 'wdsslider');
687
  foreach ($sliders_ids_col as $slider_id) {
688
  if (isset($_POST['check_' . $slider_id])) {
689
- $this->duplicate_tabels($slider_id);
 
690
  }
691
  }
692
- echo WDW_S_Library::message('Items Succesfully Duplicated.', 'wd_updated');
 
 
 
 
 
693
  $this->display();
694
  }
695
 
696
- public function duplicate_tabels($slider_id) {
697
  global $wpdb;
698
  if ($slider_id) {
699
  $slider_row = $wpdb->get_row($wpdb->prepare('SELECT * FROM ' . $wpdb->prefix . 'wdsslider where id="%d"', $slider_id));
@@ -801,7 +804,7 @@ class WDSControllerSliders_wds {
801
  'possib_add_google_fonts' => $slider_row->possib_add_google_fonts,
802
  'possib_add_ffamily' => $slider_row->possib_add_ffamily,
803
  'possib_add_ffamily_google' => $slider_row->possib_add_ffamily_google,
804
- 'slider_loop' => $slider_row->slider_loop,
805
  ));
806
  $new_slider_id = $wpdb->get_var('SELECT MAX(id) FROM ' . $wpdb->prefix . 'wdsslider');
807
 
@@ -823,67 +826,66 @@ class WDSControllerSliders_wds {
823
  ));
824
  $new_slide_id = $wpdb->get_var('SELECT MAX(id) FROM ' . $wpdb->prefix . 'wdsslide');
825
  $slider_layer = $wpdb->get_results($wpdb->prepare('SELECT * FROM ' . $wpdb->prefix . 'wdslayer where slide_id="%d"', $single_slide->id));
826
- if ($slider_layer){
827
  foreach ($slider_layer as $layer_id) {
828
- if ($layer_id) {
829
  $save = $wpdb->insert($wpdb->prefix . 'wdslayer', array(
830
- 'slide_id' => $new_slide_id,
831
- 'title' => $layer_id->title,
832
- 'type' => $layer_id->type,
833
- 'depth' => $layer_id->depth,
834
- 'text' => $layer_id->text,
835
- 'link' => $layer_id->link,
836
- 'left' => $layer_id->left,
837
- 'top' => $layer_id->top,
838
- 'start' => $layer_id->start,
839
- 'end' => $layer_id->end,
840
- 'published' => $layer_id->published,
841
- 'color' => $layer_id->color,
842
- 'size' => $layer_id->size,
843
- 'ffamily' => $layer_id->ffamily,
844
- 'fweight' => $layer_id->fweight,
845
- 'padding' => $layer_id->padding,
846
- 'fbgcolor' => $layer_id->fbgcolor,
847
- 'transparent' => $layer_id->transparent,
848
- 'border_width' => $layer_id->border_width,
849
- 'border_style' => $layer_id->border_style,
850
- 'border_color' => $layer_id->border_color,
851
- 'border_radius' => $layer_id->border_radius,
852
- 'shadow' => $layer_id->shadow,
853
- 'image_url' => $layer_id->image_url,
854
- 'image_width' => $layer_id->image_width,
855
- 'image_height' => $layer_id->image_height,
856
- 'image_scale' => $layer_id->image_scale,
857
- 'alt' => $layer_id->alt,
858
- 'imgtransparent' => $layer_id->imgtransparent,
859
- 'social_button' => $layer_id->social_button,
860
- 'hover_color' => $layer_id->hover_color,
861
- 'layer_effect_in' => $layer_id->layer_effect_in,
862
- 'layer_effect_out' => $layer_id->layer_effect_out,
863
- 'duration_eff_in' => $layer_id->duration_eff_in,
864
- 'duration_eff_out' => $layer_id->duration_eff_out,
865
- 'target_attr_layer' => $layer_id->target_attr_layer,
866
- 'hotp_width' => $layer_id->hotp_width,
867
- 'hotp_fbgcolor' => $layer_id->hotp_fbgcolor,
868
- 'hotp_border_width' => $layer_id->hotp_border_width,
869
- 'hotp_border_style' => $layer_id->hotp_border_style,
870
- 'hotp_border_color' => $layer_id->hotp_border_color,
871
- 'hotp_border_radius' => $layer_id->hotp_border_radius,
872
- 'hotp_text_position' => $layer_id->hotp_text_position,
873
- 'google_fonts' => $layer_id->google_fonts,
874
- 'add_class' => $layer_id->add_class,
875
- 'layer_video_loop' => $layer_id->layer_video_loop,
876
- 'youtube_rel_layer_video' => $layer_id->youtube_rel_layer_video,
877
- 'hotspot_animation' => $layer_id->hotspot_animation,
878
  'layer_callback_list' => $layer_id->layer_callback_list,
879
- ));
880
-
 
881
  }
882
  }
883
- }
884
  }
885
  }
886
-
887
  }
888
  return $new_slider_id;
889
  }
71
  $this->edit();
72
  }
73
 
 
 
 
 
 
74
  public function save_slider_db() {
75
  global $wpdb;
76
  $del_slide_ids_string = (isset($_POST['del_slide_ids_string']) ? substr(esc_html(stripslashes($_POST['del_slide_ids_string'])), 0, -1) : '');
507
  'youtube_rel_layer_video' => 0,
508
  'hotspot_animation' => 0,
509
  'layer_callback_list' => $layer_callback_list,
510
+ 'hotspot_text_display' => 0,
511
  ));
512
  }
513
  else {
668
  }
669
  public function duplicate() {
670
  $slider_id = WDW_S_Library::get('current_id', 0);
671
+ $new_slider_id = $this->duplicate_tables($slider_id);
672
  require_once WD_S_DIR . "/admin/models/WDSModelSliders_wds.php";
673
  $model = new WDSModelSliders_wds();
674
  require_once WD_S_DIR . "/admin/views/WDSViewSliders_wds.php";
679
 
680
  public function duplicate_all($id) {
681
  global $wpdb;
682
+ $flag = FALSE;
683
  $sliders_ids_col = $wpdb->get_col('SELECT id FROM ' . $wpdb->prefix . 'wdsslider');
684
  foreach ($sliders_ids_col as $slider_id) {
685
  if (isset($_POST['check_' . $slider_id])) {
686
+ $flag = TRUE;
687
+ $this->duplicate_tables($slider_id);
688
  }
689
  }
690
+ if ($flag) {
691
+ echo WDW_S_Library::message('Items Succesfully Duplicated.', 'wd_updated');
692
+ }
693
+ else {
694
+ echo WDW_S_Library::message('You must select at least one item.', 'wd_error');
695
+ }
696
  $this->display();
697
  }
698
 
699
+ public function duplicate_tables($slider_id) {
700
  global $wpdb;
701
  if ($slider_id) {
702
  $slider_row = $wpdb->get_row($wpdb->prepare('SELECT * FROM ' . $wpdb->prefix . 'wdsslider where id="%d"', $slider_id));
804
  'possib_add_google_fonts' => $slider_row->possib_add_google_fonts,
805
  'possib_add_ffamily' => $slider_row->possib_add_ffamily,
806
  'possib_add_ffamily_google' => $slider_row->possib_add_ffamily_google,
807
+ 'slider_loop' => $slider_row->slider_loop,
808
  ));
809
  $new_slider_id = $wpdb->get_var('SELECT MAX(id) FROM ' . $wpdb->prefix . 'wdsslider');
810
 
826
  ));
827
  $new_slide_id = $wpdb->get_var('SELECT MAX(id) FROM ' . $wpdb->prefix . 'wdsslide');
828
  $slider_layer = $wpdb->get_results($wpdb->prepare('SELECT * FROM ' . $wpdb->prefix . 'wdslayer where slide_id="%d"', $single_slide->id));
829
+ if ($slider_layer) {
830
  foreach ($slider_layer as $layer_id) {
831
+ if ($layer_id) {
832
  $save = $wpdb->insert($wpdb->prefix . 'wdslayer', array(
833
+ 'slide_id' => $new_slide_id,
834
+ 'title' => $layer_id->title,
835
+ 'type' => $layer_id->type,
836
+ 'depth' => $layer_id->depth,
837
+ 'text' => $layer_id->text,
838
+ 'link' => $layer_id->link,
839
+ 'left' => $layer_id->left,
840
+ 'top' => $layer_id->top,
841
+ 'start' => $layer_id->start,
842
+ 'end' => $layer_id->end,
843
+ 'published' => $layer_id->published,
844
+ 'color' => $layer_id->color,
845
+ 'size' => $layer_id->size,
846
+ 'ffamily' => $layer_id->ffamily,
847
+ 'fweight' => $layer_id->fweight,
848
+ 'padding' => $layer_id->padding,
849
+ 'fbgcolor' => $layer_id->fbgcolor,
850
+ 'transparent' => $layer_id->transparent,
851
+ 'border_width' => $layer_id->border_width,
852
+ 'border_style' => $layer_id->border_style,
853
+ 'border_color' => $layer_id->border_color,
854
+ 'border_radius' => $layer_id->border_radius,
855
+ 'shadow' => $layer_id->shadow,
856
+ 'image_url' => $layer_id->image_url,
857
+ 'image_width' => $layer_id->image_width,
858
+ 'image_height' => $layer_id->image_height,
859
+ 'image_scale' => $layer_id->image_scale,
860
+ 'alt' => $layer_id->alt,
861
+ 'imgtransparent' => $layer_id->imgtransparent,
862
+ 'social_button' => $layer_id->social_button,
863
+ 'hover_color' => $layer_id->hover_color,
864
+ 'layer_effect_in' => $layer_id->layer_effect_in,
865
+ 'layer_effect_out' => $layer_id->layer_effect_out,
866
+ 'duration_eff_in' => $layer_id->duration_eff_in,
867
+ 'duration_eff_out' => $layer_id->duration_eff_out,
868
+ 'target_attr_layer' => $layer_id->target_attr_layer,
869
+ 'hotp_width' => $layer_id->hotp_width,
870
+ 'hotp_fbgcolor' => $layer_id->hotp_fbgcolor,
871
+ 'hotp_border_width' => $layer_id->hotp_border_width,
872
+ 'hotp_border_style' => $layer_id->hotp_border_style,
873
+ 'hotp_border_color' => $layer_id->hotp_border_color,
874
+ 'hotp_border_radius' => $layer_id->hotp_border_radius,
875
+ 'hotp_text_position' => $layer_id->hotp_text_position,
876
+ 'google_fonts' => $layer_id->google_fonts,
877
+ 'add_class' => $layer_id->add_class,
878
+ 'layer_video_loop' => $layer_id->layer_video_loop,
879
+ 'youtube_rel_layer_video' => $layer_id->youtube_rel_layer_video,
880
+ 'hotspot_animation' => $layer_id->hotspot_animation,
881
  'layer_callback_list' => $layer_id->layer_callback_list,
882
+ 'hotspot_text_display' => $layer_id->hotspot_text_display,
883
+ ));
884
+ }
885
  }
886
  }
 
887
  }
888
  }
 
889
  }
890
  return $new_slider_id;
891
  }
admin/views/WDSViewSliders_wds.php CHANGED
@@ -31,6 +31,7 @@ class WDSViewSliders_wds {
31
  $order_by = (isset($_POST['order_by']) ? esc_html(stripslashes($_POST['order_by'])) : 'id');
32
  $order_class = 'manage-column column-title sorted ' . $asc_or_desc;
33
  $ids_string = '';
 
34
  ?>
35
  <style>
36
  <?php
@@ -62,7 +63,7 @@ class WDSViewSliders_wds {
62
  ?>
63
  </style>
64
  <div style="clear: both; float: left; width: 99%;">
65
- <div style="float: left; font-size: 14px; font-weight: bold;">
66
  This section allows you to create, edit and delete sliders.
67
  <a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-slider-wd/adding-images.html">Read More in User Manual</a>
68
  </div>
@@ -76,7 +77,7 @@ class WDSViewSliders_wds {
76
  <?php wp_nonce_field('nonce_wd', 'nonce_wd'); ?>
77
  <span class="slider-icon"></span>
78
  <h2>
79
- Sliders
80
  <a href="" class="add-new-h2" onclick="spider_set_input_value('task', 'add');
81
  spider_form_submit(event, 'sliders_form')">Add new</a>
82
  </h2>
@@ -116,9 +117,6 @@ class WDSViewSliders_wds {
116
  <span>ID</span><span class="sorting-indicator"></span>
117
  </a>
118
  </th>
119
-
120
-
121
-
122
  <th class="mobile_hide table_big_col">Slider</th>
123
  <th class="sortable <?php if ($order_by == 'name') {echo $order_class;} ?>">
124
  <a onclick="spider_set_input_value('task', '');
@@ -204,6 +202,9 @@ class WDSViewSliders_wds {
204
  $ids_string .= $row_data->id . ',';
205
  }
206
  }
 
 
 
207
  ?>
208
  </tbody>
209
  </table>
31
  $order_by = (isset($_POST['order_by']) ? esc_html(stripslashes($_POST['order_by'])) : 'id');
32
  $order_class = 'manage-column column-title sorted ' . $asc_or_desc;
33
  $ids_string = '';
34
+ $header_title = __('Sliders', 'wds');
35
  ?>
36
  <style>
37
  <?php
63
  ?>
64
  </style>
65
  <div style="clear: both; float: left; width: 99%;">
66
+ <div style="float: left; font-size: 14px; font-weight: bold;">
67
  This section allows you to create, edit and delete sliders.
68
  <a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-slider-wd/adding-images.html">Read More in User Manual</a>
69
  </div>
77
  <?php wp_nonce_field('nonce_wd', 'nonce_wd'); ?>
78
  <span class="slider-icon"></span>
79
  <h2>
80
+ <?php echo $header_title; ?>
81
  <a href="" class="add-new-h2" onclick="spider_set_input_value('task', 'add');
82
  spider_form_submit(event, 'sliders_form')">Add new</a>
83
  </h2>
117
  <span>ID</span><span class="sorting-indicator"></span>
118
  </a>
119
  </th>
 
 
 
120
  <th class="mobile_hide table_big_col">Slider</th>
121
  <th class="sortable <?php if ($order_by == 'name') {echo $order_class;} ?>">
122
  <a onclick="spider_set_input_value('task', '');
202
  $ids_string .= $row_data->id . ',';
203
  }
204
  }
205
+ else {
206
+ echo WDW_S_Library::no_items($header_title);
207
+ }
208
  ?>
209
  </tbody>
210
  </table>
css/wds_tables.css CHANGED
@@ -1722,4 +1722,8 @@ th.sorted a span {
1722
 
1723
  .table_large_col input {
1724
  width: inherit;
 
 
 
 
1725
  }
1722
 
1723
  .table_large_col input {
1724
  width: inherit;
1725
+ }
1726
+
1727
+ .no-items .colspanchange {
1728
+ padding: 8px 10px;
1729
  }
framework/WDW_S_Library.php CHANGED
@@ -564,6 +564,17 @@ eway+Dots' => 'Raleway Dots', 'Ramabhadra' => 'Ramabhadra', 'Ramaraja' => 'Ramar
564
  ook', 'UnifrakturMaguntia' => 'UnifrakturMaguntia', 'Unkempt' => 'Unkempt', 'Unlock' => 'Unlock', 'Unna' => 'Unna', 'VT323' => 'VT323', 'Vampiro+One' => 'Vampiro One', 'Varela' => 'Varela', 'Varela+Round' => 'Varela Round', 'Vast+Shadow' => 'Vast Shadow', 'Vibur' => 'Vibur', 'Vidaloka' => 'Vidaloka', 'Viga' => 'Viga', 'Voces' => 'Voces', 'Volkhov' => 'Volkhov', 'Vollkorn' => 'Vollkorn', 'Voltaire' => 'Voltaire', 'Waiting+for+the+sunrise' => 'Waiting for the Sunrise', 'Wallpoet' => 'Wallpoet', 'Walter+Turncoat' => 'Walter Turncoat', 'Warnes' => 'Warnes', 'Wellfleet' => 'Wellfleet', 'Wendy+One' => 'Wendy One', 'Wire+One' => 'Wire One', 'Work+Sans' => 'Work Sans', 'Yanone+Kaffeesatz' => 'Yanone Kaffeesatz', 'Yantramanav' => 'Yantramanav', 'Yellowtail' => 'Yellowtail', 'Yeseva+One' => 'Yeseva One', 'Yesteryear' => 'Yesteryear', 'Zeyada' => 'Zeyada');
565
  return $google_fonts;
566
  }
 
 
 
 
 
 
 
 
 
 
 
567
  ////////////////////////////////////////////////////////////////////////////////////////
568
  // Private Methods //
569
  ////////////////////////////////////////////////////////////////////////////////////////
564
  ook', 'UnifrakturMaguntia' => 'UnifrakturMaguntia', 'Unkempt' => 'Unkempt', 'Unlock' => 'Unlock', 'Unna' => 'Unna', 'VT323' => 'VT323', 'Vampiro+One' => 'Vampiro One', 'Varela' => 'Varela', 'Varela+Round' => 'Varela Round', 'Vast+Shadow' => 'Vast Shadow', 'Vibur' => 'Vibur', 'Vidaloka' => 'Vidaloka', 'Viga' => 'Viga', 'Voces' => 'Voces', 'Volkhov' => 'Volkhov', 'Vollkorn' => 'Vollkorn', 'Voltaire' => 'Voltaire', 'Waiting+for+the+sunrise' => 'Waiting for the Sunrise', 'Wallpoet' => 'Wallpoet', 'Walter+Turncoat' => 'Walter Turncoat', 'Warnes' => 'Warnes', 'Wellfleet' => 'Wellfleet', 'Wendy+One' => 'Wendy One', 'Wire+One' => 'Wire One', 'Work+Sans' => 'Work Sans', 'Yanone+Kaffeesatz' => 'Yanone Kaffeesatz', 'Yantramanav' => 'Yantramanav', 'Yellowtail' => 'Yellowtail', 'Yeseva+One' => 'Yeseva One', 'Yesteryear' => 'Yesteryear', 'Zeyada' => 'Zeyada');
565
  return $google_fonts;
566
  }
567
+
568
+ public static function no_items($title) {
569
+ $title = ($title != '') ? strtolower($title) : 'items';
570
+ ob_start();
571
+ ?>
572
+ <tr class="no-items">
573
+ <td class="colspanchange" colspan="0"><?php echo sprintf(__('No %s found.', 'wds'), $title); ?></td>
574
+ </tr>
575
+ <?php
576
+ return ob_get_clean();
577
+ }
578
  ////////////////////////////////////////////////////////////////////////////////////////
579
  // Private Methods //
580
  ////////////////////////////////////////////////////////////////////////////////////////
js/wds.js CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  function spider_ajax_save(form_id, event) {
2
  /* Loading.*/
3
  jQuery(".spider_load").show();
@@ -2619,15 +2623,12 @@ function wds_remove_slide(slideID, conf) {
2619
  var delslideIds = jQuery("#del_slide_ids_string").val() + slideID + ",";
2620
  jQuery("#del_slide_ids_string").val(delslideIds);
2621
 
2622
- var slides = jQuery(".wbs_subtab div[id^='wbs_subtab']");
2623
- for (var i in slides) {
2624
- if (slides[i]) {
2625
- firstSlideID = slides[i].id.replace("wbs_subtab", "");
2626
- jQuery("#wbs_subtab" + firstSlideID).addClass("wds_sub_active");
2627
- jQuery(".wds_slide" + firstSlideID).addClass("wds_sub_active");
2628
- }
2629
- break;
2630
- }
2631
  }
2632
 
2633
  function wds_trans_end(id, effect) {
1
+ jQuery(document).ready(function () {
2
+ jQuery(".wds_form .colspanchange").attr("colspan", jQuery(".wds_form table>thead>tr>th").length);
3
+ });
4
+
5
  function spider_ajax_save(form_id, event) {
6
  /* Loading.*/
7
  jQuery(".spider_load").show();
2623
  var delslideIds = jQuery("#del_slide_ids_string").val() + slideID + ",";
2624
  jQuery("#del_slide_ids_string").val(delslideIds);
2625
 
2626
+ jQuery(".wbs_subtab div[id^='wbs_subtab']").each(function () {
2627
+ var id = jQuery(this).attr("id");
2628
+ firstSlideID = id.replace("wbs_subtab", "");
2629
+ jQuery("#wbs_subtab" + firstSlideID).addClass("wds_sub_active");
2630
+ jQuery(".wds_slide" + firstSlideID).addClass("wds_sub_active");
2631
+ });
 
 
 
2632
  }
2633
 
2634
  function wds_trans_end(id, effect) {
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://web-dorado.com/products/wordpress-slider-plugin.html
4
  Tags: image slider, slider, slideshow, image, images, responsive, shortcode, widget, jquery, gallery, swipe, layer
5
  Requires at least: 3.4
6
  Tested up to: 4.5
7
- Stable tag: 1.1.33
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -12,7 +12,7 @@ This WordPress slider plugin is a great tool for creating responsive sliders. It
12
 
13
  == Description ==
14
  Create responsive, highly configurable sliders with various effects for your WordPress site. Download for FREE!
15
-
16
  https://www.youtube.com/watch?v=xebpM_-GwG0&index=1&list=PLnxWPiY5tLFWQf5XaEYYPZj0gdggUrVxP
17
 
18
  [WordPress Slider Plugin](http://web-dorado.com/products/wordpress-slider-plugin.html)
@@ -160,6 +160,12 @@ After downloading the ZIP file of the slider plugin,
160
 
161
  == Changelog ==
162
 
 
 
 
 
 
 
163
  = 1.1.33 =
164
  * Added: Function with sliders return value.
165
  * Changed: Featured plugins page.
@@ -203,9 +209,9 @@ After downloading the ZIP file of the slider plugin,
203
  = 1.1.21 =
204
  * Added: Google fonts scripts (greek,latin,greek-ext,vietnamese,cyrillic-ext,latin-ext,cyrillic).
205
  * Changed: Featured plugins and themes pages.
206
-
207
- = 1.1.20 =
208
- * Added: Possibility to add class to layers.
209
 
210
  = 1.1.19 =
211
  * Fixed: Conflict with some themes.
@@ -559,14 +565,12 @@ Click "Activate Plugin" button for activating the plugin.
559
  If any problem occurs with installation of Slider WD, please let us know using ["Contact Us"](https://web-dorado.com/support/contact-us.html) form.
560
 
561
  = Step 2: Adding images to Sliders. =
562
- Go to Slider WD >Sliders > Add New.
563
- Slides tab will open up.
564
- As a first step you should specify the name of the slider.
565
- Slider Name. Provide a name for the slider.
566
- Below you will be able to add slides.
567
- 2.1 Published. Choose whether to publish the newly added slider or not.
568
- 2.2 Link the slide. You can set a redirection link, so that the user will get to the mentioned location upon hitting that specific slide.
569
- 2.3 Add image from Media Library. You can select images to use within the slider which are currently uploaded to your Media Library by clicking on those and pressing Insert button. In addition you can upload new files, navigating to Upload Files tab on the left. Then press Select Files button, choose the image and press Insert button. This way the image will be added to the slider.
570
  2.4 Add Image URL. You can also add images providing the absolute link to it. Press Add Image URL, provide the link and press Add button.This will be useful for adding images to the slider without the need of downloading those and uploading again.
571
  2.5 Add Video. In addition to images, you can instead use videos withing the slider from YouTube and Vimeo. You should click on Add Video button, provide the link to the video and press Add button. The image associated with the YouTube/Vimeo video will be automatically displayed as a slider image and then the video will be played.
572
  2.6 Remove. You can use Remove button to remove the slider image or video.
@@ -806,4 +810,4 @@ Try demo sliders
806
  [DOWNLOAD PARALLAX SLIDER](http://wpdemo.web-dorado.com/parallax)
807
  [DOWNLOAD HOTSPOT SLIDER](http://wpdemo.web-dorado.com/hotspot)
808
  [DOWNLOAD VIDEO SLIDER SLIDER](http://wpdemo.web-dorado.com/video-slider)
809
-
4
  Tags: image slider, slider, slideshow, image, images, responsive, shortcode, widget, jquery, gallery, swipe, layer
5
  Requires at least: 3.4
6
  Tested up to: 4.5
7
+ Stable tag: 1.1.34
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
12
 
13
  == Description ==
14
  Create responsive, highly configurable sliders with various effects for your WordPress site. Download for FREE!
15
+
16
  https://www.youtube.com/watch?v=xebpM_-GwG0&index=1&list=PLnxWPiY5tLFWQf5XaEYYPZj0gdggUrVxP
17
 
18
  [WordPress Slider Plugin](http://web-dorado.com/products/wordpress-slider-plugin.html)
160
 
161
  == Changelog ==
162
 
163
+ = 1.1.34 =
164
+ * Added: No sliders found message.
165
+ * Fixed: Add images on new slider.
166
+ * Fixed: Duplicate sliders.
167
+ * Fixed: Add posts page styles.
168
+
169
  = 1.1.33 =
170
  * Added: Function with sliders return value.
171
  * Changed: Featured plugins page.
209
  = 1.1.21 =
210
  * Added: Google fonts scripts (greek,latin,greek-ext,vietnamese,cyrillic-ext,latin-ext,cyrillic).
211
  * Changed: Featured plugins and themes pages.
212
+
213
+ = 1.1.20 =
214
+ * Added: Possibility to add class to layers.
215
 
216
  = 1.1.19 =
217
  * Fixed: Conflict with some themes.
565
  If any problem occurs with installation of Slider WD, please let us know using ["Contact Us"](https://web-dorado.com/support/contact-us.html) form.
566
 
567
  = Step 2: Adding images to Sliders. =
568
+ Go to Slider WD > select Sliders > click Add New
569
+ First of all specify the name of the slider in Slider Title field. Below that you will be able to add your new slides.
570
+ 2.1 Published. Under the image you have just added, select YES whether you want to publish slide, so it will appear in your slider.
571
+ 2.2 Link the slide. Next to Yes/No select under the slide, you will see an option "Link the slider to". This option allows you to redirect users on click to another post/page or website.
572
+ 2.3 Add image from Media Library.
573
+ ou can upload images of your Media Library to the slider, by clicking "Add Images" button on the top of your working area. Otherwise, you may upload new files using the "Upload files" tab on the top-left side of your Media Library menu.
 
 
574
  2.4 Add Image URL. You can also add images providing the absolute link to it. Press Add Image URL, provide the link and press Add button.This will be useful for adding images to the slider without the need of downloading those and uploading again.
575
  2.5 Add Video. In addition to images, you can instead use videos withing the slider from YouTube and Vimeo. You should click on Add Video button, provide the link to the video and press Add button. The image associated with the YouTube/Vimeo video will be automatically displayed as a slider image and then the video will be played.
576
  2.6 Remove. You can use Remove button to remove the slider image or video.
810
  [DOWNLOAD PARALLAX SLIDER](http://wpdemo.web-dorado.com/parallax)
811
  [DOWNLOAD HOTSPOT SLIDER](http://wpdemo.web-dorado.com/hotspot)
812
  [DOWNLOAD VIDEO SLIDER SLIDER](http://wpdemo.web-dorado.com/video-slider)
813
+
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.1.33
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -435,7 +435,7 @@ register_activation_hook(__FILE__, 'wds_activate');
435
 
436
  function wds_install() {
437
  $version = get_option("wds_version");
438
- $new_version = '1.1.33';
439
  if ($version && version_compare($version, $new_version, '<')) {
440
  require_once WD_S_DIR . "/sliders-update.php";
441
  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.1.34
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
435
 
436
  function wds_install() {
437
  $version = get_option("wds_version");
438
+ $new_version = '1.1.34';
439
  if ($version && version_compare($version, $new_version, '<')) {
440
  require_once WD_S_DIR . "/sliders-update.php";
441
  wds_update($version);