PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
kingcomposer
/
shortcodes
/
live_editor
<# if( data === undefined ) data = {}; var atts = ( data.atts !== undefined ) ? data.atts : {}, textbutton = kc.std( atts, 'text_title', 'Button Text'), link = kc.std( atts, 'link', '#'), onclick = kc.std( atts, 'onclick', ''), wrap_class = kc.std( atts, 'wrap_class', ''), size = kc.std( atts, 'size', 'small'), show_icon = kc.std( atts, 'show_icon', 'no'), icon = kc.std( atts, 'icon', 'fa-leaf'), icon_position = kc.std( atts, 'icon_position', 'left'), button_attributes = [], wrapper_class = []; wrapper_class = kc.front.el_class( atts ); wrapper_class.push( wrap_class ); link = link.split('|'); button_attributes.push( 'class="kc_button"' ); if( link[0] !== undefined ) button_attributes.push( 'href="' + link[0] + '"' ); if( link[1] !== undefined ) button_attributes.push( 'title="' + link[1] + '"' ); if( link[2] !== undefined ) button_attributes.push( 'target="' + link[2] + '"' ); if( onclick !== undefined && onclick !== '') button_attributes.push( 'onclick="' + onclick + '"' ); if('yes' === show_icon){ if( icon_position == 'left' ){ textbutton = '<i class="' + icon + '"></i> ' + textbutton; }else if( icon_position == 'right'){ textbutton += ' <i class="' + icon + '"></i>'; }else{ textbutton = '<i class="' + icon + '"></i>'; } } #> <div class="{{{wrapper_class.join(' ')}}}"> <a {{{button_attributes.join(' ')}}}>{{{textbutton}}}</a> </div>
[+]
..
[-] 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]