<?php
ct_add_custom_widget(
array(
'name' => 'ct_testimonial_grid',
'title' => esc_html__('Case Testimonial Grid', 'itfirm'),
'icon' => 'eicon-blockquote',
'categories' => array(Case_Theme_Core::CT_CATEGORY_NAME),
'scripts' => [
'imagesloaded',
'isotope',
'ct-post-masonry-widget-js',
'ct-post-grid-widget-js',
],
'params' => array(
'sections' => array(
array(
'name' => 'layout_section',
'label' => esc_html__('Layout', 'itfirm' ),
'tab' => \Elementor\Controls_Manager::TAB_LAYOUT,
'controls' => array(
array(
'name' => 'layout',
'label' => esc_html__('Templates', 'itfirm' ),
'type' => Case_Theme_Core::LAYOUT_CONTROL,
'default' => '1',
'options' => [
'1' => [
'label' => esc_html__('Layout 1', 'itfirm' ),
'image' => get_template_directory_uri() . '/elementor/templates/widgets/ct_testimonial_grid/layout-image/layout1.jpg'
],
'2' => [
'label' => esc_html__('Layout 2', 'itfirm' ),
'image' => get_template_directory_uri() . '/elementor/templates/widgets/ct_testimonial_grid/layout-image/layout2.jpg'
],
],
),
),
),
array(
'name' => 'section_list',
'label' => esc_html__('Content', 'itfirm'),
'tab' => \Elementor\Controls_Manager::TAB_CONTENT,
'condition' => [
'layout' => '1',
],
'controls' => array(
array(
'name' => 'content_list',
'label' => esc_html__('Testimonial List', 'itfirm'),
'type' => \Elementor\Controls_Manager::REPEATER,
'default' => [],
'controls' => array(
array(
'name' => 'image',
'label' => esc_html__('Image', 'itfirm' ),
'type' => \Elementor\Controls_Manager::MEDIA,
),
array(
'name' => 'title',
'label' => esc_html__('Title', 'itfirm'),
'type' => \Elementor\Controls_Manager::TEXT,
'label_block' => true,
),
array(
'name' => 'position',
'label' => esc_html__('Position', 'itfirm'),
'type' => \Elementor\Controls_Manager::TEXT,
),
array(
'name' => 'description',
'label' => esc_html__('Description', 'itfirm' ),
'type' => \Elementor\Controls_Manager::TEXTAREA,
'rows' => 10,
),
),
'title_field' => '{{{ title }}}',
),
array(
'name' => 'icon',
'label' => esc_html__('Icon Image', 'itfirm' ),
'type' => \Elementor\Controls_Manager::MEDIA,
'condition' => [
'layout' => '1',
],
),
array(
'name' => 'star',
'label' => esc_html__('Star', 'itfirm' ),
'type' => \Elementor\Controls_Manager::SELECT,
'options' => [
'show' => 'Show',
'hide' => 'Hide',
],
'default' => 'show',
),
),
),
array(
'name' => 'section_list2',
'label' => esc_html__('Content', 'itfirm'),
'tab' => \Elementor\Controls_Manager::TAB_CONTENT,
'condition' => [
'layout' => '2',
],
'controls' => array(
array(
'name' => 'content_list2',
'label' => esc_html__('Testimonial List', 'itfirm'),
'type' => \Elementor\Controls_Manager::REPEATER,
'default' => [],
'controls' => array(
array(
'name' => 'title',
'label' => esc_html__('Title', 'itfirm'),
'type' => \Elementor\Controls_Manager::TEXT,
'label_block' => true,
),
array(
'name' => 'review_check',
'label' => esc_html__('Review', 'itfirm'),
'type' => \Elementor\Controls_Manager::TEXT,
),
array(
'name' => 'description',
'label' => esc_html__('Description', 'itfirm' ),
'type' => \Elementor\Controls_Manager::TEXTAREA,
'rows' => 10,
),
),
'title_field' => '{{{ title }}}',
),
array(
'name' => 'star2',
'label' => esc_html__('Star', 'itfirm' ),
'type' => \Elementor\Controls_Manager::SELECT,
'options' => [
'show' => 'Show',
'hide' => 'Hide',
],
'default' => 'show',
),
),
),
array(
'name' => 'grid_section',
'label' => esc_html__('Grid Settings', 'itfirm' ),
'tab' => \Elementor\Controls_Manager::TAB_CONTENT,
'controls' => array(
array(
'name' => 'col_xs',
'label' => esc_html__('Columns XS Devices', 'itfirm' ),
'type' => \Elementor\Controls_Manager::SELECT,
'default' => '1',
'options' => [
'1' => '1',
'2' => '2',
'3' => '3',
'4' => '4',
'6' => '6',
],
),
array(
'name' => 'col_sm',
'label' => esc_html__('Columns SM Devices', 'itfirm' ),
'type' => \Elementor\Controls_Manager::SELECT,
'default' => '2',
'options' => [
'1' => '1',
'2' => '2',
'3' => '3',
'4' => '4',
'6' => '6',
],
),
array(
'name' => 'col_md',
'label' => esc_html__('Columns MD Devices', 'itfirm' ),
'type' => \Elementor\Controls_Manager::SELECT,
'default' => '3',
'options' => [
'1' => '1',
'2' => '2',
'3' => '3',
'4' => '4',
'6' => '6',
],
),
array(
'name' => 'col_lg',
'label' => esc_html__('Columns LG Devices', 'itfirm' ),
'type' => \Elementor\Controls_Manager::SELECT,
'default' => '4',
'options' => [
'1' => '1',
'2' => '2',
'3' => '3',
'4' => '4',
'6' => '6',
],
),
array(
'name' => 'col_xl',
'label' => esc_html__('Columns XL Devices', 'itfirm' ),
'type' => \Elementor\Controls_Manager::SELECT,
'default' => '4',
'options' => [
'1' => '1',
'2' => '2',
'3' => '3',
'4' => '4',
'6' => '6',
],
),
array(
'name' => 'ct_animate',
'label' => esc_html__('Case Animate', 'itfirm' ),
'type' => \Elementor\Controls_Manager::SELECT,
'options' => itfirm_animate(),
'default' => '',
),
),
),
array(
'name' => 'style_section',
'label' => esc_html__('Style', 'itfirm' ),
'tab' => \Elementor\Controls_Manager::TAB_CONTENT,
'controls' => array(
array(
'name' => 'title_color',
'label' => esc_html__('Title Color', 'itfirm' ),
'type' => \Elementor\Controls_Manager::COLOR,
'selectors' => [
'{{WRAPPER}} .ct-testimonial .item--title' => 'color: {{VALUE}};',
],
),
array(
'name' => 'position_color',
'label' => esc_html__('Position Color', 'itfirm' ),
'type' => \Elementor\Controls_Manager::COLOR,
'selectors' => [
'{{WRAPPER}} .ct-testimonial .item--position' => 'color: {{VALUE}};',
],
),
array(
'name' => 'description_color',
'label' => esc_html__('Description Color', 'itfirm' ),
'type' => \Elementor\Controls_Manager::COLOR,
'selectors' => [
'{{WRAPPER}} .ct-testimonial .item--description' => 'color: {{VALUE}};',
],
),
),
),
),
),
),
get_template_directory() . '/elementor/core/widgets/'
);