Ultimate Responsive Image Slider Plugin - Version 3.3.1

Version Description

Download this release

Release Info

Developer FARAZFRANK
Plugin Icon 128x128 Ultimate Responsive Image Slider Plugin
Version 3.3.1
Comparing to
See all releases

Code changes from version 3.2.16 to 3.3.1

css/ris-meta.css CHANGED
@@ -268,4 +268,45 @@ input[type=range].uris-slider {
268
  border-radius: 50%;
269
  background: #000000;
270
  cursor: pointer;
271
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
268
  border-radius: 50%;
269
  background: #000000;
270
  cursor: pointer;
271
+ }
272
+
273
+ #wpfrank-action-metabox {
274
+ font-family: 'Roboto', 'Helvetica', sans-serif;
275
+ }
276
+
277
+ #wpfrank-action-metabox h3 {
278
+ line-height: 1.4;
279
+ font-weight: 600;
280
+ font-size: 18px;
281
+ margin-bottom: 5px;
282
+ }
283
+
284
+ #wpfrank-action-metabox p {
285
+ font-weight: 600;
286
+ font-size: 14px;
287
+ }
288
+
289
+ #wpfrank-action-metabox a {
290
+ display: inline-block !important;
291
+ margin-bottom: 5px !important;
292
+ font-weight: 600;
293
+ font-size: 16px;
294
+ }
295
+ #wpfrank-action-metabox a:nth-of-type(1) {
296
+ background-color: #d06b2e;
297
+ box-shadow: 0 2px 0 #924b20;
298
+ border-color: #924b20;
299
+ text-shadow: 0 -1px 1px #924b20, 1px 0 1px #924b20, 0 1px 1px #924b20, -1px 0 1px #924b20;
300
+ }
301
+ #wpfrank-action-metabox a:nth-of-type(2) {
302
+ background-color: #4caf50;
303
+ box-shadow: 0 2px 0 #275929;
304
+ border-color: #275929;
305
+ text-shadow: 0 -1px 1px #275929, 1px 0 1px #275929, 0 1px 1px #275929, -1px 0 1px #275929;
306
+ }
307
+ #wpfrank-action-metabox a:nth-of-type(3) {
308
+ background-color: #1e6ec7;
309
+ box-shadow: 0 2px 0 #113d6f;
310
+ border-color: #113d6f;
311
+ text-shadow: 0 -1px 1px #113d6f, 1px 0 1px #113d6f, 0 1px 1px #113d6f, -1px 0 1px #113d6f;
312
+ }
css/uris-feature-notice.css CHANGED
@@ -49,7 +49,9 @@ a.linkbtn {
49
  text-shadow: none;
50
  width: 42%;
51
  text-align: center;
52
- font-size: 1.55rem;
 
 
53
  height: 47px;
54
  padding: 10px;
55
  margin-right: 15px;
49
  text-shadow: none;
50
  width: 42%;
51
  text-align: center;
52
+ font-size: 16px;
53
+ font-weight: 500;
54
+ letter-spacing: 1px;
55
  height: 47px;
56
  padding: 10px;
57
  margin-right: 15px;
css/wpfrank-products.css CHANGED
@@ -75,6 +75,8 @@
75
  border-radius: 10px;
76
  text-align: center;
77
  text-decoration: none;
 
 
78
  padding: 10px 20px;
79
  -webkit-transition: 0.4s all;
80
  -o-transition: 0.4s all;
@@ -85,14 +87,17 @@
85
  border: 1px solid #3498db;
86
  }
87
  .wpfrank-buy-now {
88
- color: #4bb71c;
89
- border: 1px solid #4bb71c;
 
 
90
  }
91
  .wpfrank-try-now:hover {
 
92
  background-color: #3498db;
93
  }
94
  .wpfrank-buy-now:hover {
95
- background-color: #4bb71c;
96
  }
97
  .wpfrank-link-button:hover {
98
  color: #fff;
75
  border-radius: 10px;
76
  text-align: center;
77
  text-decoration: none;
78
+ font-size: 1rem;
79
+ font-weight: 500;
80
  padding: 10px 20px;
81
  -webkit-transition: 0.4s all;
82
  -o-transition: 0.4s all;
87
  border: 1px solid #3498db;
88
  }
89
  .wpfrank-buy-now {
90
+ background-color: #3498db;
91
+ color: #fff;
92
+ font-weight: 600;
93
+ border: 1px solid #3498db;
94
  }
95
  .wpfrank-try-now:hover {
96
+ font-weight: 600;
97
  background-color: #3498db;
98
  }
99
  .wpfrank-buy-now:hover {
100
+ background-color: #2383c3;
101
  }
