Plugin Directory

Changeset 3066660

Timestamp:
04/08/2024 08:07:57 AM (7 months ago)
Author:
techeshta
Message:

Item Lists for Elementor - 1.3.3 Updates

Location:
item-lists-for-elementor/trunk
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • item-lists-for-elementor/trunk/include/item-lists-element/alternate-timeline-bullet-style.php

    r2811942 r3066660  
    1212            $ile_timeline_content = "ile-timeline-left"; 
    1313        } ?>
    14         <div class="ile-container-holder <?php echo $ile_timeline_content; ?>">
     14        <div class="ile-container-holder <?php echo ; ?>">
    1515            <div class="ile-timeline-vertical"></div>
    1616            <div class="ile-timeline-horizontal"></div>
    1717            <?php if($item['timeline_list_items_display_icon'] === 'icon') { ?>
    18             <div class="ile-icon-box" style="background-color:<?php echo $icon_bg_color; ?>">
    19                 <i class="ile-icon <?php echo $icon ?>" style="color:<?php echo $icon_color; ?>;"></i>
     18            <div class="ile-icon-box" style="background-color:<?php echo ; ?>">
     19                <i class="ile-icon <?php echo ; ?>;"></i>
    2020            </div>
    2121            <?php } else if($item['timeline_list_items_display_icon'] === 'image') { ?>
    22                 <img src="<?php echo $item['timeline_list_items_image']['url']; ?>" class="ile-image" /><?php
     22                <img src="<?php echo ; ?>" class="ile-image" /><?php
    2323            } ?>
    2424            <div class="ile-content-box">
    25                 <h2 class="ile-title"><?php echo $title; ?></h2>
    26                 <p class="ile-content"><?php echo $content; ?></p>
     25                <h2 class="ile-title"><?php echo ; ?></h2>
     26                <p class="ile-content"><?php echo ; ?></p>
    2727            </div>
    2828        </div>
  • item-lists-for-elementor/trunk/include/item-lists-element/gradient-ordered-bullet-style.php

    r2479549 r3066660  
    66        $title = $item['gradient_ordered_list_items_title'];
    77        $content = $item['gradient_ordered_list_items_content']; ?>
    8         <li class="ile-content-container ile-number-alignment-<?php echo $alignment; ?>">
     8        <li class="ile-content-container ile-number-alignment-<?php echo ; ?>">
    99            <div class="ile-content-box">
    10                 <h2 class="ile-title"><?php echo $title; ?></h2>
    11                 <p class="ile-content"><?php echo $content; ?></p>
     10                <h2 class="ile-title"><?php echo ; ?></h2>
     11                <p class="ile-content"><?php echo ; ?></p>
    1212            </div>
    1313        </li><?php
  • item-lists-for-elementor/trunk/include/item-lists-element/material-bullet-style.php

    r2479549 r3066660  
    11<!-- Start Material Bullet Style -->
    2 <div class="ile-material-bullet-style" style="direction:<?php echo $settings['list_items_box_column_direction'] ?>;">
     2<div class="ile-material-bullet-style" style="direction:<?php echo ?>;">
    33    <div class="ile-container-holder">
    44    <?php foreach ($settings['material_item_lists'] as $items => $item) {
     
    1313        <div class="ile-container-row"><?php
    1414            if($item['material_list_items_display_icon'] === 'icon') { ?>
    15                 <i class="ile-icon <?php echo $icon ?>" style="color:<?php echo $icon_color; ?>; background-color:<?php echo $icon_bg_color; ?>"></i>
     15                <i class="ile-icon <?php echo ; ?>"></i>
    1616            <?php }
    1717            else if($item['material_list_items_display_icon'] === 'image') { ?>
    18                 <img src="<?php echo $item['material_list_items_image']['url']; ?>" class="ile-image" />
     18                <img src="<?php echo ; ?>" class="ile-image" />
    1919            <?php } ?>
    20             <div class="ile-content-box" style="background-color:<?php echo $content_bg_color ?>;">
    21                 <h2 class="ile-title" style="color:<?php echo $title_color ?>;"><?php echo $title; ?></h2>
    22                 <p class="ile-content" style="color:<?php echo $content_color ?>;"><?php echo $content; ?></p>
     20            <div class="ile-content-box" style="background-color:<?php echo ?>;">
     21                <h2 class="ile-title" style="color:<?php echo ; ?></h2>
     22                <p class="ile-content" style="color:<?php echo ; ?></p>
    2323            </div>
    2424        </div>
  • item-lists-for-elementor/trunk/include/item-lists-element/shape-bullet-style.php

    r2479549 r3066660  
    11<!-- Start Shape Bullet Style -->
    2 <div class="ile-shape-bullet-style" style="direction:<?php echo $settings['list_items_box_column_direction'] ?>;"><?php
     2<div class="ile-shape-bullet-style" style="direction:<?php echo ?>;"><?php
    33foreach ($settings['shape_item_lists'] as $items => $item) {
    44    $icon = $item['shape_list_items_icon']['value'];
     
    2525                }
    2626                if($item['shape_list_items_display_icon'] === 'icon') { ?>
    27                     <i class="ile-icon <?php echo $icon ?>"></i>
     27                    <i class="ile-icon <?php echo ?>"></i>
    2828                <?php } ?>
    2929            </div>
     
    3131        </div>
    3232        <div class="ile-content-box">
    33             <h2 class="ile-title"><?php echo $title; ?></h2>
    34             <p class="ile-content"><?php echo $content; ?></p>
     33            <h2 class="ile-title"><?php echo ; ?></h2>
     34            <p class="ile-content"><?php echo ; ?></p>
    3535        </div>
    3636    </div>
  • item-lists-for-elementor/trunk/include/item-lists-element/timeline-bullet-style.php

    r2811942 r3066660  
    11<!-- Start Timeline Bullet Style -->
    2 <div class="ile-timeline-bullet-style" style="direction:<?php echo $settings['list_items_box_column_direction'] ?>;"><?php
     2<div class="ile-timeline-bullet-style" style="direction:<?php echo ?>;"><?php
    33    foreach ($settings['timeline_item_lists'] as $items => $item) {
    44        $icon = $item['timeline_list_items_icon']['value'];
     
    1111            <div class="ile-timeline-horizontal"></div><?php
    1212            if($item['timeline_list_items_display_icon'] === 'icon') { ?>
    13             <div class="ile-icon-box" style="background-color:<?php echo $icon_bg_color; ?>">
    14                 <i class="ile-icon <?php echo $icon ?>" style="color:<?php echo $icon_color; ?>;"></i>
     13            <div class="ile-icon-box" style="background-color:<?php echo ; ?>">
     14                <i class="ile-icon <?php echo ; ?>;"></i>
    1515            </div><?php
    1616            }  else if($item['timeline_list_items_display_icon'] === 'image') { ?>
    17                 <img src="<?php echo $item['timeline_list_items_image']['url']; ?>" class="ile-image" /><?php
     17                <img src="<?php ; ?>" class="ile-image" /><?php
    1818            } ?>
    1919            <div class="ile-content-box">
    20                 <h2 class="ile-title"><?php echo $title; ?></h2>
    21                 <p class="ile-content"><?php echo $content; ?></p>
     20                <h2 class="ile-title"><?php echo ; ?></h2>
     21                <p class="ile-content"><?php echo ; ?></p>
    2222            </div>
    2323        </div><?php
  • item-lists-for-elementor/trunk/item-lists-for-elementor.php

    r2975017 r3066660  
    55 * Plugin URI: https://www.techeshta.com/product/item-lists-for-elementor/
    66 * Author: Techeshta
    7  * Version: 1.3.2
     7 * Version: 1.3.
    88 * Author URI: https://www.techeshta.com
    99 *
     
    6767    public function item_lists_widget_script_register() {
    6868
    69         wp_register_style('item-lists-style', ILE_URL . 'assets/css/item-lists-element.css', false);
     69        wp_register_style('item-lists-style', ILE_URL . 'assets/css/item-lists-element.css', false);
    7070        wp_enqueue_style('item-lists-style');
    7171
     
    7777    public function item_lists_plugin_load() {
    7878        // Load plugin textdomain
    79         load_plugin_textdomain('ILE_DOMAIN');
     79        load_plugin_textdomain('');
    8080
    8181        if (!did_action('elementor/loaded')) {
     
    101101            }
    102102            $activation_url = wp_nonce_url('plugins.php?action=activate&amp;plugin=' . $plugin . '&amp;plugin_status=all&amp;paged=1&amp;s', 'activate-plugin_' . $plugin);
    103             $message = '<p><strong>' . esc_html__('Item Lists for Elementor', ILE_DOMAIN) . '</strong>' . esc_html__(' plugin is not working because you need to activate the Elementor plugin.', ILE_DOMAIN) . '</p>';
    104             $message .= '<p>' . sprintf('<a href="%s" class="button-primary">%s</a>', $activation_url, __('Activate Elementor Now', ILE_DOMAIN)) . '</p>';
     103            $message = '<p><strong>' . esc_html__('Item Lists for Elementor', ) . '</p>';
     104            $message .= '<p>' . sprintf('<a href="%s" class="button-primary">%s</a>', $activation_url, __('Activate Elementor Now', )) . '</p>';
    105105        } else {
    106106            if (!current_user_can('install_plugins')) {
     
    109109
    110110            $install_url = wp_nonce_url(self_admin_url('update.php?action=install-plugin&plugin=elementor'), 'install-plugin_elementor');
    111             $message = '<p><strong>' . esc_html__('Item Lists for Elementor', ILE_DOMAIN) . '</strong>' . esc_html__(' plugin is not working because you need to install the Elementor plugin.', ILE_DOMAIN) . '</p>';
    112             $message .= '<p>' . sprintf('<a href="%s" class="button-primary">%s</a>', $install_url, __('Install Elementor Now', ILE_DOMAIN)) . '</p>';
     111            $message = '<p><strong>' . esc_html__('Item Lists for Elementor', ) . '</p>';
     112            $message .= '<p>' . sprintf('<a href="%s" class="button-primary">%s</a>', $install_url, __('Install Elementor Now', )) . '</p>';
    113113        }
    114114
    115         echo '<div class="error"><p>' . $message . '</p></div>';
     115        echo '<div class="error"><p>' . . '</p></div>';
    116116    }
    117117
     
    135135        if ($notices = get_option('item_lists_reviews')) {
    136136            foreach ($notices as $notice) {
    137                 echo "<div class='notice notice-success is-dismissible'><p>$notice</p></div>";
     137                echo "<div class='notice notice-success is-dismissible'><p></p></div>";
    138138            }
    139139            delete_option('item_lists_reviews');
  • item-lists-for-elementor/trunk/languages/item-lists-for-elementor.pot

    r2975017 r3066660  
    33msgstr ""
    44"Project-Id-Version: Card Elements for Elementor\n"
    5 "POT-Creation-Date: 2023-09-13 15:01+0530\n"
     5"POT-Creation-Date: 2021+0530\n"
    66"PO-Revision-Date: 2017-03-11 16:09+0530\n"
    77"Last-Translator: \n"
     
    1212"Content-Transfer-Encoding: 8bit\n"
    1313"Plural-Forms: nplurals=2; plural=n != 1;\n"
    14 "X-Generator: Poedit 3.2.2\n"
     14"X-Generator: Poedit 3..2\n"
    1515"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;_x:1,2c;_ex:1,2c;"
    1616"_nx:1,2c;esc_attr_e;esc_attr__;esc_attr_x:1,2c;esc_html__;esc_html_e;"
  • item-lists-for-elementor/trunk/readme.txt

    r2975017 r3066660  
    33Tags: Item Lists for Elementor, Elementor, Listing Item Lists, Item Lists, Elementor Addon, List Elements Module
    44Requires at least: 4.4
    5 Tested up to: 6.3.1
    6 Requires PHP: 5.6
    7 Stable tag: 1.3.2
     5Tested up to: 6.
     6Requires PHP:
     7Stable tag: 1.3.
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    129129== Changelog ==
    130130
     131
     132
     133
     134
     135
     136
    131137= 1.3.2 =
    132138Release Date: October 5th, 2023
  • item-lists-for-elementor/trunk/widgets/elementor-helper.php

    r2479549 r3066660  
    66    Plugin::instance()->elements_manager->add_category(
    77        'item-lists', [
    8             'title' => esc_html__('Item Lists Element', ILE_DOMAIN),
     8            'title' => esc_html__('Item Lists Element', ),
    99            'icon' => 'font'
    1010        ], 1
  • item-lists-for-elementor/trunk/widgets/item-lists-widget.php

    r2730715 r3066660  
    1717    //Function for get the name of the element.
    1818    public function get_title() {
    19         return esc_html__('Item Lists', ILE_DOMAIN);
     19        return esc_html__('Item Lists', );
    2020    }
    2121
     
    4141        $this->start_controls_section(
    4242            'section_general', array(
    43                 'label'         => __('General', ILE_DOMAIN),
     43                'label'         => __('General', ),
    4444            )
    4545        );
     
    4747        $this->add_control(
    4848            'item_lists_style', [
    49                 'label'         => __('List Style', ILE_DOMAIN),
     49                'label'         => __('List Style', ),
    5050                'type'          => Controls_Manager::SELECT,
    5151                'options'       => [
    52                     'material-bullet-style'             => __('Material Bullets', ILE_DOMAIN),
    53                     'shape-bullet-style'                => __('Shape Bullets', ILE_DOMAIN),
    54                     'timeline-bullet-style'             => __('Timeline Bullets', ILE_DOMAIN),
    55                     'alternate-timeline-bullet-style'   => __('Alternate Timeline Bullets', ILE_DOMAIN),
    56                     'gradient-ordered-bullet-style'     => __('Gradient Ordered Bullets', ILE_DOMAIN),
     52                    'material-bullet-style'             => __('Material Bullets', ),
     53                    'shape-bullet-style'                => __('Shape Bullets', ),
     54                    'timeline-bullet-style'             => __('Timeline Bullets', ),
     55                    'alternate-timeline-bullet-style'   => __('Alternate Timeline Bullets', ),
     56                    'gradient-ordered-bullet-style'     => __('Gradient Ordered Bullets', ),
    5757                ],
    5858                'default'       => 'material-bullet-style',
     
    6767        $this->start_controls_section(
    6868            'section_material_list_items', array(
    69                 'label'         => __('Items', ILE_DOMAIN),
     69                'label'         => __('Items', ),
    7070                'condition'     => [
    7171                    'item_lists_style'  => 'material-bullet-style',
     
    7979            'material_list_items_title',
    8080            [
    81                 'label'         => __('Title', ILE_DOMAIN),
     81                'label'         => __('Title', ),
    8282                'type'          => Controls_Manager::TEXT,
    83                 'default'       => __('Title', ILE_DOMAIN),
     83                'default'       => __('Title', ),
    8484            ]
    8585        );
     
    8888            'material_list_items_content',
    8989            [
    90                 'label'         => __('Content', ILE_DOMAIN),
     90                'label'         => __('Content', ),
    9191                'type'          => Controls_Manager::TEXTAREA,
    92                 'default'       => __('Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eiusmod tempor incididunt ut abore et dolore magna', ILE_DOMAIN),
     92                'default'       => __('Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eiusmod tempor incididunt ut abore et dolore magna', ),
    9393            ]
    9494        );
     
    9797            'material_list_items_display_icon',
    9898            [
    99                 'label'         => __('Icon', ILE_DOMAIN),
     99                'label'         => __('Icon', ),
    100100                'type'          => Controls_Manager::CHOOSE,
    101101                'options'       => [
    102102                    'none'  => [
    103                         'title' => __('None', ILE_DOMAIN),
     103                        'title' => __('None', ),
    104104                        'icon'  => 'fa fa-ban',
    105105                    ],
    106106                    'icon'  => [
    107                         'title' => __('Icon', ILE_DOMAIN),
     107                        'title' => __('Icon', ),
    108108                        'icon'  => 'fa fa-info-circle',
    109109                    ],
    110110                    'image'  => [
    111                         'title' => __('Image', ILE_DOMAIN),
     111                        'title' => __('Image', ),
    112112                        'icon'  => 'fas fa-image',
    113113                    ],
     
    146146        $repeater->add_control(
    147147            'material_icon_color', [
    148                 'label'         => __('Icon Color', ILE_DOMAIN),
     148                'label'         => __('Icon Color', ),
    149149                'type'          => Controls_Manager::COLOR,
    150150                'default'       => '#ffffff',
     
    157157        $repeater->add_control(
    158158            'material_icon_bg_color', [
    159                 'label'         => __('Icon Background Color', ILE_DOMAIN),
     159                'label'         => __('Icon Background Color', ),
    160160                'type'          => Controls_Manager::COLOR,
    161161                'default'       => '#ff8181',
     
    168168        $repeater->add_control(
    169169            'material_title_color', [
    170                 'label'         => __('Title Color', ILE_DOMAIN),
     170                'label'         => __('Title Color', ),
    171171                'type'          => Controls_Manager::COLOR,
    172172                'default'       => '#ffffff',
     
    176176        $repeater->add_control(
    177177            'material_content_color', [
    178                 'label'         => __('Content Color', ILE_DOMAIN),
     178                'label'         => __('Content Color', ),
    179179                'type'          => Controls_Manager::COLOR,
    180180                'default'       => '#ffffff',
     
    184184        $repeater->add_control(
    185185            'material_content_bg_color', [
    186                 'label'         => __('Content Background Color', ILE_DOMAIN),
     186                'label'         => __('Content Background Color', ),
    187187                'type'          => Controls_Manager::COLOR,
    188188                'default'       => '#ec6161',
     
    193193            'material_item_lists',
    194194            [
    195                 'label'         => __( 'List Items', ILE_DOMAIN ),
     195                'label'         => __( 'List Items', ),
    196196                'type'          => Controls_Manager::REPEATER,
    197197                'fields'        => $repeater->get_controls(),
     
    239239        $this->start_controls_section(
    240240            'section_shape_list_items', array(
    241                 'label'         => __('Items', ILE_DOMAIN),
     241                'label'         => __('Items', ),
    242242                'condition'     => [
    243243                    'item_lists_style'      => 'shape-bullet-style',
     
    251251            'shape_list_items_title',
    252252            [
    253                 'label'         => __('Title', ILE_DOMAIN),
     253                'label'         => __('Title', ),
    254254                'type'          => Controls_Manager::TEXT,
    255                 'default'       => __('Title', ILE_DOMAIN),
     255                'default'       => __('Title', ),
    256256            ]
    257257        );
     
    260260            'shape_list_items_content',
    261261            [
    262                 'label'         => __('Content', ILE_DOMAIN),
     262                'label'         => __('Content', ),
    263263                'type'          => Controls_Manager::TEXTAREA,
    264                 'default'       => __('Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eiusmod tempor incididunt ut abore et dolore magna', ILE_DOMAIN),
     264                'default'       => __('Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eiusmod tempor incididunt ut abore et dolore magna', ),
    265265            ]
    266266        );
     
    269269            'shape_list_items_display_icon',
    270270            [
    271                 'label'         => __('Icon', ILE_DOMAIN),
     271                'label'         => __('Icon', ),
    272272                'type'          => Controls_Manager::CHOOSE,
    273273                'options'       => [
    274274                    'none'  => [
    275                         'title' => __('None', ILE_DOMAIN),
     275                        'title' => __('None', ),
    276276                        'icon'  => 'fa fa-ban',
    277277                    ],
    278278                    'icon'  => [
    279                         'title' => __('Icon', ILE_DOMAIN),
     279                        'title' => __('Icon', ),
    280280                        'icon'  => 'fa fa-info-circle',
    281281                    ],
     
    301301        $repeater->add_control(
    302302            'shape_list_item_icon_style', [
    303                 'label'         => __('Icon Box Style', ILE_DOMAIN),
     303                'label'         => __('Icon Box Style', ),
    304304                'type'          => Controls_Manager::SELECT,
    305305                'options'       => [
    306                     'diamond-icon-style'        => __('Diamond', ILE_DOMAIN),
    307                     'circle-icon-style'         => __('Circle', ILE_DOMAIN),
    308                     'square-icon-style'         => __('Square', ILE_DOMAIN),
     306                    'diamond-icon-style'        => __('Diamond', ),
     307                    'circle-icon-style'         => __('Circle', ),
     308                    'square-icon-style'         => __('Square', ),
    309309                ],
    310310                'default'       => 'diamond-icon-style',
     
    315315            'shape_item_lists',
    316316            [
    317                 'label'         => __( 'List Items', ILE_DOMAIN ),
     317                'label'         => __( 'List Items', ),
    318318                'type'          => Controls_Manager::REPEATER,
    319319                'fields'        => $repeater->get_controls(),
     
    349349        $this->start_controls_section(
    350350            'section_timeline_list_items', array(
    351                 'label'         => __('Items', ILE_DOMAIN),
     351                'label'         => __('Items', ),
    352352                'condition'     => [
    353353                    'item_lists_style'      => [ 'timeline-bullet-style', 'alternate-timeline-bullet-style' ],
     
    361361            'timeline_list_items_title',
    362362            [
    363                 'label'         => __('Title', ILE_DOMAIN),
     363                'label'         => __('Title', ),
    364364                'type'          => Controls_Manager::TEXT,
    365                 'default'       => __('Title', ILE_DOMAIN),
     365                'default'       => __('Title', ),
    366366            ]
    367367        );
     
    370370            'timeline_list_items_content',
    371371            [
    372                 'label'         => __('Content', ILE_DOMAIN),
     372                'label'         => __('Content', ),
    373373                'type'          => Controls_Manager::TEXTAREA,
    374                 'default'       => __('Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eiusmod tempor incididunt ut abore et dolore magna', ILE_DOMAIN),
     374                'default'       => __('Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eiusmod tempor incididunt ut abore et dolore magna', ),
    375375            ]
    376376        );
     
    379379            'timeline_list_items_display_icon',
    380380            [
    381                 'label'         => __('Icon', ILE_DOMAIN),
     381                'label'         => __('Icon', ),
    382382                'type'          => Controls_Manager::CHOOSE,
    383383                'options'       => [
    384384                    'none'  => [
    385                         'title' => __('None', ILE_DOMAIN),
     385                        'title' => __('None', ),
    386386                        'icon'  => 'fa fa-ban',
    387387                    ],
    388388                    'icon'  => [
    389                         'title' => __('Icon', ILE_DOMAIN),
     389                        'title' => __('Icon', ),
    390390                        'icon'  => 'fa fa-info-circle',
    391391                    ],
    392392                    'image'  => [
    393                         'title' => __('Image', ILE_DOMAIN),
     393                        'title' => __('Image', ),
    394394                        'icon'  => 'fas fa-image',
    395395                    ],
     
    428428        $repeater->add_control(
    429429            'timeline_icon_color', [
    430                 'label'         => __('Icon Color', ILE_DOMAIN),
     430                'label'         => __('Icon Color', ),
    431431                'type'          => Controls_Manager::COLOR,
    432432                'default'       => '#ffffff',
     
    439439        $repeater->add_control(
    440440            'timeline_icon_bg_color', [
    441                 'label'         => __('Icon Background Color', ILE_DOMAIN),
     441                'label'         => __('Icon Background Color', ),
    442442                'type'          => Controls_Manager::COLOR,
    443443                'default'       => '#ff8181',
     
    451451            'timeline_item_lists',
    452452            [
    453                 'label'         => __( 'List Items', ILE_DOMAIN ),
     453                'label'         => __( 'List Items', ),
    454454                'type'          => Controls_Manager::REPEATER,
    455455                'fields'        => $repeater->get_controls(),
     
    493493        $this->start_controls_section(
    494494            'section_gradient_ordered_list_items', array(
    495                 'label'         => __('Items', ILE_DOMAIN),
     495                'label'         => __('Items', ),
    496496                'condition'     => [
    497497                    'item_lists_style'  => 'gradient-ordered-bullet-style',
     
    505505            'gradient_ordered_list_items_title',
    506506            [
    507                 'label'         => __('Title', ILE_DOMAIN),
     507                'label'         => __('Title', ),
    508508                'type'          => Controls_Manager::TEXT,
    509                 'default'       => __('Title', ILE_DOMAIN),
     509                'default'       => __('Title', ),
    510510            ]
    511511        );
     
    514514            'gradient_ordered_list_items_content',
    515515            [
    516                 'label'         => __('Content', ILE_DOMAIN),
     516                'label'         => __('Content', ),
    517517                'type'          => Controls_Manager::TEXTAREA,
    518                 'default'       => __('Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eiusmod tempor incididunt ut abore et dolore magna', ILE_DOMAIN),
     518                'default'       => __('Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eiusmod tempor incididunt ut abore et dolore magna', ),
    519519            ]
    520520        );
     
    523523            'gradient_ordered_item_lists',
    524524            [
    525                 'label'         => __( 'List Items', ILE_DOMAIN ),
     525                'label'         => __( 'List Items', ),
    526526                'type'          => Controls_Manager::REPEATER,
    527527                'fields'        => $repeater->get_controls(),
     
    551551        $this->start_controls_section(
    552552            'list_items_box_style', [
    553                 'label'         => __('Box', ILE_DOMAIN),
     553                'label'         => __('Box', ),
    554554                'tab'           => Controls_Manager::TAB_STYLE,
    555555            ]
     
    558558        $this->add_control(
    559559            'list_items_box_column_direction', [
    560                 'label'         => __('Direction', ILE_DOMAIN),
     560                'label'         => __('Direction', ),
    561561                'type'          => Controls_Manager::SELECT,
    562562                'options'       => [
    563                     'ltr' => __('LTR', ILE_DOMAIN),
    564                     'rtl' => __('RTL', ILE_DOMAIN),
     563                    'ltr' => __('LTR', ),
     564                    'rtl' => __('RTL', ),
    565565                ],
    566566                'condition'     => [
     
    573573        $this->add_control(
    574574            'list_items_number_box_background_color', [
    575                 'label'         => __('Background Color', ILE_DOMAIN),
     575                'label'         => __('Background Color', ),
    576576                'type'          => Controls_Manager::COLOR,
    577577                'default'       => '#F0F0F0',
     
    587587        $this->add_control(
    588588            'list_items_box_margin', [
    589                 'label'         => __('Box Margin', ILE_DOMAIN),
     589                'label'         => __('Box Margin', ),
    590590                'type'          => Controls_Manager::DIMENSIONS,
    591591                'size_units'    => ['px', '%'],
     
    601601        $this->add_control(
    602602            'list_items_box_padding', [
    603                 'label'         => __('Content Padding', ILE_DOMAIN),
     603                'label'         => __('Content Padding', ),
    604604                'type'          => Controls_Manager::DIMENSIONS,
    605605                'size_units'    => ['px', '%'],
     
    612612        $this->add_responsive_control(
    613613            'list_items_box_spacing', [
    614                 'label'         => __('Space Between Box', ILE_DOMAIN),
     614                'label'         => __('Space Between Box', ),
    615615                'type'          => Controls_Manager::SLIDER,
    616616                'range'         => [
     
    635635        $this->add_responsive_control(
    636636            'list_items_box_border_radius', [
    637                 'label'         => __('Border Radius', ILE_DOMAIN),
     637                'label'         => __('Border Radius', ),
    638638                'type'          => Controls_Manager::SLIDER,
    639639                'range'         => [
     
    658658        $this->start_controls_section(
    659659            'list_items_timeline_style', [
    660                 'label'         => __('Timeline', ILE_DOMAIN),
     660                'label'         => __('Timeline', ),
    661661                'tab'           => Controls_Manager::TAB_STYLE,
    662662                'condition'     => [
     
    668668        $this->add_control(
    669669            'list_items_timeline_color', [
    670                 'label'         => __('Timeline Color', ILE_DOMAIN),
     670                'label'         => __('Timeline Color', ),
    671671                'type'          => Controls_Manager::COLOR,
    672672                'default'       => '#d6d6d6',
     
    680680        $this->add_responsive_control(
    681681            'list_items_timeline_width', [
    682                 'label'         => __('Timeline Width', ILE_DOMAIN),
     682                'label'         => __('Timeline Width', ),
    683683                'type'          => Controls_Manager::SLIDER,
    684684                'range'         => [
     
    700700        $this->add_responsive_control(
    701701            'list_items_timeline_horizontal_width', [
    702                 'label'         => __('Timeline Horizontal Width', ILE_DOMAIN),
     702                'label'         => __('Timeline Horizontal Width', ),
    703703                'type'          => Controls_Manager::SLIDER,
    704704                'range'         => [
     
    717717        $this->add_responsive_control(
    718718            'list_items_timeline_horizontal_spacing', [
    719                 'label'         => __('Timeline Horizontal Spacing', ILE_DOMAIN),
     719                'label'         => __('Timeline Horizontal Spacing', ),
    720720                'type'          => Controls_Manager::SLIDER,
    721721                'range'         => [
     
    738738        $this->start_controls_section(
    739739            'list_items_number_style', [
    740                 'label'         => __('Number', ILE_DOMAIN),
     740                'label'         => __('Number', ),
    741741                'tab'           => Controls_Manager::TAB_STYLE,
    742742                'condition'     => [
     
    748748        $this->add_control(
    749749            'list_items_number_color', [
    750                 'label'         => __('Color', ILE_DOMAIN),
     750                'label'         => __('Color', ),
    751751                'type'          => Controls_Manager::COLOR,
    752752                'default'       => '#000000',
     
    766766        $this->add_responsive_control(
    767767            'list_items_number_box_size', [
    768                 'label'         => __('Background Size', ILE_DOMAIN),
     768                'label'         => __('Background Size', ),
    769769                'type'          => Controls_Manager::SLIDER,
    770770                'range'         => [
     
    783783        $this->add_control(
    784784            'list_items_number_box_alignment', [
    785                 'label'         => __('Vertical Alignment', ILE_DOMAIN),
     785                'label'         => __('Vertical Alignment', ),
    786786                'type'          => Controls_Manager::SELECT,
    787787                'options'       => [
    788                     'top'          => __('Top', ILE_DOMAIN),
    789                     'middle'       => __('Middle', ILE_DOMAIN),
    790                     'bottom'       => __('Botttom', ILE_DOMAIN),
     788                    'top'          => __('Top', ),
     789                    'middle'       => __('Middle', ),
     790                    'bottom'       => __('Botttom', ),
    791791                ],
    792792                'default'       => 'top',
     
    804804        $this->add_control(
    805805            'list_items_number_radius', [
    806                 'label'         => __('Radius', ILE_DOMAIN),
     806                'label'         => __('Radius', ),
    807807                'type'          => Controls_Manager::DIMENSIONS,
    808808                'size_units'    => ['px', '%'],
     
    819819        $this->start_controls_section(
    820820            'list_items_icon_style', [
    821                 'label'         => __('Icon', ILE_DOMAIN),
     821                'label'         => __('Icon', ),
    822822                'tab'           => Controls_Manager::TAB_STYLE,
    823823                'condition'     => [
     
    829829        $this->add_responsive_control(
    830830            'list_items_icon_size', [
    831                 'label'         => __('Icon Size', ILE_DOMAIN),
     831                'label'         => __('Icon Size', ),
    832832                'type'          => Controls_Manager::SLIDER,
    833833                'range'         => [
     
    846846        $this->add_control(
    847847            'list_items_icon_color', [
    848                 'label'         => __('Icon Color', ILE_DOMAIN),
     848                'label'         => __('Icon Color', ),
    849849                'type'          => Controls_Manager::COLOR,
    850850                'default'       => '#00DAE6',
     
    860860        $this->add_responsive_control(
    861861            'list_items_icon_box_material_width', [
    862                 'label'         => __('Icon Box Width', ILE_DOMAIN),
     862                'label'         => __('Icon Box Width', ),
    863863                'type'          => Controls_Manager::SLIDER,
    864864                'range'         => [
     
    880880        $this->add_responsive_control(
    881881            'list_items_icon_box_width', [
    882                 'label'         => __('Icon Box Size', ILE_DOMAIN),
     882                'label'         => __('Icon Box Size', ),
    883883                'type'          => Controls_Manager::SLIDER,
    884884                'range'         => [
     
    900900        $this->add_control(
    901901            'list_items_icon_bg_color', [
    902                 'label'         => __('Icon Background Color', ILE_DOMAIN),
     902                'label'         => __('Icon Background Color', ),
    903903                'type'          => Controls_Manager::COLOR,
    904904                'default'       => '#ffffff',
     
    914914        $this->add_responsive_control(
    915915            'list_items_icon_border_width', [
    916                 'label'         => __('Icon Border Width', ILE_DOMAIN),
     916                'label'         => __('Icon Border Width', ),
    917917                'type'          => Controls_Manager::SLIDER,
    918918                'range'         => [
     
    934934        $this->add_control(
    935935            'list_items_icon_border_color', [
    936                 'label'         => __('Icon Border Color', ILE_DOMAIN),
     936                'label'         => __('Icon Border Color', ),
    937937                'type'          => Controls_Manager::COLOR,
    938938                'default'       => '#00DAE6',
     
    948948        $this->add_responsive_control(
    949949            'list_items_icon_line_width', [
    950                 'label'         => __('Line Width', ILE_DOMAIN),
     950                'label'         => __('Line Width', ),
    951951                'type'          => Controls_Manager::SLIDER,
    952952                'range'         => [
     
    968968        $this->add_control(
    969969            'list_items_icon_line_color', [
    970                 'label'         => __('Line Color', ILE_DOMAIN),
     970                'label'         => __('Line Color', ),
    971971                'type'          => Controls_Manager::COLOR,
    972972                'default'       => '#000000',
     
    982982        $this->add_responsive_control(
    983983            'list_items_icon_box_radius', [
    984                 'label'         => __('Icon Box Radius', ILE_DOMAIN),
     984                'label'         => __('Icon Box Radius', ),
    985985                'type'          => Controls_Manager::SLIDER,
    986986                'range'         => [
     
    10071007        $this->start_controls_section(
    10081008            'list_items_image_style', [
    1009                 'label'         => __('Image', ILE_DOMAIN),
     1009                'label'         => __('Image', ),
    10101010                'tab'           => Controls_Manager::TAB_STYLE,
    10111011                'condition'     => [
     
    10171017        $this->add_responsive_control(
    10181018            'list_items_image_box_material_width', [
    1019                 'label'         => __('Image Width', ILE_DOMAIN),
     1019                'label'         => __('Image Width', ),
    10201020                'type'          => Controls_Manager::SLIDER,
    10211021                'range'         => [
     
    10331033        $this->add_responsive_control(
    10341034            'list_items_image_box_material_radius', [
    1035                 'label'         => __('Radius', ILE_DOMAIN),
     1035                'label'         => __('Radius', ),
    10361036                'type'          => Controls_Manager::SLIDER,
    10371037                'range'         => [
     
    10571057        $this->start_controls_section(
    10581058            'list_items_title_style', [
    1059                 'label'         => __('Title', ILE_DOMAIN),
     1059                'label'         => __('Title', ),
    10601060                'tab'           => Controls_Manager::TAB_STYLE,
    10611061            ]
     
    10641064        $this->add_control(
    10651065            'list_items_title_color', [
    1066                 'label'         => __('Title Color', ILE_DOMAIN),
     1066                'label'         => __('Title Color', ),
    10671067                'type'          => Controls_Manager::COLOR,
    10681068                'default'       => '#000000',
     
    10851085        $this->add_responsive_control(
    10861086            'list_item_title_spacing', [
    1087                 'label'         => __('Title Spacing', ILE_DOMAIN),
     1087                'label'         => __('Title Spacing', ),
    10881088                'type'          => Controls_Manager::SLIDER,
    10891089                'range'         => [
     
    11061106        $this->start_controls_section(
    11071107            'list_items_content_style', [
    1108                 'label'         => __('Content', ILE_DOMAIN),
     1108                'label'         => __('Content', ),
    11091109                'tab'           => Controls_Manager::TAB_STYLE,
    11101110            ]
     
    11131113        $this->add_control(
    11141114            'list_items_content_color', [
    1115                 'label'         => __('Content Color', ILE_DOMAIN),
     1115                'label'         => __('Content Color', ),
    11161116                'type'          => Controls_Manager::COLOR,
    11171117                'default'       => '#999999',
Note: See TracChangeset for help on using the changeset viewer.