PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
wpnull24
/
framework
/
plugins-support
/
js_composer
/
map
<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' ); /** * Extending shortcode: vc_column_inner * * @var $shortcode string Current shortcode name * @var $config array Shortcode's config * * @param $config ['atts'] array Shortcode's attributes and default values */ vc_update_shortcode_param( 'vc_column_inner', array( 'param_name' => 'width', 'description' => '', 'value' => array( '1/12 — 8.33%' => '1/12', '1/6 — 16.66%'=> '1/6', '1/5 — 20%'=> '1/5', '1/4 — 25%'=> '1/4', '1/3 — 33.33%'=> '1/3', '2/5 — 40%'=> '2/5', '5/12 — 41.66%'=> '5/12', '1/2 — 50%'=> '1/2', '7/12 — 58.33%'=> '7/12', '3/5 — 60%'=> '3/5', '2/3 — 66.66%'=> '2/3', '3/4 — 75%'=> '3/4', '4/5 — 80%'=> '4/5', '5/6 — 83.33%'=> '5/6', '11/12 — 91.66%'=> '11/12', '1/1 — 100%'=> '1/1', ), ) ); vc_update_shortcode_param( 'vc_column_inner', array( 'param_name' => 'offset', 'heading' => '', ) ); vc_update_shortcode_param( 'vc_column_inner', array( 'param_name' => 'el_class', 'description' => '', 'edit_field_class' => 'vc_col-sm-6', 'weight' => 20, 'group' => us_translate( 'Design Options', 'js_composer' ), ) ); vc_update_shortcode_param( 'vc_column_inner', array( 'param_name' => 'el_id', 'description' => '', 'edit_field_class' => 'vc_col-sm-6', 'group' => us_translate( 'Design Options', 'js_composer' ), ) ); vc_add_params( 'vc_column_inner', array( array( 'param_name' => 'link', 'heading' => us_translate( 'Link' ), 'type' => 'vc_link', 'std' => $config['atts']['link'], 'weight' => 40, ), array( 'param_name' => 'text_color', 'heading' => __( 'Text Color', 'us' ), 'type' => 'colorpicker', 'std' => $config['atts']['text_color'], 'weight' => 30, ), array( 'param_name' => 'animate', 'heading' => __( 'Animation', 'us' ), 'description' => __( 'Selected animation will be applied to this element, when it enters into the browsers viewport.', 'us' ), 'type' => 'dropdown', 'value' => array( us_translate( 'None' ) => '', __( 'Fade', 'us' ) => 'fade', __( 'Appear From Center', 'us' ) => 'afc', __( 'Appear From Left', 'us' ) => 'afl', __( 'Appear From Right', 'us' ) => 'afr', __( 'Appear From Bottom', 'us' ) => 'afb', __( 'Appear From Top', 'us' ) => 'aft', __( 'Height From Center', 'us' ) => 'hfc', __( 'Width From Center', 'us' ) => 'wfc', ), 'std' => $config['atts']['animate'], 'admin_label' => TRUE, 'weight' => 20, ), array( 'param_name' => 'animate_delay', 'heading' => __( 'Animation Delay (in seconds)', 'us' ), 'type' => 'textfield', 'std' => $config['atts']['animate_delay'], 'dependency' => array( 'element' => 'animate', 'not_empty' => TRUE ), 'admin_label' => TRUE, 'weight' => 10, ), ) );
[+]
..
[-] vc_video.php
[edit]
[-] vc_row.php
[edit]
[-] vc_tta_section.php
[edit]
[-] .map.php
[edit]
[-] vc_tta_tabs.php
[edit]
[-] vc_custom_heading.php
[edit]
[-] vc_tta_accordion.php
[edit]
[-] vc_column_text.php
[edit]
[-] vc_column_inner.php
[edit]
[-] vc_tta_tour.php
[edit]
[-] vc_column.php
[edit]
[-] vc_wp_custommenu.php
[edit]
[-] vc_row_inner.php
[edit]