Ultimate Responsive Image Slider Plugin - Version 1.9

Version Description

Download this release

Release Info

Developer weblizar
Plugin Icon 128x128 Ultimate Responsive Image Slider Plugin
Version 1.9
Comparing to
See all releases

Code changes from version 1.8 to 1.9

help_and_support.php ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <div class="row-fluid pricing-table pricing-three-column" style="margin-top: 10px; display:block; width:100%; overflow:hidden; background:white; box-shadow: 0 0 5px hsla(0, 0%, 20%, 0.3);padding-bottom:70px">
2
+ <div class="plan-name" style="margin-top:20px;text-align: center;">
3
+ <h2 style="font-weight: bold;font-size: 36px;padding-top: 30px;padding-bottom: 10px;color:#D9534F;">Ultimate Responsive Image Slider </h2>
4
+
5
+ </div>
6
+ <hr>
7
+ <div class="purchase_btn_div" style="margin-top:20px; margin-left:30px;">
8
+ <h2 style="font-weight: bold;font-size: 24px;padding-top: 30px;">View Support Docs or Open a Ticket</h2>
9
+ <a style= "margin-right:10px; margin-left:40px; margin-top:30px; text-decoration:none;" href="https://wordpress.org/support/plugin/ultimate-responsive-image-slider" target="_new" class="btn btn-primary btn-lg"><?php _e('View Support Docs or Open a Ticket','')?></a>
10
+ </div>
11
+ <hr>
12
+
13
+ <div style="margin-top:40px; margin-left:30px;">
14
+ <h2 style="font-weight: bold;font-size: 34px;padding-top: 30px;">Rate Us</h2>
15
+ <h6 style="font-size: 22px;padding-top: 10px;padding-bottom: 10px;line-height:40px">If you are enjoying using our <b>Ultimate Responsive Image Slider Pro</b> plugin and find it useful, then please consider writing a positive feedback. Your feedback will help us to encourage and support the plugin's continued development and better user support.</h6>
16
+ <style>
17
+ .acl-rate-us span.dashicons{
18
+ width: 30px;
19
+ height: 30px;
20
+ }
21
+ .acl-rate-us span.dashicons-star-filled:before {
22
+ content: "\f155";
23
+ font-size: 30px;
24
+ }
25
+ .acl-rate-us {
26
+ color : #FBD229 !important;
27
+ padding-top:5px !important;
28
+ }
29
+
30
+ .acl-rate-us span{
31
+ display:inline-block;
32
+ }
33
+ </style>
34
+ <div style="background:#EF4238;display:inline-block;">
35
+ <a class="acl-rate-us" style="text-align:center; text-decoration: none;font:normal 30px/l; " href="https://wordpress.org/plugins/ultimate-responsive-image-slider/" target="_blank" >
36
+ <span class="dashicons dashicons-star-filled"></span>
37
+ <span class="dashicons dashicons-star-filled"></span>
38
+ <span class="dashicons dashicons-star-filled"></span>
39
+ <span class="dashicons dashicons-star-filled"></span>
40
+ <span class="dashicons dashicons-star-filled"></span>
41
+ </a>
42
+ </div>
43
+ </div>
44
+ <hr>
45
+ <div style="margin-top:30px;margin-left:30px;">
46
+ <h2 style="font-weight: bold;font-size: 28px;padding-top: 30px;">Share Us Your Suggestion</h2>
47
+ <h6 style="font-size: 18px;padding-top: 10px;padding-bottom: 10px;line-height:50px;">If you have any suggestion or features in your mind then please share us. We will try our best to add them in this plugin. </h6>
48
+ </div>
49
+ <hr>
50
+ <div style="margin-top:30px;margin-left:30px;">
51
+ <h2 style="font-weight: bold;font-size: 28px;padding-top:10px;">Language Contribution </h2>
52
+ <h6 style="font-size: 18px;padding-top: 20px;padding-bottom: 10px;line-height:30px;margin-left:30px;">Translate this plugin into your language <br> Question : How to convert Plguin into My Language ? <br> Answer : Contact as to lizarweb@gmail.com for translate this plugin into your language.</h6>
53
+
54
+ </div>
55
+ <hr>
56
+ <div style="margin-top:30px;margin-left:30px;">
57
+ <h2 style="font-weight: bold;font-size: 28px;padding-top:10px;">Change Old Server Image URL</h2>
58
+ <form action="" method="post">
59
+ <input type="submit" value="Change image URL" name= "urispchangeurl" style= "margin-top:10px; margin-right:10px; margin-left:30px; background:#31B0D5; text-decoration:none;" class="btn btn-primary btn-lg">
60
+
61
+ <h6 style="font-size: 22px;padding-top: 10px;padding-bottom: 10px;line-height:40px"><b>Note:</b> Use this option after import <b>Ultimate Responsive Image Slider Settings</b> to change old server image url to new server image url.</h6>
62
+ </form>
63
+ </div>
64
+ </div>
65
+ <?php
66
+ if(isset($_REQUEST['urispchangeurl']) )
67
+ {
68
+ $all_posts = wp_count_posts( 'ris_gallery')->publish;
69
+ $args = array('post_type' => 'ris_gallery', 'posts_per_page' =>$all_posts);
70
+ global $URISP_Sliders;
71
+ $URISP_Sliders = new WP_Query( $args );
72
+
73
+ while ( $URISP_Sliders->have_posts() ) : $URISP_Sliders->the_post();
74
+
75
+ $URISP_Id = get_the_ID();
76
+ $RISP_AllPhotosDetails = unserialize(base64_decode(get_post_meta( $URISP_Id, 'ris_all_photos_details', true)));
77
+ $TotalImages = get_post_meta( $URISP_Id, 'ris_total_images_count', true );
78
+ if($TotalImages) {
79
+ foreach($RISP_AllPhotosDetails as $RISP_SinglePhotoDetails) {
80
+ $name = $RISP_SinglePhotoDetails['rpgp_image_label'];
81
+ $desc = $RISP_SinglePhotoDetails['rpgp_image_desc'];
82
+ $url = $RISP_SinglePhotoDetails['rpgp_image_url'];
83
+ $url1 = $RISP_SinglePhotoDetails['rpggallery_admin_thumb'];
84
+ $url3 = $RISP_SinglePhotoDetails['rpggallery_admin_large'];
85
+
86
+ $upload_dir = wp_upload_dir();
87
+ $data = $url;
88
+ if (strpos($data,'uploads') !== false) {
89
+ list($oteher_path, $image_path) = explode("uploads", $data);
90
+ $url = $upload_dir['baseurl']. $image_path;
91
+ }
92
+
93
+ $data = $url1;
94
+ if (strpos($data,'uploads') !== false) {
95
+ list($oteher_path, $image_path) = explode("uploads", $data);
96
+ $url1 = $upload_dir['baseurl']. $image_path;
97
+ }
98
+
99
+ $ImagesArray[] = array(
100
+ 'rpgp_image_label' => $name,
101
+ 'rpgp_image_desc' => $desc,
102
+ 'rpgp_image_url' => $url,
103
+ 'rpggallery_admin_thumb' => $url1,
104
+ 'rpggallery_admin_large' => $url3
105
+ );
106
+ }
107
+ update_post_meta($URISP_Id, 'ris_all_photos_details', base64_encode(serialize($ImagesArray)));
108
+ $ImagesArray="";
109
+ }
110
+
111
+ endwhile;
112
+ }
113
+
114
+ ?>
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.weblizar.com/
4
  Tags: best slider plugin, carousel, carousel slider, coin slider, content slider, content slideshow, featured-content-slider, flex slider, free video slider, Horizontal slider, HTML5 slider, image, Image Rotator, image slider, image slideshow, images, javascript slider, javascript slideshow, jquery slider, jquery slideshow, media, nivo slider, nivoslider, page, photo slider, picture slider, plugin, Post, posts, posts slider, recent post slider, responsive, responsive slider, responsive slideshow, seo, slide, slide show, slider, slider plugin, slider shortcode, slides, slideshow, slideshow manager, slideshow plugin, vertical slider, vertical slides, wordpress seo, wordpress slider, wordpress slideshow, wp, wp slider, thumbnail slider, responsive image slider, slider plugin, mobile slider, tab slider, touch slider, text slider, link slider, media slider, 3d slider , awesome slider, wordpress slider plugin, meta slider, free slider, free plugin, gpl slider, Responsive Touch Slider, easy slider , simple slider, image slideshow, lightbox, popbox, gallery, image gallery, slider gallery, photo gallery, thumbnail, portfolio, portfolio gallery, slider portfolio, css slider, jquery plugin, jquery slider plugin, jquery slideshow plugin, animation, animation slider, navigation slider, bullet slider, html5, css3 slider, css3 slideshow, responsive images, responsive, post slider, page slider, wordpress photos slider , wordpress photos slideshow, responsive 3d slider, slideshow
