Version Description
If you have Smooth Slider 2.6 or plus, kindly update to 2.6.3 for proper height calcualtion for responsiveness.
= Before Upgrading =
- Note the Title and Content fonts on your old Smooth Slider.
- Go to 'Settings' panel and 'Save Changes'.
- Recheck the Slider Title, Post Title and the Slider Content fonts on the Settings Panel.
Get older versions
Download this release
Release Info
Developer | internet techies |
Plugin | Smooth Slider |
Version | 2.6.3 |
Comparing to | |
See all releases |
Code changes from version 2.6.2 to 2.6.3
- css/skins/default/functions.php +3 -3
- readme.txt +14 -12
- smooth-slider.php +3 -3
css/skins/default/functions.php
CHANGED
@@ -186,11 +186,11 @@ function smooth_slider_get_default($slider_handle,$r_array,$slider_id='',$echo='
|
|
186 |
|
187 |
wp_enqueue_script( 'jquery.cycle', smooth_slider_plugin_url( 'js/jcycle.js' ),array('jquery'), SMOOTH_SLIDER_VER, false);
|
188 |
wp_enqueue_script( 'smooth-slider', smooth_slider_plugin_url( 'js/smooth.js' ),array('jquery'), SMOOTH_SLIDER_VER, false);
|
189 |
-
/* Changed fouc code start 2.6 */
|
190 |
if(!isset($smooth_slider['fouc']) or $smooth_slider['fouc']=='' or $smooth_slider['fouc']=='0' ){
|
191 |
-
$fouc_dom='jQuery("html").addClass("smooth_slider_fouc");jQuery(".smooth_slider_fouc").hide();';
|
192 |
$fouc_ready='jQuery(document).ready(function() {
|
193 |
-
jQuery(".smooth_slider_fouc").show();
|
194 |
});';
|
195 |
}
|
196 |
else{
|
186 |
|
187 |
wp_enqueue_script( 'jquery.cycle', smooth_slider_plugin_url( 'js/jcycle.js' ),array('jquery'), SMOOTH_SLIDER_VER, false);
|
188 |
wp_enqueue_script( 'smooth-slider', smooth_slider_plugin_url( 'js/smooth.js' ),array('jquery'), SMOOTH_SLIDER_VER, false);
|
189 |
+
/* Changed fouc code start 2.6 - Bug fix in 2.6.2.1 */
|
190 |
if(!isset($smooth_slider['fouc']) or $smooth_slider['fouc']=='' or $smooth_slider['fouc']=='0' ){
|
191 |
+
$fouc_dom='jQuery("html").addClass("smooth_slider_fouc");jQuery(".smooth_slider_fouc .smooth_slider").hide();';
|
192 |
$fouc_ready='jQuery(document).ready(function() {
|
193 |
+
jQuery(".smooth_slider_fouc .smooth_slider").show();
|
194 |
});';
|
195 |
}
|
196 |
else{
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: slider, slideshow, wordpress slider, content slider, posts slider,image sl
|
|
4 |
Donate link: http://www.clickonf5.org/go/smooth-slider/
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.9.2
|
7 |
-
Stable tag: 2.6.
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Most Popular Responsive WordPress Slider for Featured Content, Videos and Media Images
|
@@ -41,15 +41,15 @@ In less than 50 seconds, embed a recent posts, category specific or featured pos
|
|
41 |
|
42 |
Checkout Our Premium Responsive Sliders such as,
|
43 |
|
44 |
-
* Placid Slider - <a href="http://slidervilla.com/placid" rel="friend" title="Best Logo and Client Brand Slider">Best Logo and Client Brand Slider</a>
|
45 |
-
* Pointelle Slider - <a href="http://slidervilla.com/pointelle" rel="friend" title="Best WordPress Slider Design for Homepage">Best WordPress Slider Design for Homepage</a>
|
46 |
-
* Glam Slider - <a href="http://slidervilla.com/glam" rel="friend" title="Full Page Slider with Partial Visible Slides">Full Page Slider with Partial Visible Slides</a>
|
47 |
-
* Featured Slider - <a href="http://slidervilla.com/featured-slider" rel="friend" title="Awesome WordPress Slider to Show Featured Content">Awesome WordPress Slider to Show Featured Content</a>
|
48 |
-
* Listic Slider - <a href="http://slidervilla.com/listic" rel="friend" title="Best List View Slider for WordPress">Best List View Slider for WordPress</a>
|
49 |
-
* Roster Slider - <a href="http://slidervilla.com/roster" rel="friend" title="Best Horizontal Carousal for WordPress">Best Horizontal Carousal for WordPress</a>
|
50 |
-
* Pinwheel Slider - <a href="http://slidervilla.com/pinwheel" rel="friend" title="Ultimate rotator with responsive design">Ultimate rotator with responsive design</a>
|
51 |
-
* Akkord Slider - <a href="http://slidervilla.com/akkord" rel="friend" title="Premium Accordion Slider for WordPress">Premium Accordion Slider for WordPress</a>
|
52 |
-
* Foto Slider - <a href="http://slidervilla.com/foto-slider" rel="friend" title="Best Gallery View Slider for WordPress">Best Gallery View Slider for WordPress</a>
|
53 |
and many more
|
54 |
|
55 |
<a href="http://slidervilla.com/smooth-slider/" rel="friend" >Plugin Home Page</a> |
|
@@ -121,6 +121,7 @@ For more documentation go to [Smooth Slider Documentation](http://guides.sliderv
|
|
121 |
**Find More Advanced Slider Styles at [SliderVilla](http://www.slidervilla.com/)**
|
122 |
|
123 |
== Upgrade Notice ==
|
|
|
124 |
|
125 |
= Before Upgrading =
|
126 |
|
@@ -130,8 +131,6 @@ For more documentation go to [Smooth Slider Documentation](http://guides.sliderv
|
|
130 |
|
131 |
[Get older versions](http://wordpress.org/extend/plugins/smooth-slider/download/)
|
132 |
|
133 |
-
!!IMP!! If you have highly customized Smooth Slider, Before upgrading to 2.4, save your CSS and Settings. You may lose some CSS formatting as in the new versions the slider javascript is changed and is different from previous versions.
|
134 |
-
|
135 |
== Frequently Asked Questions ==
|
136 |
|
137 |
1. In case you have upgraded from previous versions (<= 2.3.2) using WordPress automatic upgradation, and the plugin is not working, please deactivate and reactivate the plugin.
|
@@ -152,6 +151,9 @@ Check the other FAQs on Smooth [Slider Documetation on SliderVilla](http://guide
|
|
152 |
|
153 |
|
154 |
== Changelog ==
|
|
|
|
|
|
|
155 |
|
156 |
Version 2.6.2 (08/12/2014)
|
157 |
|
4 |
Donate link: http://www.clickonf5.org/go/smooth-slider/
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.9.2
|
7 |
+
Stable tag: 2.6.3
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Most Popular Responsive WordPress Slider for Featured Content, Videos and Media Images
|
41 |
|
42 |
Checkout Our Premium Responsive Sliders such as,
|
43 |
|
44 |
+
* Placid Slider - <a href="http://slidervilla.com/placid/" rel="friend" title="Best Logo and Client Brand Slider">Best Logo and Client Brand Slider</a>
|
45 |
+
* Pointelle Slider - <a href="http://slidervilla.com/pointelle/" rel="friend" title="Best WordPress Slider Design for Homepage">Best WordPress Slider Design for Homepage</a>
|
46 |
+
* Glam Slider - <a href="http://slidervilla.com/glam/" rel="friend" title="Full Page Slider with Partial Visible Slides">Full Page Slider with Partial Visible Slides</a>
|
47 |
+
* Featured Slider - <a href="http://slidervilla.com/featured-slider/" rel="friend" title="Awesome WordPress Slider to Show Featured Content">Awesome WordPress Slider to Show Featured Content</a>
|
48 |
+
* Listic Slider - <a href="http://slidervilla.com/listic/" rel="friend" title="Best List View Slider for WordPress">Best List View Slider for WordPress</a>
|
49 |
+
* Roster Slider - <a href="http://slidervilla.com/roster/" rel="friend" title="Best Horizontal Carousal for WordPress">Best Horizontal Carousal for WordPress</a>
|
50 |
+
* Pinwheel Slider - <a href="http://slidervilla.com/pinwheel/" rel="friend" title="Ultimate rotator with responsive design">Ultimate rotator with responsive design</a>
|
51 |
+
* Akkord Slider - <a href="http://slidervilla.com/akkord/" rel="friend" title="Premium Accordion Slider for WordPress">Premium Accordion Slider for WordPress</a>
|
52 |
+
* Foto Slider - <a href="http://slidervilla.com/foto-slider/" rel="friend" title="Best Gallery View Slider for WordPress">Best Gallery View Slider for WordPress</a>
|
53 |
and many more
|
54 |
|
55 |
<a href="http://slidervilla.com/smooth-slider/" rel="friend" >Plugin Home Page</a> |
|
121 |
**Find More Advanced Slider Styles at [SliderVilla](http://www.slidervilla.com/)**
|
122 |
|
123 |
== Upgrade Notice ==
|
124 |
+
If you have Smooth Slider 2.6 or plus, kindly update to 2.6.3 for proper height calcualtion for responsiveness.
|
125 |
|
126 |
= Before Upgrading =
|
127 |
|
131 |
|
132 |
[Get older versions](http://wordpress.org/extend/plugins/smooth-slider/download/)
|
133 |
|
|
|
|
|
134 |
== Frequently Asked Questions ==
|
135 |
|
136 |
1. In case you have upgraded from previous versions (<= 2.3.2) using WordPress automatic upgradation, and the plugin is not working, please deactivate and reactivate the plugin.
|
151 |
|
152 |
|
153 |
== Changelog ==
|
154 |
+
Version 2.6.3 (08/13/2014)
|
155 |
+
|
156 |
+
1. Fix: Slider was causing page to hide initially and appear on document ready. Resolved this issue. Now slider is workig perfectly for responsive heights.
|
157 |
|
158 |
Version 2.6.2 (08/12/2014)
|
159 |
|
smooth-slider.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Smooth Slider
|
4 |
Plugin URI: http://slidervilla.com/smooth-slider/
|
5 |
Description: Smooth slider adds a responsive featured content on image slider using shortcode, widget and template tags. Create and embed featured content slider, recent post slider, category slider in less than 60 seconds.
|
6 |
-
Version: 2.6.
|
7 |
Author: SliderVilla
|
8 |
Author URI: http://slidervilla.com/
|
9 |
Wordpress version supported: 2.9 and above
|
@@ -30,12 +30,12 @@ Wordpress version supported: 2.9 and above
|
|
30 |
//defined global variables and constants here
|
31 |
global $smooth_slider,$default_slider,$smooth_db_version,$default_smooth_slider_settings;
|
32 |
$smooth_slider = get_option('smooth_slider_options');
|
33 |
-
$smooth_db_version='2.6.
|
34 |
define('SLIDER_TABLE','smooth_slider'); //Slider TABLE NAME
|
35 |
define('PREV_SLIDER_TABLE','slider'); //Slider TABLE NAME
|
36 |
define('SLIDER_META','smooth_slider_meta'); //Meta TABLE NAME
|
37 |
define('SLIDER_POST_META','smooth_slider_postmeta'); //Meta TABLE NAME
|
38 |
-
define("SMOOTH_SLIDER_VER","2.6.
|
39 |
if ( ! defined( 'SMOOTH_SLIDER_PLUGIN_BASENAME' ) )
|
40 |
define( 'SMOOTH_SLIDER_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
|
41 |
if ( ! defined( 'SMOOTH_SLIDER_CSS_DIR' ) ){
|
3 |
Plugin Name: Smooth Slider
|
4 |
Plugin URI: http://slidervilla.com/smooth-slider/
|
5 |
Description: Smooth slider adds a responsive featured content on image slider using shortcode, widget and template tags. Create and embed featured content slider, recent post slider, category slider in less than 60 seconds.
|
6 |
+
Version: 2.6.3
|
7 |
Author: SliderVilla
|
8 |
Author URI: http://slidervilla.com/
|
9 |
Wordpress version supported: 2.9 and above
|
30 |
//defined global variables and constants here
|
31 |
global $smooth_slider,$default_slider,$smooth_db_version,$default_smooth_slider_settings;
|
32 |
$smooth_slider = get_option('smooth_slider_options');
|
33 |
+
$smooth_db_version='2.6.3'; //current version of smooth slider database
|
34 |
define('SLIDER_TABLE','smooth_slider'); //Slider TABLE NAME
|
35 |
define('PREV_SLIDER_TABLE','slider'); //Slider TABLE NAME
|
36 |
define('SLIDER_META','smooth_slider_meta'); //Meta TABLE NAME
|
37 |
define('SLIDER_POST_META','smooth_slider_postmeta'); //Meta TABLE NAME
|
38 |
+
define("SMOOTH_SLIDER_VER","2.6.3",false);//Current Version of Smooth Slider
|
39 |
if ( ! defined( 'SMOOTH_SLIDER_PLUGIN_BASENAME' ) )
|
40 |
define( 'SMOOTH_SLIDER_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
|
41 |
if ( ! defined( 'SMOOTH_SLIDER_CSS_DIR' ) ){
|