Version Description
Download this release
Release Info
Developer | cbaldelomar |
Plugin | Shortcodes by Angie Makes |
Version | 1.3 |
Comparing to | |
See all releases |
Code changes from version 1.2 to 1.3
- README.md +4 -0
- includes/css/style.css +15 -17
- readme.txt +4 -0
- wc-shortcodes.php +1 -1
README.md
CHANGED
@@ -44,6 +44,10 @@ Use the shortcode manager in the TinyMCE text editor
|
|
44 |
|
45 |
## Changelog ##
|
46 |
|
|
|
|
|
|
|
|
|
47 |
### Version 1.2
|
48 |
|
49 |
* Added banner image.
|
44 |
|
45 |
## Changelog ##
|
46 |
|
47 |
+
### Version 1.3
|
48 |
+
|
49 |
+
* Fixed style bug with columns not changing width on mobile devices
|
50 |
+
|
51 |
### Version 1.2
|
52 |
|
53 |
* Added banner image.
|
includes/css/style.css
CHANGED
@@ -195,23 +195,21 @@
|
|
195 |
}
|
196 |
|
197 |
@media (max-width: 480px) {
|
198 |
-
body
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
margin-bottom: 0;
|
214 |
-
}
|
215 |
}
|
216 |
}
|
217 |
|
195 |
}
|
196 |
|
197 |
@media (max-width: 480px) {
|
198 |
+
body .wc-shortcodes-one-half,
|
199 |
+
body .wc-shortcodes-one-third,
|
200 |
+
body .wc-shortcodes-two-third,
|
201 |
+
body .wc-shortcodes-three-fourth,
|
202 |
+
body .wc-shortcodes-one-fourth,
|
203 |
+
body .wc-shortcodes-one-fifth,
|
204 |
+
body .wc-shortcodes-two-fifth,
|
205 |
+
body .wc-shortcodes-three-fifth,
|
206 |
+
body .wc-shortcodes-four-fifth,
|
207 |
+
body .wc-shortcodes-one-sixth,
|
208 |
+
body .wc-shortcodes-five-sixth {
|
209 |
+
width: 100%;
|
210 |
+
float: none;
|
211 |
+
margin-left: 0;
|
212 |
+
margin-bottom: 0;
|
|
|
|
|
213 |
}
|
214 |
}
|
215 |
|
readme.txt
CHANGED
@@ -44,6 +44,10 @@ Use the shortcode manager in the TinyMCE text editor
|
|
44 |
|
45 |
== Changelog ==
|
46 |
|
|
|
|
|
|
|
|
|
47 |
### Version 1.2
|
48 |
|
49 |
* Added banner image.
|
44 |
|
45 |
== Changelog ==
|
46 |
|
47 |
+
### Version 1.3
|
48 |
+
|
49 |
+
* Fixed style bug with columns not changing width on mobile devices
|
50 |
+
|
51 |
### Version 1.2
|
52 |
|
53 |
* Added banner image.
|
wc-shortcodes.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://wordpresscanvas.com/features/shortcodes/
|
|
5 |
Description: A family of shortcodes to enhance site functionality.
|
6 |
Author: Chris Baldelomar
|
7 |
Author URI: http://webplantmedia.com/
|
8 |
-
Version: 1.
|
9 |
License: GPLv2 or later
|
10 |
*/
|
11 |
|
5 |
Description: A family of shortcodes to enhance site functionality.
|
6 |
Author: Chris Baldelomar
|
7 |
Author URI: http://webplantmedia.com/
|
8 |
+
Version: 1.3
|
9 |
License: GPLv2 or later
|
10 |
*/
|
11 |
|