PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
kingcomposer
/
shortcodes
<?php $output = $_class = $wrap_class = $auto_width = $percent = $size = $linewidth = $icon = ''; extract( $atts ); $custom_size = !empty($custom_size) ? $custom_size : 120; $custom_size = intval($custom_size); $barcolor = (!empty($barcolor)) ? $barcolor : '#39c14f'; $trackcolor = (!empty($trackcolor)) ? $trackcolor : '#e4e4e4'; $linewidth = (!empty($linewidth)) ? $linewidth : '10'; $size = ('custom' === $size && !empty( $size )) ? $custom_size : $size; $element_attributes = array(); $custom_class = apply_filters( 'kc-el-class', $atts ); $custom_class[] = $wrap_class; $custom_class = implode( ' ', $custom_class ); $css_classes = array( 'kc_shortcode', 'kc_piechart',); if( empty( $size ) ) $size = $custom_size; if( !empty( $auto_width ) ) { $auto_width = 'yes'; $css_classes[] = 'auto_width'; $css_classes[] = 'auto_width'; } $element_attributes[] = 'data-size="' .esc_attr(intval($size)). '"'; $element_attributes[] = 'data-percent="' .esc_attr( $percent ). '"'; $element_attributes[] = 'data-linecap="' .esc_attr( $rounded_corners_bar ). '"'; $element_attributes[] = 'data-barcolor="' .esc_attr( $barcolor ). '"'; $element_attributes[] = 'data-trackcolor="' .esc_attr( $trackcolor ). '"'; $element_attributes[] = 'data-autowidth="' .esc_attr( $auto_width ). '"'; $element_attributes[] = 'data-linewidth="' .esc_attr( $linewidth ). '"'; $css_class = implode(' ', $css_classes); $element_attributes[] = 'class="' . esc_attr( trim( $css_class ) ) . '"'; ?><div class="kc-pie-chart-wrapper <?php echo esc_attr( $custom_class ); ?>"> <div class="kc-pie-chart-holder"> <span <?php echo implode( ' ', $element_attributes ); ?>> <span class="pie_chart_percent"> <?php if( $icon_option == 'yes' ): ?> <i class="<?php echo $icon;?> pie_chart_icon"></i> <?php endif;?> <span class="percent"></span> </span> </span> </div> </div>
[+]
..
[-] kc_video_play.php
[edit]
[-] kc_spacing.php
[edit]
[-] kc_feature_box.php
[edit]
[-] kc_column_text.php
[edit]
[-] kc_button.php
[edit]
[-] kc_accordion_tab.php
[edit]
[-] kc_image_fadein.php
[edit]
[-] kc_image_gallery.php
[edit]
[-] kc_tooltip.php
[edit]
[-] kc_counter_box.php
[edit]
[+]
live_editor
[-] kc_single_image.php
[edit]
[-] kc_divider.php
[edit]
[-] kc_raw_code.php
[edit]
[-] kc_wp_widget.php
[edit]
[-] .shortcodes.php
[edit]
[-] kc_google_maps.php
[edit]
[-] kc_tabs.php
[edit]
[-] kc_box_alert.php
[edit]
[-] kc_carousel_post.php
[edit]
[-] kc_column_inner.php
[edit]
[-] kc_creative_button.php
[edit]
[-] kc_contact_form7.php
[edit]
[-] kc_revslider.php
[edit]
[-] kc_column.php
[edit]
[-] kc_title.php
[edit]
[-] kc_nested.php
[edit]
[-] kc_tab.php
[edit]
[-] kc_fb_recent_post.php
[edit]
[-] kc_coundown_timer.php
[edit]
[-] kc_post_type_list.php
[edit]
[-] kc_row.php
[edit]
[-] kc_instagram_feed.php
[edit]
[-] kc_blog_posts.php
[edit]
[-] kc_raw_cos.php
[edit]
[-] kc_multi_icons.php
[edit]
[-] kc_accordion.php
[edit]
[-] kc_dropcaps.php
[edit]
[-] kc_call_to_action.php
[edit]
[-] kc_wp_sidebar.php
[edit]
[-] kc_box.php
[edit]
[-] kc_twitter_feed.php
[edit]
[-] kc_testimonial.php
[edit]
[-] kc_team.php
[edit]
[-] kc_pricing.php
[edit]
[-] kc_icon.php
[edit]
[-] _value.php
[edit]
[-] kc_carousel_images.php
[edit]
[-] kc_flip_box.php
[edit]
[-] kc_progress_bars.php
[edit]
[-] kc_pie_chart.php
[edit]
[-] kc_row_inner.php
[edit]
[-] kc_image_hover_effects.php
[edit]