esc_attr__( 'No Repeat', 'avata' ),
'repeat-x' => esc_attr__( 'Repeat Horizontally', 'avata' ),
'repeat-y' => esc_attr__( 'Repeat Vertically', 'avata' ),
'repeat' => esc_attr__( 'Repeat All', 'avata' ),
);
$args['position'] = $position = array(
'top left' => esc_attr__( 'Top Left', 'avata' ),
'top center' => esc_attr__( 'Top Center', 'avata' ),
'top right' => esc_attr__( 'Top Right', 'avata' ),
'center left' => esc_attr__( 'Middle Left', 'avata' ),
'center center' => esc_attr__( 'Middle Center', 'avata' ),
'center right' => esc_attr__( 'Middle Right', 'avata' ),
'bottom left' => esc_attr__( 'Bottom Left', 'avata' ),
'bottom center' => esc_attr__( 'Bottom Center', 'avata' ),
'bottom right' => esc_attr__( 'Bottom Right', 'avata' ),
);
$args['attachment'] = $attachment = array(
'scroll' => esc_attr__( 'Scroll Normally', 'avata' ),
'fixed' => esc_attr__( 'Fixed in Place', 'avata' ),
);
$args['fonts'] = $fonts = array(
'Arial, sans-serif' => esc_attr__( 'Arial', 'avata' ),
'"Avant Garde", sans-serif' => esc_attr__( 'Avant Garde', 'avata' ),
'Cambria, Georgia, serif' => esc_attr__( 'Cambria', 'avata' ),
'Copse, sans-serif' => esc_attr__( 'Copse', 'avata' ),
'Garamond, "Hoefler Text", Times New Roman, Times, serif' => esc_attr__( 'Garamond', 'avata' ),
'Georgia, serif' => esc_attr__( 'Georgia', 'avata' ),
'"Helvetica Neue", Helvetica, sans-serif' => esc_attr__( 'Helvetica Neue', 'avata' ),
'Tahoma, Geneva, sans-serif' => esc_attr__( 'Tahoma', 'avata' ),
);
// Pull all the categories into an array
$options_categories = array();
$options_categories_obj = get_categories();
$options_categories[''] = __( 'All', 'avata' );
foreach ($options_categories_obj as $category) {
$options_categories[$category->cat_ID] = $category->cat_name;
}
$avata_sidebars['0'] = __( '--Disable--', 'avata' );
for( $i=1;$i<=8;$i++ ):
$avata_sidebars['avata-sidebar-'.$i] = sprintf( __( 'Sidebar %d', 'avata' ), $i);
endfor;
$font_size = array();
for($i=9;$i<=71;$i++){
$font_size[$i.'px'] = $i.'px';
}
$args['font_size'] = $font_size;
$args['choices'] = $choices = array('yes'=>esc_attr__( 'Yes', 'avata' ),'no'=>esc_attr__( 'No', 'avata' ));
$args['target'] = $target = array('_self'=>esc_attr__( 'Self', 'avata' ),'_blank'=>esc_attr__( 'Blank', 'avata' ));
$args['imagepath'] = $imagepath = get_template_directory_uri() . '/assets/images/';
$options = get_option($option_name);
$default_options = array();
$nav_icon_style = 'css3';
$avata_lite_sections = array();
$is_old_version = false;
if($options)
$is_old_version = true;
function avata_public_section_options($id,$default,$custom = false,$args ){
extract($args);
$default_options = array_merge(array(
'hide' => $hide,
'section_title' => '',
'section_subtitle' => '',
'fullwidth' => '',
'autoheight' => '',
'menu_title' => '',
'menu_slug' => 'section-'.$id,
'font_size' => '14px',
'font' => 'Open Sans, sans-serif',
'font_color' => '#666666',
'background_color' => '',
'background_opacity' => '1',
'background_image' => '',
'background_repeat' => 'repeat',
'background_position' => 'top left',
'background_attachment' => 'scroll',
'background_color_tablet' => '',
'background_image_tablet' => '',
'background_repeat_tablet' => 'repeat',
'background_position_tablet' => 'top left',
'background_attachment_tablet' => 'scroll',
'background_color_mobile' => '',
'background_image_mobile' => '',
'background_repeat_mobile' => 'repeat',
'background_position_mobile' => 'top left',
'background_attachment_mobile' => 'scroll',
'full_background_image' => '1',
'css_class' => '',
'id' => '',
'content' => '',
'padding_top' => '100px',
'padding_bottom' => '100px',
),$default);
$font_family = avata_option_saved('font_'.$id);
$font_size = avata_option_saved('font_size_'.$id);
$font_color = avata_option_saved('font_color_'.$id);
$key = str_replace('_','-',$id);
$return = array(
'section_hide_'.$id => array(
'type' => 'checkbox',
'label' => esc_attr__('Hide Section', 'avata' ),
'description' => '',
'default' => $default_options['hide'],
),
'section_title_'.$id => array(
'type' => 'text',
'label' => esc_attr__('Section Title', 'avata' ),
'description' => '',
'default' => $default_options['section_title'],
),
'section_subtitle_'.$id => array(
'type' => 'text',
'label' => esc_attr__('Section Subitle', 'avata' ),
'description' => '',
'default' => $default_options['section_subtitle'],
),
'section_content_'.$id => array(
'type' => 'textarea',
'label' => esc_attr__('Section Content', 'avata' ),
'description' => '',
'default' => $default_options['content'],
),
'section_fullwidth_'.$id => array(
'type' => 'checkbox',
'label' => esc_attr__('Full Width', 'avata' ),
'description' => '',
'default' => $default_options['fullwidth'],
),
'section_autoheight_'.$id => array(
'type' => 'checkbox',
'label' => esc_attr__('Auto Height', 'avata' ),
'description' => __('It will take the height defined by your section/slide content.', 'avata' ),
'default' => $default_options['autoheight'],
),
'title_typography_'.$id => array(
'label' => __('Section Title Typography', 'avata'),
'slug' => "title_typography_".$id,
'default' => array(
'font-family' => ($font_family!='')?$font_family:$default_options['font'],
'variant' => 'regular',
'font-size' => '30px',
'line-height' => '1.1',
'letter-spacing' => '0',
'subsets' => array( 'latin-ext' ),
'color' => ($font_color!='')?$font_color:$default_options['font_color'],
'text-transform' => 'none',
'text-align' => 'center',
),
'type' => 'typography',
'output' => array(
array(
'element' => 'body .avata-section-'.$key.' .section-title',
),
),
),
'subtitle_typography_'.$id => array(
'label' => __('Section Subtitle Typography', 'avata'),
'slug' => "subtitle_typography_".$id,
'default' => array(
'font-family' => ($font_family!='')?$font_family:$default_options['font'],
'variant' => 'regular',
'font-size' => '16px',
'line-height' => '1.8',
'letter-spacing' => '0',
'subsets' => array( 'latin-ext' ),
'color' => ($font_color!='')?$font_color:$default_options['font_color'],
'text-transform' => 'none',
'text-align' => 'center',
),
'type' => 'typography',
'output' => array(
array(
'element' => 'body .avata-section-'.$key.' .section-subtitle',
),
),
),
'content_typography_'.$id => array(
'label' => __('Section Content Typography', 'avata'),
'slug' => "content_typography_".$id,
'default' => array(
'font-family' => ($font_family!='')?$font_family:$default_options['font'],
'variant' => 'regular',
'font-size' => ($font_size!='')?$font_size:$default_options['font_size'],
'line-height' => '1.8',
'letter-spacing' => '0',
'subsets' => array( 'latin-ext' ),
'color' => ($font_color!='')?$font_color:$default_options['font_color'],
'text-transform' => 'none',
'text-align' => 'center',
),
'type' => 'typography',
'output' => array(
array(
'element' => 'body .avata-section-'.$key.' .section-content',
),
),
),
'background_color_'.$id => array(
'type' => 'color',
'label' => esc_attr__( 'Background Color', 'avata' ),
'description' => esc_attr__( 'Section background color.', 'avata' ),
'default' => $default_options['background_color'],
'transport' => 'postMessage',
'js_vars' => array(
array(
'element' => 'body .avata-section-'.$key.'',
'function' => 'css',
'property' => 'background-color',
)
),
),
'background_opacity_'.$id => array(
'type' => 'select',
'label' => esc_attr__( 'Background Opacity', 'avata' ),
'description' => esc_attr__( 'Section background color opacity.', 'avata' ),
'default' => $default_options['background_opacity'],
'choices' => array('0.1'=>'0.1','0.2'=>'0.2','0.3'=>'0.3','0.4'=>'0.4','0.5'=>'0.5','0.6'=>'0.6','0.7'=>'0.7','0.8'=>'0.8','0.9'=>'0.9','1'=>'1')
),
'background_image_'.$id => array(
'type' => 'image',
'label' => esc_attr__( 'Background Image', 'avata' ),
'description' => esc_attr__( 'Section background image.', 'avata' ),
'default' => $default_options['background_image'],
'transport' => 'postMessage',
'js_vars' => array(
array(
'element' => 'body .avata-section-'.$key.'',
'function' => 'css',
'property' => 'background-image',
)
),
),
'background_repeat_'.$id => array(
'type' => 'select',
'label' => esc_attr__( 'Background Repeat', 'avata' ),
'description' => '',
'default' => $default_options['background_repeat'],
'choices' => $repeat,
'transport' => 'postMessage',
'js_vars' => array(
array(
'element' => 'body .avata-section-'.$key.'',
'function' => 'css',
'property' => 'background-repeat',
)
),
),
'background_position_'.$id => array(
'type' => 'select',
'label' => esc_attr__( 'Background Position', 'avata' ),
'description' => '',
'default' => $default_options['background_position'],
'choices' => $position,
'transport' => 'postMessage',
'js_vars' => array(
array(
'element' => 'body .avata-section-'.$key.'',
'function' => 'css',
'property' => 'background-position',
)
),
),
'background_attachment_'.$id => array(
'type' => 'select',
'label' => esc_attr__( 'Background Attachment', 'avata' ),
'description' => '',
'default' => $default_options['background_attachment'],
'choices' => $attachment,
'transport' => 'postMessage',
'js_vars' => array(
array(
'element' => 'body .avata-section-'.$key.'',
'function' => 'css',
'property' => 'background-attachment',
)
),
),
'full_background_image_'.$id => array(
'type' => 'checkbox',
'label' => esc_attr__( 'Background Cover', 'avata' ),
'description' => '',
'default' => $default_options['full_background_image'],
),
'section_css_class_'.$id => array(
'type' => 'text',
'label' => esc_attr__( 'Css Class', 'avata' ),
'description' => '',
'default' => $default_options['css_class'],
'transport' => 'postMessage',
),
'section_id_'.$id => array(
'type' => 'text',
'label' => esc_attr__( 'Section ID', 'avata' ),
'description' => '',
'default' => $default_options['menu_slug'],
'transport' => 'postMessage',
),
'padding_top_'.$id => array(
'type' => 'text',
'label' => esc_attr__( 'Padding Top', 'avata' ),
'description' => '',
'default' => $default_options['padding_top'],
'active_callback' => array(
array(
'setting' => 'section_autoheight_'.$id,
'operator' => '===',
'value' => '1',
),),
'transport' => 'postMessage',
'js_vars' => array(
array(
'element' => 'body .avata-section-'.$key.'',
'function' => 'css',
'property' => 'padding-top',
)
),
),
'padding_bottom_'.$id => array(
'type' => 'text',
'label' => esc_attr__( 'Padding Bottom', 'avata' ),
'description' => '',
'default' => $default_options['padding_bottom'],
'active_callback' => array(
array(
'setting' => 'section_autoheight_'.$id,
'operator' => '===',
'value' => '1',
),),
'transport' => 'postMessage',
'js_vars' => array(
array(
'element' => 'body .avata-section-'.$key.'',
'function' => 'css',
'property' => 'padding-bottom',
)
),
),
'hide_side_menu_'.$id => array(
'type' => 'checkbox',
'label' => esc_attr__( 'Hide Side Menu Dot', 'avata' ),
'description' => '',
'default' => '',
),
);
if (!$custom){
unset($return['section_content_'.$id]);
}
if ( isset($excludes) && !empty($excludes) ){
foreach($excludes as $exclude){
if(isset($return[$exclude.'_'.$id]))
unset($return[$exclude.'_'.$id]);
}
}
return $return;
}
// front page sections
$args['hide'] = '';
if ($is_old_version){
$hide = '1';
}else{
$hide = '';
}
$defaults = array();
// section banner 1
$banner_defaults = array(
'menu_slug' => 'banner',
);
$banner_args = $args;
$banner_args['excludes'] = array('section_title','section_subtitle','section_fullwidth','font_color','font_size');
$banner_1_options = avata_public_section_options('banner_1',$banner_defaults,false,$banner_args);
array_splice($banner_1_options,1,0,array('section_slider_banner_1' => array(
'type' => 'repeater',
'label' => esc_attr__( 'Slider', 'avata' ),
'section' => 'section_banner_1',
'priority' => 10,
'row_label' => array(
'type' => 'field',
'value' => esc_attr__('Slide', 'avata' ),
'field' => 'title',
),
'settings' => 'section_slider_banner_1',
'default' => array(
array(
'image' => $imagepath.'slide-1.jpg',
'title' => __('Online Support', 'avata' ),
'description' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua. ',
'font_color' => '#666',
'left_btn_text' => __('Get Started', 'avata' ),
'left_btn_link' => '#',
'left_btn_target' => '_blank',
'right_btn_text' => __('View Plans', 'avata' ),
'right_btn_link' => '#',
'right_btn_target' => '_blank',
),
array(
'image' => $imagepath.'slide-2.jpg',
'title' => __('Web Development', 'avata' ),
'description' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua. ',
'font_color' => '#fff',
'left_btn_text' => __('Get Started', 'avata' ),
'left_btn_link' => '#',
'left_btn_target' => '_blank',
'right_btn_text' => __('View Plans', 'avata' ),
'right_btn_link' => '#',
'right_btn_target' => '_blank',
),
array(
'image' => $imagepath.'slide-3.jpg',
'title' => __('Simple, Beautiful and Amazing', 'avata' ),
'description' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua. ',
'font_color' => '#fff',
'left_btn_text' => __('Get Started', 'avata' ),
'left_btn_link' => '#',
'left_btn_target' => '_blank',
'right_btn_text' => __('View Plans', 'avata' ),
'right_btn_link' => '#',
'right_btn_target' => '_blank',
),
),
'fields' => array(
'image' => array(
'type' => 'image',
'label' => esc_attr__( 'Image', 'avata' ),
'description' => '',
'default' => '',
),
'title' => array(
'type' => 'text',
'label' => esc_attr__( 'Title', 'avata' ),
'description' => '',
'default' => '',
),
'description' => array(
'type' => 'textarea',
'label' => esc_attr__( 'Description', 'avata' ),
'description' => '',
'default' => '',
),
'font_color' => array(
'type' => 'color',
'label' => esc_attr__( 'Font Color', 'avata' ),
'description' => '',
'default' => '',
),
'left_btn_text' => array(
'type' => 'text',
'label' => esc_attr__( 'Left Button Text', 'avata' ),
'description' => '',
'default' => '',
),
'left_btn_link' => array(
'type' => 'text',
'label' => esc_attr__( 'Left Button Link', 'avata' ),
'description' => '',
'default' => '',
),
'left_btn_target' => array(
'type' => 'select',
'label' => esc_attr__( 'Left Button Target', 'avata' ),
'description' => '',
'default' => '_blank',
'choices' => $target
),
'right_btn_text' => array(
'type' => 'text',
'label' => esc_attr__( 'Right Button Text', 'avata' ),
'description' => '',
'default' => '',
),
'right_btn_link' => array(
'type' => 'text',
'label' => esc_attr__( 'Right Button Link', 'avata' ),
'description' => '',
'default' => '',
),
'right_btn_target' => array(
'type' => 'select',
'label' => esc_attr__( 'Right Button Target', 'avata' ),
'description' => '',
'default' => '_blank',
'choices' => $target
),
),
),
'section_autoplay_banner_1' => array(
'type' => 'checkbox',
'settings' => 'section_autoplay_banner_1',
'label' => esc_attr__( 'Auto Paly', 'avata' ),
'description' => '',
'default' => '1',
),
'section_timeout_banner_1' => array(
'type' => 'text',
'settings' => 'section_timeout_banner_1',
'label' => esc_attr__( 'Auto Paly Timeout', 'avata' ),
'description' => '',
'default' => '3000',
),
));
$avata_lite_sections['section-banner-1'] = array(
'name'=> __('Section Slider Banner', 'avata'),
'fields'=> $banner_1_options
);
// section banner 2
$banner_2_defaults = array(
'section_title'=> __('FULL-SCREEN VIDEO BACKGROUND', 'avata'),
'section_subtitle'=> 'Lorem ipsum dolor sit amet, consectetur adipiscing elit sed do eiusmod.',
'menu_slug' => 'banner-video',
'hide' => 1,
'background_image' => $imagepath.'maxresdefault.jpg'
);
$banner_args = $args;
$banner_args['excludes'] = array('section_fullwidth','section_autoheight','font_color','font_size');
$banner_2_options = avata_public_section_options('banner_2',$banner_2_defaults,false,$banner_args);
array_splice($banner_2_options,3,0,array(
'section_videourl_banner_2' => array(
'type' => 'text',
'settings' => 'section_videourl_banner_2',
'label' => esc_attr__( 'YouTube Video URL(Pro Version)', 'avata' ),
'description' => '',
'default' => 'https://www.youtube.com/embed/V-FgQ2NAGFc?rel=0&autoplay=0&loop=0',
),
'section_btntxt_1_banner_2' => array(
'type' => 'text',
'settings' => 'section_btntxt_1_banner_2',
'label' => esc_attr__( 'Left Button Text', 'avata' ),
'description' => '',
'default' => esc_attr__( 'DOWNLOAD FOR WINDOWS', 'avata' ),
),
'section_btnlink_1_banner_2' => array(
'type' => 'text',
'settings' => 'section_btnlink_1_banner_2',
'label' => esc_attr__( 'Button Link', 'avata' ),
'description' => '',
'default' => 'http://',
),
'section_btntarget_1_banner_2' => array(
'type' => 'select',
'settings' => 'section_btntarget_1_banner_2',
'label' => esc_attr__( 'Link Target', 'avata' ),
'description' => '',
'default' => '_blank',
'choices' => $target
),
'section_btntxt_2_banner_2' => array(
'type' => 'text',
'settings' => 'section_btntxt_2_banner_2',
'label' => esc_attr__( 'Right Button Text', 'avata' ),
'description' => '',
'default' => esc_attr__( 'DOWNLOAD FOR MAC', 'avata' ),
),
'section_btnlink_2_banner_2' => array(
'type' => 'text',
'settings' => 'section_btnlink_2_banner_2',
'label' => esc_attr__( 'Button Link', 'avata' ),
'description' => '',
'default' => 'http://',
),
'section_btntarget_2_banner_2' => array(
'type' => 'select',
'settings' => 'section_btntarget_2_banner_2',
'label' => esc_attr__( 'Link Target', 'avata' ),
'description' => '',
'default' => '_blank',
'choices' => $target
),
'section_overlay_banner_2' => array(
'type' => 'checkbox',
'settings' => 'section_overlay_banner_2',
'label' => esc_attr__( 'Section Background Overlay', 'avata' ),
'description' => '',
'default' => '1',
),
'section_display_arrow_banner_2' => array(
'type' => 'checkbox',
'settings' => 'section_display_arrow_banner_2',
'label' => esc_attr__( 'Display Arrow Button', 'avata' ),
'description' => '',
'default' => '1',
),
));
$avata_lite_sections['section-banner-2'] = array(
'name'=> __('Section Video Background Banner(Pro)', 'avata'),
'fields'=> $banner_2_options
);
// section service 1
$service_1_defaults = array(
'section_title'=> __('Why Choose Us', 'avata'),
'section_subtitle'=> 'Nullam porttitor, turpis lacinia euismod efficitur,
nisl arcu imperdiet ligula',
'menu_slug' => 'service'
);
$service_1_options = avata_public_section_options('service_1',$service_1_defaults,false,$args);
array_splice($service_1_options,3,0,array('section_items_service_1' => array(
'type' => 'repeater',
'label' => esc_attr__( 'Service Items', 'avata' ),
'section' => 'section_service_1',
'priority' => 10,
'row_label' => array(
'type' => 'field',
'value' => esc_attr__('Service', 'avata' ),
'field' => 'title',
),
'settings' => 'section_items_service_1',
'default' => array(
array(
'icon' => 'weixin',
'image' => '',
'title' => __('Online Support', 'avata' ),
'description' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. ',
),
array(
'icon' => 'bar-chart',
'image' => '',
'title' => __('Web Development', 'avata' ),
'description' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. ',
),
array(
'icon' => 'windows',
'image' => '',
'title' => __('Responsive Design', 'avata' ),
'description' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. ',
),
),
'fields' => array(
'icon' => array(
'type' => 'text',
'label' => esc_attr__( 'Font Awesome Icon', 'avata' ),
'description' => '',
'default' => '',
),
'image' => array(
'type' => 'image',
'label' => esc_attr__( 'Image Icon', 'avata' ),
'description' => '',
'default' => '',
'choices' => array('save_as'=>'url')
),
'title' => array(
'type' => 'text',
'label' => esc_attr__( 'Title', 'avata' ),
'description' => '',
'default' => '',
),
'description' => array(
'type' => 'textarea',
'label' => esc_attr__( 'Description', 'avata' ),
'description' => '',
'default' => '',
),
),
)));
$avata_lite_sections['section-service-1'] = array(
'name'=> __('Section Features Style 1', 'avata'),
'fields'=> $service_1_options
);
// section video 1
$video_1_defaults = array(
'section_title'=> __('Watch the best Technology in Action', 'avata'),
'section_subtitle'=> 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eget nunc vitae tellus luctus ullamcorper. Nam porttitor ullamcorper felis at convallis. Aenean ornare vestibulum nisi fringilla lacinia. Nullam pulvinar sollicitudin velit id laoreet. Quisque non rhoncus sem.',
'menu_slug' => 'video-1',
'background_image' => $imagepath.'video.jpg',
'background_color' => '#539ebc',
'background_opacity' => '0.6',
'font_color' => '#ffffff',
'padding_top' => '150px',
'padding_bottom' => '120px',
'autoheight' => '1',
);
$video_1_options = avata_public_section_options('video_1',$video_1_defaults,false,$args);
array_splice($video_1_options,3,0,array('section_url_video_1' => array(
'type' => 'text',
'settings' => 'section_url_video_1',
'label' => esc_attr__( 'Youtube or Vimeo Video URL', 'avata' ),
'description' => '',
'default' => 'https://www.youtube.com/watch?v=meBbDqAXago',
)
));
$avata_lite_sections['section-video-1'] = array(
'name'=> __('Section Video', 'avata'),
'fields'=> $video_1_options
);
// section intro 1
$intro_1_defaults = array(
'section_title'=> __('We create Awesome Branding', 'avata'),
'section_subtitle'=> 'Nullam porttitor, turpis lacinia euismod efficitur',
'fullwidth' => '1',
'autoheight' => '1',
'padding_top' => '0',
'padding_bottom' => '0',
'menu_slug' => 'about-us',
'background_color' => '#f9f9f9',
);
$intro_1_options = avata_public_section_options('intro_1',$intro_1_defaults,false,$args);
array_splice($intro_1_options,3,0,
array(
'section_layout_intro_1' => array(
'type' => 'select',
'settings' => 'section_layout_intro_1',
'label' => esc_attr__( 'Layout', 'avata' ),
'description' => '',
'default' => '0',
'choices' => array('0'=>__( 'Left Image Right Text', 'avata' ),'1'=>__( 'Left Text Right Image', 'avata' ))
),
'section_image_intro_1' => array(
'type' => 'image',
'settings' => 'section_image_intro_1',
'label' => esc_attr__( 'Image', 'avata' ),
'description' => '',
'default' => $imagepath.'intro-1.jpg',
),
'section_content_intro_1' => array(
'type' => 'editor',
'settings' => 'section_content_intro_1',
'label' => esc_attr__( 'Content', 'avata' ),
'description' => '',
'default' => '
Susan Sims, Interaction Designer at XYZCras mattis consectetur purus sit amet fermentum. Donec sed odio dui. Aenean lacinia bibendum nulla sed consectetur.Cras mattis consectetur purus sit amet fermentum.Interaction Designer at XYZCras mattis consectetur purus sit amet fermentum.