Changeset 3066660
- Timestamp:
- 04/08/2024 08:07:57 AM (7 months ago)
- 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 12 12 $ile_timeline_content = "ile-timeline-left"; 13 13 } ?> 14 <div class="ile-container-holder <?php echo $ile_timeline_content; ?>">14 <div class="ile-container-holder <?php echo ; ?>"> 15 15 <div class="ile-timeline-vertical"></div> 16 16 <div class="ile-timeline-horizontal"></div> 17 17 <?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> 20 20 </div> 21 21 <?php } else if($item['timeline_list_items_display_icon'] === 'image') { ?> 22 <img src="<?php echo $item['timeline_list_items_image']['url']; ?>" class="ile-image" /><?php22 <img src="<?php echo ; ?>" class="ile-image" /><?php 23 23 } ?> 24 24 <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> 27 27 </div> 28 28 </div> -
item-lists-for-elementor/trunk/include/item-lists-element/gradient-ordered-bullet-style.php
r2479549 r3066660 6 6 $title = $item['gradient_ordered_list_items_title']; 7 7 $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 ; ?>"> 9 9 <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> 12 12 </div> 13 13 </li><?php -
item-lists-for-elementor/trunk/include/item-lists-element/material-bullet-style.php
r2479549 r3066660 1 1 <!-- 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 ?>;"> 3 3 <div class="ile-container-holder"> 4 4 <?php foreach ($settings['material_item_lists'] as $items => $item) { … … 13 13 <div class="ile-container-row"><?php 14 14 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> 16 16 <?php } 17 17 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" /> 19 19 <?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> 23 23 </div> 24 24 </div> -
item-lists-for-elementor/trunk/include/item-lists-element/shape-bullet-style.php
r2479549 r3066660 1 1 <!-- Start Shape Bullet Style --> 2 <div class="ile-shape-bullet-style" style="direction:<?php echo $settings['list_items_box_column_direction']?>;"><?php2 <div class="ile-shape-bullet-style" style="direction:<?php echo ?>;"><?php 3 3 foreach ($settings['shape_item_lists'] as $items => $item) { 4 4 $icon = $item['shape_list_items_icon']['value']; … … 25 25 } 26 26 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> 28 28 <?php } ?> 29 29 </div> … … 31 31 </div> 32 32 <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> 35 35 </div> 36 36 </div> -
item-lists-for-elementor/trunk/include/item-lists-element/timeline-bullet-style.php
r2811942 r3066660 1 1 <!-- Start Timeline Bullet Style --> 2 <div class="ile-timeline-bullet-style" style="direction:<?php echo $settings['list_items_box_column_direction']?>;"><?php2 <div class="ile-timeline-bullet-style" style="direction:<?php echo ?>;"><?php 3 3 foreach ($settings['timeline_item_lists'] as $items => $item) { 4 4 $icon = $item['timeline_list_items_icon']['value']; … … 11 11 <div class="ile-timeline-horizontal"></div><?php 12 12 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> 15 15 </div><?php 16 16 } else if($item['timeline_list_items_display_icon'] === 'image') { ?> 17 <img src="<?php echo $item['timeline_list_items_image']['url']; ?>" class="ile-image" /><?php17 <img src="<?php ; ?>" class="ile-image" /><?php 18 18 } ?> 19 19 <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> 22 22 </div> 23 23 </div><?php -
item-lists-for-elementor/trunk/item-lists-for-elementor.php
r2975017 r3066660 5 5 * Plugin URI: https://www.techeshta.com/product/item-lists-for-elementor/ 6 6 * Author: Techeshta 7 * Version: 1.3. 27 * Version: 1.3. 8 8 * Author URI: https://www.techeshta.com 9 9 * … … 67 67 public function item_lists_widget_script_register() { 68 68 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); 70 70 wp_enqueue_style('item-lists-style'); 71 71 … … 77 77 public function item_lists_plugin_load() { 78 78 // Load plugin textdomain 79 load_plugin_textdomain(' ILE_DOMAIN');79 load_plugin_textdomain(''); 80 80 81 81 if (!did_action('elementor/loaded')) { … … 101 101 } 102 102 $activation_url = wp_nonce_url('plugins.php?action=activate&plugin=' . $plugin . '&plugin_status=all&paged=1&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>'; 105 105 } else { 106 106 if (!current_user_can('install_plugins')) { … … 109 109 110 110 $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>'; 113 113 } 114 114 115 echo '<div class="error"><p>' . $message. '</p></div>';115 echo '<div class="error"><p>' . . '</p></div>'; 116 116 } 117 117 … … 135 135 if ($notices = get_option('item_lists_reviews')) { 136 136 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>"; 138 138 } 139 139 delete_option('item_lists_reviews'); -
item-lists-for-elementor/trunk/languages/item-lists-for-elementor.pot
r2975017 r3066660 3 3 msgstr "" 4 4 "Project-Id-Version: Card Elements for Elementor\n" 5 "POT-Creation-Date: 202 3-09-13 15:01+0530\n"5 "POT-Creation-Date: 2021+0530\n" 6 6 "PO-Revision-Date: 2017-03-11 16:09+0530\n" 7 7 "Last-Translator: \n" … … 12 12 "Content-Transfer-Encoding: 8bit\n" 13 13 "Plural-Forms: nplurals=2; plural=n != 1;\n" 14 "X-Generator: Poedit 3. 2.2\n"14 "X-Generator: Poedit 3..2\n" 15 15 "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;_x:1,2c;_ex:1,2c;" 16 16 "_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 3 3 Tags: Item Lists for Elementor, Elementor, Listing Item Lists, Item Lists, Elementor Addon, List Elements Module 4 4 Requires at least: 4.4 5 Tested up to: 6. 3.16 Requires PHP: 5.67 Stable tag: 1.3. 25 Tested up to: 6. 6 Requires PHP: 7 Stable tag: 1.3. 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 129 129 == Changelog == 130 130 131 132 133 134 135 136 131 137 = 1.3.2 = 132 138 Release Date: October 5th, 2023 -
item-lists-for-elementor/trunk/widgets/elementor-helper.php
r2479549 r3066660 6 6 Plugin::instance()->elements_manager->add_category( 7 7 'item-lists', [ 8 'title' => esc_html__('Item Lists Element', ILE_DOMAIN),8 'title' => esc_html__('Item Lists Element', ), 9 9 'icon' => 'font' 10 10 ], 1 -
item-lists-for-elementor/trunk/widgets/item-lists-widget.php
r2730715 r3066660 17 17 //Function for get the name of the element. 18 18 public function get_title() { 19 return esc_html__('Item Lists', ILE_DOMAIN);19 return esc_html__('Item Lists', ); 20 20 } 21 21 … … 41 41 $this->start_controls_section( 42 42 'section_general', array( 43 'label' => __('General', ILE_DOMAIN),43 'label' => __('General', ), 44 44 ) 45 45 ); … … 47 47 $this->add_control( 48 48 'item_lists_style', [ 49 'label' => __('List Style', ILE_DOMAIN),49 'label' => __('List Style', ), 50 50 'type' => Controls_Manager::SELECT, 51 51 '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', ), 57 57 ], 58 58 'default' => 'material-bullet-style', … … 67 67 $this->start_controls_section( 68 68 'section_material_list_items', array( 69 'label' => __('Items', ILE_DOMAIN),69 'label' => __('Items', ), 70 70 'condition' => [ 71 71 'item_lists_style' => 'material-bullet-style', … … 79 79 'material_list_items_title', 80 80 [ 81 'label' => __('Title', ILE_DOMAIN),81 'label' => __('Title', ), 82 82 'type' => Controls_Manager::TEXT, 83 'default' => __('Title', ILE_DOMAIN),83 'default' => __('Title', ), 84 84 ] 85 85 ); … … 88 88 'material_list_items_content', 89 89 [ 90 'label' => __('Content', ILE_DOMAIN),90 'label' => __('Content', ), 91 91 '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', ), 93 93 ] 94 94 ); … … 97 97 'material_list_items_display_icon', 98 98 [ 99 'label' => __('Icon', ILE_DOMAIN),99 'label' => __('Icon', ), 100 100 'type' => Controls_Manager::CHOOSE, 101 101 'options' => [ 102 102 'none' => [ 103 'title' => __('None', ILE_DOMAIN),103 'title' => __('None', ), 104 104 'icon' => 'fa fa-ban', 105 105 ], 106 106 'icon' => [ 107 'title' => __('Icon', ILE_DOMAIN),107 'title' => __('Icon', ), 108 108 'icon' => 'fa fa-info-circle', 109 109 ], 110 110 'image' => [ 111 'title' => __('Image', ILE_DOMAIN),111 'title' => __('Image', ), 112 112 'icon' => 'fas fa-image', 113 113 ], … … 146 146 $repeater->add_control( 147 147 'material_icon_color', [ 148 'label' => __('Icon Color', ILE_DOMAIN),148 'label' => __('Icon Color', ), 149 149 'type' => Controls_Manager::COLOR, 150 150 'default' => '#ffffff', … … 157 157 $repeater->add_control( 158 158 'material_icon_bg_color', [ 159 'label' => __('Icon Background Color', ILE_DOMAIN),159 'label' => __('Icon Background Color', ), 160 160 'type' => Controls_Manager::COLOR, 161 161 'default' => '#ff8181', … … 168 168 $repeater->add_control( 169 169 'material_title_color', [ 170 'label' => __('Title Color', ILE_DOMAIN),170 'label' => __('Title Color', ), 171 171 'type' => Controls_Manager::COLOR, 172 172 'default' => '#ffffff', … … 176 176 $repeater->add_control( 177 177 'material_content_color', [ 178 'label' => __('Content Color', ILE_DOMAIN),178 'label' => __('Content Color', ), 179 179 'type' => Controls_Manager::COLOR, 180 180 'default' => '#ffffff', … … 184 184 $repeater->add_control( 185 185 'material_content_bg_color', [ 186 'label' => __('Content Background Color', ILE_DOMAIN),186 'label' => __('Content Background Color', ), 187 187 'type' => Controls_Manager::COLOR, 188 188 'default' => '#ec6161', … … 193 193 'material_item_lists', 194 194 [ 195 'label' => __( 'List Items', ILE_DOMAIN),195 'label' => __( 'List Items', ), 196 196 'type' => Controls_Manager::REPEATER, 197 197 'fields' => $repeater->get_controls(), … … 239 239 $this->start_controls_section( 240 240 'section_shape_list_items', array( 241 'label' => __('Items', ILE_DOMAIN),241 'label' => __('Items', ), 242 242 'condition' => [ 243 243 'item_lists_style' => 'shape-bullet-style', … … 251 251 'shape_list_items_title', 252 252 [ 253 'label' => __('Title', ILE_DOMAIN),253 'label' => __('Title', ), 254 254 'type' => Controls_Manager::TEXT, 255 'default' => __('Title', ILE_DOMAIN),255 'default' => __('Title', ), 256 256 ] 257 257 ); … … 260 260 'shape_list_items_content', 261 261 [ 262 'label' => __('Content', ILE_DOMAIN),262 'label' => __('Content', ), 263 263 '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', ), 265 265 ] 266 266 ); … … 269 269 'shape_list_items_display_icon', 270 270 [ 271 'label' => __('Icon', ILE_DOMAIN),271 'label' => __('Icon', ), 272 272 'type' => Controls_Manager::CHOOSE, 273 273 'options' => [ 274 274 'none' => [ 275 'title' => __('None', ILE_DOMAIN),275 'title' => __('None', ), 276 276 'icon' => 'fa fa-ban', 277 277 ], 278 278 'icon' => [ 279 'title' => __('Icon', ILE_DOMAIN),279 'title' => __('Icon', ), 280 280 'icon' => 'fa fa-info-circle', 281 281 ], … … 301 301 $repeater->add_control( 302 302 'shape_list_item_icon_style', [ 303 'label' => __('Icon Box Style', ILE_DOMAIN),303 'label' => __('Icon Box Style', ), 304 304 'type' => Controls_Manager::SELECT, 305 305 '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', ), 309 309 ], 310 310 'default' => 'diamond-icon-style', … … 315 315 'shape_item_lists', 316 316 [ 317 'label' => __( 'List Items', ILE_DOMAIN),317 'label' => __( 'List Items', ), 318 318 'type' => Controls_Manager::REPEATER, 319 319 'fields' => $repeater->get_controls(), … … 349 349 $this->start_controls_section( 350 350 'section_timeline_list_items', array( 351 'label' => __('Items', ILE_DOMAIN),351 'label' => __('Items', ), 352 352 'condition' => [ 353 353 'item_lists_style' => [ 'timeline-bullet-style', 'alternate-timeline-bullet-style' ], … … 361 361 'timeline_list_items_title', 362 362 [ 363 'label' => __('Title', ILE_DOMAIN),363 'label' => __('Title', ), 364 364 'type' => Controls_Manager::TEXT, 365 'default' => __('Title', ILE_DOMAIN),365 'default' => __('Title', ), 366 366 ] 367 367 ); … … 370 370 'timeline_list_items_content', 371 371 [ 372 'label' => __('Content', ILE_DOMAIN),372 'label' => __('Content', ), 373 373 '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', ), 375 375 ] 376 376 ); … … 379 379 'timeline_list_items_display_icon', 380 380 [ 381 'label' => __('Icon', ILE_DOMAIN),381 'label' => __('Icon', ), 382 382 'type' => Controls_Manager::CHOOSE, 383 383 'options' => [ 384 384 'none' => [ 385 'title' => __('None', ILE_DOMAIN),385 'title' => __('None', ), 386 386 'icon' => 'fa fa-ban', 387 387 ], 388 388 'icon' => [ 389 'title' => __('Icon', ILE_DOMAIN),389 'title' => __('Icon', ), 390 390 'icon' => 'fa fa-info-circle', 391 391 ], 392 392 'image' => [ 393 'title' => __('Image', ILE_DOMAIN),393 'title' => __('Image', ), 394 394 'icon' => 'fas fa-image', 395 395 ], … … 428 428 $repeater->add_control( 429 429 'timeline_icon_color', [ 430 'label' => __('Icon Color', ILE_DOMAIN),430 'label' => __('Icon Color', ), 431 431 'type' => Controls_Manager::COLOR, 432 432 'default' => '#ffffff', … … 439 439 $repeater->add_control( 440 440 'timeline_icon_bg_color', [ 441 'label' => __('Icon Background Color', ILE_DOMAIN),441 'label' => __('Icon Background Color', ), 442 442 'type' => Controls_Manager::COLOR, 443 443 'default' => '#ff8181', … … 451 451 'timeline_item_lists', 452 452 [ 453 'label' => __( 'List Items', ILE_DOMAIN),453 'label' => __( 'List Items', ), 454 454 'type' => Controls_Manager::REPEATER, 455 455 'fields' => $repeater->get_controls(), … … 493 493 $this->start_controls_section( 494 494 'section_gradient_ordered_list_items', array( 495 'label' => __('Items', ILE_DOMAIN),495 'label' => __('Items', ), 496 496 'condition' => [ 497 497 'item_lists_style' => 'gradient-ordered-bullet-style', … … 505 505 'gradient_ordered_list_items_title', 506 506 [ 507 'label' => __('Title', ILE_DOMAIN),507 'label' => __('Title', ), 508 508 'type' => Controls_Manager::TEXT, 509 'default' => __('Title', ILE_DOMAIN),509 'default' => __('Title', ), 510 510 ] 511 511 ); … … 514 514 'gradient_ordered_list_items_content', 515 515 [ 516 'label' => __('Content', ILE_DOMAIN),516 'label' => __('Content', ), 517 517 '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', ), 519 519 ] 520 520 ); … … 523 523 'gradient_ordered_item_lists', 524 524 [ 525 'label' => __( 'List Items', ILE_DOMAIN),525 'label' => __( 'List Items', ), 526 526 'type' => Controls_Manager::REPEATER, 527 527 'fields' => $repeater->get_controls(), … … 551 551 $this->start_controls_section( 552 552 'list_items_box_style', [ 553 'label' => __('Box', ILE_DOMAIN),553 'label' => __('Box', ), 554 554 'tab' => Controls_Manager::TAB_STYLE, 555 555 ] … … 558 558 $this->add_control( 559 559 'list_items_box_column_direction', [ 560 'label' => __('Direction', ILE_DOMAIN),560 'label' => __('Direction', ), 561 561 'type' => Controls_Manager::SELECT, 562 562 'options' => [ 563 'ltr' => __('LTR', ILE_DOMAIN),564 'rtl' => __('RTL', ILE_DOMAIN),563 'ltr' => __('LTR', ), 564 'rtl' => __('RTL', ), 565 565 ], 566 566 'condition' => [ … … 573 573 $this->add_control( 574 574 'list_items_number_box_background_color', [ 575 'label' => __('Background Color', ILE_DOMAIN),575 'label' => __('Background Color', ), 576 576 'type' => Controls_Manager::COLOR, 577 577 'default' => '#F0F0F0', … … 587 587 $this->add_control( 588 588 'list_items_box_margin', [ 589 'label' => __('Box Margin', ILE_DOMAIN),589 'label' => __('Box Margin', ), 590 590 'type' => Controls_Manager::DIMENSIONS, 591 591 'size_units' => ['px', '%'], … … 601 601 $this->add_control( 602 602 'list_items_box_padding', [ 603 'label' => __('Content Padding', ILE_DOMAIN),603 'label' => __('Content Padding', ), 604 604 'type' => Controls_Manager::DIMENSIONS, 605 605 'size_units' => ['px', '%'], … … 612 612 $this->add_responsive_control( 613 613 'list_items_box_spacing', [ 614 'label' => __('Space Between Box', ILE_DOMAIN),614 'label' => __('Space Between Box', ), 615 615 'type' => Controls_Manager::SLIDER, 616 616 'range' => [ … … 635 635 $this->add_responsive_control( 636 636 'list_items_box_border_radius', [ 637 'label' => __('Border Radius', ILE_DOMAIN),637 'label' => __('Border Radius', ), 638 638 'type' => Controls_Manager::SLIDER, 639 639 'range' => [ … … 658 658 $this->start_controls_section( 659 659 'list_items_timeline_style', [ 660 'label' => __('Timeline', ILE_DOMAIN),660 'label' => __('Timeline', ), 661 661 'tab' => Controls_Manager::TAB_STYLE, 662 662 'condition' => [ … … 668 668 $this->add_control( 669 669 'list_items_timeline_color', [ 670 'label' => __('Timeline Color', ILE_DOMAIN),670 'label' => __('Timeline Color', ), 671 671 'type' => Controls_Manager::COLOR, 672 672 'default' => '#d6d6d6', … … 680 680 $this->add_responsive_control( 681 681 'list_items_timeline_width', [ 682 'label' => __('Timeline Width', ILE_DOMAIN),682 'label' => __('Timeline Width', ), 683 683 'type' => Controls_Manager::SLIDER, 684 684 'range' => [ … … 700 700 $this->add_responsive_control( 701 701 'list_items_timeline_horizontal_width', [ 702 'label' => __('Timeline Horizontal Width', ILE_DOMAIN),702 'label' => __('Timeline Horizontal Width', ), 703 703 'type' => Controls_Manager::SLIDER, 704 704 'range' => [ … … 717 717 $this->add_responsive_control( 718 718 'list_items_timeline_horizontal_spacing', [ 719 'label' => __('Timeline Horizontal Spacing', ILE_DOMAIN),719 'label' => __('Timeline Horizontal Spacing', ), 720 720 'type' => Controls_Manager::SLIDER, 721 721 'range' => [ … … 738 738 $this->start_controls_section( 739 739 'list_items_number_style', [ 740 'label' => __('Number', ILE_DOMAIN),740 'label' => __('Number', ), 741 741 'tab' => Controls_Manager::TAB_STYLE, 742 742 'condition' => [ … … 748 748 $this->add_control( 749 749 'list_items_number_color', [ 750 'label' => __('Color', ILE_DOMAIN),750 'label' => __('Color', ), 751 751 'type' => Controls_Manager::COLOR, 752 752 'default' => '#000000', … … 766 766 $this->add_responsive_control( 767 767 'list_items_number_box_size', [ 768 'label' => __('Background Size', ILE_DOMAIN),768 'label' => __('Background Size', ), 769 769 'type' => Controls_Manager::SLIDER, 770 770 'range' => [ … … 783 783 $this->add_control( 784 784 'list_items_number_box_alignment', [ 785 'label' => __('Vertical Alignment', ILE_DOMAIN),785 'label' => __('Vertical Alignment', ), 786 786 'type' => Controls_Manager::SELECT, 787 787 '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', ), 791 791 ], 792 792 'default' => 'top', … … 804 804 $this->add_control( 805 805 'list_items_number_radius', [ 806 'label' => __('Radius', ILE_DOMAIN),806 'label' => __('Radius', ), 807 807 'type' => Controls_Manager::DIMENSIONS, 808 808 'size_units' => ['px', '%'], … … 819 819 $this->start_controls_section( 820 820 'list_items_icon_style', [ 821 'label' => __('Icon', ILE_DOMAIN),821 'label' => __('Icon', ), 822 822 'tab' => Controls_Manager::TAB_STYLE, 823 823 'condition' => [ … … 829 829 $this->add_responsive_control( 830 830 'list_items_icon_size', [ 831 'label' => __('Icon Size', ILE_DOMAIN),831 'label' => __('Icon Size', ), 832 832 'type' => Controls_Manager::SLIDER, 833 833 'range' => [ … … 846 846 $this->add_control( 847 847 'list_items_icon_color', [ 848 'label' => __('Icon Color', ILE_DOMAIN),848 'label' => __('Icon Color', ), 849 849 'type' => Controls_Manager::COLOR, 850 850 'default' => '#00DAE6', … … 860 860 $this->add_responsive_control( 861 861 'list_items_icon_box_material_width', [ 862 'label' => __('Icon Box Width', ILE_DOMAIN),862 'label' => __('Icon Box Width', ), 863 863 'type' => Controls_Manager::SLIDER, 864 864 'range' => [ … … 880 880 $this->add_responsive_control( 881 881 'list_items_icon_box_width', [ 882 'label' => __('Icon Box Size', ILE_DOMAIN),882 'label' => __('Icon Box Size', ), 883 883 'type' => Controls_Manager::SLIDER, 884 884 'range' => [ … … 900 900 $this->add_control( 901 901 'list_items_icon_bg_color', [ 902 'label' => __('Icon Background Color', ILE_DOMAIN),902 'label' => __('Icon Background Color', ), 903 903 'type' => Controls_Manager::COLOR, 904 904 'default' => '#ffffff', … … 914 914 $this->add_responsive_control( 915 915 'list_items_icon_border_width', [ 916 'label' => __('Icon Border Width', ILE_DOMAIN),916 'label' => __('Icon Border Width', ), 917 917 'type' => Controls_Manager::SLIDER, 918 918 'range' => [ … … 934 934 $this->add_control( 935 935 'list_items_icon_border_color', [ 936 'label' => __('Icon Border Color', ILE_DOMAIN),936 'label' => __('Icon Border Color', ), 937 937 'type' => Controls_Manager::COLOR, 938 938 'default' => '#00DAE6', … … 948 948 $this->add_responsive_control( 949 949 'list_items_icon_line_width', [ 950 'label' => __('Line Width', ILE_DOMAIN),950 'label' => __('Line Width', ), 951 951 'type' => Controls_Manager::SLIDER, 952 952 'range' => [ … … 968 968 $this->add_control( 969 969 'list_items_icon_line_color', [ 970 'label' => __('Line Color', ILE_DOMAIN),970 'label' => __('Line Color', ), 971 971 'type' => Controls_Manager::COLOR, 972 972 'default' => '#000000', … … 982 982 $this->add_responsive_control( 983 983 'list_items_icon_box_radius', [ 984 'label' => __('Icon Box Radius', ILE_DOMAIN),984 'label' => __('Icon Box Radius', ), 985 985 'type' => Controls_Manager::SLIDER, 986 986 'range' => [ … … 1007 1007 $this->start_controls_section( 1008 1008 'list_items_image_style', [ 1009 'label' => __('Image', ILE_DOMAIN),1009 'label' => __('Image', ), 1010 1010 'tab' => Controls_Manager::TAB_STYLE, 1011 1011 'condition' => [ … … 1017 1017 $this->add_responsive_control( 1018 1018 'list_items_image_box_material_width', [ 1019 'label' => __('Image Width', ILE_DOMAIN),1019 'label' => __('Image Width', ), 1020 1020 'type' => Controls_Manager::SLIDER, 1021 1021 'range' => [ … … 1033 1033 $this->add_responsive_control( 1034 1034 'list_items_image_box_material_radius', [ 1035 'label' => __('Radius', ILE_DOMAIN),1035 'label' => __('Radius', ), 1036 1036 'type' => Controls_Manager::SLIDER, 1037 1037 'range' => [ … … 1057 1057 $this->start_controls_section( 1058 1058 'list_items_title_style', [ 1059 'label' => __('Title', ILE_DOMAIN),1059 'label' => __('Title', ), 1060 1060 'tab' => Controls_Manager::TAB_STYLE, 1061 1061 ] … … 1064 1064 $this->add_control( 1065 1065 'list_items_title_color', [ 1066 'label' => __('Title Color', ILE_DOMAIN),1066 'label' => __('Title Color', ), 1067 1067 'type' => Controls_Manager::COLOR, 1068 1068 'default' => '#000000', … … 1085 1085 $this->add_responsive_control( 1086 1086 'list_item_title_spacing', [ 1087 'label' => __('Title Spacing', ILE_DOMAIN),1087 'label' => __('Title Spacing', ), 1088 1088 'type' => Controls_Manager::SLIDER, 1089 1089 'range' => [ … … 1106 1106 $this->start_controls_section( 1107 1107 'list_items_content_style', [ 1108 'label' => __('Content', ILE_DOMAIN),1108 'label' => __('Content', ), 1109 1109 'tab' => Controls_Manager::TAB_STYLE, 1110 1110 ] … … 1113 1113 $this->add_control( 1114 1114 'list_items_content_color', [ 1115 'label' => __('Content Color', ILE_DOMAIN),1115 'label' => __('Content Color', ), 1116 1116 'type' => Controls_Manager::COLOR, 1117 1117 'default' => '#999999',
Note: See TracChangeset
for help on using the changeset viewer.