Slider by WD – Responsive Slider - Version 1.1.75

Version Description

  • Improved: Fonts.
Download this release

Release Info

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

Code changes from version 1.1.76 to 1.1.75

admin/views/WDSViewGoptions_wds.php CHANGED
@@ -129,8 +129,23 @@ class WDSViewGoptions_wds {
129
  $global_options->register_scripts = get_option("wds_register_scripts", 0);
130
  }
131
  ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
  <div class="clear"></div>
133
- <form class="wrap wds_form" id="sliders_form" method="post" action="admin.php?page=goptions_wds" style="width: 98%;" enctype="multipart/form-data">
134
  <?php wp_nonce_field('nonce_wd', 'nonce_wd'); ?>
135
  <div class="wds-options-page-banner">
136
  <div class="wds-options-logo"></div>
129
  $global_options->register_scripts = get_option("wds_register_scripts", 0);
130
  }
131
  ?>
132
+ <div style="clear: both; float: left; width: 99%;">
133
+ <div style="float: left; font-size: 14px; font-weight: bold;">
134
+ This section allows you to edit global options for sliders.
135
+ <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>
136
+ </div>
137
+ </div>
138
+ <div class="wds_pro_container">
139
+ <a class="wds_pro_link wds_pro_text" target="_blank" href="https://web-dorado.com/files/fromslider.php">
140
+ <?php
141
+ $text = strtoupper(__('Upgrade to paid version', 'wds'));
142
+ ?>
143
+ <span><?php echo $text; ?></span>
144
+ <img class="wds_pro_image" alt="web-dorado.com" title="<?php echo $text; ?>" src="<?php echo WD_S_URL . '/images/wd_logo.png?v2'; ?>"" />
145
+ </a>
146
+ </div>
147
  <div class="clear"></div>
148
+ <form class="wrap wds_form" id="sliders_form" method="post" action="admin.php?page=goptions_wds" style="width: 99%;" enctype="multipart/form-data">
149
  <?php wp_nonce_field('nonce_wd', 'nonce_wd'); ?>
150
  <div class="wds-options-page-banner">
151
  <div class="wds-options-logo"></div>
admin/views/WDSViewSliders_wds.php CHANGED
@@ -39,10 +39,12 @@ class WDSViewSliders_wds {
39
  'export' => __('Export', 'wds'),
40
  'merge_sliders' => __('Merge', 'wds')
41
  );
 
 
 
42
  global $wp_version;
43
  if (version_compare($wp_version, '4','<')) {
44
  ?>
45
- <style>
46
  #wpwrap {
47
  background-color: #F1F1F1;
48
  }
@@ -61,11 +63,26 @@ class WDSViewSliders_wds {
61
  display:none;
62
  }
63
  }
64
- </style>
65
  <?php
66
  }
67
  ?>
68
- <form class="wrap wds_form" id="sliders_form" method="post" action="admin.php?page=sliders_wds" style="float: left; width: 98%;">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
  <?php wp_nonce_field('nonce_wd', 'nonce_wd'); ?>
70
  <div class="wds_opacity_export" onclick="jQuery('.wds_opacity_export').hide();jQuery('.wds_exports').hide();"></div>
71
  <div class="wds_exports">
@@ -459,10 +476,12 @@ class WDSViewSliders_wds {
459
  $fv_message = '';
460
  $fv_title = '';
461
  }
462
- global $wp_version;
463
- if (version_compare($wp_version, '4','<')) {
464
- ?>
465
  <style>
 
 
 
 
466
  #wpwrap {
467
  background-color:#F1F1F1
468
  }
@@ -524,16 +543,31 @@ class WDSViewSliders_wds {
524
  }
525
 
526
  }
527
- </style>
528
- <?php
529
- }
530
  ?>
 
531
  <div class="spider_message_cont"></div>
532
  <div class="spider_load">
533
  <div class="spider_load_cont"></div>
534
  <div class="spider_load_icon"><img class="spider_ajax_loading" src="<?php echo WD_S_URL . '/images/ajax_loader_back.gif'; ?>"></div>
535
  </div>
536
- <form class="wrap wds_form" method="post" id="sliders_form" action="admin.php?page=sliders_wds" style="float: left; width: 98%;">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
537
  <?php wp_nonce_field('nonce_wd', 'nonce_wd'); ?>
