Viewing File: /home/maglabs/etascom/wp-content/themes/agenzio/elements/widgets/pxl_mailchimp.php
<?php
pxl_add_custom_widget(
array(
'name' => 'pxl_mailchimp',
'title' => esc_html__('Case Mailchimp', 'agenzio'),
'icon' => 'eicon-email-field',
'categories' => array('pxltheme-core'),
'params' => array(
'sections' => array(
array(
'name' => 'section_style',
'label' => esc_html__('General', 'agenzio'),
'tab' => \Elementor\Controls_Manager::TAB_STYLE,
'controls' => array(
array(
'name' => 'style',
'label' => esc_html__('Style', 'agenzio' ),
'type' => \Elementor\Controls_Manager::SELECT,
'options' => [
'style-default' => 'Default',
],
'default' => 'style-default',
),
),
),
array(
'name' => 'section_style_email',
'label' => esc_html__('Email', 'agenzio'),
'tab' => \Elementor\Controls_Manager::TAB_STYLE,
'controls' => array(
array(
'name' => 'mail_typography',
'label' => esc_html__('Typography', 'agenzio' ),
'type' => \Elementor\Group_Control_Typography::get_type(),
'control_type' => 'group',
'selector' => '{{WRAPPER}} .pxl-mailchimp [type="email"]',
),
array(
'name' => 'email_color',
'label' => esc_html__('Color', 'agenzio' ),
'type' => \Elementor\Controls_Manager::COLOR,
'selectors' => [
'{{WRAPPER}} .pxl-mailchimp [type="email"]' => 'color: {{VALUE}};',
],
),
array(
'name' => 'icon_mail_color',
'label' => esc_html__('Mail Color', 'agenzio' ),
'type' => \Elementor\Controls_Manager::COLOR,
'selectors' => [
'{{WRAPPER}} .pxl-mailchimp path' => 'fill: {{VALUE}} !important;',
],
),
array(
'name' => 'btn_color',
'label' => esc_html__('Btn Color', 'agenzio' ),
'type' => \Elementor\Controls_Manager::COLOR,
'selectors' => [
'{{WRAPPER}} .pxl-mailchimp .pxl-mailchimp-btn' => 'color: {{VALUE}} !important;',
],
),
array(
'name' => 'border_color',
'label' => esc_html__( 'Border Color', 'agenzio' ),
'type' => \Elementor\Controls_Manager::COLOR,
'default' => '',
'selectors' => [
'{{WRAPPER}} .pxl-mailchimp [type="email"]' => 'border-color: {{VALUE}} !important;',
],
),
array(
'name' => 'email_box_shadow',
'label' => esc_html__( 'Box Shadow', 'agenzio' ),
'type' => \Elementor\Group_Control_Box_Shadow::get_type(),
'control_type' => 'group',
'selector' => '{{WRAPPER}} .pxl-mailchimp [type="email"]'
),
array(
'name' => 'email_padding',
'label' => esc_html__('Padding', 'agenzio' ),
'type' => \Elementor\Controls_Manager::DIMENSIONS,
'size_units' => [ 'px' ],
'selectors' => [
'{{WRAPPER}} .pxl-mailchimp [type="email"]' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
],
'control_type' => 'responsive',
),
array(
'name' => 'email_border_radius',
'label' => esc_html__('Border Radius', 'agenzio' ),
'type' => \Elementor\Controls_Manager::DIMENSIONS,
'size_units' => [ 'px' ],
'selectors' => [
'{{WRAPPER}} .pxl-mailchimp [type="email"]' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
],
'control_type' => 'responsive',
),
),
),
agenzio_widget_animation_settings(),
),
),
),
agenzio_get_class_widget_path()
);
Back to Directory
File Manager