Slider by WD – Responsive Slider - Version 1.0.45

Version Description

Changed: Demo Sliders.

Download this release

Release Info

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

Code changes from version 1.0.44 to 1.0.45

demo_sliders/demo_sliders.php CHANGED
@@ -12,6 +12,9 @@ function spider_demo_sliders() {
12
  'slide3' => 'FILMSTRIP SLIDER',
13
  'slide4' => 'ZOOM EFFECT SLIDER',
14
  'wordpress-slider-wd-carusel' => 'CAROUSEL SLIDER',
 
 
 
15
  );
16
  ?>
17
  <div id="main_featured_sliders_page">
12
  'slide3' => 'FILMSTRIP SLIDER',
13
  'slide4' => 'ZOOM EFFECT SLIDER',
14
  'wordpress-slider-wd-carusel' => 'CAROUSEL SLIDER',
15
+ 'parallax' => 'PARALLAX SLIDER',
16
+ 'hotspot' => 'HOTSPOT SLIDER',
17
+ 'video-slider' => 'VIDEO SLIDER SLIDER',
18
  );
19
  ?>
20
  <div id="main_featured_sliders_page">
demo_sliders/images/12.png ADDED
Binary file
demo_sliders/images/13.png ADDED
Binary file
demo_sliders/images/14.png ADDED
Binary file
demo_sliders/style.css CHANGED
@@ -47,6 +47,9 @@
47
  #main_featured_sliders_page #featured-sliders-list li.slide3 .product {background:url("images/10.png") left center no-repeat;}
48
  #main_featured_sliders_page #featured-sliders-list li.slide4 .product {background:url("images/11.png") left center no-repeat;}
49
  #main_featured_sliders_page #featured-sliders-list li.wordpress-slider-wd-carusel .product {background:url("images/2.png") left center no-repeat;}
 
 
 
50
 
51
  #featured-sliders-list li a.download {
52
  outline: none;
47
  #main_featured_sliders_page #featured-sliders-list li.slide3 .product {background:url("images/10.png") left center no-repeat;}
48
  #main_featured_sliders_page #featured-sliders-list li.slide4 .product {background:url("images/11.png") left center no-repeat;}
49
  #main_featured_sliders_page #featured-sliders-list li.wordpress-slider-wd-carusel .product {background:url("images/2.png") left center no-repeat;}
50
+ #main_featured_sliders_page #featured-sliders-list li.parallax .product {background:url("images/12.png") left center no-repeat;}
51
+ #main_featured_sliders_page #featured-sliders-list li.hotspot .product {background:url("images/13.png") left center no-repeat;}
52
+ #main_featured_sliders_page #featured-sliders-list li.video-slider .product {background:url("images/14.png") left center no-repeat;}
53
 
54
  #featured-sliders-list li a.download {
55
  outline: none;
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.44
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -146,8 +146,18 @@ After downloading the ZIP file of the slider plugin,
146
  6. If the installation does not succeed, please contact us at [info@web-dorado.com](mailto:info@web-dorado.com).
147
 
148
 
 
 
 
 
 
 
 
 
149
  == Changelog ==
150
 
 
 
151
 
152
  = 1.0.44 =
153
  Fixed: Video sliders export without videos and thumbnails.
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
 
146
  6. If the installation does not succeed, please contact us at [info@web-dorado.com](mailto:info@web-dorado.com).
147
 
148
 
149
+ == Screenshots ==
150
+ 1. Slider WD - Slider 1
151
+ 2. Slider WD - Slider 2
152
+ 3. Slider WD - Slider 3
153
+ 4. Slider WD - Slides
154
+ 5. Slider WD - File manager
155
+ 6. Slider WD - Settings
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.
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.44
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -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.44';
401
  if ($version && version_compare($version, $new_version, '<')) {
402
  require_once WD_S_DIR . "/sliders-update.php";
403
  wds_update($version);
4
  * Plugin Name: Slider WD
5
  * Plugin URI: https://web-dorado.com/products/wordpress-slider-plugin.html
6
  * Description: This is a responsive plugin, which allows adding sliders to your posts/pages and to custom location. It uses large number of transition effects and supports various types of layers.
7
+ * Version: 1.0.45
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
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);
tmp-slider-wd-readme.pot ADDED
@@ -0,0 +1,470 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 ""