Version Description
Download this release
Release Info
Developer | weblizar |
Plugin | Ultimate Responsive Image Slider Plugin |
Version | 2.9.4.5 |
Comparing to | |
See all releases |
Code changes from version 2.9.4.4 to 2.9.4.5
js/{rpgp-multiple-media-uploader.js → uris-multiple-media-uploader.js}
RENAMED
@@ -18,7 +18,7 @@ jQuery(function(jQuery) {
|
|
18 |
return false;
|
19 |
});
|
20 |
|
21 |
-
jQuery('#
|
22 |
event.preventDefault();
|
23 |
if (file_frame) {
|
24 |
file_frame.open();
|
18 |
return false;
|
19 |
});
|
20 |
|
21 |
+
jQuery('#uris_gallery_upload_button').on('click', function(event) {
|
22 |
event.preventDefault();
|
23 |
if (file_frame) {
|
24 |
file_frame.open();
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Ultimate Responsive Image Slider ===
|
2 |
Contributors: weblizar
|
3 |
Donate link: http://www.weblizar.com/
|
4 |
-
Tags: slider, slider plugin, best slider plugin, image slide show, responsive slider, image slider, slider
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.5.2
|
7 |
-
Stable tag: 2.9.4.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -139,6 +139,10 @@ If you have any question contact us at here: [Plugin Support Forum ](http://word
|
|
139 |
|
140 |
For more information, see Weblizar(http://wwww.weblizar.com/).
|
141 |
|
|
|
|
|
|
|
|
|
142 |
= Version 2.9.4.4 11/04/2016 =
|
143 |
* small updates
|
144 |
|
1 |
=== Ultimate Responsive Image Slider ===
|
2 |
Contributors: weblizar
|
3 |
Donate link: http://www.weblizar.com/
|
4 |
+
Tags: slider, slider plugin, best slider plugin, image slide show, responsive slider, image slider, wordpress slider, slider widget, responsive image slider, theme slider, post slider, page slider, free slider plugin
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.5.2
|
7 |
+
Stable tag: 2.9.4.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
139 |
|
140 |
For more information, see Weblizar(http://wwww.weblizar.com/).
|
141 |
|
142 |
+
= Version 2.9.4.5 27/05/2016 =
|
143 |
+
* other plugin conflict fix
|
144 |
+
* shuffle setting fix
|
145 |
+
|
146 |
= Version 2.9.4.4 11/04/2016 =
|
147 |
* small updates
|
148 |
|
ultimate-responsive-image-slider.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Ultimate Responsive Image Slider
|
4 |
-
* Version: 2.9.4.
|
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 |
* Author: Weblizar
|
7 |
* Author URI: https://weblizar.com/plugins/ultimate-responsive-image-slider-pro/
|
@@ -163,7 +163,10 @@ class WRIS {
|
|
163 |
//Required JS & CSS
|
164 |
public function ris_admin_print_scripts() {
|
165 |
wp_enqueue_script('media-upload');
|
166 |
-
wp_enqueue_script('
|
|
|
|
|
|
|
167 |
wp_enqueue_media();
|
168 |
|
169 |
//custom add image box css
|
@@ -367,7 +370,7 @@ class WRIS {
|
|
367 |
</div>
|
368 |
|
369 |
<!--Add New Image Button-->
|
370 |
-
<div class="rpg-image-entry add_rpg_new_image" id="
|
371 |
<div class="dashicons dashicons-plus"></div>
|
372 |
<p>
|
373 |
<?php _e('Add New Images', WRIS_TEXT_DOMAIN); ?>
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Ultimate Responsive Image Slider
|
4 |
+
* Version: 2.9.4.5
|
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 |
* Author: Weblizar
|
7 |
* Author URI: https://weblizar.com/plugins/ultimate-responsive-image-slider-pro/
|
163 |
//Required JS & CSS
|
164 |
public function ris_admin_print_scripts() {
|
165 |
wp_enqueue_script('media-upload');
|
166 |
+
wp_enqueue_script('uris-media-uploader-js', WRIS_PLUGIN_URL . 'js/uris-multiple-media-uploader.js', array('jquery'));
|
167 |
+
|
168 |
+
|
169 |
+
|
170 |
wp_enqueue_media();
|
171 |
|
172 |
//custom add image box css
|
370 |
</div>
|
371 |
|
372 |
<!--Add New Image Button-->
|
373 |
+
<div class="rpg-image-entry add_rpg_new_image" id="uris_gallery_upload_button" data-uploader_title="Upload Image" data-uploader_button_text="Select" >
|
374 |
<div class="dashicons dashicons-plus"></div>
|
375 |
<p>
|
376 |
<?php _e('Add New Images', WRIS_TEXT_DOMAIN); ?>
|
uris-layout.php
CHANGED
@@ -14,6 +14,12 @@ $post_id = get_the_ID();
|
|
14 |
* Get All Slides Details Post Meta
|
15 |
*/
|
16 |
$RPGP_AllPhotosDetails = unserialize(base64_decode(get_post_meta( get_the_ID(), 'ris_all_photos_details', true)));
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
$TotalImages = get_post_meta( get_the_ID(), 'ris_total_images_count', true );
|
18 |
$i = 1;
|
19 |
$j = 1;
|
14 |
* Get All Slides Details Post Meta
|
15 |
*/
|
16 |
$RPGP_AllPhotosDetails = unserialize(base64_decode(get_post_meta( get_the_ID(), 'ris_all_photos_details', true)));
|
17 |
+
if($WRIS_L3_Slide_Order == "DESC" ) {
|
18 |
+
$RPGP_AllPhotosDetails = array_reverse($RPGP_AllPhotosDetails, true);
|
19 |
+
}
|
20 |
+
if($WRIS_L3_Slide_Order == "shuffle" ) {
|
21 |
+
$shuffle = shuffle($RPGP_AllPhotosDetails);
|
22 |
+
}
|
23 |
$TotalImages = get_post_meta( get_the_ID(), 'ris_total_images_count', true );
|
24 |
$i = 1;
|
25 |
$j = 1;
|