538
  <span class="slider-icon"></span>
539
  <h2 class="wds_default"><?php echo $page_title; ?></h2>
39
  'export' => __('Export', 'wds'),
40
  'merge_sliders' => __('Merge', 'wds')
41
  );
42
+ ?>
43
+ <style>
44
+ <?php
45
  global $wp_version;
46
  if (version_compare($wp_version, '4','<')) {
47
  ?>
 
48
  #wpwrap {
49
  background-color: #F1F1F1;
50
  }
63
  display:none;
64
  }
65
  }
 
66
  <?php
67
  }
68
  ?>
69
+ </style>
70
+ <div style="width: 99%;">
71
+ <div style="font-size: 14px; font-weight: bold;">
72
+ This section allows you to create, edit and delete sliders.
73
+ <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>
74
+ </div>
75
+ <div class="wds_pro_container">
76
+ <a class="wds_pro_link wds_pro_text" target="_blank" href="https://web-dorado.com/files/fromslider.php">
77
+ <?php
78
+ $text = strtoupper(__('Upgrade to paid version', 'wds'));
79
+ ?>
80
+ <span><?php echo $text; ?></span>
81
+ <img class="wds_pro_image" alt="web-dorado.com" title="<?php echo $text; ?>" src="<?php echo WD_S_URL . '/images/wd_logo.png?v2'; ?>"" />
82
+ </a>
83
+ </div>
84
+ </div>
85
+ <form class="wrap wds_form" id="sliders_form" method="post" action="admin.php?page=sliders_wds" style="float: left; width: 99%;">
86
  <?php wp_nonce_field('nonce_wd', 'nonce_wd'); ?>
87
  <div class="wds_opacity_export" onclick="jQuery('.wds_opacity_export').hide();jQuery('.wds_exports').hide();"></div>
88
  <div class="wds_exports">
476
  $fv_message = '';
477
  $fv_title = '';
478
  }
479
+ ?>
 
 
480
  <style>
481
+ <?php
482
+ global $wp_version;
483
+ if (version_compare($wp_version, '4','<')) {
484
+ ?>
485
  #wpwrap {
486
  background-color:#F1F1F1
487
  }
543
  }
544
 
545
  }
546
+ <?php
547
+ }
 
548
  ?>
549
+ </style>
550
  <div class="spider_message_cont"></div>
551
  <div class="spider_load">
552
  <div class="spider_load_cont"></div>
553
  <div class="spider_load_icon"><img class="spider_ajax_loading" src="<?php echo WD_S_URL . '/images/ajax_loader_back.gif'; ?>"></div>
554
  </div>
555
+ <div style="clear: both; float: left; width: 99%;">
556
+ <div style="float: left; font-size: 14px; font-weight: bold;">
557
+ This section allows you to add/edit slider.
558
+ <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>
559
+ </div>
560
+ <div class="wds_pro_container">
561
+ <a class="wds_pro_link wds_pro_text" target="_blank" href="https://web-dorado.com/files/fromslider.php">
562
+ <?php
563
+ $text = strtoupper(__('Upgrade to paid version', 'wds'));
564
+ ?>
565
+ <span><?php echo $text; ?></span>
566
+ <img class="wds_pro_image" alt="web-dorado.com" title="<?php echo $text; ?>" src="<?php echo WD_S_URL . '/images/wd_logo.png?v2'; ?>"" />
567
+ </a>
568
+ </div>
569
+ </div>
570
+ <form class="wrap wds_form" method="post" id="sliders_form" action="admin.php?page=sliders_wds" style="float: left; width: 99%;">
571
  <?php wp_nonce_field('nonce_wd', 'nonce_wd'); ?>
572
  <span class="slider-icon"></span>
573
  <h2 class="wds_default"><?php echo $page_title; ?></h2>
images/support.png DELETED
Binary file
images/wd_logo.png ADDED
Binary file
licensing/licensing.php CHANGED
@@ -80,6 +80,15 @@
80
  <span class="yes"></span>
81
  </div>
82
  </div>
 
 
 
 
 
 
 
 
 
83
  <div style="float: left; clear: both;">
84
  <p>After purchasing the commercial version follow these steps:</p>
85
  <ol>
80
  <span class="yes"></span>
81
  </div>
82
  </div>
