| 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
$slides_to_show = range( 1, 10 );
$slides_to_show = array_combine( $slides_to_show, $slides_to_show );
ct_add_custom_widget(
array(
'name' => 'ct_fancybox_carousel',
'title' => esc_html__('Fancy Box Carousel', 'contio'),
'icon' => 'eicon-facebook-like-box',
'categories' => array(Case_Theme_Core::CT_CATEGORY_NAME),
'scripts' => array(
'jquery-slick',
'ct-post-carousel-widget-js',
),
'params' => array(
'sections' => array(
array(
'name' => 'layout_section',
'label' => esc_html__('Layout', 'contio' ),
'tab' => \Elementor\Controls_Manager::TAB_LAYOUT,
'controls' => array(
array(
'name' => 'layout',
'label' => esc_html__('Templates', 'contio' ),
'type' => Case_Theme_Core::LAYOUT_CONTROL,
'default' => '1',
'options' => [
'1' => [
'label' => esc_html__('Layout 1', 'contio' ),
'image' => get_template_directory_uri() . '/elementor/templates/widgets/ct_fancybox_carousel/layout-image/layout1.jpg'
],
],
),
),
),
array(
'name' => 'content_list',
'label' => esc_html__('Fancy Box', 'contio'),
'tab' => \Elementor\Controls_Manager::TAB_CONTENT,
'controls' => array(
array(
'name' => 'fancybox',
'label' => esc_html__('Add Item', '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' => 'link',
'label' => esc_html__('Link', 'contio' ),
'type' => \Elementor\Controls_Manager::URL,
),
),
'title_field' => '{{{ title }}}',
),
),
),
array(
'name' => 'section_carousel_settings',
'label' => esc_html__('Carousel Settings', 'contio'),
'tab' => \Elementor\Controls_Manager::TAB_SETTINGS,
'controls' => array(
array(
'name' => 'ct_animate',
'label' => esc_html__('Case Animate', 'contio' ),
'type' => \Elementor\Controls_Manager::SELECT,
'options' => contio_animate(),
'default' => '',
),
array(
'name' => 'slides_to_show',
'label' => esc_html__('Slides to Show', 'contio'),
'type' => \Elementor\Controls_Manager::SELECT,
'control_type' => 'responsive',
'options' => [
'' => esc_html__('Default', 'contio' ),
] + $slides_to_show,
),
array(
'name' => 'slides_to_scroll',
'label' => esc_html__('Slides to Scroll', 'contio'),
'type' => \Elementor\Controls_Manager::SELECT,
'control_type' => 'responsive',
'options' => [
'' => esc_html__('Default', 'contio' ),
] + $slides_to_show,
'condition' => [
'slides_to_show' => '1',
],
),
array(
'name' => 'arrows',
'label' => esc_html__('Show Arrows', 'contio'),
'type' => \Elementor\Controls_Manager::SWITCHER,
),
array(
'name' => 'dots',
'label' => esc_html__('Show Dots', 'contio'),
'type' => \Elementor\Controls_Manager::SWITCHER,
),
array(
'name' => 'pause_on_hover',
'label' => esc_html__('Pause on Hover', 'contio'),
'type' => \Elementor\Controls_Manager::SWITCHER,
),
array(
'name' => 'autoplay',
'label' => esc_html__('Autoplay', 'contio'),
'type' => \Elementor\Controls_Manager::SWITCHER,
),
array(
'name' => 'autoplay_speed',
'label' => esc_html__('Autoplay Speed', 'contio'),
'type' => \Elementor\Controls_Manager::NUMBER,
'default' => 5000,
'condition' => [
'autoplay' => 'true'
]
),
array(
'name' => 'infinite',
'label' => esc_html__('Infinite Loop', 'contio'),
'type' => \Elementor\Controls_Manager::SWITCHER,
),
array(
'name' => 'speed',
'label' => esc_html__('Animation Speed', 'contio'),
'type' => \Elementor\Controls_Manager::NUMBER,
'default' => 500,
),
),
),
),
),
),
get_template_directory() . '/elementor/core/widgets/'
);