PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
kingcomposer
/
shortcodes
/
live_editor
<# var output = '', classes = ['image_fadein'], css_class = [], attributes = [], _images = [], atts = ( data.atts !== undefined ) ? data.atts : {}, title = ( atts['title'] !== undefined ) ? atts['title'] : '', images = ( atts['images'] !== undefined ) ? atts['images'] : '', transition = ( atts['images'] !== undefined ) ? atts['transition'] : '', delay = ( atts['delay'] !== undefined ) ? atts['delay'] : '', force_size = ( atts['force_size'] !== undefined ) ? atts['force_size'] : '', width = ( atts['width'] !== undefined ) ? atts['width'] : '', height = ( atts['height'] !== undefined ) ? atts['height'] : '', position = ( atts['position'] !== undefined ) ? atts['position'] : '', wrap_class = ( atts['wrap_class'] !== undefined ) ? atts['wrap_class'] : ''; css_class = kc.front.el_class( atts ); wrap_class = wrap_class + ' ' + css_class.join( ' ' ); if( images === '' ) images = []; else images = images.split(','); for( var i =0; i < images.length; i++) { image_id = images[i]; image = ajaxurl + "?action=kc_get_thumbn&size=full&id=" + image_id; if( image !== undefined && image !== '' ){ if( force_size !== undefined && force_size == 'yes' ){ var att = ['250', '250', 'c'], image_size = ''; if( width !== '' ) att[0] = width; if( height !== '' ) att[1] = height; if( position !== '' ) att[2] = position; image_size = att.join('x'); _images.push( ajaxurl + "?action=kc_get_thumbn_size&id="+image_id+'&size='+image_size); } else _images.push( image ); } } if( transition !== '' ) classes.push( transition ); if( delay !== '' ) attributes.push( 'data-delay="' + delay + '"'); attributes.push( 'class="' + classes.join(' ') + '"'); attributes.push( 'data-images="' + images + '"'); #> <div class="image_fadein_slider {{{wrap_class}}}"> <# if( title !== '' ){ #> <h3>{{{title}}}</h3> <# } #> <div {{{attributes.join(' ')}}}> <# if( _images.length == 0 ){ #> <h3><?php echo __('Images Fadein Gallery: No images found', 'kingcomposer' );?></h3> <# }else{ for( var i =0; i < _images.length; i++ ){ image = _images[i]; #> <img src="{{{image}}}" /> <# } } #> </div> </div> <# data.callback = function( wrp, $){ kc_front.image_fade(); } #>
[+]
..
[-] kc_pricing.php
[edit]
[-] kc_progress_bars.php
[edit]
[-] kc_carousel_images.php
[edit]
[-] kc_flip_box.php
[edit]
[-] kc_call_to_action.php
[edit]
[-] kc_row.php
[edit]
[-] .live_editor.php
[edit]
[-] kc_accordion.php
[edit]
[-] kc_video_play.php
[edit]
[-] kc_tab.php
[edit]
[-] kc_icon.php
[edit]
[-] kc_counter_box.php
[edit]
[-] kc_team.php
[edit]
[-] kc_image_fadein.php
[edit]
[-] kc_google_maps.php
[edit]
[-] kc_title.php
[edit]
[-] kc_feature_box.php
[edit]
[-] kc_single_image.php
[edit]
[-] kc_dropcaps.php
[edit]
[-] kc_pie_chart.php
[edit]
[-] kc_column_inner.php
[edit]
[-] kc_row_inner.php
[edit]
[-] kc_column_text.php
[edit]
[-] kc_image_hover_effects.php
[edit]
[-] kc_divider.php
[edit]
[-] kc_tooltip.php
[edit]
[-] kc_box_alert.php
[edit]
[-] kc_column.php
[edit]
[-] kc_spacing.php
[edit]
[-] kc_image_gallery.php
[edit]
[-] kc_tabs.php
[edit]
[-] kc_testimonial.php
[edit]
[-] kc_coundown_timer.php
[edit]
[-] kc_box.php
[edit]
[-] kc_section.php
[edit]
[-] kc_button.php
[edit]
[-] kc_creative_button.php
[edit]
[-] kc_multi_icons.php
[edit]
[-] kc_accordion_tab.php
[edit]