Version Description
- Resolved minor bug.
- Resolved Compatibility issues.
- Compatibility check with integration with WooCommerce.
Check out full details here Advanced post slider 3.0.0
=
Download this release
Release Info
Developer | digontoahsan |
Plugin | Advanced post slider |
Version | 3.0.0 |
Comparing to | |
See all releases |
Code changes from version 2.5.1 to 3.0.0
- advanced-post-slider.php +1 -1
- advps-admin.php +3 -4
- readme.txt +30 -9
- templates/template-one.php +7 -8
- templates/template-three.php +7 -8
- templates/template-two.php +7 -8
advanced-post-slider.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Advanced post slider
|
4 |
Plugin URI: www.wpcue.com
|
5 |
Description: A multipurpose responsive slideshow plugin powered with three built-in design template, lots of easy customizable options and many more to explore.
|
6 |
-
Version:
|
7 |
Author: digontoahsan
|
8 |
Author URI: www.wpcue.com
|
9 |
License: GPL2
|
3 |
Plugin Name: Advanced post slider
|
4 |
Plugin URI: www.wpcue.com
|
5 |
Description: A multipurpose responsive slideshow plugin powered with three built-in design template, lots of easy customizable options and many more to explore.
|
6 |
+
Version: 3.0.0
|
7 |
Author: digontoahsan
|
8 |
Author URI: www.wpcue.com
|
9 |
License: GPL2
|
advps-admin.php
CHANGED
@@ -249,8 +249,8 @@ fieldset {
|
|
249 |
<div class="wrap">
|
250 |
<?php if(get_option('advps-update-notification') && get_option('advps-update-notification') == 'show'){?>
|
251 |
<div id="message" class="updated below-h2">
|
252 |
-
<p>Advanced post slider
|
253 |
-
<input class="button" type="button" onclick="document.location.href='admin.php?page=advps-slideshow&hide=1';" value="Hide this message">
|
254 |
</p>
|
255 |
</div>
|
256 |
<?php }?>
|
@@ -270,7 +270,7 @@ fieldset {
|
|
270 |
<div class="advps-col-right">
|
271 |
<h2>Advanced post slider <?php echo esc_html( get_option('advps-curr-version') );?></h2>
|
272 |
<ul>
|
273 |
-
<li><a href="http://www.wpcue.com/wordpress-plugins/advanced-post-slider/" target="_blank">Plugin Homepage</a></li>
|
274 |
<li><a href="http://www.wpcue.com/support/forum/advanced-post-slider/" target="_blank">Help / Support</a></li>
|
275 |
<li><a href="http://www.wpcue.com/resources/advanced-post-slider-documentaion/" target="_blank">Getting Started</a></li>
|
276 |
<li><a href="http://www.wpcue.com/faq/" target="_blank">FAQ</a></li>
|
@@ -281,7 +281,6 @@ fieldset {
|
|
281 |
<li>Write a small blog for Advanced post slider and give link to our site.</li>
|
282 |
<li>Share it to your social media.</li>
|
283 |
<li><a href="http://wordpress.org/support/view/plugin-reviews/advanced-post-slider" target="_blank">Give it a good rating and review</a></li>
|
284 |
-
<li><a href="http://wordpress.org/plugins/advanced-post-slider/" target="_blank">Vote that it work</a></li>
|
285 |
</ul>
|
286 |
</div>
|
287 |
<div class="metabox-holder" style="margin-top:20px;">
|
249 |
<div class="wrap">
|
250 |
<?php if(get_option('advps-update-notification') && get_option('advps-update-notification') == 'show'){?>
|
251 |
<div id="message" class="updated below-h2">
|
252 |
+
<p><span style="font-weight:bold; font-size:16px; font-style:italic; color:#cc7a00;"><span style="color: #900C3F;">Warning:</span> We have upgraded the Advanced post slider to a major version.</span> <span style="margin:0 10px; font-weight:bold;"><input class="button" type="button" onclick="document.location.href='http://www.wpcue.com/advanced-post-slider-3-0-0/';" value="Check out what's new in version 3.0.0"></span>
|
253 |
+
<span style="font-weight:bold;"><input class="button" type="button" onclick="document.location.href='admin.php?page=advps-slideshow&hide=1';" value="Hide this message"></span>
|
254 |
</p>
|
255 |
</div>
|
256 |
<?php }?>
|
270 |
<div class="advps-col-right">
|
271 |
<h2>Advanced post slider <?php echo esc_html( get_option('advps-curr-version') );?></h2>
|
272 |
<ul>
|
273 |
+
<li><a href="http://www.wpcue.com/wordpress-plugins/advanced-post-slider/" target="_blank">To know the full features list and additional information about the plugin please visit Plugin Homepage</a></li>
|
274 |
<li><a href="http://www.wpcue.com/support/forum/advanced-post-slider/" target="_blank">Help / Support</a></li>
|
275 |
<li><a href="http://www.wpcue.com/resources/advanced-post-slider-documentaion/" target="_blank">Getting Started</a></li>
|
276 |
<li><a href="http://www.wpcue.com/faq/" target="_blank">FAQ</a></li>
|
281 |
<li>Write a small blog for Advanced post slider and give link to our site.</li>
|
282 |
<li>Share it to your social media.</li>
|
283 |
<li><a href="http://wordpress.org/support/view/plugin-reviews/advanced-post-slider" target="_blank">Give it a good rating and review</a></li>
|
|
|
284 |
</ul>
|
285 |
</div>
|
286 |
<div class="metabox-holder" style="margin-top:20px;">
|
readme.txt
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
=== Advanced post slider ===
|
2 |
Contributors: digontoahsan
|
3 |
-
Donate link:
|
4 |
-
Tags: post slider,
|
5 |
Requires at least: 3.0.1
|
6 |
-
Tested up to:
|
7 |
-
Stable tag:
|
|
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -15,12 +16,22 @@ A multipurpose responsive slideshow plugin powered with three built-in design te
|
|
15 |
Unlimited number of slideshow in a single page or post with different sets of options like post type, category, effect, navigation type.
|
16 |
Create slideshow with single or multiple images per slide, rotate your banner or client logo at sidebar; scroll your testimonial with custom link.
|
17 |
|
|
|
|
|
|
|
|
|
18 |
> #### **Live Demos**
|
19 |
|
20 |
> * [Template One](http://www.wpcue.com/wordpress-plugins/advanced-post-slider/template-one/)
|
21 |
> * [Template Two](http://www.wpcue.com/wordpress-plugins/advanced-post-slider/template-two/)
|
22 |
> * [Template Three](http://www.wpcue.com/wordpress-plugins/advanced-post-slider/template-three/)
|
23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
= Key Feature =
|
25 |
|
26 |
* You can create multiple slideshow with different options at single page or post.
|
@@ -31,10 +42,10 @@ Create slideshow with single or multiple images per slide, rotate your banner or
|
|
31 |
* Supports post,custom post type and even page content
|
32 |
* Easy option for adjusting slide container width, height, background color, border and box-shadow. You can easily turn on/off border and box-shadow
|
33 |
* Ability to control excerpt length for each slideshow
|
|
|
|
|
34 |
* Cross browser compatibility
|
35 |
|
36 |
-
Visit [Wpcue](http://www.wpcue.com/) for more
|
37 |
-
|
38 |
== Installation ==
|
39 |
|
40 |
Using the WordPress dashboard
|
@@ -60,9 +71,11 @@ Use WordPress function "do_shortcode" for use in template or theme PHP file.
|
|
60 |
|
61 |
== Frequently Asked Questions ==
|
62 |
|
63 |
-
|
|
|
|
|
64 |
|
65 |
-
|
66 |
|
67 |
== Screenshots ==
|
68 |
|
@@ -156,4 +169,12 @@ Check details here [Advanced post slider 2.3.0](http://www.wpcue.com/advanced-po
|
|
156 |
* Resolved minor bug.
|
157 |
* Compatibility check.
|
158 |
|
159 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
=== Advanced post slider ===
|
2 |
Contributors: digontoahsan
|
3 |
+
Donate link: http://www.wpcue.com/
|
4 |
+
Tags: post slider, content slider, WooCommerce Product Slider, wordpress slideshow, logo scroller, testimonial scroller, banner rotator, recent post slider, image slider, image slideshow, best responsive slider, responsive carousel slider, best news slider
|
5 |
Requires at least: 3.0.1
|
6 |
+
Tested up to: 6.0.1
|
7 |
+
Stable tag: 3.0.0
|
8 |
+
Requires PHP: 5.6.20
|
9 |
License: GPLv2
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
16 |
Unlimited number of slideshow in a single page or post with different sets of options like post type, category, effect, navigation type.
|
17 |
Create slideshow with single or multiple images per slide, rotate your banner or client logo at sidebar; scroll your testimonial with custom link.
|
18 |
|
19 |
+
Visit Advanced post slider Official website [www.wpcue.com](http://www.wpcue.com/) to discover more. View the live demos to get an idea of what you can do with this awesome plugin.
|
20 |
+
|
21 |
+
To know the full features list and additional information about the plugin please visit [Advanced post slider in details](http://www.wpcue.com/wordpress-plugins/advanced-post-slider/)
|
22 |
+
|
23 |
> #### **Live Demos**
|
24 |
|
25 |
> * [Template One](http://www.wpcue.com/wordpress-plugins/advanced-post-slider/template-one/)
|
26 |
> * [Template Two](http://www.wpcue.com/wordpress-plugins/advanced-post-slider/template-two/)
|
27 |
> * [Template Three](http://www.wpcue.com/wordpress-plugins/advanced-post-slider/template-three/)
|
28 |
|
29 |
+
Not sure how to start? Visit [Simple getting started with Advanced post slider](http://www.wpcue.com/docs/simple-getting-started-advanced-post-slider/)
|
30 |
+
|
31 |
+
For FAQ visit [FAQ](http://www.wpcue.com/faq/)
|
32 |
+
|
33 |
+
For submit question and support visti [Advanced post slider Official Support](http://www.wpcue.com/support/forum/advanced-post-slider/)
|
34 |
+
|
35 |
= Key Feature =
|
36 |
|
37 |
* You can create multiple slideshow with different options at single page or post.
|
42 |
* Supports post,custom post type and even page content
|
43 |
* Easy option for adjusting slide container width, height, background color, border and box-shadow. You can easily turn on/off border and box-shadow
|
44 |
* Ability to control excerpt length for each slideshow
|
45 |
+
* WooCommerce Compatibility
|
46 |
+
* You can create great looking WooCommerce store products slider.
|
47 |
* Cross browser compatibility
|
48 |
|
|
|
|
|
49 |
== Installation ==
|
50 |
|
51 |
Using the WordPress dashboard
|
71 |
|
72 |
== Frequently Asked Questions ==
|
73 |
|
74 |
+
For FAQ visit [FAQ](http://www.wpcue.com/faq/)
|
75 |
+
|
76 |
+
== Where do I submit a question? ==
|
77 |
|
78 |
+
For submit question and support visti [Advanced post slider Official Support](http://www.wpcue.com/support/forum/advanced-post-slider/)
|
79 |
|
80 |
== Screenshots ==
|
81 |
|
169 |
* Resolved minor bug.
|
170 |
* Compatibility check.
|
171 |
|
172 |
+
= 3.0.0 =
|
173 |
+
* Resolved minor bug.
|
174 |
+
* Resolved Compatibility issues.
|
175 |
+
* Compatibility check with integration with WooCommerce.
|
176 |
+
|
177 |
+
Check out full details here [Advanced post slider 3.0.0](http://www.wpcue.com/advanced-post-slider-3-0-0/)
|
178 |
+
|
179 |
+
== Upgrade Notice ==
|
180 |
+
* Upgrade to the latest version is highly recommended.
|
templates/template-one.php
CHANGED
@@ -5,18 +5,17 @@ if ( ! defined( 'ABSPATH' ) || ! current_user_can( 'manage_options' ) ) exit;
|
|
5 |
<div class="advps-col-right">
|
6 |
<h2>Advanced post slider <?php echo esc_html( get_option('advps-curr-version') );?></h2>
|
7 |
<ul>
|
8 |
-
<li><a href="http://www.wpcue.com/wordpress-plugins/advanced-post-slider/" target="_blank">Plugin Homepage</a></li>
|
9 |
-
<li><a href="http://www.wpcue.com/support/forum/advanced-post-slider/" target="_blank">Help / Support</a></li>
|
10 |
-
<li><a href="http://www.wpcue.com/resources/advanced-post-slider-documentaion/" target="_blank">Getting Started</a></li>
|
11 |
-
<li><a href="http://www.wpcue.com/faq/" target="_blank">FAQ</a></li>
|
12 |
</ul>
|
13 |
<h3>Do you like this Plugin?</h3>
|
14 |
<p>We spend lots of hours to develop, maintain and providing support to this plugin. Any kind of participation will be highly appreciated and real inspiration for us to work more.</p>
|
15 |
<ul>
|
16 |
-
<li>Write a small blog for Advanced post slider and give link to our site.</li>
|
17 |
-
<li>Share it to your social media.</li>
|
18 |
-
<li><a href="http://wordpress.org/support/view/plugin-reviews/advanced-post-slider" target="_blank">Give it a good rating and review</a></li>
|
19 |
-
<li><a href="http://wordpress.org/plugins/advanced-post-slider/" target="_blank">Vote that it work</a></li>
|
20 |
</ul>
|
21 |
</div>
|
22 |
<?php
|
5 |
<div class="advps-col-right">
|
6 |
<h2>Advanced post slider <?php echo esc_html( get_option('advps-curr-version') );?></h2>
|
7 |
<ul>
|
8 |
+
<li><span style="font-weight:bold; font-size:14px;"><a href="http://www.wpcue.com/wordpress-plugins/advanced-post-slider/" target="_blank">To know the full features list and additional information about the plugin please visit Plugin Homepage</a></span></li>
|
9 |
+
<li><span style="font-weight:bold; font-size:14px;"><a href="http://www.wpcue.com/support/forum/advanced-post-slider/" target="_blank">Help / Support</a></span></li>
|
10 |
+
<li><span style="font-weight:bold; font-size:14px;"><a href="http://www.wpcue.com/resources/advanced-post-slider-documentaion/" target="_blank">Getting Started</a></span></li>
|
11 |
+
<li><span style="font-weight:bold; font-size:14px;"><a href="http://www.wpcue.com/faq/" target="_blank">FAQ</a></span></li>
|
12 |
</ul>
|
13 |
<h3>Do you like this Plugin?</h3>
|
14 |
<p>We spend lots of hours to develop, maintain and providing support to this plugin. Any kind of participation will be highly appreciated and real inspiration for us to work more.</p>
|
15 |
<ul>
|
16 |
+
<li><span style="font-weight:bold; font-size:14px;">Write a small blog for Advanced post slider and give link to our site.</span></li>
|
17 |
+
<li><span style="font-weight:bold; font-size:14px;">Share it to your social media.</span></li>
|
18 |
+
<li><span style="font-weight:bold; font-size:14px;"><a href="http://wordpress.org/support/view/plugin-reviews/advanced-post-slider" target="_blank">Give it a good rating and review</a></span></li>
|
|
|
19 |
</ul>
|
20 |
</div>
|
21 |
<?php
|
templates/template-three.php
CHANGED
@@ -5,18 +5,17 @@ if ( ! defined( 'ABSPATH' ) || ! current_user_can( 'manage_options' ) ) exit;
|
|
5 |
<div class="advps-col-right">
|
6 |
<h2>Advanced post slider <?php echo esc_html( get_option('advps-curr-version') );?></h2>
|
7 |
<ul>
|
8 |
-
<li><a href="http://www.wpcue.com/wordpress-plugins/advanced-post-slider/" target="_blank">Plugin Homepage</a></li>
|
9 |
-
<li><a href="http://www.wpcue.com/support/forum/advanced-post-slider/" target="_blank">Help / Support</a></li>
|
10 |
-
<li><a href="http://www.wpcue.com/resources/advanced-post-slider-documentaion/" target="_blank">Getting Started</a></li>
|
11 |
-
<li><a href="http://www.wpcue.com/faq/" target="_blank">FAQ</a></li>
|
12 |
</ul>
|
13 |
<h3>Do you like this Plugin?</h3>
|
14 |
<p>We spend lots of hours to develop, maintain and providing support to this plugin. Any kind of participation will be highly appreciated and real inspiration for us to work more.</p>
|
15 |
<ul>
|
16 |
-
<li>Write a small blog for Advanced post slider and give link to our site.</li>
|
17 |
-
<li>Share it to your social media.</li>
|
18 |
-
<li><a href="http://wordpress.org/support/view/plugin-reviews/advanced-post-slider" target="_blank">Give it a good rating and review</a></li>
|
19 |
-
<li><a href="http://wordpress.org/plugins/advanced-post-slider/" target="_blank">Vote that it work</a></li>
|
20 |
</ul>
|
21 |
</div>
|
22 |
<?php
|
5 |
<div class="advps-col-right">
|
6 |
<h2>Advanced post slider <?php echo esc_html( get_option('advps-curr-version') );?></h2>
|
7 |
<ul>
|
8 |
+
<li><span style="font-weight:bold; font-size:14px;"><a href="http://www.wpcue.com/wordpress-plugins/advanced-post-slider/" target="_blank">To know the full features list and additional information about the plugin please visit Plugin Homepage</a></span></li>
|
9 |
+
<li><span style="font-weight:bold; font-size:14px;"><a href="http://www.wpcue.com/support/forum/advanced-post-slider/" target="_blank">Help / Support</a></span></li>
|
10 |
+
<li><span style="font-weight:bold; font-size:14px;"><a href="http://www.wpcue.com/resources/advanced-post-slider-documentaion/" target="_blank">Getting Started</a></span></li>
|
11 |
+
<li><span style="font-weight:bold; font-size:14px;"><a href="http://www.wpcue.com/faq/" target="_blank">FAQ</a></span></li>
|
12 |
</ul>
|
13 |
<h3>Do you like this Plugin?</h3>
|
14 |
<p>We spend lots of hours to develop, maintain and providing support to this plugin. Any kind of participation will be highly appreciated and real inspiration for us to work more.</p>
|
15 |
<ul>
|
16 |
+
<li><span style="font-weight:bold; font-size:14px;">Write a small blog for Advanced post slider and give link to our site.</span></li>
|
17 |
+
<li><span style="font-weight:bold; font-size:14px;">Share it to your social media.</span></li>
|
18 |
+
<li><span style="font-weight:bold; font-size:14px;"><a href="http://wordpress.org/support/view/plugin-reviews/advanced-post-slider" target="_blank">Give it a good rating and review</a></span></li>
|
|
|
19 |
</ul>
|
20 |
</div>
|
21 |
<?php
|
templates/template-two.php
CHANGED
@@ -4,18 +4,17 @@ if ( ! defined( 'ABSPATH' ) || ! current_user_can( 'manage_options' ) ) exit;
|
|
4 |
<div class="advps-col-right">
|
5 |
<h2>Advanced post slider <?php echo esc_html( get_option('advps-curr-version') );?></h2>
|
6 |
<ul>
|
7 |
-
<li><a href="http://www.wpcue.com/wordpress-plugins/advanced-post-slider/" target="_blank">Plugin Homepage</a></li>
|
8 |
-
<li><a href="http://www.wpcue.com/support/forum/advanced-post-slider/" target="_blank">Help / Support</a></li>
|
9 |
-
<li><a href="http://www.wpcue.com/resources/advanced-post-slider-documentaion/" target="_blank">Getting Started</a></li>
|
10 |
-
<li><a href="http://www.wpcue.com/faq/" target="_blank">FAQ</a></li>
|
11 |
</ul>
|
12 |
<h3>Do you like this Plugin?</h3>
|
13 |
<p>We spend lots of hours to develop, maintain and providing support to this plugin. Any kind of participation will be highly appreciated and real inspiration for us to work more.</p>
|
14 |
<ul>
|
15 |
-
<li>Write a small blog for Advanced post slider and give link to our site.</li>
|
16 |
-
<li>Share it to your social media.</li>
|
17 |
-
<li><a href="http://wordpress.org/support/view/plugin-reviews/advanced-post-slider" target="_blank">Give it a good rating and review</a></li>
|
18 |
-
<li><a href="http://wordpress.org/plugins/advanced-post-slider/" target="_blank">Vote that it work</a></li>
|
19 |
</ul>
|
20 |
</div>
|
21 |
<?php
|
4 |
<div class="advps-col-right">
|
5 |
<h2>Advanced post slider <?php echo esc_html( get_option('advps-curr-version') );?></h2>
|
6 |
<ul>
|
7 |
+
<li><span style="font-weight:bold; font-size:14px;"><a href="http://www.wpcue.com/wordpress-plugins/advanced-post-slider/" target="_blank">To know the full features list and additional information about the plugin please visit Plugin Homepage</a></span></li>
|
8 |
+
<li><span style="font-weight:bold; font-size:14px;"><a href="http://www.wpcue.com/support/forum/advanced-post-slider/" target="_blank">Help / Support</a></span></li>
|
9 |
+
<li><span style="font-weight:bold; font-size:14px;"><a href="http://www.wpcue.com/resources/advanced-post-slider-documentaion/" target="_blank">Getting Started</a></span></li>
|
10 |
+
<li><span style="font-weight:bold; font-size:14px;"><a href="http://www.wpcue.com/faq/" target="_blank">FAQ</a></span></li>
|
11 |
</ul>
|
12 |
<h3>Do you like this Plugin?</h3>
|
13 |
<p>We spend lots of hours to develop, maintain and providing support to this plugin. Any kind of participation will be highly appreciated and real inspiration for us to work more.</p>
|
14 |
<ul>
|
15 |
+
<li><span style="font-weight:bold; font-size:14px;">Write a small blog for Advanced post slider and give link to our site.</span></li>
|
16 |
+
<li><span style="font-weight:bold; font-size:14px;">Share it to your social media.</span></li>
|
17 |
+
<li><span style="font-weight:bold; font-size:14px;"><a href="http://wordpress.org/support/view/plugin-reviews/advanced-post-slider" target="_blank">Give it a good rating and review</a></span></li>
|
|
|
18 |
</ul>
|
19 |
</div>
|
20 |
<?php
|