| @@ -16,9 +16,8 @@ | ||
| 16 | 16 | protected $fields = array( 'count_active' => array('default' => 0), |
| 17 | 17 | 'share_min_count' => array('default' => '5'), |
| 18 | 18 | 'show_total_count' => array('default' => '0'), |
| 19 | 19 | 'total_count_label' => array('default' => 'Shares'), |
| 20 | - | |
| 21 | 20 | 'font_count_size' => array('default' => '15px', |
| 22 | 21 | 'css' => 'font-size', |
| 23 | 22 | 'csspart' => 'mb-share-count', |
| 24 | 23 | ), |
| @@ -27,16 +26,12 @@ | ||
| 27 | 26 | "csspart" => 'mb-share-count'), |
| 28 | 27 | "font_count_weight" => array("default" => "normal", |
| 29 | 28 | "css" => "font-weight", |
| 30 | 29 | "csspart" => 'mb-share-count'), |
| 31 | - "total_count_color" => array('default' => '', | |
| 32 | - 'css' => 'color', | |
| 33 | - 'csspart' => 'mb-icon-total-icon,mb-count-total,mb-label-total'), | |
| 34 | 30 | ); |
| 35 | 31 | |
| 36 | 32 | protected static $total = 0; |
| 37 | 33 | |
| 38 | - protected $ajax_remote_count = 0; | |
| 39 | 34 | |
| 40 | 35 | |
| 41 | 36 | public function parse($itemObj, $args = array() ) |
| 42 | 37 | { |
| @@ -314,16 +309,8 @@ | ||
| 314 | 309 | $tcount_label->label = __('Total Count Label', 'mbsocial'); |
| 315 | 310 | $tcount_label->inputclass = 'medium'; |
| 316 | 311 | $tcount_label->value = $this->getValue('total_count_label'); |
| 317 | 312 | $admin->addField($tcount_label, 'start', 'end'); |
| 318 | - | |
| 319 | - $total_color = new maxField('color'); | |
| 320 | - $total_color->id = 'total_count_color'; | |
| 321 | - $total_color->name = $total_color->id; | |
| 322 | - $total_color->label = __('Total Count Color', 'mbsocial'); | |
| 323 | - $total_color->value = ''; | |
| 324 | - | |
| 325 | - $admin->addField($total_color, 'start', 'end'); | |
| 326 | 313 | |
| 327 | 314 | $admin->display_fields(); |
| 328 | 315 | ?> |
| 329 | 316 | </div> <!-- inside --> |