Version Description
- [+] RTL Supported.
Download this release
Release Info
Developer | anoopranawat |
Plugin | WP Responsive Recent Post Slider |
Version | 1.2.8 |
Comparing to | |
See all releases |
Code changes from version 1.2.7 to 1.2.8
- includes/admin/wprps-how-it-work.php +4 -3
- readme.txt +25 -15
- templates/designs/design-1.php +1 -1
- templates/designs/design-2.php +1 -1
- templates/designs/design-3.php +1 -1
- templates/wprps-template.php +10 -9
- wp-recent-post-slider.php +2 -2
includes/admin/wprps-how-it-work.php
CHANGED
@@ -231,9 +231,10 @@ function wprpsm_howitwork_page() { ?>
|
|
231 |
</h3>
|
232 |
<div class="inside">
|
233 |
<ul class="wpos-list">
|
234 |
-
<li>
|
235 |
-
<li>Recent Post Slider with
|
236 |
-
<li>Recent Post Carousel with
|
|
|
237 |
<li>3 Widgets (Post slider, Post List/Slider-1, Post List/Slider-2)</li>
|
238 |
<li>Drag & Drop order change</li>
|
239 |
<li>Custom CSS option</li>
|
231 |
</h3>
|
232 |
<div class="inside">
|
233 |
<ul class="wpos-list">
|
234 |
+
<li>60+ designs</li>
|
235 |
+
<li>Recent Post Slider with 25 designs</li>
|
236 |
+
<li>Recent Post Carousel with 30 designs</li>
|
237 |
+
<li>Recent gridbox slider with 8 designs</li>
|
238 |
<li>3 Widgets (Post slider, Post List/Slider-1, Post List/Slider-2)</li>
|
239 |
<li>Drag & Drop order change</li>
|
240 |
<li>Custom CSS option</li>
|
readme.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Contributors: wponlinesupport, anoopranawat
|
3 |
Tags: wponlinesupport, post slider, posts slider, recent post slider, recent posts slider, slider, responsive post slider, responsive posts slider, responsive recent post slider, responsive recent posts slider, wordpress posts slider, post slideshow, posts slideshow, recent posts slideshow, shortcodes
|
4 |
Requires at least: 3.1
|
5 |
-
Tested up to: 4.
|
6 |
Stable tag: trunk
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -13,11 +13,11 @@ A quick, easy way to add and display Responsive WordPresss Recent Post Slider on
|
|
13 |
Responsive Recent WordPresss Post Slider is a WordPress posts content slider plugin with touch for mobile devices and responsive.
|
14 |
WordPresss Recent Post Slider displays your recent posts using 4 designs with beautiful slider.
|
15 |
|
16 |
-
View [DEMO](http://wponlinesupport.com/wp-plugin/wp-responsive-recent-post-slider/) for additional information.
|
17 |
|
18 |
-
|
19 |
|
20 |
-
Download our all [FREE
|
21 |
|
22 |
Need Featured Post section in your website? Try our plugin [Featured Post Creative](https://wordpress.org/plugins/featured-post-creative/).
|
23 |
|
@@ -26,22 +26,25 @@ Display unlimited number of WordPresss posts slider in a single page or post wit
|
|
26 |
|
27 |
= Here is the Recent Post Slider shortcode example =
|
28 |
|
29 |
-
Main shortcode:
|
|
|
30 |
<code>[recent_post_slider]</code>
|
31 |
|
32 |
-
To display only latest 4 post:
|
|
|
33 |
<code>[recent_post_slider limit="4"]</code>
|
34 |
Where limit define the number of posts to display.
|
35 |
|
36 |
-
If you want to display Recent Post Slider by category then use this short code:
|
|
|
37 |
<code>[recent_post_slider category="category_ID"]</code>
|
38 |
|
39 |
-
We have given 4 designs. For designs use the following shortcode:
|
|
|
40 |
<code>[recent_post_slider design="design-1"]</code>
|
41 |
Where designs are : design-1, design-2, design-3, design-4
|
42 |
|
43 |
-
You can see and select all the designs from Post -> Post Slider Designs. Here you can use the shortcode
|
44 |
-
for design that you like and want to use for your website.
|
45 |
|
46 |
= Complete shortcode is =
|
47 |
|
@@ -78,11 +81,12 @@ post_type="post" hide_post="1,2,3" show_author="false" show_read_more="true"]</c
|
|
78 |
= Pro Features include: =
|
79 |
> <strong>Premium Version</strong><br>
|
80 |
>
|
81 |
-
> * Recent Post Slider with
|
82 |
-
> * Recent Post Carousel with
|
83 |
-
> *
|
|
|
84 |
> * 3 Widgets (Post slider, Post List/Slider-1, Post List/Slider-2)
|
85 |
-
> * V1.3.
|
86 |
>
|
87 |
> View [PRO DEMO and Features](http://wponlinesupport.com/wp-plugin/wp-responsive-recent-post-slider/) for additional information.
|
88 |
>
|
@@ -116,6 +120,9 @@ post_type="post" hide_post="1,2,3" show_author="false" show_read_more="true"]</c
|
|
116 |
|
117 |
== Changelog ==
|
118 |
|
|
|
|
|
|
|
119 |
= 1.2.7 =
|
120 |
* [*] Fixed some CSS issue.
|
121 |
|
@@ -156,6 +163,9 @@ post_type="post" hide_post="1,2,3" show_author="false" show_read_more="true"]</c
|
|
156 |
|
157 |
== Upgrade Notice ==
|
158 |
|
|
|
|
|
|
|
159 |
= 1.2.7 =
|
160 |
* [*] Fixed some CSS issue.
|
161 |
|
@@ -191,4 +201,4 @@ post_type="post" hide_post="1,2,3" show_author="false" show_read_more="true"]</c
|
|
191 |
* Added More designs in Pro version and fixed some bug
|
192 |
|
193 |
= 1.0 =
|
194 |
-
* Initial release.
|
2 |
Contributors: wponlinesupport, anoopranawat
|
3 |
Tags: wponlinesupport, post slider, posts slider, recent post slider, recent posts slider, slider, responsive post slider, responsive posts slider, responsive recent post slider, responsive recent posts slider, wordpress posts slider, post slideshow, posts slideshow, recent posts slideshow, shortcodes
|
4 |
Requires at least: 3.1
|
5 |
+
Tested up to: 4.8.1
|
6 |
Stable tag: trunk
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
13 |
Responsive Recent WordPresss Post Slider is a WordPress posts content slider plugin with touch for mobile devices and responsive.
|
14 |
WordPresss Recent Post Slider displays your recent posts using 4 designs with beautiful slider.
|
15 |
|
16 |
+
View [DEMO](http://wponlinesupport.com/wp-plugin/wp-responsive-recent-post-slider/) | [PRO DEMO and Features](http://wponlinesupport.com/wp-plugin/wp-responsive-recent-post-slider/) for additional information.
|
17 |
|
18 |
+
Checkout our new plugin - [PowerPack - Need of Every Website](http://powerpack.wponlinesupport.com/?utm_source=wp)
|
19 |
|
20 |
+
Download our all [FREE 35+ WordPress Plugins](https://www.wponlinesupport.com/wp-online-support-all-free-34-plugins/?utm_source=wp&event=fd).
|
21 |
|
22 |
Need Featured Post section in your website? Try our plugin [Featured Post Creative](https://wordpress.org/plugins/featured-post-creative/).
|
23 |
|
26 |
|
27 |
= Here is the Recent Post Slider shortcode example =
|
28 |
|
29 |
+
* Main shortcode:
|
30 |
+
|
31 |
<code>[recent_post_slider]</code>
|
32 |
|
33 |
+
* To display only latest 4 post:
|
34 |
+
|
35 |
<code>[recent_post_slider limit="4"]</code>
|
36 |
Where limit define the number of posts to display.
|
37 |
|
38 |
+
* If you want to display Recent Post Slider by category then use this short code:
|
39 |
+
|
40 |
<code>[recent_post_slider category="category_ID"]</code>
|
41 |
|
42 |
+
* We have given 4 designs. For designs use the following shortcode:
|
43 |
+
|
44 |
<code>[recent_post_slider design="design-1"]</code>
|
45 |
Where designs are : design-1, design-2, design-3, design-4
|
46 |
|
47 |
+
You can see and select all the designs from Post -> Post Slider Designs. Here you can use the shortcode for design that you like and want to use for your website.
|
|
|
48 |
|
49 |
= Complete shortcode is =
|
50 |
|
81 |
= Pro Features include: =
|
82 |
> <strong>Premium Version</strong><br>
|
83 |
>
|
84 |
+
> * Recent Post Slider with 25 designs.
|
85 |
+
> * Recent Post Carousel with 30 designs.
|
86 |
+
> * Recent Post gridbox slider with 8 designs.
|
87 |
+
> * Shortcode <code>[recent_post_carousel]</code> and <code>[gridbox_post_slider]</code>
|
88 |
> * 3 Widgets (Post slider, Post List/Slider-1, Post List/Slider-2)
|
89 |
+
> * V1.3.4 Support WordPress default post as well as any custom post-type and taxonomy
|
90 |
>
|
91 |
> View [PRO DEMO and Features](http://wponlinesupport.com/wp-plugin/wp-responsive-recent-post-slider/) for additional information.
|
92 |
>
|
120 |
|
121 |
== Changelog ==
|
122 |
|
123 |
+
= 1.2.8 =
|
124 |
+
* [+] RTL Supported.
|
125 |
+
|
126 |
= 1.2.7 =
|
127 |
* [*] Fixed some CSS issue.
|
128 |
|
163 |
|
164 |
== Upgrade Notice ==
|
165 |
|
166 |
+
= 1.2.8 =
|
167 |
+
* [+] RTL Supported.
|
168 |
+
|
169 |
= 1.2.7 =
|
170 |
* [*] Fixed some CSS issue.
|
171 |
|
201 |
* Added More designs in Pro version and fixed some bug
|
202 |
|
203 |
= 1.0 =
|
204 |
+
* Initial release.
|
templates/designs/design-1.php
CHANGED
@@ -44,7 +44,7 @@ $feat_image = wp_get_attachment_url( get_post_thumbnail_id($post_id) ); ?>
|
|
44 |
<?php } ?>
|
45 |
</div>
|
46 |
<div class="post-image-bg">
|
47 |
-
<img src="<?php echo $feat_image; ?>"alt="<?php the_title(); ?>" />
|
48 |
</div>
|
49 |
</div>
|
50 |
</div>
|
44 |
<?php } ?>
|
45 |
</div>
|
46 |
<div class="post-image-bg">
|
47 |
+
<img src="<?php echo $feat_image; ?>" alt="<?php the_title(); ?>" />
|
48 |
</div>
|
49 |
</div>
|
50 |
</div>
|
templates/designs/design-2.php
CHANGED
@@ -45,7 +45,7 @@ $feat_image = wp_get_attachment_url( get_post_thumbnail_id($post_id) ); ?>
|
|
45 |
</div>
|
46 |
</div>
|
47 |
<div class="post-image-bg">
|
48 |
-
<img src="<?php echo $feat_image; ?>"alt="<?php the_title(); ?>" />
|
49 |
</div>
|
50 |
</div>
|
51 |
</div>
|
45 |
</div>
|
46 |
</div>
|
47 |
<div class="post-image-bg">
|
48 |
+
<img src="<?php echo $feat_image; ?>" alt="<?php the_title(); ?>" />
|
49 |
</div>
|
50 |
</div>
|
51 |
</div>
|
templates/designs/design-3.php
CHANGED
@@ -8,7 +8,7 @@ $feat_image = wp_get_attachment_url( get_post_thumbnail_id($post_id) ); ?>
|
|
8 |
<div class="post-slides">
|
9 |
<div class="post-overlay">
|
10 |
<div class="post-image-bg">
|
11 |
-
<img src="<?php echo $feat_image; ?>"alt="<?php the_title(); ?>" />
|
12 |
</div>
|
13 |
<?php if($showCategory == "true") { ?>
|
14 |
<div class="recentpost-categories">
|
8 |
<div class="post-slides">
|
9 |
<div class="post-overlay">
|
10 |
<div class="post-image-bg">
|
11 |
+
<img src="<?php echo $feat_image; ?>" alt="<?php the_title(); ?>" />
|
12 |
</div>
|
13 |
<?php if($showCategory == "true") { ?>
|
14 |
<div class="recentpost-categories">
|
templates/wprps-template.php
CHANGED
@@ -107,7 +107,7 @@ function get_wprps_slider( $atts, $content = null ) {
|
|
107 |
$speedv = '300';
|
108 |
}
|
109 |
$showreadmore = ( $show_read_more == 'false' ) ? 'false' : 'true';
|
110 |
-
|
111 |
ob_start();
|
112 |
|
113 |
$posts_type = $postType ;
|
@@ -168,14 +168,15 @@ function get_wprps_slider( $atts, $content = null ) {
|
|
168 |
<script type="text/javascript">
|
169 |
jQuery(document).ready(function(){
|
170 |
jQuery('.recent-post-slider.<?php echo $postdesign; ?>').slick({
|
171 |
-
dots: <?php echo $dotsv; ?>,
|
172 |
-
infinite: true,
|
173 |
-
arrows: <?php echo $arrowsv; ?>,
|
174 |
-
speed: <?php echo $speedv; ?>,
|
175 |
-
autoplay: <?php echo $autoplayv; ?>,
|
176 |
-
|
177 |
-
|
178 |
-
|
|
|
179 |
responsive: [
|
180 |
{
|
181 |
breakpoint: 768,
|
107 |
$speedv = '300';
|
108 |
}
|
109 |
$showreadmore = ( $show_read_more == 'false' ) ? 'false' : 'true';
|
110 |
+
$is_rtl = (is_rtl()) ? 'true': 'false';
|
111 |
ob_start();
|
112 |
|
113 |
$posts_type = $postType ;
|
168 |
<script type="text/javascript">
|
169 |
jQuery(document).ready(function(){
|
170 |
jQuery('.recent-post-slider.<?php echo $postdesign; ?>').slick({
|
171 |
+
dots : <?php echo $dotsv; ?>,
|
172 |
+
infinite : true,
|
173 |
+
arrows : <?php echo $arrowsv; ?>,
|
174 |
+
speed : <?php echo $speedv; ?>,
|
175 |
+
autoplay : <?php echo $autoplayv; ?>,
|
176 |
+
rtl : <?php echo $is_rtl;?>,
|
177 |
+
autoplaySpeed : <?php echo $autoplayIntervalv; ?>,
|
178 |
+
slidesToShow : 1,
|
179 |
+
slidesToScroll : 1,
|
180 |
responsive: [
|
181 |
{
|
182 |
breakpoint: 768,
|
wp-recent-post-slider.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* Domain Path: /languages/
|
7 |
* Description: Easy to add and display Recent Post Slider
|
8 |
* Author: WP Online Support
|
9 |
-
* Version: 1.2.
|
10 |
* Author URI: http://www.wponlinesupport.com/
|
11 |
*
|
12 |
* @package WordPress
|
@@ -20,7 +20,7 @@
|
|
20 |
* @since 1.0.0
|
21 |
*/
|
22 |
if( !defined( 'WPRPS_VERSION' ) ) {
|
23 |
-
define( 'WPRPS_VERSION', '1.2.
|
24 |
}
|
25 |
if( !defined( 'WPRPS_DIR' ) ) {
|
26 |
define( 'WPRPS_DIR', dirname( __FILE__ ) ); // Plugin dir
|
6 |
* Domain Path: /languages/
|
7 |
* Description: Easy to add and display Recent Post Slider
|
8 |
* Author: WP Online Support
|
9 |
+
* Version: 1.2.8
|
10 |
* Author URI: http://www.wponlinesupport.com/
|
11 |
*
|
12 |
* @package WordPress
|
20 |
* @since 1.0.0
|
21 |
*/
|
22 |
if( !defined( 'WPRPS_VERSION' ) ) {
|
23 |
+
define( 'WPRPS_VERSION', '1.2.8' ); // Version of plugin
|
24 |
}
|
25 |
if( !defined( 'WPRPS_DIR' ) ) {
|
26 |
define( 'WPRPS_DIR', dirname( __FILE__ ) ); // Plugin dir
|