/
var
/
www
/
barefootlaw.org
/
wp-content
/
plugins
/
js_composer
/
config
/
containers
/
Upload File
HOME
<?php if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } return array( 'name' => __( 'Row', 'js_composer' ), 'is_container' => true, 'icon' => 'icon-wpb-row', 'show_settings_on_create' => false, 'category' => __( 'Content', 'js_composer' ), 'class' => 'vc_main-sortable-element', 'description' => __( 'Place content elements inside the row', 'js_composer' ), 'params' => array( array( 'type' => 'dropdown', 'heading' => __( 'Row stretch', 'js_composer' ), 'param_name' => 'full_width', 'value' => array( __( 'Default', 'js_composer' ) => '', __( 'Stretch row', 'js_composer' ) => 'stretch_row', __( 'Stretch row and content', 'js_composer' ) => 'stretch_row_content', __( 'Stretch row and content (no paddings)', 'js_composer' ) => 'stretch_row_content_no_spaces', ), 'description' => __( 'Select stretching options for row and content (Note: stretched may not work properly if parent container has "overflow: hidden" CSS property).', 'js_composer' ), ), array( 'type' => 'dropdown', 'heading' => __( 'Columns gap', 'js_composer' ), 'param_name' => 'gap', 'value' => array( '0px' => '0', '1px' => '1', '2px' => '2', '3px' => '3', '4px' => '4', '5px' => '5', '10px' => '10', '15px' => '15', '20px' => '20', '25px' => '25', '30px' => '30', '35px' => '35', ), 'std' => '0', 'description' => __( 'Select gap between columns in row.', 'js_composer' ), ), array( 'type' => 'checkbox', 'heading' => __( 'Full height row?', 'js_composer' ), 'param_name' => 'full_height', 'description' => __( 'If checked row will be set to full height.', 'js_composer' ), 'value' => array( __( 'Yes', 'js_composer' ) => 'yes' ), ), array( 'type' => 'dropdown', 'heading' => __( 'Columns position', 'js_composer' ), 'param_name' => 'columns_placement', 'value' => array( __( 'Middle', 'js_composer' ) => 'middle', __( 'Top', 'js_composer' ) => 'top', __( 'Bottom', 'js_composer' ) => 'bottom', __( 'Stretch', 'js_composer' ) => 'stretch', ), 'description' => __( 'Select columns position within row.', 'js_composer' ), 'dependency' => array( 'element' => 'full_height', 'not_empty' => true, ), ), array( 'type' => 'checkbox', 'heading' => __( 'Equal height', 'js_composer' ), 'param_name' => 'equal_height', 'description' => __( 'If checked columns will be set to equal height.', 'js_composer' ), 'value' => array( __( 'Yes', 'js_composer' ) => 'yes' ), ), array( 'type' => 'dropdown', 'heading' => __( 'Content position', 'js_composer' ), 'param_name' => 'content_placement', 'value' => array( __( 'Default', 'js_composer' ) => '', __( 'Top', 'js_composer' ) => 'top', __( 'Middle', 'js_composer' ) => 'middle', __( 'Bottom', 'js_composer' ) => 'bottom', ), 'description' => __( 'Select content position within columns.', 'js_composer' ), ), array( 'type' => 'checkbox', 'heading' => __( 'Use video background?', 'js_composer' ), 'param_name' => 'video_bg', 'description' => __( 'If checked, video will be used as row background.', 'js_composer' ), 'value' => array( __( 'Yes', 'js_composer' ) => 'yes' ), ), array( 'type' => 'textfield', 'heading' => __( 'YouTube link', 'js_composer' ), 'param_name' => 'video_bg_url', 'value' => 'https://www.youtube.com/watch?v=lMJXxhRFO1k', // default video url 'description' => __( 'Add YouTube link.', 'js_composer' ), 'dependency' => array( 'element' => 'video_bg', 'not_empty' => true, ), ), array( 'type' => 'dropdown', 'heading' => __( 'Parallax', 'js_composer' ), 'param_name' => 'video_bg_parallax', 'value' => array( __( 'None', 'js_composer' ) => '', __( 'Simple', 'js_composer' ) => 'content-moving', __( 'With fade', 'js_composer' ) => 'content-moving-fade', ), 'description' => __( 'Add parallax type background for row.', 'js_composer' ), 'dependency' => array( 'element' => 'video_bg', 'not_empty' => true, ), ), array( 'type' => 'dropdown', 'heading' => __( 'Parallax', 'js_composer' ), 'param_name' => 'parallax', 'value' => array( __( 'None', 'js_composer' ) => '', __( 'Simple', 'js_composer' ) => 'content-moving', __( 'With fade', 'js_composer' ) => 'content-moving-fade', ), 'description' => __( 'Add parallax type background for row (Note: If no image is specified, parallax will use background image from Design Options).', 'js_composer' ), 'dependency' => array( 'element' => 'video_bg', 'is_empty' => true, ), ), array( 'type' => 'attach_image', 'heading' => __( 'Image', 'js_composer' ), 'param_name' => 'parallax_image', 'value' => '', 'description' => __( 'Select image from media library.', 'js_composer' ), 'dependency' => array( 'element' => 'parallax', 'not_empty' => true, ), ), array( 'type' => 'textfield', 'heading' => __( 'Parallax speed', 'js_composer' ), 'param_name' => 'parallax_speed_video', 'value' => '1.5', 'description' => __( 'Enter parallax speed ratio (Note: Default value is 1.5, min value is 1)', 'js_composer' ), 'dependency' => array( 'element' => 'video_bg_parallax', 'not_empty' => true, ), ), array( 'type' => 'textfield', 'heading' => __( 'Parallax speed', 'js_composer' ), 'param_name' => 'parallax_speed_bg', 'value' => '1.5', 'description' => __( 'Enter parallax speed ratio (Note: Default value is 1.5, min value is 1)', 'js_composer' ), 'dependency' => array( 'element' => 'parallax', 'not_empty' => true, ), ), vc_map_add_css_animation( false ), array( 'type' => 'el_id', 'heading' => __( 'Row ID', 'js_composer' ), 'param_name' => 'el_id', 'description' => sprintf( __( 'Enter row ID (Note: make sure it is unique and valid according to <a href="%s" target="_blank">w3c specification</a>).', 'js_composer' ), 'http://www.w3schools.com/tags/att_global_id.asp' ), ), array( 'type' => 'checkbox', 'heading' => __( 'Disable row', 'js_composer' ), 'param_name' => 'disable_element', // Inner param name. 'description' => __( 'If checked the row won\'t be visible on the public side of your website. You can switch it back any time.', 'js_composer' ), 'value' => array( __( 'Yes', 'js_composer' ) => 'yes' ), ), array( 'type' => 'textfield', 'heading' => __( 'Extra class name', 'js_composer' ), 'param_name' => 'el_class', 'description' => __( 'Style particular content element differently - add a class name and refer to it in custom CSS.', 'js_composer' ), ), array( 'type' => 'css_editor', 'heading' => __( 'CSS box', 'js_composer' ), 'param_name' => 'css', 'group' => __( 'Design Options', 'js_composer' ), ), ), 'js_view' => 'VcRowView', );