5
  Requires at least: 3.5
6
  Tested up to: 4.3
7
- Stable tag: 1.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -125,6 +125,10 @@ If you have any question contact us at here: [Plugin Support Forum ](http://word
125
 
126
  For more information, see Weblizar(http://wwww.weblizar.com/).
127
 
 
 
 
 
128
  = Version 1.8 01-09-2015 =
129
 
130
  * Small Update in admin bootstrap css
4
  Tags: best slider plugin, carousel, carousel slider, coin slider, content slider, content slideshow, featured-content-slider, flex slider, free video slider, Horizontal slider, HTML5 slider, image, Image Rotator, image slider, image slideshow, images, javascript slider, javascript slideshow, jquery slider, jquery slideshow, media, nivo slider, nivoslider, page, photo slider, picture slider, plugin, Post, posts, posts slider, recent post slider, responsive, responsive slider, responsive slideshow, seo, slide, slide show, slider, slider plugin, slider shortcode, slides, slideshow, slideshow manager, slideshow plugin, vertical slider, vertical slides, wordpress seo, wordpress slider, wordpress slideshow, wp, wp slider, thumbnail slider, responsive image slider, slider plugin, mobile slider, tab slider, touch slider, text slider, link slider, media slider, 3d slider , awesome slider, wordpress slider plugin, meta slider, free slider, free plugin, gpl slider, Responsive Touch Slider, easy slider , simple slider, image slideshow, lightbox, popbox, gallery, image gallery, slider gallery, photo gallery, thumbnail, portfolio, portfolio gallery, slider portfolio, css slider, jquery plugin, jquery slider plugin, jquery slideshow plugin, animation, animation slider, navigation slider, bullet slider, html5, css3 slider, css3 slideshow, responsive images, responsive, post slider, page slider, wordpress photos slider , wordpress photos slideshow, responsive 3d slider, slideshow
5
  Requires at least: 3.5
6
  Tested up to: 4.3
7
+ Stable tag: 1.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
125
 
126
  For more information, see Weblizar(http://wwww.weblizar.com/).
127
 
128
+ = Version 1.9 02-09-2015 =
129
+
130
+ * New : Add Import/Export Settings
131
+
132
  = Version 1.8 01-09-2015 =
133
 
134
  * Small Update in admin bootstrap css
ultimate-responsive-image-slider.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Ultimate Responsive Image Slider
4
- * Version: 1.8
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: http://weblizar.com/plugins/
@@ -427,7 +427,13 @@ function uris_pro_SettingsPage() {
427
  require_once("get-uris-pro.php");
428
  }
429
  add_submenu_page('edit.php?post_type=ris_gallery', __('Upgrade To Pro', WRIS_TEXT_DOMAIN), __('Upgrade To Pro', WRIS_TEXT_DOMAIN), 'administrator', 'ris_gallery', 'uris_upgrade_pro_function');
430
- }
 
 
 
 
 
 
431
 
432
  /**
433
  * Weblizar RIS Short Code [URIS]
1
  <?php
2
  /**
3
  * Plugin Name: Ultimate Responsive Image Slider
4
+ * Version: 1.9
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: http://weblizar.com/plugins/
427
  require_once("get-uris-pro.php");
428
  }
429
  add_submenu_page('edit.php?post_type=ris_gallery', __('Upgrade To Pro', WRIS_TEXT_DOMAIN), __('Upgrade To Pro', WRIS_TEXT_DOMAIN), 'administrator', 'ris_gallery', 'uris_upgrade_pro_function');
430
+ add_submenu_page('edit.php?post_type=ris_gallery', __('Help and Support', WRIS_TEXT_DOMAIN), __('Help and Support', WRIS_TEXT_DOMAIN), 'administrator', 'RIS-Help-page', 'RIS_Help_and_Support_page');
431
+
432
+ }
433
+ function RIS_Help_and_Support_page(){
434
+ wp_enqueue_style('bootstrap-admin.css', WRIS_PLUGIN_URL.'css/bootstrap-admin.css');
435
+ require_once("help_and_support.php");
436
+ }
437
 
438
  /**
439
  * Weblizar RIS Short Code [URIS]