Version Description
- Bug Fix - Owl Carousel changed the CSS Style used for slide images in version 2.3. Changed the CSS style for images back to what was used in version 2.2.1 of Owl Carousel, so that sliders already created on sites continue to look the same.
=
Download this release
Release Info
Developer | simonpedge |
Plugin | Slide Anything – Responsive Content / HTML Slider and Carousel |
Version | 2.1.1 |
Comparing to | |
See all releases |
Code changes from version 2.1.0 to 2.1.1
- owl-carousel/owl.carousel.css +8 -2
- readme.txt +7 -1
- slide-anything.php +1 -1
owl-carousel/owl.carousel.css
CHANGED
@@ -47,8 +47,10 @@
|
|
47 |
-webkit-tap-highlight-color: transparent;
|
48 |
-webkit-touch-callout: none; }
|
49 |
.owl-carousel .owl-item img {
|
50 |
-
display:
|
51 |
-
width:
|
|
|
|
|
52 |
.owl-carousel .owl-nav.disabled,
|
53 |
.owl-carousel .owl-dots.disabled {
|
54 |
display: none; }
|
@@ -191,3 +193,7 @@
|
|
191 |
z-index: 1;
|
192 |
height: 100%;
|
193 |
width: 100%; }
|
|
|
|
|
|
|
|
47 |
-webkit-tap-highlight-color: transparent;
|
48 |
-webkit-touch-callout: none; }
|
49 |
.owl-carousel .owl-item img {
|
50 |
+
display: inline;
|
51 |
+
width: auto;
|
52 |
+
height: auto;
|
53 |
+
max-width:100%; }
|
54 |
.owl-carousel .owl-nav.disabled,
|
55 |
.owl-carousel .owl-dots.disabled {
|
56 |
display: none; }
|
193 |
z-index: 1;
|
194 |
height: 100%;
|
195 |
width: 100%; }
|
196 |
+
|
197 |
+
.mfp-hide {
|
198 |
+
display: none !important;
|
199 |
+
}
|
readme.txt
CHANGED
@@ -185,6 +185,9 @@ The `SLIDE STYLE` settings are the style settings for each individual slide with
|
|
185 |
* Upgrading Owl Carousel fixes an issue with Slide Anything that has been reported to me on numerous occasions - namely if you switch TABS within your browser, switch to another application, or minimise your browser window, then the Slider/Carousel stops (i.e. no more transitions), and the page needs to be reloaded to 'restart' the slider.
|
186 |
* Although a BETA, version 2.3 seems pretty stable, and OC has been sitting at version 2.1.1 for over a year now.
|
187 |
|
|
|
|
|
|
|
188 |
== Upgrade Notice ==
|
189 |
|
190 |
= 1.0 =
|
@@ -284,4 +287,7 @@ The `SLIDE STYLE` settings are the style settings for each individual slide with
|
|
284 |
= 2.1.0 =
|
285 |
* Replaced 'Owl Carousel 2.2.1' with 'Owl Carousel 2.3 BETA'.
|
286 |
* Upgrading Owl Carousel fixes an issue with Slide Anything that has been reported to me on numerous occasions - namely if you switch TABS within your browser, switch to another application, or minimise your browser window, then the Slider/Carousel stops (i.e. no more transitions), and the page needs to be reloaded to 'restart' the slider.
|
287 |
-
* Although a BETA, version 2.3 seems pretty stable, and OC has been sitting at version 2.1.1 for over a year now.
|
|
|
|
|
|
185 |
* Upgrading Owl Carousel fixes an issue with Slide Anything that has been reported to me on numerous occasions - namely if you switch TABS within your browser, switch to another application, or minimise your browser window, then the Slider/Carousel stops (i.e. no more transitions), and the page needs to be reloaded to 'restart' the slider.
|
186 |
* Although a BETA, version 2.3 seems pretty stable, and OC has been sitting at version 2.1.1 for over a year now.
|
187 |
|
188 |
+
= 2.1.1 =
|
189 |
+
* Bug Fix - Owl Carousel changed the CSS Style used for slide images in version 2.3. Changed the CSS style for images back to what was used in version 2.2.1 of Owl Carousel, so that sliders already created on sites continue to look the same.
|
190 |
+
|
191 |
== Upgrade Notice ==
|
192 |
|
193 |
= 1.0 =
|
287 |
= 2.1.0 =
|
288 |
* Replaced 'Owl Carousel 2.2.1' with 'Owl Carousel 2.3 BETA'.
|
289 |
* Upgrading Owl Carousel fixes an issue with Slide Anything that has been reported to me on numerous occasions - namely if you switch TABS within your browser, switch to another application, or minimise your browser window, then the Slider/Carousel stops (i.e. no more transitions), and the page needs to be reloaded to 'restart' the slider.
|
290 |
+
* Although a BETA, version 2.3 seems pretty stable, and OC has been sitting at version 2.1.1 for over a year now.
|
291 |
+
|
292 |
+
= 2.1.1 =
|
293 |
+
* Bug Fix - Owl Carousel changed the CSS Style used for slide images in version 2.3. Changed the CSS style for images back to what was used in version 2.2.1 of Owl Carousel, so that sliders already created on sites continue to look the same.
|
slide-anything.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin URI: https://wordpress.org/plugins/slide-anything/
|
5 |
* Description: Slide Anything allows you to create a carousel/slider where the content for each slide can be anything you want - images, text, HTML, and even shortcodes. This plugin uses the Owl Carousel jQuery plugin, and lets you create beautiful, touch enabled, responsive carousels and sliders.
|
6 |
* Author: Simon Edge
|
7 |
-
* Version: 2.1.
|
8 |
* License: GPLv2 or later
|
9 |
*/
|
10 |
|
4 |
* Plugin URI: https://wordpress.org/plugins/slide-anything/
|
5 |
* Description: Slide Anything allows you to create a carousel/slider where the content for each slide can be anything you want - images, text, HTML, and even shortcodes. This plugin uses the Owl Carousel jQuery plugin, and lets you create beautiful, touch enabled, responsive carousels and sliders.
|
6 |
* Author: Simon Edge
|
7 |
+
* Version: 2.1.1
|
8 |
* License: GPLv2 or later
|
9 |
*/
|
10 |
|