Version Description
- Small Bug Fix: Fix the style of the jQuery UI Spinner arrows displayed within the WP Dashboard edit slider page.
Download this release
Release Info
Developer | simonpedge |
Plugin | Slide Anything – Responsive Content / HTML Slider and Carousel |
Version | 2.3.39 |
Comparing to | |
See all releases |
Code changes from version 2.3.38 to 2.3.39
- css/slide-anything-admin.css +8 -0
- readme.txt +6 -0
- slide-anything.php +1 -1
css/slide-anything-admin.css
CHANGED
@@ -986,6 +986,14 @@ input.sa_slide_popup_imagetitle:-ms-input-placeholder { color:#c0c0c0 !important
|
|
986 |
min-height:0px !important;
|
987 |
line-height:26px !important;
|
988 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
989 |
#items_displayed_metabox #sa_showcase_slider_wrapper .sa_ss_css_line {
|
990 |
margin:0px !important;
|
991 |
padding:5px 10px 10px !important;
|
986 |
min-height:0px !important;
|
987 |
line-height:26px !important;
|
988 |
}
|
989 |
+
|
990 |
+
#items_displayed_metabox #sa_showcase_slider_wrapper .sa_ss_line .ui-spinner a.ui-button span {
|
991 |
+
position:relative !important;
|
992 |
+
top:0px !important;
|
993 |
+
left:0px !important;
|
994 |
+
margin:-2px 0px 0px !important;
|
995 |
+
}
|
996 |
+
|
997 |
#items_displayed_metabox #sa_showcase_slider_wrapper .sa_ss_css_line {
|
998 |
margin:0px !important;
|
999 |
padding:5px 10px 10px !important;
|
readme.txt
CHANGED
@@ -98,6 +98,9 @@ Adding a SLIDE ANYTHING slider using the WordPress 5.0 'Block Editor' is pretty
|
|
98 |
|
99 |
== Changelog ==
|
100 |
|
|
|
|
|
|
|
101 |
= 2.3.38 =
|
102 |
* Added 'aria-label' and 'title' attributes to slide links to improve accessibility.
|
103 |
|
@@ -722,3 +725,6 @@ Adding a SLIDE ANYTHING slider using the WordPress 5.0 'Block Editor' is pretty
|
|
722 |
|
723 |
= 2.3.38 =
|
724 |
* Added 'aria-label' and 'title' attributes to slide links to improve accessibility.
|
|
|
|
|
|
98 |
|
99 |
== Changelog ==
|
100 |
|
101 |
+
= 2.3.39 =
|
102 |
+
* Small Bug Fix: Fix the style of the jQuery UI Spinner arrows displayed within the WP Dashboard edit slider page.
|
103 |
+
|
104 |
= 2.3.38 =
|
105 |
* Added 'aria-label' and 'title' attributes to slide links to improve accessibility.
|
106 |
|
725 |
|
726 |
= 2.3.38 =
|
727 |
* Added 'aria-label' and 'title' attributes to slide links to improve accessibility.
|
728 |
+
|
729 |
+
= 2.3.39 =
|
730 |
+
* Small Bug Fix: Fix the style of the jQuery UI Spinner arrows displayed within the WP Dashboard edit slider page.
|
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.3.
|
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.3.39
|
8 |
* License: GPLv2 or later
|
9 |
*/
|
10 |
|