102
  .wpfrank-link-button:hover {
103
  color: #fff;
img/{ultimate.png → ultimate.PNG} RENAMED
File without changes
products.php CHANGED
@@ -4,7 +4,7 @@ defined( 'ABSPATH' ) || die;
4
 
5
  class WPFURIS_Product_Menu {
6
  public static function create_menu() {
7
- $products = add_submenu_page( 'edit.php?post_type=ris_gallery', 'Premium Products', 'Premium Products', 'manage_options', 'wpfuris_products', array( 'WPFURIS_Product_Menu', 'products' ) );
8
  add_action( 'admin_print_styles-' . $products, array( 'WPFURIS_Product_Menu', 'products_assets' ) );
9
  }
10
 
@@ -81,7 +81,7 @@ class WPFURIS_Product_Menu {
81
  }
82
 
83
  public static function products_assets() {
84
- wp_enqueue_style( 'wpfrank-products', URIS_PLUGIN_URL . 'css/wpfrank-products.css', array(), '1.0', 'all' );
85
  }
86
  }
87
  add_action( 'admin_menu' , array( 'WPFURIS_Product_Menu', 'create_menu' ) );
4
 
5
  class WPFURIS_Product_Menu {
6
  public static function create_menu() {
7
+ $products = add_submenu_page( 'edit.php?post_type=ris_gallery', 'Upgrade To Pro', 'Upgrade To Pro', 'manage_options', 'wpfuris_products', array( 'WPFURIS_Product_Menu', 'products' ) );
8
  add_action( 'admin_print_styles-' . $products, array( 'WPFURIS_Product_Menu', 'products_assets' ) );
9
  }
10
 
81
  }
82
 
83
  public static function products_assets() {
84
+ wp_enqueue_style( 'wpfrank-products', URIS_PLUGIN_URL . 'css/wpfrank-products.css', array(), '1.1', 'all' );
85
  }
86
  }
87
  add_action( 'admin_menu' , array( 'WPFURIS_Product_Menu', 'create_menu' ) );
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Ultimate Responsive Image Slider Plugin ===
2
  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.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,6 +127,12 @@ 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.16 =
131
  * Fixed issue when jQuery is loaded in footer
132
 
1
  === Ultimate Responsive Image Slider Plugin ===
2
  Contributors: FARAZFRANK
3
+ Donate link: https://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.1
7
+ Stable tag: 3.3.1
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.3.1 =
131
+ * Admin layout updated
132
+
133
+ = V 3.3.0 =
134
+ * Tested upto wp 5.1
135
+
136
  = V 3.2.16 =
137
  * Fixed issue when jQuery is loaded in footer
138
 
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.16
7
  Author: WP Frank
8
  Author URI: https://wpfrank.com/
9
  Text Domain: ultimate-responsive-image-slider
@@ -74,7 +74,7 @@ add_image_size( 'rpggallery_admin_large', 500,9999 );
74
 
75
  // Add settings link on plugin page
