Version Description
- author name update
Download this release
Release Info
Developer | wpshopmart |
Plugin | Ultimate Responsive Image Slider Plugin |
Version | 3.3.7 |
Comparing to | |
See all releases |
Code changes from version 3.3.6 to 3.3.7
- readme.txt +40 -5
- ultimate-responsive-image-slider.php +2 -2
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
===
|
2 |
-
Contributors:
|
3 |
-
Donate link: https://
|
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.2.1
|
7 |
-
Stable tag: 3.3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -122,10 +122,45 @@ It is really hard to continue development and support for this free plugin witho
|
|
122 |
Please contribute to translate our plugin. Contact at `lizarweb (at) gmail (dot) com`.
|
123 |
|
124 |
== Frequently Asked Questions ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
Please use WordPress [support forum](http://wordpress.org/support/plugin/ultimate-responsive-image-slider) to ask any query regarding any issue.
|
126 |
|
127 |
== Changelog ==
|
128 |
-
|
|
|
|
|
|
|
|
|
129 |
|
130 |
= V 3.3.6 =
|
131 |
- Ragular check and update
|
1 |
+
=== Slider - Responsive WordPress Image Slider Plugin ===
|
2 |
+
Contributors: wpshopmart
|
3 |
+
Donate link: https://wpshopmart.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.2.1
|
7 |
+
Stable tag: 3.3.7
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
122 |
Please contribute to translate our plugin. Contact at `lizarweb (at) gmail (dot) com`.
|
123 |
|
124 |
== Frequently Asked Questions ==
|
125 |
+
|
126 |
+
= How do i add image slider on website page? =
|
127 |
+
|
128 |
+
Just add slider shortcode on on that page and then it will appear on that page.
|
129 |
+
|
130 |
+
= Is this slider plugin responsive? =
|
131 |
+
|
132 |
+
Yes, it is responsive adapt any kind of media device width.
|
133 |
+
|
134 |
+
Just add slider shortcode on on that page and then it will appear on that page.
|
135 |
+
|
136 |
+
= Can I Add Unlimited Slides with help of this slider plugin? =
|
137 |
+
|
138 |
+
Yes, you can add Unlimited images slides in this plguin , you can easily change their layout position through drag and drop them.
|
139 |
+
|
140 |
+
= Will Ultimate Responsive Image Slider Plugin work with my theme =
|
141 |
+
|
142 |
+
Yes, Its work with any theme, include the wordpress twenty themes (default Themes) also.
|
143 |
+
|
144 |
+
= I add and remove slider but nothing happen =
|
145 |
+
|
146 |
+
May be possible that you have installed any cache plugin, please delete the old cache.
|
147 |
+
|
148 |
+
= Can I able to display slider on any post or page? =
|
149 |
+
|
150 |
+
Yes, just put the slider shortcode [URIS id=xyz] on your post/page.
|
151 |
+
|
152 |
+
= How to add a slider into header.php or in other PHP files? =
|
153 |
+
|
154 |
+
Just put this code <?php echo do_shortcode('[URIS id=xyz]'); ?>
|
155 |
+
|
156 |
Please use WordPress [support forum](http://wordpress.org/support/plugin/ultimate-responsive-image-slider) to ask any query regarding any issue.
|
157 |
|
158 |
== Changelog ==
|
159 |
+
|
160 |
+
|
161 |
+
|
162 |
+
= 3.3.7 =
|
163 |
+
- author name update
|
164 |
|
165 |
= V 3.3.6 =
|
166 |
- Ragular check and update
|
ultimate-responsive-image-slider.php
CHANGED
@@ -3,8 +3,8 @@
|
|
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.
|
7 |
-
Author:
|
8 |
Author URI: https://wpfrank.com/
|
9 |
Text Domain: ultimate-responsive-image-slider
|
10 |
Domain Path: /languages
|
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.7
|
7 |
+
Author: wpshopmart
|
8 |
Author URI: https://wpfrank.com/
|
9 |
Text Domain: ultimate-responsive-image-slider
|
10 |
Domain Path: /languages
|