83
+ <div class="wds_pro_container">
84
+ <a class="wds_pro_link wds_pro_text" target="_blank" href="https://web-dorado.com/files/fromslider.php">
85
+ <?php
86
+ $text = strtoupper(__('Upgrade to paid version', 'wds'));
87
+ ?>
88
+ <span><?php echo $text; ?></span>
89
+ <img class="wds_pro_image" alt="web-dorado.com" title="<?php echo $text; ?>" src="<?php echo WD_S_URL . '/images/wd_logo.png?v2'; ?>"" />
90
+ </a>
91
+ </div>
92
  <div style="float: left; clear: both;">
93
  <p>After purchasing the commercial version follow these steps:</p>
94
  <ol>
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Slider by WD – Responsive Slider for WordPress ===
2
  Contributors: webdorado
3
  Donate link: https://web-dorado.com/products/wordpress-slider-plugin.html
4
- Tags: responsive slider, slider, slideshow, wordpress slider, image slider, gallery slider, images slider, Photo Slider, post slider, slider plugin, video slider, youtube slider
5
  Requires at least: 3.4
6
  Tested up to: 4.7
7
- Stable tag: 1.1.76
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -18,7 +18,7 @@ https://www.youtube.com/watch?v=xebpM_-GwG0&index=1&list=PLnxWPiY5tLFWQf5XaEYYPZ
18
 
19
  Slider WD WordPress Plugin
20
 
21
- Create responsive, highly configurable sliders with various effects for your WordPress site. Download for FREE!
22
 
