Slider by WD – Responsive Slider - Version 1.0.46

Version Description

  • Changed: Default uploader.
Download this release

Release Info

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

Code changes from version 1.0.45 to 1.0.46

admin/controllers/WDSControllerSliders_wds.php CHANGED
@@ -92,7 +92,7 @@ class WDSControllerSliders_wds {
92
  $name = ((isset($_POST['name'])) ? esc_html(stripslashes($_POST['name'])) : '');
93
  $published = ((isset($_POST['published'])) ? (int) esc_html(stripslashes($_POST['published'])) : 1);
94
  $full_width = ((isset($_POST['full_width'])) ? (int) esc_html(stripslashes($_POST['full_width'])) : 0);
95
- $spider_uploader = ((isset($_POST['spider_uploader'])) ? (int) esc_html(stripslashes($_POST['spider_uploader'])) : 1);
96
  $width = ((isset($_POST['width'])) ? (int) esc_html(stripslashes($_POST['width'])) : 800);
97
  $height = ((isset($_POST['height'])) ? (int) esc_html((stripslashes($_POST['height']))) : 300);
98
  $bg_fit = ((isset($_POST['bg_fit'])) ? esc_html(stripslashes($_POST['bg_fit'])) : 'cover');
92
  $name = ((isset($_POST['name'])) ? esc_html(stripslashes($_POST['name'])) : '');
93
  $published = ((isset($_POST['published'])) ? (int) esc_html(stripslashes($_POST['published'])) : 1);
94
  $full_width = ((isset($_POST['full_width'])) ? (int) esc_html(stripslashes($_POST['full_width'])) : 0);
95
+ $spider_uploader = ((isset($_POST['spider_uploader'])) ? (int) esc_html(stripslashes($_POST['spider_uploader'])) : 0);
96
  $width = ((isset($_POST['width'])) ? (int) esc_html(stripslashes($_POST['width'])) : 800);
97
  $height = ((isset($_POST['height'])) ? (int) esc_html((stripslashes($_POST['height']))) : 300);
98
  $bg_fit = ((isset($_POST['bg_fit'])) ? esc_html(stripslashes($_POST['bg_fit'])) : 'cover');
admin/models/WDSModelSliders_wds.php CHANGED
@@ -110,7 +110,7 @@ class WDSModelSliders_wds {
110
  $row->width = 800;
111
  $row->height = 300;
112
  $row->full_width = 0;
113
- $row->spider_uploader = 1;
114
  $row->bg_fit = 'cover';
115
  $row->align = 'center';
116
  $row->effect = 'fade';
110
  $row->width = 800;
111
  $row->height = 300;
112
  $row->full_width = 0;
113
+ $row->spider_uploader = get_option("wds_version_1.0.46") ? 0 : 1;
114
  $row->bg_fit = 'cover';
115
  $row->align = 'center';
116
  $row->effect = 'fade';
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, mp3, video
5
  Requires at least: 3.4
6
  Tested up to: 4.3
7
- Stable tag: 1.0.45
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -156,169 +156,172 @@ After downloading the ZIP file of the slider plugin,
156
 
157
  == Changelog ==
158
 
 
 
 
159
  = 1.0.45 =
160
- Changed: Demo Sliders.
161
 
162
  = 1.0.44 =
163
- Fixed: Video sliders export without videos and thumbnails.
164
- Fixed: Single quote in css.
165
- Changed: Loading styles.
166
 
167
  = 1.0.43 =
168
- Added: Show thumbnail on bullets hover.
169
- Fixed: First slide with single quotes in name.
170
- Fixed: Video slide/layer export/import with featured image.
171
- Fixed: Hide slider play /pause button on video slides.
172
 
173
  = 1.0.42 =
174
- Added: Possibility to add font family.
175
- Fixed: "Link the slide to:" option save.
176
- Changed: No image, no video images.
177
- Changed: Notices show order.
178
 
179
  = 1.0.41 =
180
- Added: Video slide/layer.
181
- Fixed: Line break in text, hotspot layer on export/import.
182
 
183
  = 1.0.40 =
184
- Added: Swipe for filmstrip.
185
- Added: Mousewheel and keyboard navigation methods.
186
- Changed: Make touch navigation optional.
187
 
188
  = 1.0.39 =
189
- Fixed: Flashing only on first transition during fade effect.
190
 
191
  = 1.0.38 =
192
- Changed: Embed autoplay on slider autoplay.
193
- Fixed: Embed video poster.
194
- Changed: Featured plugins page.
195
 
196
  = 1.0.37 =
197
- Added: Support/rate us messages.
198
 
199
  = 1.0.36 =
200
- Changed: Filmstrip navigation arrows show on hover.
201
 
202
  = 1.0.35 =
203
- Changed: Compability with Wordpress 4.3.
204
- Changed: Filmstrip separator.
205
- Changed: Message classes.
206
 
207
  = 1.0.34 =
208
- Added: Google fonts.
209
 
210
  = 1.0.33 =
211
- Added: Option to display bullets on hover.
212
 
213
  = 1.0.32 =
214
- Added: Option for mouse swipe navigation.
215
 
216
  = 1.0.30 =
217
- Fixed: Removed editor button from hotspot layer.
218
- Added: Demo sliders page.
219
 
220
  = 1.0.29 =
221
- Fixed: Multiple sliders in a page.
222
 
223
  = 1.0.28 =
224
- Fixed: Embed slide as first slide.
225
- Changed: Licensing page.
226
 
227
  = 1.0.27 =
228
- New: Slider preview in admin.
229
- Changed: Improved slide load.
230
- Fixed: Play/pause button.
231
 
232
  = 1.0.26 =
233
- New: Parallax effect.
234
 
235
  = 1.0.25 =
236
- Fixed: security issue.
237
- Changed: Manage buttons position.
238
 
239
  = 1.0.24 =
240
- Changed: YouTube, Vimeo embed.
241
- New: Instagram, Flickr and Dailymotion embed.
242
 
243
  = 1.0.23 =
244
- New: Hotspot layer (pro version).
245
 
246
  = 1.2.22 =
247
- New: Search by name in file manager.
248
 
249
  = 1.0.21 =
250
- Changed: Featured plugins page.
251
 
252
  = 1.0.20 =
253
- Fixed: Slider playback direction.
254
 
255
  = 1.0.19 =
256
- Fixed: Slider width/height problem after Chrome update.
257
- Fixed: Export.
258
- Fixed: Carousel slider with one slide.
259
 
260
  = 1.0.18 =
261
- Fixed: Conflict with some themes.
262
 
263
  = 1.0.17 =
264
- New: Slider Export/Import.
265
- Fixed: Delete slides whitout layers on slider delete.
266
- Fixed: Image change effect in carousel views whith one image.
267
- Fixed: Removed "There is no slider selected or the slider was deleted." error message for unpublished sliders.
268
- Fixed: Carousel view after Chrome update(23.05.15).
269
- Fixed: Activate first slide tab after slider duplication.
270
- Fixed: Active bullet and filmstrip thumbnail in carousel view.
271
 
272
  = 1.0.16 =
273
- Changed: Featured plugins page.
274
- New: Featured themes page.
275
 
276
  = 1.0.15 =
277
- Change links.
278
 
279
  = 1.0.14 =
280
- Fixed: Disable enter key on text inputs.
281
- New: Bulk add images by media uploader.
282
 
283
  = 1.0.13 =
284
- Fixed: Image layer alt.
285
- Fixed: Word break in Chrome.
286
 
287
  = 1.0.11 =
288
- Fixed: Timer bar and bullets postion with horizontal filmstrip.
289
- Fixed: Set watermark.
290
 
291
  = 1.0.10 =
292
- Fixed: Slide change direction from 9 to 10.
293
- Fixed: Layers with "Start with slide" option.
294
 
295
  = 1.0.9 =
296
- Update licensing page
297
 
298
  = 1.0.8 =
299
- New: Start with slide option.
300
- New: Effect duration option.
301
 
302
  = 1.0.7 =
303
- New: Circle timer.
304
- New: Slider duplication.
305
- Fixed: Disable swipe on navigation off.
306
- Fixed: Layer click on 3D animations.
307
 
308
  = 1.0.6 =
309
- custom play/pause buttons
310
- slide duplication
311
 
312
  = 1.0.5 =
313
- Image for Next / Previous buttons (Default, Custom, Styled)
314
- Image for bullets (Default, Custom, Styled)
315
 
316
  = 1.0.4 =
317
- stop on hover option
318
- slide, text layer, image layer link open in a new window option
319
 
320
  = 1.0.3 =
321
- single quota in image name (bug fixed)
322
 
323
  = 1.0.2 =
324
 
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, mp3, video
5
  Requires at least: 3.4
6
  Tested up to: 4.3
7
+ Stable tag: 1.0.46
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
156
 
157
  == Changelog ==
158
 
159
+ = 1.0.46 =
160
+ * Changed: Default uploader.
161
+
162
  = 1.0.45 =
163
+ * Changed: Demo Sliders.
164
 
165
  = 1.0.44 =
166
+ * Fixed: Video sliders export without videos and thumbnails.
167
+ * Fixed: Single quote in css.
168
+ * Changed: Loading styles.
169
 
170
  = 1.0.43 =
171
+ * Added: Show thumbnail on bullets hover.
172
+ * Fixed: First slide with single quotes in name.
173
+ * Fixed: Video slide/layer export/import with featured image.
174
+ * Fixed: Hide slider play /pause button on video slides.
175
 
176
  = 1.0.42 =
177
+ * Added: Possibility to add font family.
178
+ * Fixed: "Link the slide to:" option save.
179
+ * Changed: No image, no video images.
180
+ * Changed: Notices show order.
181
 
182
  = 1.0.41 =
183
+ * Added: Video slide/layer.
184
+ * Fixed: Line break in text, hotspot layer on export/import.
185
 
186
  = 1.0.40 =
187
+ * Added: Swipe for filmstrip.
188
+ * Added: Mousewheel and keyboard navigation methods.
189
+ * Changed: Make touch navigation optional.
190
 
191
  = 1.0.39 =
192
+ * Fixed: Flashing only on first transition during fade effect.
193
 
194
  = 1.0.38 =
195
+ * Changed: Embed autoplay on slider autoplay.
196
+ * Fixed: Embed video poster.
197
+ * Changed: Featured plugins page.
198
 
199
  = 1.0.37 =
200
+ * Added: Support/rate us messages.
201
 
202
  = 1.0.36 =
203
+ * Changed: Filmstrip navigation arrows show on hover.
204
 
205
  = 1.0.35 =
206
+ * Changed: Compability with Wordpress 4.3.
207
+ * Changed: Filmstrip separator.
208
+ * Changed: Message classes.
209
 
210
  = 1.0.34 =
211
+ * Added: Google fonts.
212
 
213
  = 1.0.33 =
214
+ * Added: Option to display bullets on hover.
215
 
216
  = 1.0.32 =
217
+ * Added: Option for mouse swipe navigation.
218
 
219
  = 1.0.30 =
220
+ * Fixed: Removed editor button from hotspot layer.
221
+ * Added: Demo sliders page.
222
 
223
  = 1.0.29 =
224
+ * Fixed: Multiple sliders in a page.
225
 
226
  = 1.0.28 =
227
+ * Fixed: Embed slide as first slide.
228
+ * Changed: Licensing page.
229
 
230
  = 1.0.27 =
231
+ * New: Slider preview in admin.
232
+ * Changed: Improved slide load.
233
+ * Fixed: Play/pause button.
234
 
235
  = 1.0.26 =
236
+ * New: Parallax effect.
237
 
238
  = 1.0.25 =
239
+ * Fixed: security issue.
240
+ * Changed: Manage buttons position.
241
 
242
  = 1.0.24 =
243
+ * Changed: YouTube, Vimeo embed.
244
+ * New: Instagram, Flickr and Dailymotion embed.
245
 
246
  = 1.0.23 =
247
+ * New: Hotspot layer (pro version).
248
 
249
  = 1.2.22 =
250
+ * New: Search by name in file manager.
251
 
252
  = 1.0.21 =
253
+ * Changed: Featured plugins page.
254
 
255
  = 1.0.20 =
256
+ * Fixed: Slider playback direction.
257
 
258
  = 1.0.19 =
259
+ * Fixed: Slider width/height problem after Chrome update.
260
+ * Fixed: Export.
261
+ * Fixed: Carousel slider with one slide.
262
 
263
  = 1.0.18 =
264
+ * Fixed: Conflict with some themes.
265
 
266
  = 1.0.17 =
267
+ * New: Slider Export/Import.
268
+ * Fixed: Delete slides whitout layers on slider delete.
269
+ * Fixed: Image change effect in carousel views whith one image.
270
+ * Fixed: Removed "There is no slider selected or the slider was deleted." error message for unpublished sliders.
271
+ * Fixed: Carousel view after Chrome update(23.05.15).
272
+ * Fixed: Activate first slide tab after slider duplication.
273
+ * Fixed: Active bullet and filmstrip thumbnail in carousel view.
274
 
275
  = 1.0.16 =
276
+ * Changed: Featured plugins page.
277
+ * New: Featured themes page.
278
 
279
  = 1.0.15 =
280
+ * Change links.
281
 
282
  = 1.0.14 =
283
+ * Fixed: Disable enter key on text inputs.
284
+ * New: Bulk add images by media uploader.
285
 
286
  = 1.0.13 =
287
+ * Fixed: Image layer alt.
288
+ * Fixed: Word break in Chrome.
289
 
290
  = 1.0.11 =
291
+ * Fixed: Timer bar and bullets postion with horizontal filmstrip.
292
+ * Fixed: Set watermark.
293
 
294
  = 1.0.10 =
295
+ * Fixed: Slide change direction from 9 to 10.
296
+ * Fixed: Layers with "Start with slide" option.
297
 
298
  = 1.0.9 =
299
+ * Update licensing page
300
 
301
  = 1.0.8 =
302
+ * New: Start with slide option.
303
+ * New: Effect duration option.
304
 
305
  = 1.0.7 =
306
+ * New: Circle timer.
307
+ * New: Slider duplication.
308
+ * Fixed: Disable swipe on navigation off.
309
+ * Fixed: Layer click on 3D animations.
310
 
311
  = 1.0.6 =
312
+ * custom play/pause buttons
313
+ * slide duplication
314
 
315
  = 1.0.5 =
316
+ * Image for Next / Previous buttons (Default, Custom, Styled)
317
+ * Image for bullets (Default, Custom, Styled)
318
 
319
  = 1.0.4 =
320
+ * stop on hover option
321
+ * slide, text layer, image layer link open in a new window option
322
 
323
  = 1.0.3 =
324
+ * single quota in image name (bug fixed)
325
 
326
  = 1.0.2 =
327
 
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.45
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -354,7 +354,7 @@ function wds_activate() {
354
  'built_in_watermark_opacity' => 70,
355
  'css' => '',
356
  'stop_animation' => 0,
357
- 'spider_uploader' => 1,
358
  'right_butt_url' => WD_S_URL . '/images/arrow/arrow11/1/2.png',
359
  'left_butt_url' => WD_S_URL . '/images/arrow/arrow11/1/1.png',
360
  'right_butt_hov_url' => WD_S_URL . '/images/arrow/arrow11/1/4.png',
@@ -397,7 +397,7 @@ register_activation_hook(__FILE__, 'wds_activate');
397
 
398
  function wds_install() {
399
  $version = get_option("wds_version");
400
- $new_version = '1.0.45';
401
  if ($version && version_compare($version, $new_version, '<')) {
402
  require_once WD_S_DIR . "/sliders-update.php";
403
  wds_update($version);
@@ -408,6 +408,7 @@ function wds_install() {
408
  wds_insert();
409
  add_option("wds_theme_version", '1.0.0', '', 'no');
410
  add_option("wds_version", $new_version, '', 'no');
 
411
  }
412
  }
413
  if (!isset($_GET['action']) || $_GET['action'] != 'deactivate') {
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.46
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
354
  'built_in_watermark_opacity' => 70,
355
  'css' => '',
356
  'stop_animation' => 0,
357
+ 'spider_uploader' => 0,
358
  'right_butt_url' => WD_S_URL . '/images/arrow/arrow11/1/2.png',
359
  'left_butt_url' => WD_S_URL . '/images/arrow/arrow11/1/1.png',
360
  'right_butt_hov_url' => WD_S_URL . '/images/arrow/arrow11/1/4.png',
397
 
398
  function wds_install() {
399
  $version = get_option("wds_version");
400
+ $new_version = '1.0.46';
401
  if ($version && version_compare($version, $new_version, '<')) {
402
  require_once WD_S_DIR . "/sliders-update.php";
403
  wds_update($version);
408
  wds_insert();
409
  add_option("wds_theme_version", '1.0.0', '', 'no');
410
  add_option("wds_version", $new_version, '', 'no');
411
+ add_option("wds_version_1.0.46", 1, '', 'no');
412
  }
413
  }
414
  if (!isset($_GET['action']) || $_GET['action'] != 'deactivate') {
tmp-slider-wd-readme.pot DELETED
@@ -1,470 +0,0 @@
1
- msgid ""
2
- msgstr "MIME-Version: 1.0\n"
3
-
4
- #. Name.
5
- msgid "Slider WD"
6
- msgstr ""
7
-
8
- #. Short description.
9
- msgid "Slider WD is a great tool for creating responsive sliders. It uses various transition effects."
10
- msgstr ""
11
-
12
- #. Found in description header.
13
- msgid "IMPORTANT:"
14
- msgstr ""
15
-
16
- #. Found in description header.
17
- msgid "Supported languages"
18
- msgstr ""
19
-
20
- #. Found in description list item.
21
- msgid "Responsiveness"
22
- msgstr ""
23
-
24
- #. Found in description list item.
25
- msgid "Possibility of adding unlimited sliders and unlimited slides for each slider"
26
- msgstr ""
27
-
28
- #. Found in description list item.
29
- msgid "Three options for adding images (from Media Library, by Slider WD Media Upload option or by using image URL) "
30
- msgstr ""
31
-
32
- #. Found in description list item.
33
- msgid "Full-width slider support"
34
- msgstr ""
35
-
36
- #. Found in description list item.
37
- msgid "5 transition effects "
38
- msgstr ""
39
-
40
- #. Found in description list item.
41
- msgid "Autoplay"
42
- msgstr ""
43
-
44
- #. Found in description list item.
45
- msgid "Shuffle"
46
- msgstr ""
47
-
48
- #. Found in description list item.
49
- msgid "Shortcode for easy insert of the slider into post/pages "
50
- msgstr ""
51
-
52
- #. Found in description list item.
53
- msgid "Possibility of changing the slide orders (using drag and drop feature) "
54
- msgstr ""
55
-
56
- #. Found in description list item.
57
- msgid "Possibility to provide titles for the slides "
58
- msgstr ""
59
-
60
- #. Found in description list item.
61
- msgid "Support for music playback"
62
- msgstr ""
63
-
64
- #. Found in description list item.
65
- msgid "Time setting feature for the effect changes"
66
- msgstr ""
67
-
68
- #. Found in description list item.
69
- msgid "Right-click protection"
70
- msgstr ""
71
-
72
- #. Found in description list item.
73
- msgid "Image changing possibility using bullets"
74
- msgstr ""
75
-
76
- #. Found in description list item.
77
- msgid "Possibility to change design for the bullets, navigation buttons "
78
- msgstr ""
79
-
80
- #. Found in description list item.
81
- msgid "Timer bar "
82
- msgstr ""
83
-
84
- #. Found in description list item.
85
- msgid "Support for watermarks "
86
- msgstr ""
87
-
88
- #. Found in description list item.
89
- msgid "Design customization for almost all features"
90
- msgstr ""
91
-
92
- #. Found in description list item.
93
- msgid "Custom CSS support for adding additional styling features to the slider "
94
- msgstr ""
95
-
96
- #. Found in description list item.
97
- msgid "Possibility to use Slider WD Media Upload for uploading multiple images at once "
98
- msgstr ""
99
-
100
- #. Found in description list item.
101
- msgid "Text and image watermarking possibility "
102
- msgstr ""
103
-
104
- #. Found in description list item.
105
- msgid "Option of opening the slider-related link within the same page "
106
- msgstr ""
107
-
108
- #. Found in description list item.
109
- msgid "Slide duplication "
110
- msgstr ""
111
-
112
- #. Found in description list item.
113
- msgid "26 transition effects for Slider "
114
- msgstr ""
115
-
116
- #. Found in description list item.
117
- msgid "38 layer effects "
118
- msgstr ""
119
-
120
- #. Found in description list item.
121
- msgid "Post Slides "
122
- msgstr ""
123
-
124
- #. Found in description list item.
125
- msgid "Video Slide support (YouTube and Vimeo) "
126
- msgstr ""
127
-
128
- #. Found in description list item.
129
- msgid "Dailymotion, Instagram and Flickr embed "
130
- msgstr ""
131
-
132
- #. Found in description list item.
133
- msgid "Layers (text, image and media embed)- <a href=\"https://www.youtube.com/watch?v=obnyK-Czf0k&amp;list=PLnxWPiY5tLFWQf5XaEYYPZj0gdggUrVxP&amp;index=2\">Video Manual</a> "
134
- msgstr ""
135
-
136
- #. Found in description list item.
137
- msgid "Social sharing buttons layer (Google+, Tumblr, Twitter, Pinterest and Facebook) "
138
- msgstr ""
139
-
140
- #. Found in description list item.
141
- msgid "Hotspot layer "
142
- msgstr ""
143
-
144
- #. Found in description list item.
145
- msgid "Slider Filmstrip possibility "
146
- msgstr ""
147
-
148
- #. Found in description list item.
149
- msgid "Navigation button/bullet styles "
150
- msgstr ""
151
-
152
- #. Found in description list item.
153
- msgid "Parallax effect "
154
- msgstr ""
155
-
156
- #. Found in description list item.
157
- msgid "Carousel effect "
158
- msgstr ""
159
-
160
- #. Found in description list item.
161
- msgid "Video Slide and layer (mp4) "
162
- msgstr ""
163
-
164
- #. Found in description paragraph.
165
- msgid "Create responsive, highly configurable sliders with various effects for your WordPress site. Download for FREE!"
166
- msgstr ""
167
-
168
- #. Found in description paragraph.
169
- msgid "https://www.youtube.com/watch?v=xebpM_-GwG0&amp;index=1&amp;list=PLnxWPiY5tLFWQf5XaEYYPZj0gdggUrVxP"
170
- msgstr ""
171
-
172
- #. Found in description paragraph.
173
- msgid "Slider WD is an effective tool for adding responsive sliders to your website. The 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 product."
174
- msgstr ""
175
-
176
- #. Found in description paragraph.
177
- msgid "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."
178
- msgstr ""
179
-
180
- #. Found in description paragraph.
181
- msgid "Upgrade to <a href=\"http://web-dorado.com/products/wordpress-slider-plugin.html\">WordPress Slider Pro</a> to add features:"
182
- msgstr ""
183
-
184
- #. Found in description paragraph.
185
- msgid "If you think you found a bug in Slider WD or have any problem/question concerning the plugin, please check out <a href=\"http://web-dorado.com/forum/slider-plugin.html\">WordPress Slider Support Forum</a> in our website. If you do not find a solution here, do not hesitate to contact us at <a href=\"mailto:info@web-dorado.com\">info@web-dorado.com</a>."
186
- msgstr ""
187
-
188
- #. Found in description paragraph.
189
- msgid "*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. *"
190
- msgstr ""
191
-
192
- #. Found in installation header.
193
- msgid "Thank you for your interest in Slider WD."
194
- msgstr ""
195
-
196
- #. Found in installation header.
197
- msgid "Minimum requirements."
198
- msgstr ""
199
-
200
- #. Found in installation header.
201
- msgid "Perform a new installation"
202
- msgstr ""
203
-
204
- #. Found in installation list item, remaining content list item.
205
- msgid "Wordpress 3.0+ "
206
- msgstr ""
207
-
208
- #. Found in installation list item, remaining content list item.
209
- msgid "PHP 5.x "
210
- msgstr ""
211
-
212
- #. Found in installation list item, remaining content list item.
213
- msgid "MySQL 5.x "
214
- msgstr ""
215
-
216
- #. Found in installation list item.
217
- msgid "Log in to the administrator panel. "
218
- msgstr ""
219
-
220
- #. Found in installation list item.
221
- msgid "Go to Plugins Add &gt; New &gt; Upload. "
222
- msgstr ""
223
-
224
- #. Found in installation list item.
225
- msgid "Click \"Install Now\" button. "
226
- msgstr ""
227
-
228
- #. Found in installation list item.
229
- msgid "Click \"Activate Plugin\" button for activating the Slider WD. "
230
- msgstr ""
231
-
232
- #. Found in installation list item.
233
- msgid "If the installation does not succeed, please contact us at <a href=\"mailto:info@web-dorado.com\">info@web-dorado.com</a>."
234
- msgstr ""
235
-
236
- #. Found in installation paragraph.
237
- msgid "After downloading the ZIP file of the slider plugin,"
238
- msgstr ""
239
-
240
- #. Found in changelog list item.
241
- msgid "Turn SliderWD Media Upload "
242
- msgstr ""
243
-
244
- #. Found in changelog list item.
245
- msgid "Ajax save "
246
- msgstr ""
247
-
248
- #. Found in changelog list item.
249
- msgid "Images Bulk Add "
250
- msgstr ""
251
-
252
- #. Found in changelog list item.
253
- msgid "Timer bar bug fixed "
254
- msgstr ""
255
-
256
- #. Found in changelog list item.
257
- msgid "change shortcode button "
258
- msgstr ""
259
-
260
- #. Found in changelog list item.
261
- msgid "fullwidth slider margin bug fixed "
262
- msgstr ""
263
-
264
- #. Found in changelog list item.
265
- msgid "User manual links added. "
266
- msgstr ""
267
-
268
- #. Found in changelog list item.
269
- msgid "Initial version."
270
- msgstr ""
271
-
272
- #. Found in changelog paragraph.
273
- msgid "Fixed: Flashing only on first transition during fade effect."
274
- msgstr ""
275
-
276
- #. Found in changelog paragraph.
277
- msgid "Added: Support/rate us messages."
278
- msgstr ""
279
-
280
- #. Found in changelog paragraph.
281
- msgid "Changed: Filmstrip navigation arrows show on hover."
282
- msgstr ""
283
-
284
- #. Found in changelog paragraph.
285
- msgid "Added: Google fonts."
286
- msgstr ""
287
-
288
- #. Found in changelog paragraph.
289
- msgid "Added: Option to display bullets on hover."
290
- msgstr ""
291
-
292
- #. Found in changelog paragraph.
293
- msgid "Added: Option for mouse swipe navigation."
294
- msgstr ""
295
-
296
- #. Found in changelog paragraph.
297
- msgid "Fixed: Multiple sliders in a page."
298
- msgstr ""
299
-
300
- #. Found in changelog paragraph.
301
- msgid "New: Parallax effect."
302
- msgstr ""
303
-
304
- #. Found in changelog paragraph.
305
- msgid "New: Hotspot layer (pro version)."
306
- msgstr ""
307
-
308
- #. Found in changelog paragraph.
309
- msgid "New: Search by name in file manager."
310
- msgstr ""
311
-
312
- #. Found in changelog paragraph.
313
- msgid "Changed: Featured plugins page."
314
- msgstr ""
315
-
316
- #. Found in changelog paragraph.
317
- msgid "Fixed: Slider playback direction."
318
- msgstr ""
319
-
320
- #. Found in changelog paragraph.
321
- msgid "Fixed: Conflict with some themes."
322
- msgstr ""
323
-
324
- #. Found in changelog paragraph.
325
- msgid "Change links."
326
- msgstr ""
327
-
328
- #. Found in changelog paragraph.
329
- msgid "Update licensing page"
330
- msgstr ""
331
-
332
- #. Found in changelog paragraph.
333
- msgid "single quota in image name (bug fixed)"
334
- msgstr ""
335
-
336
- #. Found in remaining content header.
337
- msgid "Wordpress Slider WD Step by step guide"
338
- msgstr ""
339
-
340
- #. Found in remaining content header.
341
- msgid "Step 1: Installing the Slider WD."
342
- msgstr ""
343
-
344
- #. Found in remaining content header.
345
- msgid "Step 2: Adding images to Sliders."
346
- msgstr ""
347
-
348
- #. Found in remaining content header.
349
- msgid "Step 3: Adding layers to the slide."
350
- msgstr ""
351
-
352
- #. Found in remaining content header.
353
- msgid "Step 4: Changing/Modifying Slider Settings."
354
- msgstr ""
355
-
356
- #. Found in remaining content list item.
357
- msgid "Log in to your WordPress Administrator panel. "
358
- msgstr ""
359
-
360
- #. Found in remaining content list item.
361
- msgid "Go to Plugins page, click Add &gt; New &gt; Upload. "
362
- msgstr ""
363
-
364
- #. Found in remaining content list item.
365
- msgid "Click \"Upload&amp;Install\" button. "
366
- msgstr ""
367
-
368
- #. Found in remaining content list item.
369
- msgid "Click \"Activate Plugin\" button for activating the plugin. "
370
- msgstr ""
371
-
372
- #. Found in remaining content paragraph.
373
- msgid "1.1 Minimum requirements."
374
- msgstr ""
375
-
376
- #. Found in remaining content paragraph.
377
- msgid "1.2 Installation."
378
- msgstr ""
379
-
380
- #. Found in remaining content paragraph.
381
- msgid "If any problem occurs with Slider WD, please contact us at info@web-dorado.com."
382
- msgstr ""
383
-
384
- #. Found in remaining content paragraph.
385
- msgid "For adding additional images, you should press \"+\" next to the Slide tab. The Slide tabs can be renamed to make it easier to reach the desired slide within the list, as well as they can be rearranged using drag and drop feature."
386
- msgstr ""
387
-
388
- #. Found in remaining content paragraph.
389
- msgid "There are three types of layers that can be added to the slides: text, image and social button."
390
- msgstr ""
391
-
392
- #. Found in remaining content paragraph.
393
- msgid "The layer buttons are located on the lower left corner of each slide."
394
- msgstr ""
395
-
396
- #. Found in remaining content paragraph.
397
- msgid "You can add more than one layer to your slide. These layers can be of different or same type."
398
- msgstr ""
399
-
400
- #. Found in remaining content paragraph.
401
- msgid "3.1 Add Text Layer. You can add custom text to be set as layer over the specific slide."
402
- msgstr ""
403
-
404
- #. Found in remaining content paragraph.
405
- msgid "3.2 Add Image Layer. You can add images of various dimensions to be set as layers."
406
- msgstr ""
407
-
408
- #. Found in remaining content paragraph.
409
- msgid "3.3 Add Social Button Layer. You can add social media buttons to share the slider images over the popular social networking websites, selecting the relevant button types."
410
- msgstr ""
411
-
412
- #. Found in remaining content paragraph.
413
- msgid "To access the settings you should go to Slider WD&gt;Sliders&gt;Settings tab."
414
- msgstr ""
415
-
416
- #. Found in remaining content paragraph.
417
- msgid "4.1 Global Settings. You can change the main settings here. The changes will affect only the current slider and not previously created sliders. That is to say the global settings are slider-based."
418
- msgstr ""
419
-
420
- #. Found in remaining content paragraph.
421
- msgid "4.2 Navigation. You can change the style, colors and dimensions for the navigation buttons or completely remove the navigation buttons from the slider."
422
- msgstr ""
423
-
424
- #. Found in remaining content paragraph.
425
- msgid "4.3 Bullets. In addition to navigation buttons, you can also use bullets for the navigation within the slider images. Upon hitting the bullet the slider image in the corresponding position will be displayed."
426
- msgstr ""
427
-
428
- #. Found in remaining content paragraph.
429
- msgid "4.4 Filmstrip. You can add a filmstrip for the slider images.This way the entire list of the slider images will be displayed and the user can navigate immidiately to the desired slider image."
430
- msgstr ""
431
-
432
- #. Found in remaining content paragraph.
433
- msgid "4.5 Timer Bar. You can add a bar displaying the timing left to switching to the next slide. This is commonly used when using autoplay for the slider."
434
- msgstr ""
435
-
436
- #. Found in remaining content paragraph.
437
- msgid "4.6 Watermark. You can add watermark over the slider images both in the forms of text and images."
438
- msgstr ""
439
-
440
- #. Found in remaining content paragraph.
441
- msgid "Please note that the Fill and Contain options of the slider will work fine with Watermark option regardless of the slider image dimensions, whereas for the Cover option you should have the slider image identical to the size set in the Dimensions setting. If you have uploaded the image with another dimension, you will need to resize the image and upload it again."
442
- msgstr ""
443
-
444
- #. Found in remaining content paragraph.
445
- msgid "4.7 CSS. You can add custom CSS in the box below to apply custom changes to the slider. The changes will override the original styles coming as default with the slider."
446
- msgstr ""
447
-
448
- #. Found in remaining content paragraph.
449
- msgid "You can insert the created Slider into a page or post. Go to the mentioned Post or Page. Here you will see \"Insert Slider\" button with a Slider icon. Press the button, Select the slider and press Insert."
450
- msgstr ""
451
-
452
- #. Found in remaining content paragraph.
453
- msgid "In addition, you can insert the shortcode of the slider manually. The corresponding shortcode is displayed next to the created slider in Slider WD&gt;Sliders section under Shortcode column."
454
- msgstr ""
455
-
456
- #. Found in remaining content paragraph.
457
- msgid "To insert the Slider within the Theme."
458
- msgstr ""
459
-
460
- #. Found in remaining content paragraph.
461
- msgid "You can insert the created Slider into the theme calling it with PHP function. This feature is commonly used for adding the code to header.php for displaying the slider within the header position of the website. You can find the function located in Slider WD&gt;Sliders section under PHP function column."
462
- msgstr ""
463
-
464
- #. Found in remaining content paragraph.
465
- msgid "To insert the Slider as a widget."
466
- msgstr ""
467
-
468
- #. Found in remaining content paragraph.
469
- msgid "Go to Appearance&gt;Widgets&gt;Slider. Select a position for the slider widget and press Save button. Then provide the title for the slider and select the corresponding slider using the drop-down list."
470
- msgstr ""