Plugin Directory

Changeset 1821933


Ignore:
Timestamp:
02/14/2018 11:28:13 AM (8 years ago)
Author:
joomdev
Message:

List icon issue fixed

Location:
joomdev-wp-pros-cons
Files:
24 added
3 edited

Legend:

Unmodified
Added
Removed
  • joomdev-wp-pros-cons/trunk/assets/css/styles.css

    r1811226 r1821933  
    116116}
    117117
     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
    118125.wp-pros-cons ul li {
    119126    font-size: 18px;
     
    122129    white-space: normal;
    123130    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;
    124136}
    125137
     
    159171
    160172@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    }
    173185}
    174186
     
    180192
    181193@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    }
    191203
    192204    .wp-pros-cons {
  • joomdev-wp-pros-cons/trunk/joomdev-wp-pros-cons.php

    r1813434 r1821933  
    44    Plugin URI: https://joomdev.com/wordpress-plugins/wp-pros-cons
    55    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.1
     6    Version: 1.0.2
    77    Author: JoomDev
    88    Author URI: https://joomdev.com
  • joomdev-wp-pros-cons/trunk/readme.txt

    r1813434 r1821933  
    44Tags: WP Pros & Cons, Pros, Cons
    55Requires at least: 3.0
    6 Tested up to: 4.9.2
    7 Stable tag: 1.0.1
     6Tested up to: 4.9.4
     7Stable tag: 1.0.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1212== Description ==
    1313
    14 This plugin enables you to insert shortcode to visual editor via viaul popups. You can add pros and cons with somne attributes.
     14This 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.
    1515You can use the shortcodes [joomdev-wpc-pros-cons], [joomdev-wpc-pros] and [joomdev-wpc-cons] to add pros and cons.
    1616You can enable/disable title and enable/disable button. You can also manage its design by accessing the settings page.
    1717
    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)
    2120
    2221== Installation ==
     
    45443. Screen shot to display popup for shortcode.
    46454. Screen shot to display shortcode.
     465. Frontend Screenshot.
    4747
    4848== Changelog ==
     49
     50= 1.0.2 =
     51List Icon issue Fixed.
    4952
    5053= 1.0.1 =
     
    5861== Upgrade Notice ==
    5962
     63= 1.0.2 =
     64List Icon issue Fixed.
     65
    6066= 1.0.1 =
    6167Editor button icon fixed.
Note: See TracChangeset for help on using the changeset viewer.