76
  function ris_links($links) {
77
- $ris_pro_link = '<a href="http://wpfrank.com/" target="_blank">WP Frank</a>';
78
  array_unshift($links, $ris_pro_link);
79
  $ris_settings_link = '<a href="edit.php?post_type=ris_gallery">Settings</a>';
80
  array_unshift($links, $ris_settings_link);
@@ -202,10 +202,10 @@ class URIS {
202
 
203
  public function add_all_ris_meta_boxes() {
204
  add_meta_box( __('Add Slides', URIS_TD), __('Add Slides', URIS_TD), array(&$this, 'ris_generate_add_image_meta_box_function'), 'ris_gallery', 'normal', 'low' );
 
205
  add_meta_box( __('Apply Setting On Ultimate Responsive Image Slider', URIS_TD), __('Apply Setting On Ultimate Responsive Image Slider', URIS_TD), array(&$this, 'ris_settings_meta_box_function'), 'ris_gallery', 'normal', 'low');
206
  add_meta_box ( __('Copy Slider Shortcode', URIS_TD), __('Copy Slider Shortcode', URIS_TD), array(&$this, 'ris_shotcode_meta_box_function'), 'ris_gallery', 'side', 'low');
207
  add_meta_box('Show US Some Love & Rate Us', 'Show US Some Love & Rate Us', array(&$this, 'uris_Rate_us_meta_box_function'), 'ris_gallery', 'side', 'low');
208
- add_meta_box( __('Upgrade To Pro Plugin', URIS_TD), __('Upgrade To Pro Plugin', URIS_TD), array(&$this, 'ris_upgrade_to_pro_meta_box_function'), 'ris_gallery', 'advanced', 'low');
209
  }
210
 
211
  //Rate Us Meta Box
@@ -254,11 +254,12 @@ class URIS {
254
  * Upgrade To Meta Box
255
  */
256
  public function ris_upgrade_to_pro_meta_box_function() { ?>
257
- <div class="welcome-panel-column">
258
  <h3>Unlock More Features in Ultimate Responsive Image Slider Pro</h3>
259
- <p><strong>5 Design Layouts, Transition Effect, Color Customizations, 500+ Google Fonts For Slide Title & Description, Slides Ordering, Link On Slides, 2 Light Box Style, Various Slider Control Settings</strong></p>
260
- <a class="button button-primary button-hero load-customize hide-if-no-customize" target="_blank" href="https://wpfrank.com/demo/ultimate-responsive-image-slider-pro/">Check Pro Plugin Demo</a>
261
- <a class="button button-primary button-hero load-customize hide-if-no-customize" target="_blank" href="https://wpfrank.com/account/signup/ultimate-responsive-image-slider-pro">Buy Pro Plugin $21</a>
 
262
  </div>
263
  <?php
264
  }
@@ -594,5 +595,6 @@ function uris_pro_SettingsPage() {
594
  * URIS Short Code
595
  */
596
  require_once("ultimate-responsive-image-slider-short-code.php");
 
597
  require_once( 'products.php' );
598
  ?>
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.3.1
7
  Author: WP Frank
8
  Author URI: https://wpfrank.com/
9
  Text Domain: ultimate-responsive-image-slider
74
 
75
  // Add settings link on plugin page
76
  function ris_links($links) {
77
+ $ris_pro_link = '<a href="https://wpfrank.com/demo/ultimate-responsive-image-slider-pro/" target="_blank">Try Pro</a>';
78
  array_unshift($links, $ris_pro_link);
79
  $ris_settings_link = '<a href="edit.php?post_type=ris_gallery">Settings</a>';
80
  array_unshift($links, $ris_settings_link);
202
 
203
  public function add_all_ris_meta_boxes() {
204
  add_meta_box( __('Add Slides', URIS_TD), __('Add Slides', URIS_TD), array(&$this, 'ris_generate_add_image_meta_box_function'), 'ris_gallery', 'normal', 'low' );
205
+ add_meta_box( __('Upgrade To Pro Plugin', URIS_TD), __('Upgrade To Pro Plugin', URIS_TD), array(&$this, 'ris_upgrade_to_pro_meta_box_function'), 'ris_gallery', 'normal', 'low');
206
  add_meta_box( __('Apply Setting On Ultimate Responsive Image Slider', URIS_TD), __('Apply Setting On Ultimate Responsive Image Slider', URIS_TD), array(&$this, 'ris_settings_meta_box_function'), 'ris_gallery', 'normal', 'low');
207
  add_meta_box ( __('Copy Slider Shortcode', URIS_TD), __('Copy Slider Shortcode', URIS_TD), array(&$this, 'ris_shotcode_meta_box_function'), 'ris_gallery', 'side', 'low');
208
  add_meta_box('Show US Some Love & Rate Us', 'Show US Some Love & Rate Us', array(&$this, 'uris_Rate_us_meta_box_function'), 'ris_gallery', 'side', 'low');
 
209
  }
210
 
211
  //Rate Us Meta Box
254
  * Upgrade To Meta Box
255
  */
256
  public function ris_upgrade_to_pro_meta_box_function() { ?>
257
+ <div class="welcome-panel-column" id="wpfrank-action-metabox">
258
  <h3>Unlock More Features in Ultimate Responsive Image Slider Pro</h3>
259
+ <p>5 Design Layouts, Transition Effect, Color Customizations, 500+ Google Fonts For Slide Title & Description, Slides Ordering, Link On Slides, 2 Light Box Style, Various Slider Control Settings</p>
260
+ <a class="button button-primary button-hero load-customize hide-if-no-customize wpfrank-action-button" target="_blank" href="https://wpfrank.com/demo/ultimate-responsive-image-slider-pro/">Check Pro Plugin Demo</a>
261
+ <a class="button button-primary button-hero load-customize hide-if-no-customize wpfrank-action-button" target="_blank" href="https://wpfrank.com/demo/">Our Premium Products</a>
262
+ <a class="button button-primary button-hero load-customize hide-if-no-customize wpfrank-action-button" target="_blank" href="https://wpfrank.com/account/signup/ultimate-responsive-image-slider-pro">Buy Pro Plugin $21</a>
263
  </div>
264
  <?php
265
  }
595
  * URIS Short Code
596
  */
597
  require_once("ultimate-responsive-image-slider-short-code.php");
598
+
599
  require_once( 'products.php' );
600
  ?>
uris-feature-admin-notice.php CHANGED
@@ -2,7 +2,7 @@
2
  if ( ! defined( 'ABSPATH' ) ) {
3
  exit;
4
  }
5
- wp_enqueue_style( 'uris-feature-notice-css', URIS_PLUGIN_URL . 'css/uris-feature-notice.css', array(), '1.0', 'all' );
6
  wp_enqueue_style('uris-bootstrap-min', URIS_PLUGIN_URL.'css/bootstrap-latest/bootstrap.css');
7
  ?>
8
  <div class="row col-md-12 wpfrank_banner">
2
  if ( ! defined( 'ABSPATH' ) ) {
3
  exit;
4
  }
5
+ wp_enqueue_style( 'uris-feature-notice-css', URIS_PLUGIN_URL . 'css/uris-feature-notice.css', array(), '1.1', 'all' );
6
  wp_enqueue_style('uris-bootstrap-min', URIS_PLUGIN_URL.'css/bootstrap-latest/bootstrap.css');
7
  ?>
8
  <div class="row col-md-12 wpfrank_banner">