Version Description
Download this release
Release Info
Developer | weblizar |
Plugin | Ultimate Responsive Image Slider Plugin |
Version | 3.1.4 |
Comparing to | |
See all releases |
Code changes from version 3.1.3 to 3.1.4
- css/ris-meta.css +34 -0
- get-uris-pro.php +1 -6
- readme.txt +125 -83
- ultimate-responsive-image-slider-settings-meta-box.php +22 -12
- ultimate-responsive-image-slider.php +39 -45
- uris-layout.php +2 -5
css/ris-meta.css
CHANGED
@@ -234,4 +234,38 @@ box-shadow: inset 0 1px 0 rgba(49,163,221,.5),0 1px 0 rgba(0,0,0,.15);
|
|
234 |
|
235 |
.fag-rate-us {
|
236 |
color : #F8504B !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
237 |
}
|
234 |
|
235 |
.fag-rate-us {
|
236 |
color : #F8504B !important;
|
237 |
+
}
|
238 |
+
|
239 |
+
input[type=range].uris-slider {
|
240 |
+
-webkit-appearance: none;
|
241 |
+
width: 40%;
|
242 |
+
height: 15px;
|
243 |
+
border-radius: 5px;
|
244 |
+
background: #d3d3d3;
|
245 |
+
outline: none;
|
246 |
+
opacity: 0.7;
|
247 |
+
-webkit-transition: .2s;
|
248 |
+
transition: opacity .2s;
|
249 |
+
}
|
250 |
+
|
251 |
+
.uris-slider:hover {
|
252 |
+
opacity: 1;
|
253 |
+
}
|
254 |
+
|
255 |
+
.uris-slider::-webkit-slider-thumb {
|
256 |
+
-webkit-appearance: none;
|
257 |
+
appearance: none;
|
258 |
+
width: 25px;
|
259 |
+
height: 25px;
|
260 |
+
border-radius: 50%;
|
261 |
+
background: #000000;
|
262 |
+
cursor: pointer;
|
263 |
+
}
|
264 |
+
|
265 |
+
.uris-slider::-moz-range-thumb {
|
266 |
+
width: 25px;
|
267 |
+
height: 25px;
|
268 |
+
border-radius: 50%;
|
269 |
+
background: #000000;
|
270 |
+
cursor: pointer;
|
271 |
}
|
get-uris-pro.php
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
<div class="row-fluid pricing-table pricing-three-column" style="margin-top: 10px;display:block;width:100%;overflow:hidden">
|
2 |
-
|
3 |
<div class="purchase_btn_div" style="margin-top:20px;text-align: center;">
|
4 |
<a style= "margin-right:10px;" href="http://demo.weblizar.com/ultimate-responsive-image-slider-pro/" target="_new" class="btn btn-primary btn-lg">View Demo</a>
|
5 |
<a style= "margin-right:10px;" href="https://weblizar.com/plugins/ultimate-responsive-image-slider-pro/" target="_new" class="btn btn-success btn-lg">Try Before Buy</a>
|
@@ -134,12 +133,8 @@
|
|
134 |
li {
|
135 |
font-size: larger !important;
|
136 |
}
|
137 |
-
|
138 |
.row-fluid .span4 {
|
139 |
width: 30.624% !important;
|
140 |
}
|
141 |
-
|
142 |
-
ul li img {
|
143 |
-
|
144 |
-
}
|
145 |
</style>
|
1 |
<div class="row-fluid pricing-table pricing-three-column" style="margin-top: 10px;display:block;width:100%;overflow:hidden">
|
|
|
2 |
<div class="purchase_btn_div" style="margin-top:20px;text-align: center;">
|
3 |
<a style= "margin-right:10px;" href="http://demo.weblizar.com/ultimate-responsive-image-slider-pro/" target="_new" class="btn btn-primary btn-lg">View Demo</a>
|
4 |
<a style= "margin-right:10px;" href="https://weblizar.com/plugins/ultimate-responsive-image-slider-pro/" target="_new" class="btn btn-success btn-lg">Try Before Buy</a>
|
133 |
li {
|
134 |
font-size: larger !important;
|
135 |
}
|
|
|
136 |
.row-fluid .span4 {
|
137 |
width: 30.624% !important;
|
138 |
}
|
139 |
+
ul li img { }
|
|
|
|
|
|
|
140 |
</style>
|
readme.txt
CHANGED
@@ -1,95 +1,139 @@
|
|
1 |
-
=== Ultimate Responsive Image Slider ===
|
2 |
Contributors: weblizar
|
3 |
Donate link: http://www.weblizar.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
|
7 |
-
Stable tag: 3.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
-
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
Ultimate responsive image slider a fully responsive slider plugin for WordPress blog users. You can add infinite image slides in a single slider using multiple image uploader. You can publish unlimited slider on your blog.
|
|
|
16 |
|
17 |
-
|
18 |
|
19 |
-
|
20 |
|
21 |
-
|
22 |
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
> * All Major & Latest Browser Compatible (IE, Chrome, Firefox)
|
63 |
-
> * All Major Device Support
|
64 |
-
> * Multilingual Translation Ready
|
65 |
-
> * 5 Slider Layout
|
66 |
-
> * Unlimited Color Scheme
|
67 |
-
> * Touch Slider
|
68 |
-
> * Full-Screen slideshow
|
69 |
-
> * Thumbnail Slider
|
70 |
-
> * Lightbox Integrated
|
71 |
-
> * External Link Button
|
72 |
-
> * Carousel Slider
|
73 |
-
> * All Gallery Shortcode
|
74 |
-
> * Each Gallery has Unique Shortcode
|
75 |
-
> * Drag and Drop image Position
|
76 |
-
> * Multiple Image uploader
|
77 |
-
> * Shortcode Button on post or page
|
78 |
-
> * Unique settings for each gallery
|
79 |
-
> * Auto Play Pause
|
80 |
-
> * Customize Thumbnail Position
|
81 |
-
> * Slider Orientation - horizontal and vertical (New)
|
82 |
-
> * Slider Order - Ascending , Descending and random (New)
|
83 |
-
> * 500+ Google Font Style (New)
|
84 |
-
> * Customize Thumbnail Position (New)
|
85 |
-
> * Customize Thumbnail Width And Height (New)
|
86 |
-
> * Auto Height Option (New)
|
87 |
-
> * All Browser Compatible
|
88 |
-
>
|
89 |
|
90 |
-
|
|
|
91 |
|
92 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
|
94 |
> * [DEMO : Layout 1](http://demo.weblizar.com/ultimate-responsive-image-slider-pro/)
|
95 |
> * [DEMO : Layout 2](http://demo.weblizar.com/ultimate-responsive-image-slider-pro/slider-layout-2/)
|
@@ -102,14 +146,11 @@ Ultimate Responsive Image Slider Pro is very flexible and compatible with all de
|
|
102 |
|
103 |
The Plugin has extreme Admin dashboard. Plugin settings are very easy and user-friendly. With Multiple Image Uploader you easily add multiple images in seconds
|
104 |
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
>
|
109 |
-
>### Upgrade To: [Ultimate Responsive Image Slider Pro](https://weblizar.com/plugins/ultimate-responsive-image-slider-pro/)
|
110 |
-
>
|
111 |
-
>
|
112 |
|
|
|
113 |
|
114 |
If you have any question contact us at here: [Plugin Support Forum ](http://wordpress.org/support/plugin/ultimate-responsive-image-slider)
|
115 |
|
@@ -154,6 +195,7 @@ Please use WordPress [support forum](http://wordpress.org/support/plugin/ultimat
|
|
154 |
|
155 |
For more information, see Weblizar(http://wwww.weblizar.com/).
|
156 |
|
|
|
157 |
V 3.1.3 - Fix: new settings saving issue fixed
|
158 |
V 3.1.2 - New settings: Slide Scale Mode(none,exact,contain,cover) Slide Auto Scale(on/off), Color Picker For All Color Settings + compatible upto wp 4.9
|
159 |
V 3.1.1 - Slide scaling bug fixed + Full screen button position fixed
|
1 |
+
=== Ultimate Responsive Image Slider Plugin ===
|
2 |
Contributors: weblizar
|
3 |
Donate link: http://www.weblizar.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.1
|
7 |
+
Stable tag: 3.1.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
+
Ultimate responsive image slider plugin is by far the most advanced and responsive image slider plugin. Photo album gallery slider can be easily implemented on your website. This photo slider plugin shows your image slider in exceptionally well manner.
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
Ultimate responsive image slider a fully responsive slider photo gallery plugin for WordPress blog users. You can add infinite image slides in a single slider using multiple image uploader. You can publish unlimited slider on your blog. The slider image gallery it creates provides a beautiful aura on your website.
|
16 |
+
This responsive slider plugin has various settings like customizable height and width, auto play slides, slide thumbnails, navigation buttons and much more. You can configure each image slider gallery setting individually and accordingly to you. You can show slider within the Page or Post content.
|
17 |
|
18 |
+
**How to use [URIS id=album id] shortcode?**
|
19 |
|
20 |
+
Copy and paste [URIS id=123] shortcode, you can publish this responsive image slider plugin on any Page or Post on your WordPress website.
|
21 |
|
22 |
+
https://www.youtube.com/watch?v=TtJsmusrJpg
|
23 |
|
24 |
+
*Free Slider Plugin Demo:* [Ultimate Responsive Image Slider Free Demo](http://demo.weblizar.com/ultimate-responsive-image-slider-free/)
|
25 |
+
|
26 |
+
**Free Plugin Features:**
|
27 |
+
|
28 |
+
*Fully Responsive Slider Plugin
|
29 |
+
It is fully adjustable with any screen size or device resolution.
|
30 |
+
|
31 |
+
* Multiple Image Uploader
|
32 |
+
You can upload multiple images at the same time on your website.
|
33 |
+
|
34 |
+
* Add Unlimited Image Slides Into Single Slider
|
35 |
+
Add unlimited number of images to a single slider for better visibility by taking lesser place.
|
36 |
+
|
37 |
+
* Show Multiple Sliders Into Single Page / Post
|
38 |
+
You can put as many sliders on a single page or post as you want.
|
39 |
+
|
40 |
+
* Image Slider Setting Dashboard
|
41 |
+
Neat and clean admin panel to configure your responsive image slider plugin.
|
42 |
+
|
43 |
+
* Enable/Disable Slider Title
|
44 |
+
Show or hide your image slider title as per your requirement.
|
45 |
+
|
46 |
+
* Enable/Disable Slide Title
|
47 |
+
Show or hide your image slide title as per your requirement.
|
48 |
+
|
49 |
+
* Enable/Disable Slide Description
|
50 |
+
Decide whether you want to show or hide description text on your slide.
|
51 |
+
|
52 |
+
* Enable/Disable Navigation Bullets
|
53 |
+
Show or hide Navigation bullets on your photo album gallery.
|
54 |
+
|
55 |
+
* Enable/Disable Slide Thumbnails
|
56 |
+
Show or hide preview image (thumbnail) for your slide.
|
57 |
+
|
58 |
+
* Customize Thumbnail Position (New)
|
59 |
+
Put your thumbnail position on top or bottom of your gallery.
|
60 |
+
|
61 |
+
* Customize Thumbnail Width And Height (New)
|
62 |
+
Specify a specific width or height to your thumbnail.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
|
64 |
+
* Auto Height Option (New)
|
65 |
+
Image slider will automatically adapt to the size of the image.
|
66 |
|
67 |
+
* Label And Description Colour Settings (New)
|
68 |
+
Give unique font color or background color according to your need.
|
69 |
+
|
70 |
+
* Added Font Style (New)
|
71 |
+
Give a stylish font style to your existing fonts.
|
72 |
+
|
73 |
+
* Customize Slider Distance (New)
|
74 |
+
Decide what will be the appropriate distance between two image slides.
|
75 |
+
|
76 |
+
* Slide Scale Mode(New)
|
77 |
+
Scale all images according to your size requirement.
|
78 |
+
|
79 |
+
* Slider Order – Ascending , Descending and Random (New)
|
80 |
+
Select from which sequence your first image slide will start.
|
81 |
+
|
82 |
+
* All Major & Latest Browser Compatible (IE, Chrome, Firefox)
|
83 |
+
Responsive image slider plugin is compatible with all major internet browsers.
|
84 |
+
* All Major Device Support
|
85 |
+
Works on smaller screen sizes, mobiles and tabs efficiently without any problem.
|
86 |
+
|
87 |
+
* Multilingual Translation Ready
|
88 |
+
Works with almost every available language in the world.
|
89 |
+
|
90 |
+
* Drag And Drop Image Position
|
91 |
+
Change image slide sequence through simple drag and drop feature.
|
92 |
+
|
93 |
+
**ULTIMATE RESPONSIVE IMAGE SLIDER PRO FEATURES:**
|
94 |
+
A Perfect Responsive Image Slider plugin for WordPress. Contains 5 types of slider layout. Tested on all browser like Chrome, Mozilla, Safari, IE etc..
|
95 |
+
|
96 |
+
* Fully Responsive Slider Plugin
|
97 |
+
* Multiple Image Uploader
|
98 |
+
* Add Unlimited Image Slides Into Single Slider
|
99 |
+
* Show Multiple Sliders Into Single Page / Post
|
100 |
+
* Image Slider Setting Dashboard
|
101 |
+
* Enable/Disable Slider Title
|
102 |
+
* Enable/Disable Slide Title
|
103 |
+
* Enable/Disable Slide Description
|
104 |
+
* Enable/Disable Navigation Bullets
|
105 |
+
* Enable/Disable Slide Thumbnails
|
106 |
+
* All Major & Latest Browser Compatible (IE, Chrome, Firefox)
|
107 |
+
* All Major Device Support
|
108 |
+
* Multilingual Translation Ready
|
109 |
+
* 5 Slider Layout
|
110 |
+
* Unlimited Color Scheme
|
111 |
+
* Touch Slider
|
112 |
+
* Full-Screen slide show
|
113 |
+
* Thumbnail Slider
|
114 |
+
* Light Box Integrated
|
115 |
+
* External Link Button
|
116 |
+
* Carousel Slider
|
117 |
+
* All Gallery Shortcode
|
118 |
+
* Each Gallery has Unique Shortcode
|
119 |
+
* Drag and Drop image Position
|
120 |
+
* Multiple Image uploader
|
121 |
+
* Shortcode Button on post or page
|
122 |
+
* Unique settings for each gallery
|
123 |
+
* Auto Play Pause
|
124 |
+
* Customize Thumbnail Position
|
125 |
+
* Slider Orientation – horizontal and vertical (New)
|
126 |
+
* Slider Order – Ascending , Descending and random (New)
|
127 |
+
* 500+ Google Font Style (New)
|
128 |
+
* Customize Thumbnail Position (New)
|
129 |
+
* Customize Thumbnail Width And Height (New)
|
130 |
+
* Auto Height Option (New)
|
131 |
+
* All Browser Compatible
|
132 |
+
* Let us show you a quick tutorial video on how to install and configure ultimate responsive image slider plugin.
|
133 |
+
|
134 |
+
Ultimate Responsive Image Slider Pro is very flexible and compatible with all devices like iPad, iPhone, smartphone etc.
|
135 |
+
|
136 |
+
#### Slider Live Demos
|
137 |
|
138 |
> * [DEMO : Layout 1](http://demo.weblizar.com/ultimate-responsive-image-slider-pro/)
|
139 |
> * [DEMO : Layout 2](http://demo.weblizar.com/ultimate-responsive-image-slider-pro/slider-layout-2/)
|
146 |
|
147 |
The Plugin has extreme Admin dashboard. Plugin settings are very easy and user-friendly. With Multiple Image Uploader you easily add multiple images in seconds
|
148 |
|
149 |
+
* Try Ultimate Responsive Image Slider Pro Demo: [Live Demo](http://demo.weblizar.com/ultimate-responsive-image-slider-pro/)
|
150 |
+
|
151 |
+
* Try Ultimate Responsive Image Slider Pro Admin: [Admin Demo](http://demo.weblizar.com/ultimate-responsive-image-slider-pro-admin-demo/)
|
|
|
|
|
|
|
|
|
152 |
|
153 |
+
* Upgrade To: [Ultimate Responsive Image Slider Pro](https://weblizar.com/plugins/ultimate-responsive-image-slider-pro/)
|
154 |
|
155 |
If you have any question contact us at here: [Plugin Support Forum ](http://wordpress.org/support/plugin/ultimate-responsive-image-slider)
|
156 |
|
195 |
|
196 |
For more information, see Weblizar(http://wwww.weblizar.com/).
|
197 |
|
198 |
+
V 3.1.4 - New: range slider for autoplay slider settings + autoplay tips typos fixed +compatible upto wp 4.9.1
|
199 |
V 3.1.3 - Fix: new settings saving issue fixed
|
200 |
V 3.1.2 - New settings: Slide Scale Mode(none,exact,contain,cover) Slide Auto Scale(on/off), Color Picker For All Color Settings + compatible upto wp 4.9
|
201 |
V 3.1.1 - Slide scaling bug fixed + Full screen button position fixed
|
ultimate-responsive-image-slider-settings-meta-box.php
CHANGED
@@ -10,8 +10,7 @@ if($WRIS_Gallery_Settings['WRIS_L3_Slider_Width'] && $WRIS_Gallery_Settings['WRI
|
|
10 |
if(isset($WRIS_Gallery_Settings['WRIS_L3_Slider_Scale_Mode']))
|
11 |
$WRIS_L3_Slider_Scale_Mode = $WRIS_Gallery_Settings['WRIS_L3_Slider_Scale_Mode'];
|
12 |
else
|
13 |
-
$WRIS_L3_Slider_Scale_Mode = "cover";
|
14 |
-
|
15 |
|
16 |
if(isset($WRIS_Gallery_Settings['WRIS_L3_Slider_Auto_Scale']))
|
17 |
$WRIS_L3_Slider_Auto_Scale = $WRIS_Gallery_Settings['WRIS_L3_Slider_Auto_Scale'];
|
@@ -170,8 +169,7 @@ if($WRIS_Gallery_Settings['WRIS_L3_Slider_Width'] && $WRIS_Gallery_Settings['WRI
|
|
170 |
<tbody>
|
171 |
<tr id="L3">
|
172 |
<th scope="row" colspan="2"><h2><?php _e('Configure Settings For Slider Shortcode', WRIS_TEXT_DOMAIN); ?>: <?php echo "<strong>[URIS id=$PostId]</strong>"; ?></h2><hr></th>
|
173 |
-
</tr>
|
174 |
-
|
175 |
<tr id="L3">
|
176 |
<th scope="row"><label><?php _e('Display Slider Title', WRIS_TEXT_DOMAIN); ?></label></th>
|
177 |
<td>
|
@@ -182,8 +180,7 @@ if($WRIS_Gallery_Settings['WRIS_L3_Slider_Width'] && $WRIS_Gallery_Settings['WRI
|
|
182 |
<?php _e('Select Yes/No option to show/hide slide title above slider', WRIS_TEXT_DOMAIN); ?>.
|
183 |
</p>
|
184 |
</td>
|
185 |
-
</tr>
|
186 |
-
|
187 |
<tr id="L3">
|
188 |
<th scope="row"><label><?php _e('Auto Play Slide Show', WRIS_TEXT_DOMAIN); ?></label></th>
|
189 |
<td>
|
@@ -206,19 +203,32 @@ if($WRIS_Gallery_Settings['WRIS_L3_Slider_Width'] && $WRIS_Gallery_Settings['WRI
|
|
206 |
<?php _e('Select a transition effect you want to apply on slides', WRIS_TEXT_DOMAIN); ?>.
|
207 |
</p>
|
208 |
</td>
|
209 |
-
</tr>
|
210 |
-
|
211 |
<tr id="L3">
|
212 |
-
<th scope="row"><label><?php _e('Autoplay
|
213 |
<td>
|
214 |
<?php if(!isset($WRIS_L3_Transition_Speed)) $WRIS_L3_Transition_Speed = 5000; ?>
|
215 |
-
<input
|
|
|
216 |
<p class="description">
|
217 |
-
<?php _e('Set your desired
|
218 |
</p>
|
219 |
</td>
|
220 |
</tr>
|
221 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
222 |
<tr id="L3">
|
223 |
<th scope="row"><label><?php _e('Slide Order', WRIS_TEXT_DOMAIN); ?></label></th>
|
224 |
<td>
|
10 |
if(isset($WRIS_Gallery_Settings['WRIS_L3_Slider_Scale_Mode']))
|
11 |
$WRIS_L3_Slider_Scale_Mode = $WRIS_Gallery_Settings['WRIS_L3_Slider_Scale_Mode'];
|
12 |
else
|
13 |
+
$WRIS_L3_Slider_Scale_Mode = "cover";
|
|
|
14 |
|
15 |
if(isset($WRIS_Gallery_Settings['WRIS_L3_Slider_Auto_Scale']))
|
16 |
$WRIS_L3_Slider_Auto_Scale = $WRIS_Gallery_Settings['WRIS_L3_Slider_Auto_Scale'];
|
169 |
<tbody>
|
170 |
<tr id="L3">
|
171 |
<th scope="row" colspan="2"><h2><?php _e('Configure Settings For Slider Shortcode', WRIS_TEXT_DOMAIN); ?>: <?php echo "<strong>[URIS id=$PostId]</strong>"; ?></h2><hr></th>
|
172 |
+
</tr>
|
|
|
173 |
<tr id="L3">
|
174 |
<th scope="row"><label><?php _e('Display Slider Title', WRIS_TEXT_DOMAIN); ?></label></th>
|
175 |
<td>
|
180 |
<?php _e('Select Yes/No option to show/hide slide title above slider', WRIS_TEXT_DOMAIN); ?>.
|
181 |
</p>
|
182 |
</td>
|
183 |
+
</tr>
|
|
|
184 |
<tr id="L3">
|
185 |
<th scope="row"><label><?php _e('Auto Play Slide Show', WRIS_TEXT_DOMAIN); ?></label></th>
|
186 |
<td>
|
203 |
<?php _e('Select a transition effect you want to apply on slides', WRIS_TEXT_DOMAIN); ?>.
|
204 |
</p>
|
205 |
</td>
|
206 |
+
</tr>
|
|
|
207 |
<tr id="L3">
|
208 |
+
<th scope="row"><label><?php _e('Autoplay Slider Speed', WRIS_TEXT_DOMAIN); ?></label></th>
|
209 |
<td>
|
210 |
<?php if(!isset($WRIS_L3_Transition_Speed)) $WRIS_L3_Transition_Speed = 5000; ?>
|
211 |
+
<input class="uris-slider" name="wl-l3-transition-speed" id="wl-l3-transition-speed" type="range" min="1000" max="60000" step="1000" value="<?php echo $WRIS_L3_Transition_Speed; ?>" data-rangeSlider>
|
212 |
+
<p>Second: <span id="uris-range-val"></span></p>
|
213 |
<p class="description">
|
214 |
+
<?php _e('Set your desired slider speed of slides. Default speed is 5 Second', WRIS_TEXT_DOMAIN); ?>.
|
215 |
</p>
|
216 |
</td>
|
217 |
</tr>
|
218 |
+
<script>
|
219 |
+
var slider = document.getElementById("wl-l3-transition-speed");
|
220 |
+
var output = document.getElementById("uris-range-val");
|
221 |
+
|
222 |
+
var x = slider.value;
|
223 |
+
var y = x/1000;
|
224 |
+
output.innerHTML = y;
|
225 |
+
|
226 |
+
slider.oninput = function() {
|
227 |
+
var x = slider.value;
|
228 |
+
var y = x/1000;
|
229 |
+
output.innerHTML = y;
|
230 |
+
}
|
231 |
+
</script>
|
232 |
<tr id="L3">
|
233 |
<th scope="row"><label><?php _e('Slide Order', WRIS_TEXT_DOMAIN); ?></label></th>
|
234 |
<td>
|
ultimate-responsive-image-slider.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Ultimate Responsive Image Slider
|
4 |
-
* Version: 3.1.
|
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: https://weblizar.com/plugins/ultimate-responsive-image-slider-pro/
|
@@ -183,8 +183,8 @@ class WRIS {
|
|
183 |
$labels = array(
|
184 |
'name' => _x( 'Ultimate Responsive Image Slider', WRIS_TEXT_DOMAIN ),
|
185 |
'singular_name' => _x( 'Ultimate Responsive Image Slider', WRIS_TEXT_DOMAIN ),
|
186 |
-
'add_new' => __( 'Add New
|
187 |
-
'add_new_item' => __( 'Add New
|
188 |
'edit_item' => __( 'Edit Image Slider', WRIS_TEXT_DOMAIN ),
|
189 |
'new_item' => __( 'New Image Slider', WRIS_TEXT_DOMAIN ),
|
190 |
'view_item' => __( 'View Image Slider', WRIS_TEXT_DOMAIN ),
|
@@ -367,30 +367,29 @@ class WRIS {
|
|
367 |
<!--rich editor modal-->
|
368 |
<div class="modal fade" id="myModal" role="dialog">
|
369 |
<div class="modal-dialog">
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
|
383 |
-
|
384 |
-
|
385 |
-
|
386 |
-
|
387 |
-
</p>
|
388 |
-
</div>
|
389 |
-
<div class="modal-footer">
|
390 |
-
<button type="button" class="btn btn-default" onclick="urisp_richeditor_putdata()" data-dismiss="modal">Continue</button>
|
391 |
-
<button type="button" class="btn btn-default" data-dismiss="modal">Exit</button>
|
392 |
-
</div>
|
393 |
</div>
|
|
|
|
|
|
|
|
|
|
|
394 |
</div>
|
395 |
</div>
|
396 |
<!--rich editor modal-->
|
@@ -399,15 +398,11 @@ class WRIS {
|
|
399 |
<!--Add New Image Button-->
|
400 |
<div class="rpg-image-entry add_rpg_new_image" id="uris_gallery_upload_button" data-uploader_title="Upload Image" data-uploader_button_text="Select" >
|
401 |
<div class="dashicons dashicons-plus"></div>
|
402 |
-
<p>
|
403 |
-
<?php _e('Add New Images', WRIS_TEXT_DOMAIN); ?>
|
404 |
-
</p>
|
405 |
</div>
|
406 |
<div class="rpg-image-entry del_rpg_image" id="uris_delete_all_button">
|
407 |
<div class="dashicons dashicons-trash"></div>
|
408 |
-
<p>
|
409 |
-
<?php _e('Delete All Images', WRIS_TEXT_DOMAIN); ?>
|
410 |
-
</p>
|
411 |
</div>
|
412 |
<div style="clear:left;"></div>
|
413 |
<style>
|
@@ -418,19 +413,18 @@ class WRIS {
|
|
418 |
</style>
|
419 |
<script>
|
420 |
function urisp_richeditor(id){
|
421 |
-
|
422 |
-
|
423 |
-
|
424 |
-
|
425 |
-
|
426 |
-
|
427 |
-
|
428 |
-
|
429 |
-
|
430 |
-
|
431 |
-
|
432 |
-
|
433 |
-
}
|
434 |
</script>
|
435 |
<?php
|
436 |
}
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Ultimate Responsive Image Slider
|
4 |
+
* Version: 3.1.4
|
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: https://weblizar.com/plugins/ultimate-responsive-image-slider-pro/
|
183 |
$labels = array(
|
184 |
'name' => _x( 'Ultimate Responsive Image Slider', WRIS_TEXT_DOMAIN ),
|
185 |
'singular_name' => _x( 'Ultimate Responsive Image Slider', WRIS_TEXT_DOMAIN ),
|
186 |
+
'add_new' => __( 'Add New Slider', WRIS_TEXT_DOMAIN ),
|
187 |
+
'add_new_item' => __( 'Add New Slider', WRIS_TEXT_DOMAIN ),
|
188 |
'edit_item' => __( 'Edit Image Slider', WRIS_TEXT_DOMAIN ),
|
189 |
'new_item' => __( 'New Image Slider', WRIS_TEXT_DOMAIN ),
|
190 |
'view_item' => __( 'View Image Slider', WRIS_TEXT_DOMAIN ),
|
367 |
<!--rich editor modal-->
|
368 |
<div class="modal fade" id="myModal" role="dialog">
|
369 |
<div class="modal-dialog">
|
370 |
+
<!-- Modal content-->
|
371 |
+
<div class="modal-content">
|
372 |
+
<div class="modal-header">
|
373 |
+
<button type="button" class="close" data-dismiss="modal">×</button>
|
374 |
+
<h4 class="modal-title"><i class="fa fa-edit" style="font-size:23px"></i> Rich Editor</h4>
|
375 |
+
</div>
|
376 |
+
<div class="modal-body">
|
377 |
+
<p>
|
378 |
+
<?php
|
379 |
+
$urisp_box = '';
|
380 |
+
$urisp_editor_id = 'fetch_wpeditor_data';
|
381 |
+
$settings = array( 'media_buttons' => false ,'quicktags' => array( 'buttons' => 'strong,em,del,link,close' ) ); // for remove media button from editor
|
382 |
+
//wp_editor( $urisp_box, $urisp_editor_id); // with media button
|
383 |
+
wp_editor( $urisp_box, $urisp_editor_id, $settings); // without media button
|
384 |
+
?>
|
385 |
+
<input type="hidden" value="" id="fetch_wpelement" name="fetch_wpelement" />
|
386 |
+
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
387 |
</div>
|
388 |
+
<div class="modal-footer">
|
389 |
+
<button type="button" class="btn btn-default" onclick="urisp_richeditor_putdata()" data-dismiss="modal">Continue</button>
|
390 |
+
<button type="button" class="btn btn-default" data-dismiss="modal">Exit</button>
|
391 |
+
</div>
|
392 |
+
</div>
|
393 |
</div>
|
394 |
</div>
|
395 |
<!--rich editor modal-->
|
398 |
<!--Add New Image Button-->
|
399 |
<div class="rpg-image-entry add_rpg_new_image" id="uris_gallery_upload_button" data-uploader_title="Upload Image" data-uploader_button_text="Select" >
|
400 |
<div class="dashicons dashicons-plus"></div>
|
401 |
+
<p><?php _e('Add New Images', WRIS_TEXT_DOMAIN); ?></p>
|
|
|
|
|
402 |
</div>
|
403 |
<div class="rpg-image-entry del_rpg_image" id="uris_delete_all_button">
|
404 |
<div class="dashicons dashicons-trash"></div>
|
405 |
+
<p><?php _e('Delete All Images', WRIS_TEXT_DOMAIN); ?></p>
|
|
|
|
|
406 |
</div>
|
407 |
<div style="clear:left;"></div>
|
408 |
<style>
|
413 |
</style>
|
414 |
<script>
|
415 |
function urisp_richeditor(id){
|
416 |
+
var richeditdata = jQuery(".urisp_richeditbox_"+id).val();
|
417 |
+
jQuery("#fetch_wpeditor_data").val(richeditdata);
|
418 |
+
jQuery("#fetch_wpeditor_data-html").click();
|
419 |
+
jQuery("#fetch_wpelement").val(id);
|
420 |
+
}
|
421 |
+
function urisp_richeditor_putdata(){
|
422 |
+
jQuery("#fetch_wpeditor_data").click();
|
423 |
+
jQuery("#fetch_wpeditor_data-html").click();
|
424 |
+
var fetch_wpelement_id = jQuery("#fetch_wpelement").val();
|
425 |
+
var fetched_data = jQuery("#fetch_wpeditor_data").val();
|
426 |
+
jQuery(".urisp_richeditbox_"+fetch_wpelement_id).val(fetched_data);
|
427 |
+
}
|
|
|
428 |
</script>
|
429 |
<?php
|
430 |
}
|
uris-layout.php
CHANGED
@@ -25,7 +25,7 @@ $i = 1;
|
|
25 |
$j = 1;
|
26 |
?>
|
27 |
<script type="text/javascript">
|
28 |
-
jQuery( document ).ready(function(
|
29 |
jQuery( '#example3_<?php echo $post_id; ?>' ).sliderPro({
|
30 |
//width
|
31 |
<?php if($WRIS_L3_Width == "100%") { ?>
|
@@ -145,7 +145,6 @@ jQuery( document ).ready(function( jQuery ) {
|
|
145 |
}
|
146 |
<?php } ?>
|
147 |
|
148 |
-
|
149 |
/* full screen icon */
|
150 |
.sp-full-screen-button::before {
|
151 |
color: <?php echo $WRIS_L3_Navigation_Color; ?> !important;
|
@@ -159,7 +158,6 @@ jQuery( document ).ready(function( jQuery ) {
|
|
159 |
background-color: <?php echo $WRIS_L3_Navigation_Color; ?> !important;
|
160 |
}
|
161 |
|
162 |
-
|
163 |
#example3_<?php echo $post_id; ?> .title-in {
|
164 |
color: <?php echo $WRIS_L3_Title_Color; ?> !important;
|
165 |
font-weight: bolder;
|
@@ -270,8 +268,7 @@ jQuery( document ).ready(function( jQuery ) {
|
|
270 |
<?php
|
271 |
foreach($RPGP_AllPhotosDetails as $RPGP_SinglePhotoDetails) {
|
272 |
$ThumbUrl = $RPGP_SinglePhotoDetails['rpggallery_admin_thumb'];
|
273 |
-
$j++;
|
274 |
-
?>
|
275 |
<img class="sp-thumbnail" src="<?php echo WRIS_PLUGIN_URL; ?>img/loading.gif" data-src="<?php echo esc_url($ThumbUrl); ?>"/>
|
276 |
<?php } ?>
|
277 |
</div>
|
25 |
$j = 1;
|
26 |
?>
|
27 |
<script type="text/javascript">
|
28 |
+
jQuery( document ).ready(function() {
|
29 |
jQuery( '#example3_<?php echo $post_id; ?>' ).sliderPro({
|
30 |
//width
|
31 |
<?php if($WRIS_L3_Width == "100%") { ?>
|
145 |
}
|
146 |
<?php } ?>
|
147 |
|
|
|
148 |
/* full screen icon */
|
149 |
.sp-full-screen-button::before {
|
150 |
color: <?php echo $WRIS_L3_Navigation_Color; ?> !important;
|
158 |
background-color: <?php echo $WRIS_L3_Navigation_Color; ?> !important;
|
159 |
}
|
160 |
|
|
|
161 |
#example3_<?php echo $post_id; ?> .title-in {
|
162 |
color: <?php echo $WRIS_L3_Title_Color; ?> !important;
|
163 |
font-weight: bolder;
|
268 |
<?php
|
269 |
foreach($RPGP_AllPhotosDetails as $RPGP_SinglePhotoDetails) {
|
270 |
$ThumbUrl = $RPGP_SinglePhotoDetails['rpggallery_admin_thumb'];
|
271 |
+
$j++; ?>
|
|
|
272 |
<img class="sp-thumbnail" src="<?php echo WRIS_PLUGIN_URL; ?>img/loading.gif" data-src="<?php echo esc_url($ThumbUrl); ?>"/>
|
273 |
<?php } ?>
|
274 |
</div>
|