Ultimate Responsive Image Slider Plugin - Version 3.2.15

Version Description

Download this release

Release Info

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

Code changes from version 3.2.14 to 3.2.15

css/uris-feature-notice.css CHANGED
@@ -1,180 +1,183 @@
1
- li{
2
- color:#000;
3
- }
4
- .wb-col-md-12{
5
- width:100%;
6
- }
7
- .wb_plugin_feature{
8
- color:000;
9
- }
10
- .wb-text-center{
11
- text-align:center;
12
- }
13
-
14
- .wp-img-responsive{
15
- max-width:100%;
16
- }
17
-
18
- .wb_plugin_feature_banner.default_pattern {
19
- box-shadow: 0px 2px 20px #818181;
20
- margin: 40px 0px;
21
- background-color: #e8e8e8;
22
- float: left;
23
- display: block;
24
- clear: right;
25
- width: 98%;
26
- position: relative;
27
- }
28
- .wb_banner_featurs-list ul {
29
- list-style-type: square;
30
- color:#fff;
31
- display: inline-block;
32
- }
33
- .wb_banner_featurs-list .gp_banner_head h2 {
34
- text-align: center;
35
- }
36
- .wb_button-primary {
37
- padding: 12px 20px;
38
- color: #fff;
39
- font-weight: 700;
40
- text-decoration: none;
41
- margin: 5px;
42
- border-radius: 4px;
43
- box-shadow: 2px 2px 5px #1111113d;
44
- background-color: #3f3d3b;
45
- }
46
- .wp_btn-grup .wb_button-primary {
47
- width: 100%;
48
- }
49
- .plugin_vrsion {
50
- position: absolute;
51
- background: #55505a;
52
- border-radius: 0px 0px 0px 52px;
53
- padding: 15px 30px;
54
- right: 0px;
55
- font-size: 18px;
56
- top: 0;
57
- box-shadow: -6px 5px 7px hsla(187, 1%, 15%, 0.3);
58
- }
59
- .wb_banner_featurs-list ul li {
60
- margin: 25px 20px;
61
- font-size: 16px;
62
-
63
- }
64
- .wb_banner_featurs-list h2 {
65
- border-bottom: 4px solid orange;
66
- padding-bottom: 10px;
67
- }
68
- .wp_btn-grup {
69
- display: flex;
70
- text-align:center;
71
- }
72
- /*--media-responsive csss--*/
73
- @media (min-width: 901px){
74
- .wb_banner_featurs-list ul li {
75
- float: left;
76
- width: 24%
77
- }
78
-
79
- .wb-col-md-6{
80
- float:left;
81
- width:50%;
82
- }
83
- .wp_btn-grup {
84
- margin: 0 auto;
85
- width: 60%;
86
- }
87
- }
88
-
89
- @media (max-width: 900px){
90
- .wb-col-sm-12{
91
- width:100%;
92
- }
93
-
94
- .wb_plugin_feature_banner{
95
- float:none;
96
- }
97
- .wb-col-sm-6{
98
- float:left;
99
- width:50%;
100
- }
101
- }
102
-
103
- .wb_plugin_feature_banner.pattern_2 {
104
- background: linear-gradient(17deg, #663399 -16%, #ee3e3f 70%, #440e0e 93%), url(./img/bg.jpg);
105
- }
106
-
107
- .wb_plugin_feature_banner.pattern_3 {
108
- background: linear-gradient(17deg, #6f3f9e -16%, #d63131de 93%), url(./img/bg-3.jpg);
109
- background-repeat: repeat-x;
110
- }
111
- a.wb_button-primary:hover,
112
- a.wb_button-primary:focus {
113
- color: #f1f1f1;
114
- text-decoration: none;
115
- }
116
-
117
- span.gp_banner_head {
118
- font-size: 18px;
119
  }
120
-
121
-
122
- .ribbon {
123
- position: absolute;
124
- left: -5px; top: -5px;
125
- z-index: 1;
126
- overflow: hidden;
127
- width: 75px; height: 75px;
128
- text-align: right;
129
- }
130
- .ribbon span {
131
- font-size: 12px;
132
- font-weight: bold;
133
- color: #FFF;
134
- text-transform: uppercase;
135
- text-align: center;
136
- line-height: 20px;
137
- transform: rotate(-45deg);
138
- -webkit-transform: rotate(-45deg);
139
- width: 100px;
140
- display: block;
141
- background: #79A70A;
142
- background: linear-gradient(orange 0%, orange 100%);
143
- box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
144
- position: absolute;
145
- top: 19px; left: -21px;
146
- }
147
- .ribbon span::before {
148
- content: "";
149
- position: absolute; left: 0px; top: 100%;
150
- z-index: -1;
151
- border-left: 3px solid #8F0808;
152
- border-right: 3px solid transparent;
153
- border-bottom: 3px solid transparent;
154
- border-top: 3px solid #8F0808;
155
- }
156
- .ribbon span::after {
157
- content: "";
158
- position: absolute; right: 0px; top: 100%;
159
- z-index: -1;
160
- border-left: 3px solid transparent;
161
- border-right: 3px solid #8F0808;
162
- border-bottom: 3px solid transparent;
163
- border-top: 3px solid #8F0808;
164
- }
165
- .wp-core-ui .notice.is-dismissible{
166
- padding-right: 0px;
167
- }
168
- .wp-img-responsive {
169
- max-width: 100%;
170
- padding-left: 70px;
171
- padding-top: 20px;
172
- padding-right: 70px;
173
- }
174
- .wp-photo-img-responsive {
175
- max-width: 90%;
176
- padding-left: 35px;
177
- padding-top: 35px;
178
- padding-right: 70px;
179
- padding-bottom: 20px;
180
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ a.linkbtn {
2
+ background-color: #286888;
3
+ padding: 7px;
4
+ color: #fff;
5
+ font-weight: 600;
6
+ border-radius: 5px;
7
+ text-decoration: none;
8
+ }
9
+ .btn-right {
10
+ text-align: right;
11
+ margin-top: 20px;
12
+ }
13
+ .mt-3.imsdiv {
14
+ background-color: #f1f1f1;
15
+ padding-bottom: 20px;
16
+ }
17
+ .imsdiv img {
18
+ width: 100%;
19
+ }
20
+ @media(min-width:1200px) {
21
+ .imsdiv img {
22
+ height: 600px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  }
24
+ }
25
+ .row.col-md-12.banner {
26
+ margin-top: 10px;
27
+ margin-bottom: 50px;
28
+ }
29
+ .row.col-md-12.wpfrank_banner {
30
+ padding: 20px;
31
+ margin: 40px 0px;
32
+ border: 0;
33
+ -webkit-box-shadow: 0px 2px 20px #818181;
34
+ box-shadow: 0px 2px 20px #818181;
35
+ }
36
+ .wpfrank_banner_img img {
37
+ max-width: 100%;
38
+ height: auto;
39
+ }
40
+ .wpfrank_banner .button-primary {
41
+ background: #d06b2e;
42
+ border-color: #0073aa #006799 #006799;
43
+ -webkit-box-shadow: 0 4px 6px #0000002e;
44
+ box-shadow: 0 4px 6px #0000002e;
45
+ color: #fff;
46
+ border-radius: 4px;
47
+ text-decoration: none;
48
+ border: 0;
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;
56
+ margin-top: 10px;
57
+ -webkit-transition: 0.4s;
58
+ -o-transition: 0.4s;
59
+ transition: 0.4s;
60
+ }
61
+ .wpfrank_banner .button-primary:focus, .wpfrank_banner .button-primary:hover {
62
+ background-color: #4caf50!important;
63
+ border:0!important;
64
+ -webkit-box-shadow:none;
65
+ box-shadow:none;
66
+ -webkit-transition: 0.4s;
67
+ -o-transition: 0.4s;
68
+ transition: 0.4s;
69
+ }
70
+ .wpfrank_banner {
71
+ padding: 20px;
72
+ margin: 40px 0px;
73
+ background: -webkit-linear-gradient(157deg, #144984 57%, rgba(4, 4, 4, 0.74) 39%), url(../img/ultimate.png);
74
+ background: -o-linear-gradient(157deg, #144984 57%, rgba(4, 4, 4, 0.74) 39%), url(../img/ultimate.png);
75
+ background: linear-gradient(-67deg, #144984 57%, rgba(4, 4, 4, 0.74) 39%), url(../img/ultimate.png);
76
+ border: 1px solid #ccc;
77
+ }
78
+ .wpfrank_banner_features {
79
+ color: #fff;
80
+ }
81
+ .wpfrank_banner_features h3 {
82
+ margin-bottom: 2.2rem;
83
+ margin-left: 1rem;
84
+ }
85
+ .wpfrank_banner_actions {
86
+ margin-top: 2rem;
87
+ }
88
+ .wpfrank_banner_features ul li {
89
+ font-size: 1.5rem;
90
+ font-weight: 600;
91
+ }
92
+ .plugin_version span {
93
+ -ms-transform: rotate(20deg);
94
+ -webkit-transform: rotate(20deg);
95
+ transform: rotate(50deg);
96
+ display: block;
97
+ }
98
+ .wpfrank_banner_img h2 {
99
+ color: #fff;
100
+ text-align: center;
101
+ padding: 18px;
102
+ }
103
+ .wpfrank_banner_features h2{
104
+ padding: 20px;
105
+ }
106
+ .wpfrank_banner_features ul {
107
+ list-style: unset;
108
+ }
109
+ .plugin_version {
110
+ position: absolute;
111
+ right: -20px;
112
+ background: -webkit-linear-gradient(226deg, #d06c2e 50%, rgba(27, 26, 26, 0) 50%);
113
+ background: -o-linear-gradient(226deg, #d06c2e 50%, rgba(27, 26, 26, 0) 50%);
114
+ background: linear-gradient(-136deg, #d06c2e 50%, rgba(27, 26, 26, 0) 50%);
115
+ padding: 6px 7px 60px 60px;
116
+ top: -20px;
117
+ text-align: center;
118
+ }
119
+ .plugin_version span b {
120
+ display: block;
121
+ }
122
+ @media(min-width:901px) {
123
+ .wpfrank_banner .wpfrank_banner_features ul li {
124
+ float: left;
125
+ margin: 5px 20px;
126
+ width: 80%;
127
+ font-size: 1.5rem;
128
+ }
129
+ }
130
+ @media(max-width:900px) {
131
+ .wpfrank_banner_features h3 {
132
+ margin-left: -1.2rem;
133
+ font-size: 1.6rem;
134
+ width: 90%;
135
+ line-height: 1.4;
136
+ }
137
+ .wpfrank_banner_features ul li {
138
+ font-size: 1.3rem;
139
+ }
140
+ .wpfrank_banner {
141
+ background: transparent;
142
+ }
143
+ .wpfrank_banner_img.col-sm-12 {
144
+ padding: 0 !important;
145
+ background: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)) ), url(../img/ultimate.png);
146
+ background: -webkit-linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url(../img/ultimate.png);
147
+ background: -o-linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url(../img/ultimate.png);
148
+ background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url(../img/ultimate.png);
149
+ text-align: center;
150
+ }
151
+ .container-fluid.wl_im_container {
152
+ padding: 0;
153
+ }
154
+ .plugin_version {
155
+ top: 0;
156
+ right: 0px;
157
+ }
158
+ .row.col-md-12.wpfrank_banner {
159
+ margin: 0px;
160
+ padding:40px 0px;
161
+ }
162
+ .auto-fold #wpcontent {
163
+ margin-left: 0!important;
164
+ padding-left:0px;
165
+ }
166
+ .wpfrank_banner .button-primary {
167
+ margin: 4px;
168
+ font-size: 1.5rem;
169
+ width: 100%;
170
+ }
171
+ .col-md-6.wpfrank_banner_features {
172
+ background: #144984;
173
+ padding: 5px 40px;
174
+ width: 100%;
175
+ }
176
+ }
177
+ @media(max-width:768px) {
178
+ .wpfrank_banner .button-primary {
179
+ margin: 4px;
180
+ font-size: 1.25rem;
181
+ width: 44%;
182
+ }
183
+ }
css/wpfrank-products.css CHANGED
@@ -16,23 +16,31 @@
16
  color: #fff;
17
  }
18
  .wpfrank-products {
 
 
19
  display: flex;
20
- flex-wrap: wrap;
21
- justify-content: space-around;
 
 
22
  }
23
  .wpfrank-product {
24
- box-sizing: border-box;
25
- flex-basis: 30%;
 
 
26
  margin-bottom: 30px;
27
  }
28
  @media(max-width: 1024px) {
29
  .wpfrank-product {
30
- flex-basis: 45%;
 
31
  }
32
  }
33
  @media(max-width: 640px) {
34
  .wpfrank-product {
35
- flex-basis: 90%;
 
36
  }
37
  }
38
  .wpfrank-product-title {
@@ -45,8 +53,12 @@
45
  width: 100%;
46
  }
47
  .wpfrank-product-links {
 
 
48
  display: flex;
49
- justify-content: space-between;
 
 
50
  }
51
  .wpfrank-product-tagline {
52
  text-align: center;
@@ -56,12 +68,16 @@
56
  padding: 10px 0;
57
  }
58
  .wpfrank-link-button {
59
- box-sizing: border-box;
60
- flex-basis: 45%;
 
 
61
  border-radius: 10px;
62
  text-align: center;
63
  text-decoration: none;
64
  padding: 10px 20px;
 
 
65
  transition: 0.4s all;
66
  }
67
  .wpfrank-try-now {
16
  color: #fff;
17
  }
18
  .wpfrank-products {
19
+ display: -webkit-box;
20
+ display: -ms-flexbox;
21
  display: flex;
22
+ -ms-flex-wrap: wrap;
23
+ flex-wrap: wrap;
24
+ -ms-flex-pack: distribute;
25
+ justify-content: space-around;
26
  }
27
  .wpfrank-product {
28
+ -webkit-box-sizing: border-box;
29
+ box-sizing: border-box;
30
+ -ms-flex-preferred-size: 30%;
31
+ flex-basis: 30%;
32
  margin-bottom: 30px;
33
  }
34
  @media(max-width: 1024px) {
35
  .wpfrank-product {
36
+ -ms-flex-preferred-size: 45%;
37
+ flex-basis: 45%;
38
  }
39
  }
40
  @media(max-width: 640px) {
41
  .wpfrank-product {
42
+ -ms-flex-preferred-size: 90%;
43
+ flex-basis: 90%;
44
  }
45
  }
46
  .wpfrank-product-title {
53
  width: 100%;
54
  }
55
  .wpfrank-product-links {
56
+ display: -webkit-box;
57
+ display: -ms-flexbox;
58
  display: flex;
59
+ -webkit-box-pack: justify;
60
+ -ms-flex-pack: justify;
61
+ justify-content: space-between;
62
  }
63
  .wpfrank-product-tagline {
64
  text-align: center;
68
  padding: 10px 0;
69
  }
70
  .wpfrank-link-button {
71
+ -webkit-box-sizing: border-box;
72
+ box-sizing: border-box;
73
+ -ms-flex-preferred-size: 45%;
74
+ flex-basis: 45%;
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;
81
  transition: 0.4s all;
82
  }
83
  .wpfrank-try-now {
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' );
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.0', 'all' );
85
  }
86
  }
87
  add_action( 'admin_menu' , array( 'WPFURIS_Product_Menu', 'create_menu' ) );
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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.2
7
- Stable tag: 3.2.14
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -127,6 +127,10 @@ 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.14 =
131
  * Added Check Pro Banner
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.0.2
7
+ Stable tag: 3.2.15
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.15 =
131
+ * SEO Improvement
132
+ * Updated Pro Banner
133
+
134
  = V 3.2.14 =
135
  * Added Check Pro Banner
136
 
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.14
7
  Author: WP Frank
8
  Author URI: https://wpfrank.com/
9
  Text Domain: ultimate-responsive-image-slider
@@ -205,7 +205,7 @@ class URIS {
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', 'side', 'low');
209
  }
210
 
211
  //Rate Us Meta Box
@@ -258,7 +258,7 @@ class URIS {
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
  }
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.15
7
  Author: WP Frank
8
  Author URI: https://wpfrank.com/
9
  Text Domain: ultimate-responsive-image-slider
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
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
  }
uris-feature-admin-notice.php CHANGED
@@ -2,35 +2,32 @@
2
  if ( ! defined( 'ABSPATH' ) ) {
3
  exit;
4
  }
5
- wp_enqueue_style( 'uris-feature-notice-css', URIS_PLUGIN_URL . 'css/uris-feature-notice.css' );
 
6
  ?>
7
- <div class="wb_plugin_feature notice is-dismissible">
8
- <div class="wb_plugin_feature_banner default_pattern pattern_ ">
9
- <div class="wb-col-md-6 wb-col-sm-12 box">
10
- <div class="ribbon"><span>Check Pro</span></div>
11
- <img class="wp-img-responsive" src="<?php echo URIS_PLUGIN_URL . 'img/ultimate.png'; ?>" alt="img">
12
  </div>
13
- <div class="wb-col-md-6 wb-col-sm-12 wb_banner_featurs-list">
14
- <span class="gp_banner_head"><h2><?php _e( 'Ultimate Responsive Image Slider Pro Features', URIS_TD ); ?> </h2></span>
15
  <ul>
16
- <li><?php _e( '5 Slider Layout', URIS_TD ); ?></li>
17
- <li><?php _e( 'Double Lightbox Effect', URIS_TD ); ?></li>
18
- <li><?php _e( '500 Plus Google Fonts', URIS_TD ); ?></li>
19
- <li><?php _e( 'Link Slide', URIS_TD ); ?></li>
20
- <li><?php _e( 'Multiple Image Uploader', URIS_TD ); ?></li>
21
- <li><?php _e( 'Hide or Show Gallery Title and Description', URIS_TD ); ?></li>
22
- <li><?php _e( 'Brand Slider Integrated', URIS_TD ); ?></li>
23
- <li><?php _e( 'Drag and Drop Slide Image Control', URIS_TD ); ?></li>
24
- <li><?php _e( 'Widget Slider Utility', URIS_TD ); ?></li>
25
-
26
  </ul>
27
- <div class="wp_btn-grup">
28
- <a class="wb_button-primary" href="https://wpfrank.com/demo/ultimate-responsive-image-slider-pro/"
29
- target="_blank"><?php _e( 'Check Pro Demo', URIS_TD ); ?></a>
30
- <a class="wb_button-primary" href="https://wpfrank.com/account/signup/ultimate-responsive-image-slider-pro"
31
- target="_blank"><?php _e( 'Buy Pro', URIS_TD ); ?> $21</a>
 
32
  </div>
33
-
34
  </div>
35
  </div>
36
- </div>
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">
9
+ <div class="col-md-6 col-sm-12 wpfrank_banner_img">
10
+ <a href="https://wpfrank.com/account/signup/ultimate-responsive-image-slider-pro" target="_blank"><img class="img-fluid" src="<?php echo URIS_PLUGIN_URL . "img/products/Ultimate-Responsive-Image-Slider-Pro.jpg"; ?>"></a>
 
 
11
  </div>
12
+ <div class="col-md-6 col-sm-12 wpfrank_banner_features">
13
+ <h3><span class="border-white border-bottom pb-1"><?php _e('Ultimate Responsive Image Slider Pro Features', URIS_TD ); ?></span></h3>
14
  <ul>
15
+ <li><?php _e('5 Slider Layouts', URIS_TD ); ?></li>
16
+ <li><?php _e('Double Lightbox Effects', URIS_TD ); ?></li>
17
+ <li><?php _e('500 Plus Google Fonts', URIS_TD ); ?></li>
18
+ <li><?php _e('Link Slide', URIS_TD ); ?></li>
19
+ <li><?php _e('Multiple Image Uploader', URIS_TD ); ?></li>
20
+ <li><?php _e('Hide or Show Gallery Title and Description', URIS_TD ); ?></li>
21
+ <li><?php _e('Brand Slider Integrated', URIS_TD ); ?></li>
22
+ <li><?php _e('Drag and Drop Slide Image Control', URIS_TD ); ?></li>
23
+ <li><?php _e('Widget Slider Utility', URIS_TD ); ?></li>
 
24
  </ul>
25
+ <div class="col-md-12 wpfrank_banner_actions">
26
+ <a class="button-primary button-hero" href="https://wpfrank.com/demo/ultimate-responsive-image-slider-pro/" target="_blank"><?php _e('View Demo', URIS_TD ); ?></a>
27
+ <a class="button-primary button-hero" href="https://wpfrank.com/account/signup/ultimate-responsive-image-slider-pro" target="_blank"><?php _e('Buy Now', URIS_TD ); ?> $21</a>
28
+ </div>
29
+ <div class="plugin_version">
30
+ <span><b>7.2</b><?php _e('Version', URIS_TD ); ?></span>
31
  </div>
 
32
  </div>
33
  </div>
 
uris-layout.php CHANGED
@@ -336,7 +336,7 @@ jQuery( document ).ready(function() {
336
  foreach($RPGP_AllPhotosDetails as $RPGP_SinglePhotoDetails) {
337
  $ThumbUrl = $RPGP_SinglePhotoDetails['rpggallery_admin_thumb'];
338
  $j++; ?>
339
- <img class="sp-thumbnail" src="<?php echo URIS_PLUGIN_URL; ?>img/loading.gif" data-src="<?php echo esc_url($ThumbUrl); ?>"/>
340
  <?php } // end of foreach
341
  }// end of is_array ?>
342
  </div>
336
  foreach($RPGP_AllPhotosDetails as $RPGP_SinglePhotoDetails) {
337
  $ThumbUrl = $RPGP_SinglePhotoDetails['rpggallery_admin_thumb'];
338
  $j++; ?>
339
+ <img class="sp-thumbnail" src="<?php echo URIS_PLUGIN_URL; ?>img/loading.gif" data-src="<?php echo esc_url($ThumbUrl); ?>" alt="<?php _e( 'Loading image...', URIS_TD ); ?>"/>
340
  <?php } // end of foreach
341
  }// end of is_array ?>
342
  </div>