23
  [WordPress Slider Plugin](http://web-dorado.com/products/wordpress-slider-plugin.html)
24
  [Demo](http://wpdemo.web-dorado.com/slider/)
@@ -27,10 +27,10 @@ Create responsive, highly configurable sliders with various effects for your Wor
27
  [Support Forum](http://web-dorado.com/forum/slider-plugin.html)
28
  [How to change and modify Slider WD Settings](https://www.youtube.com/watch?v=Peny_dkHaMo&list=PLnxWPiY5tLFWQf5XaEYYPZj0gdggUrVxP&index=3)
29
 
30
- Slider WD is an effective tool for adding responsive sliders to your website. The WordPress slider plugin can be added both as a widget and plugin, as well as be included in the theme for displaying the slider within the theme using PHP function. Slider WD allows adding both images and videos (currently supporting YouTube and Vimeo to be displayed as slider slides). The numerous transition effects and layer support enhance the functionality of the WordPress slider plugin.
31
-
32
- The number of the slides for each slider is not limited. Various layers can be applied for each individual slide. There are three basic types of layers designed for the slides. Those are for sharing textual content, images and sharing buttons (Google+, Tumblr, Twitter, Pinterest and Facebook.) The slides can be used for redirection to another location. Similar feature is also available with the text and image layers of WordPress Slider plugin.
33
 
 
 
34
 
35
  * Responsiveness
36
  * Possibility of adding unlimited sliders and unlimited slides for each slider
@@ -50,37 +50,39 @@ The number of the slides for each slider is not limited. Various layers can be a
50
  * Timer bar
51
  * Support for watermarks
52
  * Design customization for almost all features
53
- * Custom CSS support for adding additional styling features to the slider
54
  * Possibility to use Slider WD Media Upload for uploading multiple images at once
55
  * Text and image watermarking possibility
56
  * Option of opening the slider-related link within the same page
57
  * Slide duplication
58
  * Fixed background slider
 
59
 
60
  Upgrade to [WordPress Slider Pro](http://web-dorado.com/products/wordpress-slider-plugin.html) to add features:
61
 
62
  * 26 transition effects for Slider
63
  * 38 layer effects
64
  * Post Slides
65
- * Video Slide support (YouTube and Vimeo)
66
  * Dailymotion, Instagram and Flickr embed
67
  * Layers (text, image and media embed)- [Video Manual](https://www.youtube.com/watch?v=obnyK-Czf0k&list=PLnxWPiY5tLFWQf5XaEYYPZj0gdggUrVxP&index=2)
68
  * Social sharing buttons layer (Google+, Tumblr, Twitter, Pinterest and Facebook)
69
  * Hotspot layer
70
  * Filmstrip support
71
  * Navigation button/bullet styles
72
- * Parallax effect
73
- * Carousel effect
74
  * Video Slide and layer (mp4)
75
  * Slider Export/Import.
76
 
77
- The plugin comes with a few demo sliders on its demo page, which are representing the main types of sliders supported by the plugin, whereas you can always enhance the plugin functionality combining slider types. The mentioned four types are Multi-Layer Slider, 3D Full-Width Slider, Filmstrip Slider, Zoom Effect Slider. Let’s discuss each of the types separately.
78
 
79
- Multi-layer slider is designed for displaying textual, image and social sharing layers over the slides. This type of sliders are most commonly used when you are trying to create a slider similar to one created with PowerPoint or other presentation and slider software.
 
 
80
 
81
- 3D Full-width Slider is designed for displaying full-size sliders on any of your website pages. It uses a special effect for shifting between slides creating a 3D effect. This slider takes the width of the page, where it’s included.
82
 
83
- Filmstrip slider is designed for displaying small icons of the set of slides included in the slider. This is especially useful, if you have large set of slides and do want the user to choose which slide of the slider start the showcase. In addition to this, you can use this type of slider as an alternative to gallery plugins, where the displayed image opens up in a larger lightbox, which is not as convenient.
84
 
85
  Zoom Effect slider is convenient, where you have small space but want to represent the main image and enlarged extract of it. Here the image gets zoomed without switching between slides of the slider. Each image and its extract are being included in a single slide. Thus this slider is more effective when used with HD images.
86
 
@@ -90,7 +92,7 @@ If you don’t want to limit yourself with one of these types of sliders, then y
90
  ###IMPORTANT:
91
  If you think you found a bug in Slider WD or have any problem/question concerning the plugin, please check out [WordPress Slider Support Forum](http://web-dorado.com/forum/slider-plugin.html) in our website. If you do not find a solution here, do not hesitate to [click here to contact us](https://web-dorado.com/support/contact-us.html).
92
 
93
- *If you need language of Slider WD which is not included in this list, please contact us and we will do the translation of Slider WD within 3 days. If you find any mistakes in the translation, please contact us and we will make relevant corrections within 3 days. *
94
 
95
 
96
  == Installation ==
@@ -653,7 +655,7 @@ If you have found mistakes in translations , please write us and we will make ne
653
 
654
  = 10. Can I adjust the width of the slider to be full-width? =
655
 
656
- Yes, Slider WD has an option for displaying full-width sliders. You can use the feature for inserting not only sliders on your homepage, but also different post and pages.
657
 
658
  = 11. What audio files can be used for audio playback in Slider WD? =
659
 
@@ -678,6 +680,40 @@ Watermark may not work for the following reasons:
678
 
679
  So, please try the following: make sure to upload photos without using any link option, make sure to have your server’s GD2 library on, resize the image and set the same dimensions as in the slider settings before upload.
680
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
681
 
682
  == Slider WD Step by step guide ==
683
 
@@ -718,9 +754,9 @@ There are three types of layers that can be added to the slides: text, image and
718
 
719
  The layer buttons are located on the lower left corner of each slide.
720
 
721
- You can add more than one layer to your slide. These layers can be of different or same type.
722
 
723
- 3.1 Add Text Layer. You can add custom text to be set as layer over the specific slide.
724
 
725
  Text. Provide the text which will be displayed over the slider image.
726
  Link. Provide an absolute URL to which the user will be redirected when pressing on the text layer.
@@ -729,14 +765,14 @@ Size. Define the font size of the text.
729
  Color. Select the text color for the text layer.
730
  Font family. Choose the font family for the text.
731
  Font weight. Choose the font weight for the text from the provided options.
732
- Effect in. Apply an effect to the process of putting the layer over the slide.
733
  Start- Define the timing when to start the effect.
734
  Effect- Select the effect option from the drop-down list.
735
  Duration- Define the duration of the effect in ms.
736
  Effect out. Apply an effect to the process of taking the layer off the image.
737
  Start- Define the timing when to start the effect.
738
  Effect- Select the effect option from the drop-down list.
739
- Duration- Define the duration of the effect in ms.
740
  Padding. Using CSS type values set padding for the text.
741
  Background Color. Choose a background color for the text layer.
742
  Transparent. Specify the level of transparency for the layer.
@@ -746,7 +782,7 @@ Shadow. Get a shadow for the text layer using CSS type values.
746
  Published. Choose whether to publish the layer or not.
747
 
748
 
749
- 3.2 Add Image Layer. You can add images of various dimensions to be set as layers.
750
 
751
  Dimensions. Set the dimensions of the image. Note that it will be best to select dimensions which correspond to the ratio of the original image, so that the image will not be distorted.
752
  Scale. By checking the box the image will be automatically scaled taking the provided width and keeping the original ratio of the image.
@@ -945,5 +981,4 @@ Try demo sliders
945
  [DOWNLOAD CAROUSEL SLIDER](http://wpdemo.web-dorado.com/wordpress-slider-wd-carusel)
946
  [DOWNLOAD PARALLAX SLIDER](http://wpdemo.web-dorado.com/parallax)
947
  [DOWNLOAD HOTSPOT SLIDER](http://wpdemo.web-dorado.com/hotspot)
948
- [DOWNLOAD VIDEO SLIDER SLIDER](http://wpdemo.web-dorado.com/video-slider)
949
-
1
  === Slider by WD – Responsive Slider for WordPress ===
2
  Contributors: webdorado
3
  Donate link: https://web-dorado.com/products/wordpress-slider-plugin.html
4
+ Tags: responsive slider, slider, slideshow, wordpress slider, image slider, gallery slider, images slider, Photo Slider, post slider, slider plugin, video slider, youtube slider,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 slideshow, javascript slider, javascript slideshow, jquery slider, jquery slideshow, posts slider, responsive slideshow, sidebar, slide, slide show, slider, slider widget, slides, slideshow manager, slideshow plugin, vertical slider, video slideshow,vimeo slideshow, vimeo slider, widget slider, widget slideshow, wordpress slideshow, wp slider, youtube slideshow, 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.7
7
+ Stable tag: 1.1.77
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
18
 
19
  Slider WD WordPress Plugin
20
 
21
+ Create responsive, highly configurable wordpress sliders with various effects for your WordPress site. Download for FREE!
22
 
23
  [WordPress Slider Plugin](http://web-dorado.com/products/wordpress-slider-plugin.html)
24
  [Demo](http://wpdemo.web-dorado.com/slider/)
27
  [Support Forum](http://web-dorado.com/forum/slider-plugin.html)
28
  [How to change and modify Slider WD Settings](https://www.youtube.com/watch?v=Peny_dkHaMo&list=PLnxWPiY5tLFWQf5XaEYYPZj0gdggUrVxP&index=3)
29
 
30
+ Slider WD is an effective tool for adding responsive slider to your website. The WordPress slider plugin can be added both as a widget and plugin, as well as be included in the theme for displaying the slider within the theme using PHP function. Slider WD allows adding both images and videos (currently supporting YouTube and Vimeo to be displayed as slider slides). The numerous transition effects and layer support enhance the functionality of the WordPress slider plugin.
 
 
31
 
32
+ The number of the slides for each slider is not limited. Various layers can be applied for each individual responsive slides. There are three basic types of layers designed for the slides. Those are for sharing textual content, images and sharing buttons (Google+, Tumblr, Twitter, Pinterest and Facebook.) The slides can be used for redirection to another location. Similar feature is also available with the text and image layers of WordPress Slider plugin.
33
+
34
 
35
  * Responsiveness
36
  * Possibility of adding unlimited sliders and unlimited slides for each slider
50
  * Timer bar
51
  * Support for watermarks
52
  * Design customization for almost all features
53
+ * Custom CSS support for adding additional styling features to the slider (css3 slider options)
54
  * Possibility to use Slider WD Media Upload for uploading multiple images at once
55
  * Text and image watermarking possibility
56
  * Option of opening the slider-related link within the same page
57
  * Slide duplication
58
  * Fixed background slider
59
+ * Slider widget
60
 
61
  Upgrade to [WordPress Slider Pro](http://web-dorado.com/products/wordpress-slider-plugin.html) to add features:
62
 
63
  * 26 transition effects for Slider
64
  * 38 layer effects
65
  * Post Slides
66
+ * Video Slide support (YouTube slider and Vimeo slider)
67
  * Dailymotion, Instagram and Flickr embed
68
  * Layers (text, image and media embed)- [Video Manual](https://www.youtube.com/watch?v=obnyK-Czf0k&list=PLnxWPiY5tLFWQf5XaEYYPZj0gdggUrVxP&index=2)
69
  * Social sharing buttons layer (Google+, Tumblr, Twitter, Pinterest and Facebook)
70
  * Hotspot layer
71
  * Filmstrip support
72
  * Navigation button/bullet styles
73
+ * Parallax Slider
74
+ * Carousel Slider
75
  * Video Slide and layer (mp4)
76
  * Slider Export/Import.
77
 
 
78
 
79
+ This wp slider plugin comes with a few demo sliders on its demo page, which are representing the main types of sliders supported by the plugin, whereas you can always enhance the plugin functionality combining slider types. The mentioned four types are Multi-Layer content Slider, 3D fullwidth Slider, Filmstrip Slider, Zoom Effect Slider. Let’s discuss each of these gallery slider types separately.
80
+
81
+ Multi-layer content slider is designed for displaying content, image layer and social sharing layers over the slides. This type of sliders are most commonly used when you are trying to create a slider similar to one created with PowerPoint or other presentation and slider software. It can be easily turned into video slideshow.
82
 
83
+ 3D fullwidth slider is designed for displaying full-size sliders on any of your website pages. It uses a special effect for shifting between slides creating a 3D effect. This slider takes the width of the page, where it’s included. Fullscreen slider can also be used.
84
 
85
+ Filmstrip slider is designed for displaying small icons of the set of slides included in the slider, it is similar to a thumbnail slider This is especially useful, if you have large set of slides and do want the user to choose which slide of the slider start the showcase. In addition to this, you can use this type of slider as an alternative to gallery plugins, where the displayed image opens up in a larger lightbox, which is not as convenient.
86
 
87
  Zoom Effect slider is convenient, where you have small space but want to represent the main image and enlarged extract of it. Here the image gets zoomed without switching between slides of the slider. Each image and its extract are being included in a single slide. Thus this slider is more effective when used with HD images.
88
 
92
  ###IMPORTANT:
93
  If you think you found a bug in Slider WD or have any problem/question concerning the plugin, please check out [WordPress Slider Support Forum](http://web-dorado.com/forum/slider-plugin.html) in our website. If you do not find a solution here, do not hesitate to [click here to contact us](https://web-dorado.com/support/contact-us.html).
94
 
95
+ *If you need language of Slider WD which is not included in this list, please contact us and we will do the translation of Slider WD within 3 days. If you find any mistakes in the translation, please contact us and we will make relevant corrections within 3 days. *
96
 
97
 
98
  == Installation ==
655
 
656
  = 10. Can I adjust the width of the slider to be full-width? =
657
 
658
+ Yes, Slider WD has an option for displaying full-width sliders. You can use the feature for inserting not only sliders on your homepage, but also use it as a post slider using post and pages content.
659
 
660
  = 11. What audio files can be used for audio playback in Slider WD? =
661
 
680
 
681
  So, please try the following: make sure to upload photos without using any link option, make sure to have your server’s GD2 library on, resize the image and set the same dimensions as in the slider settings before upload.
682
 
683
+ = 16. What are the most common applications of this wordpress responsive plugin? =
684
+
685
+ This free slider plugin can be used for showcasing your portfoliow with the help of Image slider, video slider (specifically vimeo slider, youtube slider, HTML5 slider), post slider, product slider, photo slider / gallery slider and carousel slider options. Thes content slider options are the most commonly used applications of the best slider plugin, but those can be expanded to meet the needs. You can combine images into multi-layer content with videos and carousel slideshow effect or display video layers.
686
+
687
+ = 17. What are the main video slider opportunities? =
688
+
689
+ You can create youtube slideshow and vimeo slideshow sliders with a large list of videos. Though free video slider options is not available, the pro version is capable of adding not only video sliders but also video layers. Video slide can be used with widget slider as well.
690
+
691
+ = 18. Can I use it instead of my theme slider? How to add javascript slider / jquery slider? =
692
+
693
+ Since the slider can be inserted with a php shortcode, you can remove your theme slider and use the plugin option instead for all pages slider using the php shortcode instead, no additional javascript slideshow / jquery slideshow setup is necessary. The final result is responsive slideshow.
694
+
695
+ = 19. Is this a good plugin for using post slider? =
696
+
697
+ The plugin allows embedding WordPress posts making it a great WordPress Posts slider with various functionality and content slideshow. Moreover, it can be turned into custom post types slider with various layers, images and animations. This will help to create product carousel/ image carousel with ecommerce plugins or photo slideshow with gallery plugin and even The good part of this that you can have a text slider with its picture slide, while keeping up with responsive post slider if compared with other post slider or banner slider plugins.
698
+
699
+ = 20. Can I use this free slider plugin to create images slider or use it as a slideshow manager? =
700
+
701
+ You can show your entire portfolio or gallery using the picture slider. Here the images can be edited and modified so the product is fully capable for the title of a slideshow plugin with even video slideshow and widget slideshow options.
702
+
703
+ = 21. Is it possible to embed existing images to slider? =
704
+
705
+ Yes, you can use the plugin for generating wordpress picture slider integrating already added images.
706
+
707
+
708
+ = 22. Is this slider useful for mobile slider options? =
709
+
710
+ This wordpress responsive slider is no less great deal when it comes to mobile slider options. It uses Swipe technology, turning the slides combination into a touch slider.
711
+
712
+ = 23. Can I create different layout sliders? =
713
+
714
+ Yes, the plugin is relevant for creating vertical slider (vertical slides), horizontal slider and even carousel slider. The content slider is handled with the help of layer slider options, which are included in pro version of this wordpress slider plugin.
715
+
716
+
717
 
718
  == Slider WD Step by step guide ==
719
 
754
 
755
  The layer buttons are located on the lower left corner of each slide.
756
 
757
+ You can add more than one layer to your content slideshow. These layers can be of different or same type.
758
 
759
+ 3.1 Add Text Layer. You can add custom text to be set as layer over the specific slide. This is specifically handy when it comes to testimonial slider or carousel slider options.
760
 
761
  Text. Provide the text which will be displayed over the slider image.
762
  Link. Provide an absolute URL to which the user will be redirected when pressing on the text layer.
765
  Color. Select the text color for the text layer.
766
  Font family. Choose the font family for the text.
767
  Font weight. Choose the font weight for the text from the provided options.
768
+ Effect in. Apply an effect to the process of putting the animations or layer over the slide.
769
  Start- Define the timing when to start the effect.
770
  Effect- Select the effect option from the drop-down list.
771
  Duration- Define the duration of the effect in ms.
772
  Effect out. Apply an effect to the process of taking the layer off the image.
773
  Start- Define the timing when to start the effect.
774
  Effect- Select the effect option from the drop-down list.
775
+ Duration- Define the duration of the animation in ms.
776
  Padding. Using CSS type values set padding for the text.
777
  Background Color. Choose a background color for the text layer.
778
  Transparent. Specify the level of transparency for the layer.
782
  Published. Choose whether to publish the layer or not.
783
 
784
 
785
+ 3.2 Add Image Layer. You can add images of various dimensions to be set as layers. This is used when you plan to have photo slideshow or
786
 
787
  Dimensions. Set the dimensions of the image. Note that it will be best to select dimensions which correspond to the ratio of the original image, so that the image will not be distorted.
788
  Scale. By checking the box the image will be automatically scaled taking the provided width and keeping the original ratio of the image.
981
  [DOWNLOAD CAROUSEL SLIDER](http://wpdemo.web-dorado.com/wordpress-slider-wd-carusel)
982
  [DOWNLOAD PARALLAX SLIDER](http://wpdemo.web-dorado.com/parallax)
983
  [DOWNLOAD HOTSPOT SLIDER](http://wpdemo.web-dorado.com/hotspot)
984
+ [DOWNLOAD VIDEO SLIDER SLIDER](http://wpdemo.web-dorado.com/video-slider)
 
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.76
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -14,7 +14,7 @@ define('WD_S_NAME', plugin_basename(dirname(__FILE__)));
14
  define('WD_S_DIR', WP_PLUGIN_DIR . "/" . WD_S_NAME);
15
  define('WD_S_URL', plugins_url(WD_S_NAME));
16
 
17
- define('WD_S_VERSION', '1.1.76');
18
 
19
  function wds_use_home_url() {
20
  $home_url = str_replace("http://", "", home_url());
@@ -688,116 +688,4 @@ function wds_overview() {
688
  dorado_web_init($wds_options);
689
  }
690
  }
691
- add_action('init', 'wds_overview');
692
-
693
- function wds_topic() {
694
- $page = isset($_GET['page']) ? $_GET['page'] : '';
695
- $user_guide_link = 'https://web-dorado.com/wordpress-slider-wd/';
696
- $support_forum_link = 'https://wordpress.org/support/plugin/slider-wd';
697
- $pro_link = 'https://web-dorado.com/files/fromslider.php';
698
- $support_icon = WD_S_URL . '/images/support.png';
699
- $prefix = 'wds';
700
- $is_free = TRUE;
701
- switch ($page) {
702
- case 'sliders_wds': {
703
- $help_text = 'create, edit and delete sliders';
704
- $user_guide_link .= 'adding-images.html';
705
- break;
706
- }
707
- case 'goptions_wds': {
708
- $help_text = 'edit global options for sliders';
709
- $user_guide_link .= 'adding-images.html';
710
- break;
711
- }
712
- case 'licensing_wds': {
713
- $help_text = '';
714
- $user_guide_link .= 'adding-images.html';
715
- break;
716
- }
717
- default: {
718
- return '';
719
- break;
720
- }
721
- }
722
- ob_start();
723
- ?>
724
- <style>
725
- .wd_topic {
726
- background-color: #ffffff;
727
- box-sizing: border-box;
728
- clear: both;
729
- color: #6e7990;
730
- float: left;
731
- font-size: 14px;
732
- font-weight: bold;
733
- line-height: 30px;
734
- padding: 10px 15px;
735
- vertical-align: middle;
736
- width: 98%;
737
- }
738
- .wd_topic .wd_help_topic {
739
- float: left;
740
- }
741
- .wd_topic .wd_help_topic a {
742
- color: #0073aa;
743
- }
744
- .wd_topic .wd_help_topic a:hover {
745
- color: #00A0D2;
746
- }
747
- .wd_topic .wd_support {
748
- float: right;
749
- margin: 0 10px;
750
- }
751
- .wd_topic .wd_support img {
752
- vertical-align: middle;
753
- }
754
- .wd_topic .wd_support a {
755
- text-decoration: none;
756
- color: #6E7990;
757
- }
758
- .wd_topic .wd_pro {
759
- float: right;
760
- background-color: #45A6B7;
761
- padding: 0 10px;
762
- }
763
- .wd_topic .wd_pro a {
764
- border: none;
765
- box-shadow: none !important;
766
- color: #FFFFFF;
767
- text-decoration: none;
768
- }
769
- </style>
770
- <div class="wd_topic">
771
- <?php
772
- if ($help_text) {
773
- ?>
774
- <span class="wd_help_topic">
775
- <?php echo sprintf(__('This section allows you to %s.', $prefix), $help_text); ?>
776
- <a target="_blank" href="<?php echo $user_guide_link; ?>">
777
- <?php _e('Read More in User Manual', $prefix); ?>
778
- </a>
779
- </span>
780
- <?php
781
- }
782
- if ($is_free) {
783
- $text = strtoupper(__('Upgrade to paid version', $prefix));
784
- ?>
785
- <span class="wd_pro">
786
- <a target="_blank" href="<?php echo $pro_link; ?>">
787
- <span><?php echo $text; ?></span>
788
- </a>
789
- </span>
790
- <?php
791
- }
792
- ?>
793
- <span class="wd_support">
794
- <a target="_blank" href="<?php echo $support_forum_link; ?>">
795
- <img src="<?php echo $support_icon; ?>" />
796
- <?php _e('Support Forum', $prefix); ?>
797
- </a>
798
- </span>
799
- </div>
800
- <?php
801
- echo ob_get_clean();
802
- }
803
- add_action('admin_notices', 'wds_topic');
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.75
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
14
  define('WD_S_DIR', WP_PLUGIN_DIR . "/" . WD_S_NAME);
15
  define('WD_S_URL', plugins_url(WD_S_NAME));
16
 
17
+ define('WD_S_VERSION', '1.1.75');
18
 
19
  function wds_use_home_url() {
20
  $home_url = str_replace("http://", "", home_url());
688
  dorado_web_init($wds_options);
689
  }
690
  }
691
+ add_action('init', 'wds_overview');