PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
kingcomposer
/
shortcodes
<?php $output = $class = $custom_class = $icons = ''; extract( $atts ); $css_class = apply_filters( 'kc-el-class', $atts ); $css_class[] = 'kc-multi-icons-wrapper'; if ( !empty( $custom_class ) ) $css_class[] = $custom_class; ?> <div class="<?php echo esc_attr( implode( " ", $css_class ) ); ?>"> <?php foreach( $icons as $item ): $link_att = array(); $icon = $item->icon; $label = $item->label; $link = $item->link; $color = isset($item->color) ? $item->color : ''; $bg_color = isset($item->bg_color) ? $item->bg_color : ''; if( empty( $icon ) ) $icon = 'fa-leaf'; $link = ( '||' === $link ) ? '' : $link; $link = kc_parse_link( $link ); $link_att = array(); $icon_att = array(); $link_target = '_blank'; $link_url = '#'; $link_title = $label; if ( strlen( $link['url'] ) > 0 ) { $link_target = strlen( $link['target'] ) > 0 ? $link['target'] : '_self'; $link_url = esc_attr( $link['url'] ); $link_title = esc_attr( $link['title'] ); } $link_att[] = 'href="' . esc_attr( $link_url ) . '"'; $link_att[] = 'target="' . esc_attr( $link_target ) . '"'; $link_att[] = 'title="' . esc_attr( $link_title ) . '"'; $link_att[] = 'class="multi-icons-link multi-icons' . $icon . '"'; $style = ''; if( !empty( $bg_color )) $link_att[] = 'style="background-color:' . $bg_color .';"'; $class_icon = array( $icon ); $icon_att[] = 'class="' . esc_attr( implode( " ", $class_icon ) ) . '"'; if( !empty( $color )) $icon_att[] = 'style="color:' . $color .';"'; ?> <a <?php echo implode(' ', $link_att); ?>> <i <?php echo implode(' ', $icon_att); ?>></i> </a> <?php endforeach; ?> </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]