PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
kingcomposer
/
shortcodes
<?php $title = $interval = $open_mouseover = $class = $navigation = $auto_play = $auto_height = $auto_play = $tab_nav_class = $title_slider = ''; $speed = 4500; $pagination = 'yes'; $items = $items1 = $items2 = 1; extract( $atts ); $css_class = apply_filters( 'kc-el-class', $atts ); $tabs_option = array( 'open-on-mouseover' => $open_mouseover, 'tab-active' => $active_section, 'effect-option' => $effect_option, ); $tabs_option_data = array(); foreach( $tabs_option as $name => $value ){ array_push( $tabs_option_data, 'data-'.esc_attr( $name ).'="'.esc_attr( $value ).'"' ); } $css_class = array_merge($css_class, array( 'kc_tabs', 'group' )); if( isset( $css ) && !empty( $css ) ) $css_class[] = $css; if( isset( $class ) && !empty( $class ) ) $css_class[] = $class; if( $type == 'vertical_tabs' ){ $css_class[] = 'kc_vertical_tabs'; if( $vertical_tabs_position == 'right' ) array_push( $css_class, 'tabs_right' ); $tab_nav_class = ''; } else if( $type == 'slider_tabs' ){ $css_class[] = 'kc-tabs-slider'; $owl_option = array( "items" => intval($items)?intval($items):1, "speed" => intval( $speed ), "navigation" => $navigation, "pagination" => $pagination, "autoheight" => $autoheight, "autoplay" => $autoplay, "tablet" => intval($tablet)?intval($tablet):1, "mobile" => intval($mobile)?intval($mobile):1 ); $owl_option = strtolower( json_encode( $owl_option ) ); echo '<div class="'.implode( ' ', $css_class ).'">'; if( $title_slider === 'yes' ){ echo '<ul class="kc-tabs-slider-nav kc_clearfix">'; preg_replace_callback( '/kc_tab\s([^\]\#]+)/i', 'kc_process_tab_title' , $content ); echo '</ul>'; } echo '<div class="owl-carousel" data-owl-options=\''. $owl_option .'\'>'; echo do_shortcode( str_replace('kc_tabs#', 'kc_tabs', $content ) ); echo '</div>'; echo '</div>'; return; } else{ $tab_nav_class = 'kc_tabs_nav'; } $tabs_option_data[] = 'class="'. esc_attr( implode(' ', $css_class) ) .'"'; ?> <div <?php echo implode( ' ', $tabs_option_data ); ?>> <div class="kc_wrapper ui-tabs kc_clearfix"> <ul class="<?php echo esc_attr( $tab_nav_class ); ?> ui-tabs-nav kc_clearfix"> <?php preg_replace_callback( '/kc_tab\s([^\]\#]+)/i', 'kc_process_tab_title' , $content ); ?> </ul> <?php echo do_shortcode( str_replace('kc_tabs#', 'kc_tabs', $content ) ); ?> </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]