Version Description
Download this release
Release Info
Developer | weblizar |
Plugin | Ultimate Responsive Image Slider Plugin |
Version | 2.6 |
Comparing to | |
See all releases |
Code changes from version 2.4 to 2.6
- css/bootstrap-admin.css +1 -3
- img/bg2.jpg +0 -0
- readme.txt +5 -1
- ultimate-responsive-image-slider.php +56 -1
css/bootstrap-admin.css
CHANGED
@@ -33,9 +33,7 @@ img {
|
|
33 |
max-width: 100%;
|
34 |
height: auto;
|
35 |
}
|
36 |
-
|
37 |
-
border-radius: 6px;
|
38 |
-
}
|
39 |
.img-thumbnail {
|
40 |
display: inline-block;
|
41 |
max-width: 100%;
|
33 |
max-width: 100%;
|
34 |
height: auto;
|
35 |
}
|
36 |
+
|
|
|
|
|
37 |
.img-thumbnail {
|
38 |
display: inline-block;
|
39 |
max-width: 100%;
|
img/bg2.jpg
ADDED
Binary file
|
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.1
|
7 |
-
Stable tag: 2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -126,6 +126,10 @@ If you have any question contact us at here: [Plugin Support Forum ](http://word
|
|
126 |
For more information, see Weblizar(http://wwww.weblizar.com/).
|
127 |
|
128 |
|
|
|
|
|
|
|
|
|
129 |
= Version 2.4 26-10-2015 =
|
130 |
|
131 |
* Resolved long description in safari.
|
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.1
|
7 |
+
Stable tag: 2.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
126 |
For more information, see Weblizar(http://wwww.weblizar.com/).
|
127 |
|
128 |
|
129 |
+
= Version 2.6 29-10-2015 =
|
130 |
+
|
131 |
+
* small changes in code.
|
132 |
+
|
133 |
= Version 2.4 26-10-2015 =
|
134 |
|
135 |
* Resolved long description in safari.
|
ultimate-responsive-image-slider.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Ultimate Responsive Image Slider
|
4 |
-
* Version: 2.
|
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/
|
@@ -36,6 +36,61 @@ function WRIS_DefaultSettingsPro() {
|
|
36 |
add_image_size( 'rpggallery_admin_thumb', 300, 300, true );
|
37 |
add_image_size( 'rpggallery_admin_large', 500,9999 );
|
38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
/**
|
40 |
* URIS Enqueue Scripts
|
41 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Ultimate Responsive Image Slider
|
4 |
+
* Version: 2.6
|
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/
|
36 |
add_image_size( 'rpggallery_admin_thumb', 300, 300, true );
|
37 |
add_image_size( 'rpggallery_admin_large', 500,9999 );
|
38 |
|
39 |
+
function admin_content_wpse_144936() {
|
40 |
+
|
41 |
+
if(get_post_type()=="ris_gallery"){
|
42 |
+
?>
|
43 |
+
<style>
|
44 |
+
.wlTBlock{
|
45 |
+
background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('<?php echo WRIS_PLUGIN_URL.'/img/bg2.jpg'; ?>') no-repeat fixed;
|
46 |
+
background-position: 50% 0 !important;
|
47 |
+
padding: 27px 0 23px 0;
|
48 |
+
margin-left: -20px;
|
49 |
+
font-family: Myriad Pro ;
|
50 |
+
cursor: pointer;
|
51 |
+
text-align: center;
|
52 |
+
}
|
53 |
+
.wlTBlock .wlTBig{
|
54 |
+
color: white;
|
55 |
+
font-size: 30px;
|
56 |
+
font-weight: bolder;
|
57 |
+
padding: 0 0 15px 0;
|
58 |
+
}
|
59 |
+
.wlTBlock .wlTBig .dashicons{
|
60 |
+
font-size: 40px;
|
61 |
+
position: absolute;
|
62 |
+
margin-left: -45px;
|
63 |
+
margin-top: -10px;
|
64 |
+
}
|
65 |
+
.wlTBlock .WlTSmall{
|
66 |
+
font-weight: bolder;
|
67 |
+
color: white;
|
68 |
+
font-size: 18px;
|
69 |
+
padding: 0 0 15px 15px;
|
70 |
+
}
|
71 |
+
|
72 |
+
.wlTBlock a{
|
73 |
+
text-decoration: none;
|
74 |
+
}
|
75 |
+
@media screen and ( max-width: 600px ) {
|
76 |
+
.wlTBlock{ padding-top: 60px; margin-bottom: -50px; }
|
77 |
+
.wlTBlock .WlTSmall { display: none; }
|
78 |
+
|
79 |
+
}
|
80 |
+
</style>
|
81 |
+
<div class="wlTBlock ">
|
82 |
+
<a href="https://weblizar.com/plugins/ultimate-responsive-image-slider-pro/" target="_new">
|
83 |
+
<div class="wlTBig"><span class="dashicons dashicons-cart"></span>Get Pro version</div>
|
84 |
+
<div class="WlTSmall">with PRO version you get more advanced functionality and even more flexibility in settings </div>
|
85 |
+
</a>
|
86 |
+
</div>
|
87 |
+
<?php
|
88 |
+
|
89 |
+
}
|
90 |
+
|
91 |
+
}
|
92 |
+
add_action('in_admin_header','admin_content_wpse_144936');
|
93 |
+
|
94 |
/**
|
95 |
* URIS Enqueue Scripts
|
96 |
*/
|