Version Description
- CSS Fix for list mode
Download this release
Release Info
Developer | metaphorcreations |
Plugin | Ditty News Ticker |
Version | 2.2.15 |
Comparing to | |
See all releases |
Code changes from version 2.2.14 to 2.2.15
- ditty-news-ticker.php +2 -2
- inc/static/css/style.css +3 -0
- inc/static/sass/style.scss +5 -0
- readme.txt +4 -1
ditty-news-ticker.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://dittynewsticker.com/
|
|
5 |
Description: Ditty News Ticker is a multi-functional data display plugin
|
6 |
Text Domain: ditty-news-ticker
|
7 |
Domain Path: languages
|
8 |
-
Version: 2.2.
|
9 |
Author: Metaphor Creations
|
10 |
Author URI: http://www.metaphorcreations.com
|
11 |
Contributors: metaphorcreations
|
@@ -62,7 +62,7 @@ final class Ditty_News_Ticker {
|
|
62 |
|
63 |
// Plugin version
|
64 |
if ( ! defined( 'MTPHR_DNT_VERSION' ) ) {
|
65 |
-
define( 'MTPHR_DNT_VERSION', '2.2.
|
66 |
}
|
67 |
|
68 |
// Plugin Folder Path
|
5 |
Description: Ditty News Ticker is a multi-functional data display plugin
|
6 |
Text Domain: ditty-news-ticker
|
7 |
Domain Path: languages
|
8 |
+
Version: 2.2.15
|
9 |
Author: Metaphor Creations
|
10 |
Author URI: http://www.metaphorcreations.com
|
11 |
Contributors: metaphorcreations
|
62 |
|
63 |
// Plugin version
|
64 |
if ( ! defined( 'MTPHR_DNT_VERSION' ) ) {
|
65 |
+
define( 'MTPHR_DNT_VERSION', '2.2.15' );
|
66 |
}
|
67 |
|
68 |
// Plugin Folder Path
|
inc/static/css/style.css
CHANGED
@@ -33,6 +33,9 @@
|
|
33 |
.mtphr-dnt-tick img.emoji {
|
34 |
max-width: none; }
|
35 |
|
|
|
|
|
|
|
36 |
.mtphr-dnt-rotate .mtphr-dnt-tick,
|
37 |
.mtphr-dnt-scroll .mtphr-dnt-tick {
|
38 |
position: absolute;
|
33 |
.mtphr-dnt-tick img.emoji {
|
34 |
max-width: none; }
|
35 |
|
36 |
+
.mtphr-dnt-list .mtphr-dnt-tick {
|
37 |
+
opacity: 1; }
|
38 |
+
|
39 |
.mtphr-dnt-rotate .mtphr-dnt-tick,
|
40 |
.mtphr-dnt-scroll .mtphr-dnt-tick {
|
41 |
position: absolute;
|
inc/static/sass/style.scss
CHANGED
@@ -39,6 +39,11 @@
|
|
39 |
max-width: none;
|
40 |
}
|
41 |
}
|
|
|
|
|
|
|
|
|
|
|
42 |
.mtphr-dnt-rotate,
|
43 |
.mtphr-dnt-scroll {
|
44 |
.mtphr-dnt-tick {
|
39 |
max-width: none;
|
40 |
}
|
41 |
}
|
42 |
+
.mtphr-dnt-list {
|
43 |
+
.mtphr-dnt-tick {
|
44 |
+
opacity: 1;
|
45 |
+
}
|
46 |
+
}
|
47 |
.mtphr-dnt-rotate,
|
48 |
.mtphr-dnt-scroll {
|
49 |
.mtphr-dnt-tick {
|
readme.txt
CHANGED
@@ -72,6 +72,9 @@ The most common cause for an unresponsive ticker (when using scroll or rotate mo
|
|
72 |
|
73 |
== Changelog ==
|
74 |
|
|
|
|
|
|
|
75 |
= 2.2.14 =
|
76 |
* Resolved display issue with tickers using external fonts
|
77 |
|
@@ -528,4 +531,4 @@ The most common cause for an unresponsive ticker (when using scroll or rotate mo
|
|
528 |
|
529 |
== Upgrade Notice ==
|
530 |
|
531 |
-
|
72 |
|
73 |
== Changelog ==
|
74 |
|
75 |
+
= 2.2.15 =
|
76 |
+
* CSS Fix for list mode
|
77 |
+
|
78 |
= 2.2.14 =
|
79 |
* Resolved display issue with tickers using external fonts
|
80 |
|
531 |
|
532 |
== Upgrade Notice ==
|
533 |
|
534 |
+
CSS Fix for list mode
|