Changeset 1821933
- Timestamp:
- 02/14/2018 11:28:13 AM (8 years ago)
- Location:
- joomdev-wp-pros-cons
- Files:
-
- 24 added
- 3 edited
-
tags/1.0.2 (added)
-
tags/1.0.2/admin (added)
-
tags/1.0.2/admin/assets (added)
-
tags/1.0.2/admin/assets/css (added)
-
tags/1.0.2/admin/assets/css/admin-styles.css (added)
-
tags/1.0.2/admin/assets/images (added)
-
tags/1.0.2/admin/assets/images/font-awesome_4-7-0_shopping-cart_256_0_ffffff_none.png (added)
-
tags/1.0.2/admin/assets/images/joomdev-wpc.png (added)
-
tags/1.0.2/admin/assets/js (added)
-
tags/1.0.2/admin/assets/js/admin-scripts.js (added)
-
tags/1.0.2/admin/assets/js/admin-visual-editor.js (added)
-
tags/1.0.2/admin/joomdev-wpc-options.php (added)
-
tags/1.0.2/assets (added)
-
tags/1.0.2/assets/css (added)
-
tags/1.0.2/assets/css/styles.css (added)
-
tags/1.0.2/assets/img (added)
-
tags/1.0.2/assets/img/check.png (added)
-
tags/1.0.2/assets/img/cros.png (added)
-
tags/1.0.2/assets/img/thumbs-down-icon.png (added)
-
tags/1.0.2/assets/img/thumbs-up-icon.png (added)
-
tags/1.0.2/joomdev-wp-pros-cons.php (added)
-
tags/1.0.2/joomdev-wpc-functions.php (added)
-
tags/1.0.2/joomdev-wpc-shortcodes.php (added)
-
trunk/assets/css/styles.css (modified) (4 diffs)
-
trunk/joomdev-wp-pros-cons.php (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/screenshot-5.jpg (added)
Legend:
- Unmodified
- Added
- Removed
-
joomdev-wp-pros-cons/trunk/assets/css/styles.css
r1811226 r1821933 116 116 } 117 117 118 .wp-pros-cons .wp-pros-cons-col .joomdev_wpc_cons_list, 119 .wp-pros-cons .wp-pros-cons-col .joomdev_wpc_pros_list { 120 margin: 0 !important; 121 padding: 0 !important; 122 list-style-type: none !important; 123 } 124 118 125 .wp-pros-cons ul li { 119 126 font-size: 18px; … … 122 129 white-space: normal; 123 130 word-break: break-word; 131 } 132 133 .wp-pros-cons .wp-pros-cons-col .joomdev_wpc_cons_list li, 134 .wp-pros-cons .wp-pros-cons-col .joomdev_wpc_pros_list li { 135 margin: 12px 0 !important padding: 0 0 33px; 124 136 } 125 137 … … 159 171 160 172 @media (min-width:768px) { 161 .wp-pros-cons .wp-pros-cons-sections {162 display: -webkit-box;163 display: -webkit-flex;164 display: -ms-flexbox;165 display: flex;166 }167 .wp-pros-cons-col {168 display: -webkit-box;169 display: -webkit-flex;170 display: -ms-flexbox;171 display: flex;172 }173 .wp-pros-cons .wp-pros-cons-sections { 174 display: -webkit-box; 175 display: -webkit-flex; 176 display: -ms-flexbox; 177 display: flex; 178 } 179 .wp-pros-cons-col { 180 display: -webkit-box; 181 display: -webkit-flex; 182 display: -ms-flexbox; 183 display: flex; 184 } 173 185 } 174 186 … … 180 192 181 193 @media (max-width:767px) { 182 183 .wp-pros-cons .wp-pros-cons-sections:before,184 .wp-pros-cons .wp-pros-cons-sections:after {185 content: "";186 display: block;187 float: none;188 clear: both;189 width: 100%;190 }194 195 .wp-pros-cons .wp-pros-cons-sections:before, 196 .wp-pros-cons .wp-pros-cons-sections:after { 197 content: ""; 198 display: block; 199 float: none; 200 clear: both; 201 width: 100%; 202 } 191 203 192 204 .wp-pros-cons { -
joomdev-wp-pros-cons/trunk/joomdev-wp-pros-cons.php
r1813434 r1821933 4 4 Plugin URI: https://joomdev.com/wordpress-plugins/wp-pros-cons 5 5 Description: This plugin provides you the shortcode to show pros/cons on any of the page. It will add a button to editor, which enables you the visual shortcode. 6 Version: 1.0. 16 Version: 1.0.2 7 7 Author: JoomDev 8 8 Author URI: https://joomdev.com -
joomdev-wp-pros-cons/trunk/readme.txt
r1813434 r1821933 4 4 Tags: WP Pros & Cons, Pros, Cons 5 5 Requires at least: 3.0 6 Tested up to: 4.9. 27 Stable tag: 1.0. 16 Tested up to: 4.9.4 7 Stable tag: 1.0.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 12 12 == Description == 13 13 14 This plugin enables you to insert shortcode to visual editor via viaul popups. You can add pros and cons with somne attributes.14 This plugin provides you the shortcode to show pros/cons on any of the page. It will add a button to editor, which enables you the visual shortcode. 15 15 You can use the shortcodes [joomdev-wpc-pros-cons], [joomdev-wpc-pros] and [joomdev-wpc-cons] to add pros and cons. 16 16 You can enable/disable title and enable/disable button. You can also manage its design by accessing the settings page. 17 17 18 DEMO LINK: http://wpdemo.joomdev.com/wp-plugins/wp-pros-and-cons 19 More Details: https://www.joomdev.com/wordpress-plugins/wp-pros-cons 20 18 [DEMO URL](http://wpdemo.joomdev.com/wp-plugins/wp-pros-and-cons) 19 [MORE DETAILS](https://www.joomdev.com/wordpress-plugins/wp-pros-cons) 21 20 22 21 == Installation == … … 45 44 3. Screen shot to display popup for shortcode. 46 45 4. Screen shot to display shortcode. 46 5. Frontend Screenshot. 47 47 48 48 == Changelog == 49 50 = 1.0.2 = 51 List Icon issue Fixed. 49 52 50 53 = 1.0.1 = … … 58 61 == Upgrade Notice == 59 62 63 = 1.0.2 = 64 List Icon issue Fixed. 65 60 66 = 1.0.1 = 61 67 Editor button icon fixed.
Note: See TracChangeset
for help on using the changeset viewer.