Version Description
Download this release
Release Info
Developer | FARAZFRANK |
Plugin | Ultimate Responsive Image Slider Plugin |
Version | 3.2.12 |
Comparing to | |
See all releases |
Code changes from version 3.2.11 to 3.2.12
- css/uris-feature-notice.css +8 -9
- readme.txt +4 -1
- ultimate-responsive-image-slider.php +2 -4
- uris-promote.php +2 -2
css/uris-feature-notice.css
CHANGED
@@ -30,7 +30,9 @@ li{
|
|
30 |
color:#fff;
|
31 |
display: inline-block;
|
32 |
}
|
33 |
-
|
|
|
|
|
34 |
.wb_button-primary {
|
35 |
padding: 12px 20px;
|
36 |
color: #fff;
|
@@ -88,9 +90,7 @@ li{
|
|
88 |
.wb-col-sm-12{
|
89 |
width:100%;
|
90 |
}
|
91 |
-
|
92 |
-
background: linear-gradient(0deg, #994681 57%, rgba(4, 4, 4, 0.74) 39%), url(./images/bg2.jpg);
|
93 |
-
}
|
94 |
.wb_plugin_feature_banner{
|
95 |
float:none;
|
96 |
}
|
@@ -172,10 +172,9 @@ span.gp_banner_head {
|
|
172 |
padding-right: 70px;
|
173 |
}
|
174 |
.wp-photo-img-responsive {
|
175 |
-
max-width:
|
176 |
-
padding-left:
|
177 |
-
padding-top:
|
178 |
padding-right: 70px;
|
179 |
padding-bottom: 20px;
|
180 |
-
}
|
181 |
-
|
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;
|
90 |
.wb-col-sm-12{
|
91 |
width:100%;
|
92 |
}
|
93 |
+
|
|
|
|
|
94 |
.wb_plugin_feature_banner{
|
95 |
float:none;
|
96 |
}
|
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 |
+
}
|
|
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: 4.9.8
|
7 |
-
Stable tag: 3.2.
|
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.2.11 =
|
131 |
- Add Slider Text Alignment Setting
|
132 |
- Add New Pro Banner
|
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: 4.9.8
|
7 |
+
Stable tag: 3.2.12
|
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.12 =
|
131 |
+
- Fixed Pro Banner Placement
|
132 |
+
|
133 |
= V 3.2.11 =
|
134 |
- Add Slider Text Alignment Setting
|
135 |
- Add New Pro Banner
|
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.
|
7 |
Author: WP Frank
|
8 |
Author URI: https://wpfrank.com/
|
9 |
Text Domain: ultimate-responsive-image-slider
|
@@ -574,9 +574,7 @@ function uris_admin_notice_resport() {
|
|
574 |
global $pagenow;
|
575 |
$uris_screen = get_current_screen();
|
576 |
if ( $pagenow == 'edit.php' && $uris_screen->post_type == "ris_gallery" ) {
|
577 |
-
|
578 |
-
}else{
|
579 |
-
include( 'uris-promote.php' );
|
580 |
}
|
581 |
}
|
582 |
|
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.12
|
7 |
Author: WP Frank
|
8 |
Author URI: https://wpfrank.com/
|
9 |
Text Domain: ultimate-responsive-image-slider
|
574 |
global $pagenow;
|
575 |
$uris_screen = get_current_screen();
|
576 |
if ( $pagenow == 'edit.php' && $uris_screen->post_type == "ris_gallery" ) {
|
577 |
+
require_once ( 'uris-promote.php' );
|
|
|
|
|
578 |
}
|
579 |
}
|
580 |
|
uris-promote.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' );
|
6 |
?>
|
7 |
<div class="wb_plugin_feature notice is-dismissible">
|
8 |
<div class="wb_plugin_feature_banner default_pattern pattern_ ">
|
@@ -11,7 +11,7 @@ wp_enqueue_style( 'uris-feature-notice-css', URIS_PLUGIN_URL . 'css/uris-feature
|
|
11 |
<img class="wp-photo-img-responsive" src="<?php echo URIS_PLUGIN_URL . 'img/wpg_xmas-min.jpg'; ?>" alt="img">
|
12 |
</div>
|
13 |
<div class="wb-col-md-6 wb-col-sm-12 wb_banner_featurs-list">
|
14 |
-
<
|
15 |
<ul>
|
16 |
<li><?php _e( 'Multiple Column Layout', URIS_TD ); ?></li>
|
17 |
<li><?php _e( 'Multiple Lightbox Effect', URIS_TD ); ?></li>
|
2 |
if ( ! defined( 'ABSPATH' ) ) {
|
3 |
exit;
|
4 |
}
|
5 |
+
wp_enqueue_style( 'uris-feature-notice-css', URIS_PLUGIN_URL . 'css/uris-feature-notice.css', '', '1.0' );
|
6 |
?>
|
7 |
<div class="wb_plugin_feature notice is-dismissible">
|
8 |
<div class="wb_plugin_feature_banner default_pattern pattern_ ">
|
11 |
<img class="wp-photo-img-responsive" src="<?php echo URIS_PLUGIN_URL . 'img/wpg_xmas-min.jpg'; ?>" alt="img">
|
12 |
</div>
|
13 |
<div class="wb-col-md-6 wb-col-sm-12 wb_banner_featurs-list">
|
14 |
+
<div class="gp_banner_head"><span><h2><?php _e( 'WP Photo Gallery Pro Features', URIS_TD ); ?> </h2></span></div>
|
15 |
<ul>
|
16 |
<li><?php _e( 'Multiple Column Layout', URIS_TD ); ?></li>
|
17 |
<li><?php _e( 'Multiple Lightbox Effect', URIS_TD ); ?></li>
|