Plugin Directory

Changeset 1323773


Ignore:
Timestamp:
01/08/2016 06:20:41 AM (10 years ago)
Author:
BCorp
Message:

Removed BCorp Shortcode button when BCorp Visual Editor active to stop javascript errors.

Location:
bcorp-visual-editor/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • bcorp-visual-editor/trunk/bcorp_visual_editor.php

    r1321463 r1323773  
    44Plugin URI: http://bcorp.com
    55Description: Wordpress visual editor for editing BCorp Shortcodes.
    6 Version: 0.11
     6Version: 0.12
    77Author: Tim Brattberg
    88Author URI: http://bcorp.com
  • bcorp-visual-editor/trunk/css/bcve.css

    r1321334 r1323773  
    3131.bcve-element-list, .bcve-icon-list {padding-left:3px; position:absolute; top:49px; bottom:0; width:100%; font-size:50px; overflow:scroll;}
    3232.bcve-icon-list span { float:left; margin:2px; border:1px solid black; line-height:0.7em;}
    33 
     33#wp-bcve-text-editor-media-buttons > #bcorp-shortcodes-button {display:none; }
    3434.bcve-icon, [data-icon]:before {
    3535  display: inline-block;
     
    138138/************************************************ Short Code Styling ************************************************/
    139139
    140 .bcve-bcorp_accord { padding:3px 5px; }
    141 .bcve-bcorp_accord .bcve-bcorp_accord-textblock p { margin-bottom:0px; }
     140.bcve-bcorp_accordion_panel { padding:3px 5px; }
     141.bcve-bcorp_accordion_panel-textblock p { margin-bottom:0px; }
    142142
    143143.bcve-bcorp_accordion { margin:5px auto -10px auto; display:table;}
     
    146146
    147147.bcve-bcorp_alert_box { padding:3px 5px; }
     148.bcve-bcorp_alert_box-align-center { text-align:center; }
     149.bcve-bcorp_alert_box-align-right { text-align:right; }
    148150
    149151.bcve-bcorp_blog { margin:5px auto 5px auto; display:table;}
     
    155157.bcve-bcorp_blog_slider-details {padding-left:10px; display:table; }
    156158
     159.bcve-bcorp_button { margin:6px; }
     160.bcve-bcorp_button-align-center { text-align:center; }
     161.bcve-bcorp_button-align-right { text-align:right; }
     162
    157163.bcve-bcorp_contact_form { margin:5px auto 5px auto; display:table;}
    158164.bcve-bcorp_contact_form img {float:left; width:60px; height:60px;}
     
    163169.bcve-bcorp_contact_field-details {padding-left:10px; display:table; }
    164170
    165 .bcve-bcorp_heading { font-weight:bold; margin-top:15px; height:40px; line-height:1em;  height:auto;  margin-top:3px; margin-bottom:0.2em;}
     171.bcve-bcorp_heading { font-weight:bold; margin-top:15px; height:40px; line-height:1em;  height:auto;  margin-top:3px; margin-bottom:0.2em; padding-left:5px; padding-right:5px;}
    166172.bcve-bcorp_heading-heading-default,.bcve-bcorp_heading-heading-custom,.bcve-bcorp_heading-heading-h1 { font-size:33px; }
    167173.bcve-bcorp_heading-heading-h2 { font-size:28px; }
     
    283289.bcve-bcorp_table_cell .bcve-bcorp_tabbed-textblock p { margin-bottom:0px; }
    284290
    285 .bcve-bcorp_tabbed { padding:3px 0px; }
    286 .bcve-bcorp_tabbed .bcve-bcorp_tabbed-textblock p { margin-bottom:0px; }
     291.bcve-bcorp_tab_panel { padding:3px 5px; }
     292.bcve-bcorp_tab_panel-textblock p { margin-bottom:0px; }
    287293
    288294.bcve-bcorp_tabs { margin:5px auto -10px auto; display:table;}
  • bcorp-visual-editor/trunk/js/bcve.js

    r1321334 r1323773  
    147147              }
    148148            }
    149             if (param['admin_class'] === true) $editedElement.find('.bcve-admin-content > div').addClass("bcve-"+sc+"-"+key+"-"+myvalue);
     149            if (param['admin_class'] === true) $editedElement.find('.bcve-admin-content:first > div').addClass("bcve-"+sc+"-"+key+"-"+myvalue);
    150150          }
    151151        }
  • bcorp-visual-editor/trunk/readme.txt

    r1321463 r1323773  
    55Requires at least: 4.2.0
    66Tested up to: 4.4
    7 Stable tag: 0.11
     7Stable tag: 0.12
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.en.html
     
    4444== Changelog ==
    4545
     46= 0.12 =
     47Removed BCorp Shortcode button when BCorp Visual Editor active to stop javascript errors.
     48Numerous Minor Visual Editor CSS tweaks.
     49
    4650= 0.11 =
    4751Included the TGM Activation Plugin to automatically suggest the required BCorp Shortcodes Plugin
     
    5256== Upgrade Notice ==
    5357
     58= 0.12 =
     59Removed BCorp Shortcode button when BCorp Visual Editor active to stop javascript errors.
     60
    5461= 0.11 =
    5562Included the TGM Activation Plugin to automatically suggest the required BCorp Shortcodes Plugin
Note: See TracChangeset for help on using the changeset viewer.