Ultimate Responsive Image Slider Plugin - Version 3.3.2

Version Description

Download this release

Release Info

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

Code changes from version 3.3.1 to 3.3.2

css/ris-meta.css CHANGED
@@ -270,43 +270,11 @@ input[type=range].uris-slider {
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
  }
270
  cursor: pointer;
271
  }
272
 
273
+ #wpfrank-action-metabox h4 {
 
 
 
 
274
  line-height: 1.4;
 
 
275
  margin-bottom: 5px;
276
  }
 
 
 
 
 
 
277
  #wpfrank-action-metabox a {
278
  display: inline-block !important;
279
  margin-bottom: 5px !important;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
280
  }
css/uris-feature-notice.css CHANGED
@@ -49,9 +49,7 @@ a.linkbtn {
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;
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;
css/wpfrank-products.css CHANGED
@@ -75,8 +75,7 @@
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;
@@ -89,11 +88,9 @@
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 {
75
  border-radius: 10px;
76
  text-align: center;
77
  text-decoration: none;
78
+ font-size: .88rem;
 
79
  padding: 10px 20px;
80
  -webkit-transition: 0.4s all;
81
  -o-transition: 0.4s all;
88
  .wpfrank-buy-now {
89
  background-color: #3498db;
90
  color: #fff;
 
91
  border: 1px solid #3498db;
92
  }
93
  .wpfrank-try-now:hover {
 
94
  background-color: #3498db;
95
  }
96
  .wpfrank-buy-now:hover {
products.php CHANGED
@@ -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.1', 'all' );
85
  }
86
  }
87
  add_action( 'admin_menu' , array( 'WPFURIS_Product_Menu', 'create_menu' ) );
81
  }
82
 
83
  public static function products_assets() {
84
+ wp_enqueue_style( 'wpfrank-products', URIS_PLUGIN_URL . 'css/wpfrank-products.css', array(), '1.2', 'all' );
85
  }
86
  }
87
  add_action( 'admin_menu' , array( 'WPFURIS_Product_Menu', 'create_menu' ) );
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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,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.3.1 =
131
  * Admin layout updated
132
 
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.2
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.2 =
131
+ * Banner updated
132
+
133
  = V 3.3.1 =
134
  * Admin layout updated
135
 
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.3.1
7
  Author: WP Frank
8
  Author URI: https://wpfrank.com/
9
  Text Domain: ultimate-responsive-image-slider
@@ -255,10 +255,9 @@ class URIS {
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
@@ -396,7 +395,7 @@ class URIS {
396
  wp_enqueue_media();
397
 
398
  //custom add image box css
399
- wp_enqueue_style('ris-meta-css', URIS_PLUGIN_URL.'css/ris-meta.css');
400
 
401
  //font awesome css
402
  wp_enqueue_style('ris-font-awesome-5.0.8', URIS_PLUGIN_URL.'css/font-awesome-latest/css/fontawesome-all.min.css');
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.2
7
  Author: WP Frank
8
  Author URI: https://wpfrank.com/
9
  Text Domain: ultimate-responsive-image-slider
255
  */
256
  public function ris_upgrade_to_pro_meta_box_function() { ?>
257
  <div class="welcome-panel-column" id="wpfrank-action-metabox">
258
+ <h4>Unlock More Features in Ultimate Responsive Image Slider Pro</h4>
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/account/signup/ultimate-responsive-image-slider-pro">Buy Pro Plugin $21</a>
262
  </div>
263
  <?php
395
  wp_enqueue_media();
396
 
397
  //custom add image box css
398
+ wp_enqueue_style('ris-meta-css', URIS_PLUGIN_URL.'css/ris-meta.css', array(), '1.0');
399
 
400
  //font awesome css
401
  wp_enqueue_style('ris-font-awesome-5.0.8', URIS_PLUGIN_URL.'css/font-awesome-latest/css/fontawesome-all.min.css');
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.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">
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.2', '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">