Version Description
- Changed: Some guidelines.
Download this release
Release Info
Developer | webdorado |
Plugin | Slider by WD – Responsive Slider |
Version | 1.1.22 |
Comparing to | |
See all releases |
Code changes from version 1.1.21 to 1.1.22
- admin/views/WDSViewSliders_wds.php +5 -5
- featured/featured.php +1 -1
- featured/featured_themes.php +1 -1
- js/wds.js +2 -2
- readme.txt +14 -3
- slider-wd.php +2 -2
admin/views/WDSViewSliders_wds.php
CHANGED
@@ -747,7 +747,7 @@ class WDSViewSliders_wds {
|
|
747 |
</tr>
|
748 |
<tr>
|
749 |
<td class="spider_label spider_free_version_label"><label>Parallax Effect: </label></td>
|
750 |
-
<td>
|
751 |
<input disabled="disabled" type="radio" id="parallax_effect1" name="parallax_effect" <?php echo (($row->parallax_effect) ? 'checked="checked"' : ''); ?> value="1" /><label for="parallax_effect1">Yes</label>
|
752 |
<input disabled="disabled" type="radio" id="parallax_effect0" name="parallax_effect" <?php echo (($row->parallax_effect) ? '' : 'checked="checked"'); ?> value="0" /><label for="parallax_effect0">No</label>
|
753 |
<div class="spider_description">The direction of the movement, as well as the layer moving pace depend on the z-index value.</div>
|
@@ -896,7 +896,7 @@ class WDSViewSliders_wds {
|
|
896 |
<td>
|
897 |
<input type="text" id="possib_add_ffamily_input" value="" class="spider_box_input" onchange="set_ffamily_value(jQuery(this).val())" />
|
898 |
<input type="hidden" id="possib_add_ffamily" name="possib_add_ffamily" value="<?php echo $row->possib_add_ffamily; ?>" />
|
899 |
-
<div class="spider_description">The added font family will appear in the drop-down list of fonts.</div>
|
900 |
</td>
|
901 |
</tr>
|
902 |
<tr>
|
@@ -1834,8 +1834,8 @@ class WDSViewSliders_wds {
|
|
1834 |
<tr>
|
1835 |
<td class="spider_label"><label>Enable timer bar: </label></td>
|
1836 |
<td>
|
1837 |
-
<input type="radio" id="enable_time_bar1" name="enable_time_bar" <?php echo (($row->enable_time_bar) ? 'checked="checked"' : ''); ?> value="1" /><label <?php echo (($row->enable_time_bar) ? 'class="selected_color"' : ''); ?> for="
|
1838 |
-
<input type="radio" id="enable_time_bar0" name="enable_time_bar" <?php echo (($row->enable_time_bar) ? '' : 'checked="checked"'); ?> value="0" /><label <?php echo (($row->enable_time_bar) ? '' : 'class="selected_color"'); ?> for="
|
1839 |
<div class="spider_description">You can add a bar displaying the timing left to switching to the next slide on autoplay.</div>
|
1840 |
</td>
|
1841 |
</tr>
|
@@ -2219,7 +2219,7 @@ class WDSViewSliders_wds {
|
|
2219 |
|
2220 |
<tr class="bgcolor">
|
2221 |
<td colspan="4">
|
2222 |
-
<h2 class="titles">Edit
|
2223 |
<div id="slide_add_buttons">
|
2224 |
<?php
|
2225 |
if (!$row->spider_uploader) {
|
747 |
</tr>
|
748 |
<tr>
|
749 |
<td class="spider_label spider_free_version_label"><label>Parallax Effect: </label></td>
|
750 |
+
<td title="This option is disabled in free version.">
|
751 |
<input disabled="disabled" type="radio" id="parallax_effect1" name="parallax_effect" <?php echo (($row->parallax_effect) ? 'checked="checked"' : ''); ?> value="1" /><label for="parallax_effect1">Yes</label>
|
752 |
<input disabled="disabled" type="radio" id="parallax_effect0" name="parallax_effect" <?php echo (($row->parallax_effect) ? '' : 'checked="checked"'); ?> value="0" /><label for="parallax_effect0">No</label>
|
753 |
<div class="spider_description">The direction of the movement, as well as the layer moving pace depend on the z-index value.</div>
|
896 |
<td>
|
897 |
<input type="text" id="possib_add_ffamily_input" value="" class="spider_box_input" onchange="set_ffamily_value(jQuery(this).val())" />
|
898 |
<input type="hidden" id="possib_add_ffamily" name="possib_add_ffamily" value="<?php echo $row->possib_add_ffamily; ?>" />
|
899 |
+
<div class="spider_description">The added font family will appear only in the drop-down list of default fonts.</div>
|
900 |
</td>
|
901 |
</tr>
|
902 |
<tr>
|
1834 |
<tr>
|
1835 |
<td class="spider_label"><label>Enable timer bar: </label></td>
|
1836 |
<td>
|
1837 |
+
<input type="radio" id="enable_time_bar1" name="enable_time_bar" <?php echo (($row->enable_time_bar) ? 'checked="checked"' : ''); ?> value="1" /><label <?php echo (($row->enable_time_bar) ? 'class="selected_color"' : ''); ?> for="enable_time_bar1">Yes</label>
|
1838 |
+
<input type="radio" id="enable_time_bar0" name="enable_time_bar" <?php echo (($row->enable_time_bar) ? '' : 'checked="checked"'); ?> value="0" /><label <?php echo (($row->enable_time_bar) ? '' : 'class="selected_color"'); ?> for="enable_time_bar0">No</label>
|
1839 |
<div class="spider_description">You can add a bar displaying the timing left to switching to the next slide on autoplay.</div>
|
1840 |
</td>
|
1841 |
</tr>
|
2219 |
|
2220 |
<tr class="bgcolor">
|
2221 |
<td colspan="4">
|
2222 |
+
<h2 class="titles">Edit Slide</h2>
|
2223 |
<div id="slide_add_buttons">
|
2224 |
<?php
|
2225 |
if (!$row->spider_uploader) {
|
featured/featured.php
CHANGED
@@ -120,7 +120,7 @@ function spider_featured($current_plugin = '') {
|
|
120 |
<div id="main_featured_plugins_page">
|
121 |
<h3>Featured Plugins</h3>
|
122 |
<div class="featured_header">
|
123 |
-
<a href="https://web-dorado.com/wordpress-plugins.html?source=<?php echo $current_plugin; ?>">
|
124 |
<h1>GET <?php echo $plugins[$current_plugin]["title"]; ?> +18 PLUGINS</h1>
|
125 |
<h1 class="get_plugins">FOR $100 ONLY <span>- SAVE 70%</span></h1>
|
126 |
</a>
|
120 |
<div id="main_featured_plugins_page">
|
121 |
<h3>Featured Plugins</h3>
|
122 |
<div class="featured_header">
|
123 |
+
<a href="https://web-dorado.com/wordpress-plugins.html?source=<?php echo $current_plugin; ?>" target="_blank">
|
124 |
<h1>GET <?php echo $plugins[$current_plugin]["title"]; ?> +18 PLUGINS</h1>
|
125 |
<h1 class="get_plugins">FOR $100 ONLY <span>- SAVE 70%</span></h1>
|
126 |
</a>
|
featured/featured_themes.php
CHANGED
@@ -12,7 +12,7 @@ function spider_featured_themes() {
|
|
12 |
</table>
|
13 |
<div class="featured_header">
|
14 |
<div>
|
15 |
-
<a href="https://web-dorado.com/wordpress-themes.html?source=slider_wd">
|
16 |
<h1>WORDPRESS THEMES</h1>
|
17 |
<h1 class="get_plugins">ALL FOR $40 ONLY <span>- SAVE 80%</span></h1>
|
18 |
</a>
|
12 |
</table>
|
13 |
<div class="featured_header">
|
14 |
<div>
|
15 |
+
<a href="https://web-dorado.com/wordpress-themes.html?source=slider_wd" target="_blank">
|
16 |
<h1>WORDPRESS THEMES</h1>
|
17 |
<h1 class="get_plugins">ALL FOR $40 ONLY <span>- SAVE 80%</span></h1>
|
18 |
</a>
|
js/wds.js
CHANGED
@@ -2558,10 +2558,10 @@ function wds_add_slide() {
|
|
2558 |
'<label for="published' + slideID + '1">Yes</label>' +
|
2559 |
'<input id="published' + slideID + '0" type="radio" value="0" name="published' + slideID + '">' +
|
2560 |
'<label for="published' + slideID + '0">No</label></td>' +
|
2561 |
-
'</tr></table><table class="wds_slide_radio_right"><tr id="trlink' + slideID + '"><td class="spider_label"><label for="link' + slideID + '">Link the slide to: </label></td>' +
|
2562 |
'<td><input id="link' + slideID + '" type="text" value="" name="link' + slideID + '" />' +
|
2563 |
'<input id="target_attr_slide' + slideID + '" type="checkbox" name="target_attr_slide' + slideID + '" value="1" checked="checked" /><label for="target_attr_slide' + slideID + '"> Open in a new window</label>' +
|
2564 |
-
'
|
2565 |
'</tr></table></td></tr><tr class="bgcolor"><td colspan="4">' +
|
2566 |
'<div class="layer_add_buttons_wrap"><input class="action_buttons add_text_layer ' + (!fv ? "" : " wds_free_button") + ' button-small" type="button" value="Add Text Layer" onclick="' + (!fv ? "wds_add_layer(\'text\', \'' + slideID + '\')" : "alert('This functionality is disabled in free version.')") + '; return false;">' +
|
2567 |
img_layer_upload_by +
|
2558 |
'<label for="published' + slideID + '1">Yes</label>' +
|
2559 |
'<input id="published' + slideID + '0" type="radio" value="0" name="published' + slideID + '">' +
|
2560 |
'<label for="published' + slideID + '0">No</label></td>' +
|
2561 |
+
'</tr></table><table class="wds_slide_radio_right"><tr id="trlink' + slideID + '"><td title="You can set a redirection link, so that the user will get to the mentioned location upon hitting the slide.Use http:// and https:// for external links." class="wds_tooltip spider_label"><label for="link' + slideID + '">Link the slide to: </label></td>' +
|
2562 |
'<td><input id="link' + slideID + '" type="text" value="" name="link' + slideID + '" />' +
|
2563 |
'<input id="target_attr_slide' + slideID + '" type="checkbox" name="target_attr_slide' + slideID + '" value="1" checked="checked" /><label for="target_attr_slide' + slideID + '"> Open in a new window</label>' +
|
2564 |
+
'</td>' +
|
2565 |
'</tr></table></td></tr><tr class="bgcolor"><td colspan="4">' +
|
2566 |
'<div class="layer_add_buttons_wrap"><input class="action_buttons add_text_layer ' + (!fv ? "" : " wds_free_button") + ' button-small" type="button" value="Add Text Layer" onclick="' + (!fv ? "wds_add_layer(\'text\', \'' + slideID + '\')" : "alert('This functionality is disabled in free version.')") + '; return false;">' +
|
2567 |
img_layer_upload_by +
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Slider WD ===
|
2 |
Contributors: webdorado
|
3 |
Donate link: https://web-dorado.com/products/wordpress-slider-plugin.html
|
4 |
-
Tags: image slider, slider,
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.4
|
7 |
-
Stable tag: 1.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -160,6 +160,9 @@ After downloading the ZIP file of the slider plugin,
|
|
160 |
|
161 |
== Changelog ==
|
162 |
|
|
|
|
|
|
|
163 |
= 1.1.21 =
|
164 |
* Added: Google fonts scripts (greek,latin,greek-ext,vietnamese,cyrillic-ext,latin-ext,cyrillic).
|
165 |
* Changed: Featured plugins and themes pages.
|
@@ -486,7 +489,15 @@ Slider WD free version has support for 5 transition effects. Those are 'No effec
|
|
486 |
Slider WD uses easy drag and drop feature. This allows to order the slides for each slider from the back end. For easier navigation you can name the slides.
|
487 |
|
488 |
= 14. Does Slider WD support Google fonts? =
|
489 |
-
Slider WD supports Google Fonts. This shall allow users to add custom fonts over slides as layers using the big variety of Google fonts.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
490 |
|
491 |
|
492 |
==Wordpress Slider WD Step by step guide==
|
1 |
=== Slider WD ===
|
2 |
Contributors: webdorado
|
3 |
Donate link: https://web-dorado.com/products/wordpress-slider-plugin.html
|
4 |
+
Tags: image slider, slider, slideshow, image, images, responsive, shortcode, widget, jquery, gallery, swipe, layer
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.4
|
7 |
+
Stable tag: 1.1.22
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
160 |
|
161 |
== Changelog ==
|
162 |
|
163 |
+
= 1.1.22 =
|
164 |
+
* Changed: Some guidelines.
|
165 |
+
|
166 |
= 1.1.21 =
|
167 |
* Added: Google fonts scripts (greek,latin,greek-ext,vietnamese,cyrillic-ext,latin-ext,cyrillic).
|
168 |
* Changed: Featured plugins and themes pages.
|
489 |
Slider WD uses easy drag and drop feature. This allows to order the slides for each slider from the back end. For easier navigation you can name the slides.
|
490 |
|
491 |
= 14. Does Slider WD support Google fonts? =
|
492 |
+
Slider WD supports Google Fonts. This shall allow users to add custom fonts over slides as layers using the big variety of Google fonts.
|
493 |
+
|
494 |
+
= 15. Why my watermark is not showing? =
|
495 |
+
Watermark may not work for the following reasons:
|
496 |
+
1. If you add an image with an external link
|
497 |
+
2. If your GD2 library in your server is switched off
|
498 |
+
3. If the image you have uploaded is larger than the dimensions you have set in settings. This means that if you have placed the watermark on the angles of the photo you just won’t see it because the photo will be cut off.
|
499 |
+
|
500 |
+
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 slide settings before upload.
|
501 |
|
502 |
|
503 |
==Wordpress Slider WD Step by step guide==
|
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.
|
8 |
* Author: WebDorado
|
9 |
* Author URI: https://web-dorado.com/
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -433,7 +433,7 @@ register_activation_hook(__FILE__, 'wds_activate');
|
|
433 |
|
434 |
function wds_install() {
|
435 |
$version = get_option("wds_version");
|
436 |
-
$new_version = '1.1.
|
437 |
if ($version && version_compare($version, $new_version, '<')) {
|
438 |
require_once WD_S_DIR . "/sliders-update.php";
|
439 |
wds_update($version);
|
4 |
* Plugin Name: Slider WD
|
5 |
* Plugin URI: https://web-dorado.com/products/wordpress-slider-plugin.html
|
6 |
* Description: This is a responsive plugin, which allows adding sliders to your posts/pages and to custom location. It uses large number of transition effects and supports various types of layers.
|
7 |
+
* Version: 1.1.22
|
8 |
* Author: WebDorado
|
9 |
* Author URI: https://web-dorado.com/
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
433 |
|
434 |
function wds_install() {
|
435 |
$version = get_option("wds_version");
|
436 |
+
$new_version = '1.1.22';
|
437 |
if ($version && version_compare($version, $new_version, '<')) {
|
438 |
require_once WD_S_DIR . "/sliders-update.php";
|
439 |
wds_update($version);
|