Version Description
Download this release
Release Info
Developer | FARAZFRANK |
Plugin | Ultimate Responsive Image Slider Plugin |
Version | 3.2.16 |
Comparing to | |
See all releases |
Code changes from version 3.2.15 to 3.2.16
- readme.txt +5 -2
- ultimate-responsive-image-slider.php +1 -1
- uris-layout.php +1 -1
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: FARAZFRANK
|
|
3 |
Donate link: https://www.wpfrank.com/
|
4 |
Tags: slider, best slider plugin, image slide show, responsive slider, wordpress image slider plugin
|
5 |
Requires at least: 3.8
|
6 |
-
Tested up to: 5.0.
|
7 |
-
Stable tag: 3.2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -127,6 +127,9 @@ Please use WordPress [support forum](http://wordpress.org/support/plugin/ultimat
|
|
127 |
== Changelog ==
|
128 |
For more information, see [WP Frank](https://wpfrank.com/)
|
129 |
|
|
|
|
|
|
|
130 |
= V 3.2.15 =
|
131 |
* SEO Improvement
|
132 |
* Updated Pro Banner
|
3 |
Donate link: https://www.wpfrank.com/
|
4 |
Tags: slider, best slider plugin, image slide show, responsive slider, wordpress image slider plugin
|
5 |
Requires at least: 3.8
|
6 |
+
Tested up to: 5.0.3
|
7 |
+
Stable tag: 3.2.16
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
127 |
== Changelog ==
|
128 |
For more information, see [WP Frank](https://wpfrank.com/)
|
129 |
|
130 |
+
= V 3.2.16 =
|
131 |
+
* Fixed issue when jQuery is loaded in footer
|
132 |
+
|
133 |
= V 3.2.15 =
|
134 |
* SEO Improvement
|
135 |
* Updated Pro Banner
|
ultimate-responsive-image-slider.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Ultimate Responsive Image Slider
|
4 |
Plugin URI: https://wordpress.org/plugins/ultimate-responsive-image-slider/
|
5 |
Description: Add unlimited image slides using Ultimate Responsive Image Slider in any Page and Post content to give an attractive mode to represent contents.
|
6 |
-
Version: 3.2.
|
7 |
Author: WP Frank
|
8 |
Author URI: https://wpfrank.com/
|
9 |
Text Domain: ultimate-responsive-image-slider
|
3 |
Plugin Name: Ultimate Responsive Image Slider
|
4 |
Plugin URI: https://wordpress.org/plugins/ultimate-responsive-image-slider/
|
5 |
Description: Add unlimited image slides using Ultimate Responsive Image Slider in any Page and Post content to give an attractive mode to represent contents.
|
6 |
+
Version: 3.2.16
|
7 |
Author: WP Frank
|
8 |
Author URI: https://wpfrank.com/
|
9 |
Text Domain: ultimate-responsive-image-slider
|
uris-layout.php
CHANGED
@@ -25,7 +25,7 @@ $i = 1;
|
|
25 |
$j = 1;
|
26 |
?>
|
27 |
<script type="text/javascript">
|
28 |
-
|
29 |
jQuery( '#example3_<?php echo $post_id; ?>' ).sliderPro({
|
30 |
//width
|
31 |
<?php if($WRIS_L3_Width == "100%") { ?>
|
25 |
$j = 1;
|
26 |
?>
|
27 |
<script type="text/javascript">
|
28 |
+
document.addEventListener("DOMContentLoaded", function(event) {
|
29 |
jQuery( '#example3_<?php echo $post_id; ?>' ).sliderPro({
|
30 |
//width
|
31 |
<?php if($WRIS_L3_Width == "100%") { ?>
|