| Server IP : 14.225.204.176 / Your IP : 216.73.216.6 Web Server : nginx/1.24.0 System : Linux nodejs-ybgk 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64 User : root ( 0) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/php/fe2tech/wp-content/themes/contio/elementor/core/register/ |
Upload File : |
<?php
ct_add_custom_widget(
array(
'name' => 'ct_process',
'title' => esc_html__('Process', 'contio'),
'icon' => 'eicon-sitemap',
'categories' => array(Case_Theme_Core::CT_CATEGORY_NAME),
'params' => array(
'sections' => array(
array(
'name' => 'section_content',
'label' => esc_html__('Process', 'contio'),
'tab' => \Elementor\Controls_Manager::TAB_CONTENT,
'controls' => array(
array(
'name' => 'content_list',
'label' => esc_html__('Process', 'contio'),
'type' => \Elementor\Controls_Manager::REPEATER,
'controls' => array(
array(
'name' => 'ct_icon',
'label' => esc_html__('Icon', 'contio' ),
'type' => \Elementor\Controls_Manager::ICONS,
'fa4compatibility' => 'icon',
'default' => [
'value' => 'fas fa-star',
'library' => 'fa-solid',
],
),
array(
'name' => 'title',
'label' => esc_html__('Title', 'contio'),
'type' => \Elementor\Controls_Manager::TEXT,
'label_block' => true,
),
array(
'name' => 'description',
'label' => esc_html__('Description', 'contio'),
'type' => \Elementor\Controls_Manager::TEXTAREA,
'label_block' => true,
),
array(
'name' => 'btn_text',
'label' => esc_html__('Button Text', 'contio'),
'type' => \Elementor\Controls_Manager::TEXT,
),
array(
'name' => 'btn_link',
'label' => esc_html__('Button Link', 'contio'),
'type' => \Elementor\Controls_Manager::URL,
),
),
'title_field' => '{{{ title }}}',
),
array(
'name' => 'column',
'label' => esc_html__('Column', 'contio' ),
'type' => \Elementor\Controls_Manager::SELECT,
'options' => [
'1' => '1',
'2' => '2',
'3' => '3',
'4' => '4',
],
'default' => '4',
),
array(
'name' => 'ct_animate',
'label' => esc_html__('Case Animate', 'contio' ),
'type' => \Elementor\Controls_Manager::SELECT,
'options' => contio_animate(),
'default' => '',
),
),
),
array(
'name' => 'section_style',
'label' => esc_html__('Style', 'contio' ),
'tab' => \Elementor\Controls_Manager::TAB_CONTENT,
'controls' => array(
array(
'name' => 'style',
'label' => esc_html__('Style', 'contio' ),
'type' => \Elementor\Controls_Manager::SELECT,
'options' => [
'style1' => 'Style 1',
'style2' => 'Style 2',
],
'default' => 'style1',
),
array(
'name' => 'title_color',
'label' => esc_html__('Title Color', 'contio' ),
'type' => \Elementor\Controls_Manager::COLOR,
'selectors' => [
'{{WRAPPER}} .ct-process .ct-process-title' => 'color: {{VALUE}};',
],
),
array(
'name' => 'description_color',
'label' => esc_html__('Description Color', 'contio' ),
'type' => \Elementor\Controls_Manager::COLOR,
'selectors' => [
'{{WRAPPER}} .ct-process .ct-process-description' => 'color: {{VALUE}};',
],
),
),
),
),
),
),
get_template_directory() . '/elementor/core/widgets/'
);