Version Description
Changed: Embed autoplay on slider autoplay. Fixed: Embed video poster. Changed: Featured plugins page.
Download this release
Release Info
Developer | webdorado |
Plugin | Slider by WD – Responsive Slider |
Version | 1.0.38 |
Comparing to | |
See all releases |
Code changes from version 1.0.37 to 1.0.38
- featured/featured.php +7 -1
- featured/images/faq_wd.png +0 -0
- featured/style.css +1 -0
- frontend/views/WDSViewSlider.php +3 -3
- readme.txt +6 -1
- slider-wd.php +2 -2
featured/featured.php
CHANGED
@@ -108,7 +108,13 @@ function spider_featured($current_plugin = '') {
|
|
108 |
'text' => 'WordPress random post plugin',
|
109 |
'content' => 'Spider Random Post is a small but very smart solution for your WordPress web site.',
|
110 |
'href' => 'https://web-dorado.com/products/wordpress-random-post.html'
|
111 |
-
)
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
);
|
113 |
?>
|
114 |
<div id="main_featured_plugins_page">
|
108 |
'text' => 'WordPress random post plugin',
|
109 |
'content' => 'Spider Random Post is a small but very smart solution for your WordPress web site.',
|
110 |
'href' => 'https://web-dorado.com/products/wordpress-random-post.html'
|
111 |
+
),
|
112 |
+
"faq_wd" => array(
|
113 |
+
'title' => 'FAQ WD',
|
114 |
+
'text' => 'WordPress FAQ plugin',
|
115 |
+
'content' => 'Organize and publish your FAQs in an easy and elegant way using FAQ WD.',
|
116 |
+
'href' => 'https://web-dorado.com/products/wordpress-faq-wd.html'
|
117 |
+
),
|
118 |
);
|
119 |
?>
|
120 |
<div id="main_featured_plugins_page">
|
featured/images/faq_wd.png
ADDED
Binary file
|
featured/style.css
CHANGED
@@ -62,6 +62,7 @@
|
|
62 |
#main_featured_plugins_page #featured-plugins-list li.photo-gallery .product {background:url("images/photo-gallery.png") center center no-repeat;}
|
63 |
#main_featured_plugins_page #featured-plugins-list li.twitter-widget .product {background:url("images/twittertools.png") center center no-repeat;}
|
64 |
#main_featured_plugins_page #featured-plugins-list li.events-wd .product {background:url("images/events-wd.png") center center no-repeat;}
|
|
|
65 |
|
66 |
#main_featured_plugins_page #featured-plugins-list li .title .heading {
|
67 |
display: block;
|
62 |
#main_featured_plugins_page #featured-plugins-list li.photo-gallery .product {background:url("images/photo-gallery.png") center center no-repeat;}
|
63 |
#main_featured_plugins_page #featured-plugins-list li.twitter-widget .product {background:url("images/twittertools.png") center center no-repeat;}
|
64 |
#main_featured_plugins_page #featured-plugins-list li.events-wd .product {background:url("images/events-wd.png") center center no-repeat;}
|
65 |
+
#main_featured_plugins_page #featured-plugins-list li.faq_wd .product {background:url("images/faq_wd.png") center center no-repeat;}
|
66 |
|
67 |
#main_featured_plugins_page #featured-plugins-list li .title .heading {
|
68 |
display: block;
|
frontend/views/WDSViewSlider.php
CHANGED
@@ -1310,9 +1310,9 @@ class WDSViewSlider {
|
|
1310 |
/* Pause videos.*/
|
1311 |
jQuery("#wds_slideshow_image_container_<?php echo $wds; ?>").find("iframe").each(function () {
|
1312 |
if (typeof jQuery(this)[0].contentWindow != "undefined") {
|
1313 |
-
jQuery(this)[0].contentWindow.postMessage('{"event":"command","func":"
|
1314 |
-
jQuery(this)[0].contentWindow.postMessage('{ "method": "
|
1315 |
-
jQuery(this)[0].contentWindow.postMessage('
|
1316 |
}
|
1317 |
});
|
1318 |
/* Pause layer videos.*/
|
1310 |
/* Pause videos.*/
|
1311 |
jQuery("#wds_slideshow_image_container_<?php echo $wds; ?>").find("iframe").each(function () {
|
1312 |
if (typeof jQuery(this)[0].contentWindow != "undefined") {
|
1313 |
+
jQuery(this)[0].contentWindow.postMessage('{"event":"command","func":"stopVideo","args":""}', '*');
|
1314 |
+
jQuery(this)[0].contentWindow.postMessage('{ "method": "stop" }', "*");
|
1315 |
+
jQuery(this)[0].contentWindow.postMessage('stop', '*');
|
1316 |
}
|
1317 |
});
|
1318 |
/* Pause layer videos.*/
|
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
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.3
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -142,6 +142,11 @@ After downloading the ZIP file of the slider plugin,
|
|
142 |
|
143 |
== Changelog ==
|
144 |
|
|
|
|
|
|
|
|
|
|
|
145 |
= 1.0.37 =
|
146 |
Added: Support/rate us messages.
|
147 |
|
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
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.3
|
7 |
+
Stable tag: 1.0.38
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
142 |
|
143 |
== Changelog ==
|
144 |
|
145 |
+
= 1.0.38 =
|
146 |
+
Changed: Embed autoplay on slider autoplay.
|
147 |
+
Fixed: Embed video poster.
|
148 |
+
Changed: Featured plugins page.
|
149 |
+
|
150 |
= 1.0.37 =
|
151 |
Added: Support/rate us messages.
|
152 |
|
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.
|
8 |
* Author: WebDorado
|
9 |
* Author URI: https://web-dorado.com/
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -389,7 +389,7 @@ register_activation_hook(__FILE__, 'wds_activate');
|
|
389 |
|
390 |
function wds_install() {
|
391 |
$version = get_option("wds_version");
|
392 |
-
$new_version = '1.0.
|
393 |
if ($version && version_compare($version, $new_version, '<')) {
|
394 |
require_once WD_S_DIR . "/sliders-update.php";
|
395 |
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.38
|
8 |
* Author: WebDorado
|
9 |
* Author URI: https://web-dorado.com/
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
389 |
|
390 |
function wds_install() {
|
391 |
$version = get_option("wds_version");
|
392 |
+
$new_version = '1.0.38';
|
393 |
if ($version && version_compare($version, $new_version, '<')) {
|
394 |
require_once WD_S_DIR . "/sliders-update.php";
|
395 |
wds_update($version);
|