Changeset 2693013
- Timestamp:
- 03/12/2022 06:28:00 PM (4 years ago)
- Location:
- definitive-addons-for-elementor/trunk
- Files:
-
- 9 edited
-
css/dafe_style.css (modified) (4 diffs)
-
css/slick-theme.css (modified) (1 diff)
-
definitive_adons_elementor.php (modified) (2 diffs)
-
inc/Elements/Accordion.php (modified) (30 diffs)
-
inc/Elements/Teaser_Box.php (modified) (6 diffs)
-
inc/Elements/Testimonial.php (modified) (1 diff)
-
js/custom.js (modified) (4 diffs)
-
languages/definitive-addons-for-elementor.pot (modified) (28 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
definitive-addons-for-elementor/trunk/css/dafe_style.css
r2691410 r2693013 19 19 20 20 } 21 22 /* Accordion */ 23 24 25 26 .dafe-accordion-container a { 27 text-decoration:none; 28 } 29 30 .dafe-accordion-container, .dafe-accordion-container * { 31 32 -webkit-box-sizing:border-box; 33 -moz-box-sizing:border-box; 34 box-sizing:border-box; 35 } 36 37 .dafe-accordion-container { 38 overflow:hidden; 39 40 } 41 42 .dafe-accordion-title .dafe-inactive-icon { 43 float: right; 44 } 45 .dafe-inactive-icon, .dafe-active-icon { 46 font-size: 13px; 47 48 float: right; 49 margin-left: 5px; 50 } 51 52 .dafe-accordion-title .dafe-active-icon { 53 display:none; 54 55 } 56 57 .dafe-accordion-title.active .dafe-active-icon { 58 display:block; 59 margin-left: auto; 60 } 61 62 .dafe-accordion-title .dafe-inactive-icon { 63 display:block; 64 margin-left: auto; 65 66 } 67 .dafe-accordion-title.active .dafe-inactive-icon { 68 display:none; 69 } 70 .dafe-title-icon { 71 margin-right:10px; 72 } 73 74 .dafe-accordion-title { 75 76 clear:both; 77 display: flex; 78 align-items: center; 79 width:100%; 80 transition:all linear 0.15s; 81 font-size:18px; 82 text-shadow:0px 1px 0px #1a1a1a; 83 84 85 } 86 87 .dafe-accordion-entry:last-child .dafe-accordion-title { 88 border-bottom:none; 89 } 90 91 .dafe-accordion-content { 92 display:none; 93 padding:20px; 94 } 21 95 22 96 … … 678 752 } 679 753 754 .image-box-entry img { 755 object-fit: cover; 756 max-width: none!important; 757 758 vertical-align: middle; 759 } 760 .image-box-entry img { 761 transition-duration: 0.3s; 762 763 } 680 764 681 765 /* Skill Bar */ … … 981 1065 position:relative; 982 1066 } 983 .product-category-box { 984 width:100%;height:auto; 1067 .product-category-box-link { 1068 1069 position:relative; 1070 } 1071 1072 .product-category-box img { 1073 object-fit: cover; 1074 max-width: none!important; 1075 vertical-align: middle; 1076 width:100%; 1077 } 1078 .product-category-box img { 1079 transition-duration: 0.3s; 1080 985 1081 } 986 1082 .product-category-box-text { 987 padding-left:7px;padding-top:7px;position:absolute;left:0;bottom:0!important;right:0!important;background-color:#000; 1083 padding-left:7px; 1084 padding-top:7px; 1085 position:absolute; 1086 left:0; 1087 bottom:0!important; 1088 width:100%; 1089 background-color:#000; 988 1090 } 989 1091 … … 1225 1327 } 1226 1328 1227 /* Accordion */1228 1229 .dafe-accordion-title {1230 position: relative;1231 display: flex;1232 overflow: hidden;1233 }1234 1235 1236 .dafe-accordion-title .dafe-active-inactive-icon{1237 position: relative;1238 margin-left: 10px;1239 }1240 .dafe-accordion-title .dafe-accordion-title-icon {1241 position: relative;1242 margin-right: 10px;1243 }1244 1245 .accordion-btn-container {1246 margin-top:25px;1247 margin-bottom:15px;1248 }1249 1250 .dafe-accordion-content-container {1251 display: none;1252 }1253 .dafe-accordion-title i {1254 margin-right:5px;1255 margin-left:10px;1256 1257 }1258 1259 .dafe-accordion-title .dafe-active-icon{1260 display:none;1261 }1262 .dafe-accordion-title .dafe-inactive-icon {1263 display:block;1264 }1265 .dafe-accordion-title .dafe-active-icon.active {1266 display:block;1267 }1268 .dafe-accordion-title .dafe-inactive-icon.active {display: none;}1269 1270 .dafe-accordion-title h4 {1271 width: 100%;1272 font-size: 18px;1273 }1274 1275 1276 .dafe-accordion-title:hover {1277 cursor: pointer;1278 }1279 1329 1280 1330 -
definitive-addons-for-elementor/trunk/css/slick-theme.css
r2681173 r2693013 23 23 } 24 24 25 26 27 25 .widget-testimonial-slide .slick-prev:after { 26 content: "\f104"; 27 font: 40px/1 'FontAwesome'; 28 } 29 .widget-testimonial-slide .slick-next:after { 30 content: "\f105"; 31 font: 40px/1 'FontAwesome'; 32 } 33 .feature_slider_entry .slick-prev:after { 34 content: "\f104"; 35 font: 40px/1 'FontAwesome'; 36 } 37 .feature_slider_entry .slick-next:after { 38 content: "\f105"; 39 font: 40px/1 'FontAwesome'; 40 } 41 .slides-container .slick-prev:after { 42 content: "\f104"; 43 font: 40px/1 'FontAwesome'; 44 } 45 .slides-container .slick-next:after { 46 content: "\f105"; 47 font: 40px/1 'FontAwesome'; 48 } 49 .woo-front-page.definitive .slick-prev:after { 50 content: "\f104"; 51 font: 40px/1 'FontAwesome'; 52 } 53 .woo-front-page.definitive .slick-next:after { 54 content: "\f105"; 55 font: 40px/1 'FontAwesome'; 56 } 28 57 .slick-prev:hover:after, 29 58 .slick-next:hover:after { -
definitive-addons-for-elementor/trunk/definitive_adons_elementor.php
r2691410 r2693013 4 4 * Description: Advanced Widgets for Elementor Page Builder. 5 5 * Plugin URI: https://softfirm.net/ 6 * Version: 1.4.1 86 * Version: 1.4.19 7 7 * Author: Softfirm 8 8 * Author URI: https://softfirm.net/definitive-addons/ … … 31 31 * @var string The plugin version. 32 32 */ 33 const VERSION = '1.4.1 8';33 const VERSION = '1.4.19'; 34 34 35 35 /** -
definitive-addons-for-elementor/trunk/inc/Elements/Accordion.php
r2675151 r2693013 9 9 use Elementor\Repeater; 10 10 use Elementor\Controls_Manager; 11 use Elementor\Group_Control_Box_Shadow; 12 use Elementor\Group_Control_Text_Shadow; 13 use Elementor\Group_Control_Text_Stroke; 11 14 use Elementor\Group_Control_Border; 12 15 use Elementor\Group_Control_Image_Size; … … 125 128 'default' => [ 126 129 [ 127 'title' =>__( 'Accordion Title #1', 'definitive-addons-for-elementor' )130 'title' =>__( 'Accordion Title-1', 'definitive-addons-for-elementor' ) 128 131 129 132 ], 130 [ 'title' =>__( 'Accordion Title #2', 'definitive-addons-for-elementor' ) ],131 [ 'title' =>__( 'Accordion Title #3', 'definitive-addons-for-elementor' ) ]133 [ 'title' =>__( 'Accordion Title-2', 'definitive-addons-for-elementor' ) ], 134 [ 'title' =>__( 'Accordion Title-3', 'definitive-addons-for-elementor' ) ] 132 135 ], 133 136 'title_field' => '{{title}}' … … 212 215 213 216 // style 214 215 $this->start_controls_section( 216 'dafe_accordion_container_style', 217 [ 218 'label' => __( 'Accordion Container', 'definitive-addons-for-elementor' ), 219 'tab' => Controls_Manager::TAB_STYLE, 220 ] 221 ); 222 223 $this->add_group_control( 224 Group_Control_Background::get_type(), 225 [ 226 'name' => 'container_background', 227 'selector' => '{{WRAPPER}} .dafe-accordion-container', 228 229 ] 230 ); 231 232 233 $this->add_group_control( 234 Group_Control_Border::get_type(), 235 [ 236 'name' => 'container_border', 237 'selector' => '{{WRAPPER}} .dafe-accordion-container', 238 ] 239 ); 240 241 $this->add_responsive_control( 242 'container_border_radius', 243 [ 244 'label' => __( 'Container Border Radius', 'definitive-addons-for-elementor' ), 245 'type' => Controls_Manager::DIMENSIONS, 246 'size_units' => [ 'px', '%' ], 247 'selectors' => [ 248 '{{WRAPPER}} .dafe-accordion-container' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}; overflow: hidden;', 249 ], 250 ] 251 ); 252 253 $this->add_responsive_control( 254 'container_paddings', 255 [ 256 'label' => __( 'Container Padding', 'definitive-addons-for-elementor' ), 257 'type' => Controls_Manager::DIMENSIONS, 258 'size_units' => [ 'px', '%' ], 259 'selectors' => [ 260 '{{WRAPPER}} .dafe-accordion-container' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}; overflow: hidden;', 261 ], 262 ] 263 ); 264 $this->end_controls_section(); 265 266 217 267 218 268 219 $this->start_controls_section( … … 280 231 'type' => Controls_Manager::COLOR, 281 232 'selectors' => [ 282 '{{WRAPPER}} .dafe-accordion-title h4' => 'color: {{VALUE}}',233 '{{WRAPPER}} .dafe-accordion-title' => 'color: {{VALUE}}', 283 234 ], 284 235 ] … … 303 254 'type' => Controls_Manager::COLOR, 304 255 'selectors' => [ 305 '{{WRAPPER}} .dafe-accordion-title h4:hover' => 'color: {{VALUE}}', 306 ], 307 ] 308 ); 309 256 '{{WRAPPER}} .dafe-accordion-title:hover' => 'color: {{VALUE}}', 257 ], 258 ] 259 ); 260 $this->add_control( 261 'title_bg_hvr_color', 262 [ 263 'label' =>__('Title Hover Background Color', 'definitive-addons-for-elementor' ), 264 'type' => Controls_Manager::COLOR, 265 'default' => '#1a1a1a', 266 'selectors' => [ 267 '{{WRAPPER}} .dafe-accordion-title:hover' => 'background-color: {{VALUE}}', 268 '{{WRAPPER}} .dafe-accordion-title.active' => 'background-color: {{VALUE}}!important', 269 ], 270 ] 271 ); 272 310 273 $this->add_group_control( 311 274 Group_Control_Typography::get_type(), 312 275 [ 313 276 'name' => 'dafe_title_font', 314 'selector' => '{{WRAPPER}} .dafe-accordion-title h4',277 'selector' => '{{WRAPPER}} .dafe-accordion-title', 315 278 316 279 ] 317 280 ); 281 282 318 283 319 284 $this->add_responsive_control( … … 325 290 'default' => [ 326 291 'top' => '10', 327 'right' => ' 35',292 'right' => '20', 328 293 'bottom' => '10', 329 294 'left' => '10', … … 360 325 ] 361 326 ); 327 328 $this->add_control( 329 'title_border_hvr_color', 330 [ 331 'label' => __('Title Border Hover Color', 'definitive-addons-for-elementor' ), 332 'type' => Controls_Manager::COLOR, 333 'selectors' => [ 334 '{{WRAPPER}} .dafe-accordion-title:hover' => 'border-color: {{VALUE}}', 335 ], 336 ] 337 ); 362 338 363 339 … … 368 344 'title_icon_style', 369 345 [ 370 'label' =>__( ' Icon Before Title', 'definitive-addons-for-elementor' ),346 'label' =>__( 'Title Icon', 'definitive-addons-for-elementor' ), 371 347 'tab' => Controls_Manager::TAB_STYLE, 348 'condition' => [ 349 'dafe_accordion_title_icon_show_hide' => 'yes' 350 ] 351 372 352 ] 373 353 ); … … 389 369 ], 390 370 'selectors' => [ 391 '{{WRAPPER}} .dafe- accordion-title-icon i' => 'font-size: {{SIZE}}{{UNIT}};',371 '{{WRAPPER}} .dafe-title-icon i' => 'font-size: {{SIZE}}{{UNIT}};', 392 372 ], 393 373 ] … … 401 381 'default' => '#6EC1E4', 402 382 'selectors' => [ 403 '{{WRAPPER}} .dafe- accordion-title-icon i' => 'color: {{VALUE}}',383 '{{WRAPPER}} .dafe-title-icon i' => 'color: {{VALUE}}', 404 384 ], 405 385 ] … … 412 392 'type' => Controls_Manager::COLOR, 413 393 'selectors' => [ 414 '{{WRAPPER}} .dafe-accordion-title-icon i:hover' => 'color: {{VALUE}}', 415 ], 416 ] 417 ); 418 419 394 '{{WRAPPER}} .dafe-title-icon i:hover' => 'color: {{VALUE}}', 395 ], 396 ] 397 ); 398 399 $this->add_responsive_control( 400 'title_icon_right_spacing', 401 [ 402 'label' => __( 'Right Spacing', 'definitive-addons-for-elementor' ), 403 'type' => Controls_Manager::SLIDER, 404 'size_units' => ['px','%'], 405 'default' => [ 406 'size' => 15 407 ], 408 'selectors' => [ 409 '{{WRAPPER}} .dafe-title-icon' => 'margin-right: {{SIZE}}{{UNIT}};', 410 411 ], 412 413 ] 414 ); 415 416 $this->add_responsive_control( 417 'title_icon_left_spacing', 418 [ 419 'label' => __( 'Left Spacing', 'definitive-addons-for-elementor' ), 420 'type' => Controls_Manager::SLIDER, 421 'size_units' => ['px','%'], 422 'default' => [ 423 'size' => 15 424 ], 425 'selectors' => [ 426 '{{WRAPPER}} .dafe-title-icon' => 'margin-left: {{SIZE}}{{UNIT}};', 427 428 ], 429 430 ] 431 ); 420 432 421 433 $this->end_controls_section(); … … 428 440 'label' => __( 'Icon - Active & Inactive', 'definitive-addons-for-elementor' ), 429 441 'tab' => Controls_Manager::TAB_STYLE, 442 'condition' => [ 443 'dafe_accordion_item_icon_show_hide' => 'yes' 444 ] 445 430 446 ] 431 447 ); … … 447 463 ], 448 464 'selectors' => [ 449 '{{WRAPPER}} .dafe-active-inactive-icon .dafe-inactive-icon i,{{WRAPPER}} .dafe-active-inactive-icon .dafe-active-icon i' => 'font-size: {{SIZE}}{{UNIT}};', 465 '{{WRAPPER}} .dafe-active-icon i' => 'font-size: {{SIZE}}{{UNIT}};', 466 '{{WRAPPER}} .dafe-inactive-icon i' => 'font-size: {{SIZE}}{{UNIT}};', 450 467 ], 451 468 ] 452 469 ); 453 470 454 471 $this->add_responsive_control( 472 'active_icon_right_spacing', 473 [ 474 'label' => __( 'Right Spacing', 'definitive-addons-for-elementor' ), 475 'type' => Controls_Manager::SLIDER, 476 'size_units' => ['px','%'], 477 'default' => [ 478 'size' => 10 479 ], 480 'selectors' => [ 481 '{{WRAPPER}} .dafe-active-icon' => 'margin-right: {{SIZE}}{{UNIT}};', 482 '{{WRAPPER}} .dafe-inactive-icon' => 'margin-right: {{SIZE}}{{UNIT}};', 483 ], 484 485 ] 486 ); 455 487 $this->add_control( 456 488 'active_inactive_icon_color', … … 460 492 'default' => '#6EC1E4', 461 493 'selectors' => [ 462 '{{WRAPPER}} .dafe- active-inactive-icon .dafe-inactive-icon i,{{WRAPPER}} .dafe-active-inactive-icon.dafe-active-icon i' => 'color: {{VALUE}}',494 '{{WRAPPER}} .dafe-inactive-icon i,{{WRAPPER}} .dafe-active-icon i' => 'color: {{VALUE}}', 463 495 ], 464 496 ] … … 471 503 'type' => Controls_Manager::COLOR, 472 504 'selectors' => [ 473 '{{WRAPPER}} .dafe- active-inactive-icon .dafe-inactive-icon i:hover,{{WRAPPER}} .dafe-active-inactive-icon .dafe-active-icon i:hover' => 'color: {{VALUE}}',505 '{{WRAPPER}} .dafe-inactive-icon i:hover,{{WRAPPER}} .dafe-active-inactive-icon .dafe-active-icon i:hover' => 'color: {{VALUE}}', 474 506 ], 475 507 ] … … 506 538 ); 507 539 508 $this->add_responsive_control( 509 'content_margin', 510 [ 511 'label' => __( 'Content Margin', 'definitive-addons-for-elementor' ), 512 'type' => Controls_Manager::DIMENSIONS, 513 'size_units' => [ 'px', 'em', '%' ], 514 'selectors' => [ 515 '{{WRAPPER}} .dafe-accordion-content' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};', 516 ], 517 ] 518 ); 540 519 541 520 542 $this->add_control( … … 542 564 ] 543 565 ); 566 567 $this->add_control( 568 'content_bg_hvr_color', 569 [ 570 'label' => __( 'Content Background Hover Color', 'definitive-addons-for-elementor' ), 571 'type' => Controls_Manager::COLOR, 572 'selectors' => [ 573 '{{WRAPPER}} .dafe-accordion-content:hover' => 'background-color: {{VALUE}}', 574 ], 575 576 ] 577 ); 578 579 $this->add_group_control( 580 Group_Control_Typography::get_type(), 581 [ 582 'name' => 'dafe_content_font', 583 'selector' => '{{WRAPPER}} .dafe-accordion-content', 584 585 ] 586 ); 587 544 588 545 589 $this->add_group_control( … … 567 611 ); 568 612 569 $this->add_responsive_control(570 'accordion_content_border_radius',571 [572 'label' => __('Border Radius', 'definitive-addons-for-elementor'),573 'type' => Controls_Manager::DIMENSIONS,574 'size_units' => ['px', '%'],575 576 'selectors' => [577 '{{WRAPPER}} .dafe-accordion-content' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};'578 ]579 ]580 );581 613 582 614 $this->end_controls_section(); … … 587 619 'label' => __( 'Accordion Button', 'definitive-addons-for-elementor' ), 588 620 'tab' => Controls_Manager::TAB_STYLE, 621 589 622 ] 590 623 ); … … 598 631 'default' => '#ffffff', 599 632 'selectors' => [ 600 '{{WRAPPER}} . dafe-accordion-contenta.accordion-btn' => 'color: {{VALUE}}!important',633 '{{WRAPPER}} .accordion-btn-container a.accordion-btn' => 'color: {{VALUE}}!important', 601 634 ], 602 635 ] … … 610 643 'default' => '#000000', 611 644 'selectors' => [ 612 '{{WRAPPER}} . dafe-accordion-contenta.accordion-btn' => 'background-color: {{VALUE}}!important',645 '{{WRAPPER}} .accordion-btn-container a.accordion-btn' => 'background-color: {{VALUE}}!important', 613 646 ], 614 647 ] … … 622 655 'default' => '#ffffff', 623 656 'selectors' => [ 624 '{{WRAPPER}} . dafe-accordion-contenta.accordion-btn:hover' => 'color: {{VALUE}}!important',657 '{{WRAPPER}} .accordion-btn-container a.accordion-btn:hover' => 'color: {{VALUE}}!important', 625 658 ], 626 659 ] … … 634 667 'default' => '#1D26E6', 635 668 'selectors' => [ 636 '{{WRAPPER}} . dafe-accordion-contenta.accordion-btn:hover' => 'background-color: {{VALUE}}!important',669 '{{WRAPPER}} .accordion-btn-container a.accordion-btn:hover' => 'background-color: {{VALUE}}!important', 637 670 ], 638 671 ] … … 643 676 [ 644 677 'name' => 'btn_font', 645 'selector' => '{{WRAPPER}} . dafe-accordion-contenta.accordion-btn',678 'selector' => '{{WRAPPER}} .accordion-btn-container a.accordion-btn', 646 679 647 680 ] … … 662 695 ], 663 696 'selectors' => [ 664 '{{WRAPPER}} . dafe-accordion-contenta.accordion-btn' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',697 '{{WRAPPER}} .accordion-btn-container a.accordion-btn' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};', 665 698 ], 666 699 ] … … 674 707 'size_units' => [ 'px', 'em', '%' ], 675 708 'selectors' => [ 676 '{{WRAPPER}} . dafe-accordion-contenta.accordion-btn' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',709 '{{WRAPPER}} .accordion-btn-container a.accordion-btn' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};', 677 710 ], 678 711 ] … … 683 716 [ 684 717 'name' => 'btn_border', 685 'selector' => '{{WRAPPER}} . dafe-accordion-contenta.accordion-btn',718 'selector' => '{{WRAPPER}} .accordion-btn-container a.accordion-btn', 686 719 687 720 ] … … 702 735 ], 703 736 'selectors' => [ 704 '{{WRAPPER}} .dafe-accordion-content a.accordion-btn' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}; overflow: hidden;', 705 ], 706 ] 707 ); 708 709 737 '{{WRAPPER}} .accordion-btn-container a.accordion-btn' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}; overflow: hidden;', 738 ], 739 ] 740 ); 741 742 743 $this->end_controls_section(); 744 745 $this->start_controls_section( 746 'dafe_accordion_container_style', 747 [ 748 'label' => __( 'Accordion Container', 'definitive-addons-for-elementor' ), 749 'tab' => Controls_Manager::TAB_STYLE, 750 ] 751 ); 752 753 $this->add_group_control( 754 Group_Control_Border::get_type(), 755 [ 756 'name' => 'container_border', 757 'selector' => '{{WRAPPER}} .dafe-accordion-container', 758 ] 759 ); 760 761 762 $this->add_group_control( 763 Group_Control_Box_Shadow::get_type(), 764 [ 765 'label' => __( 'Container Shadow', 'definitive-addons-for-elementor' ), 766 'name' => 'dafe_container_shadow', 767 768 'selector' => '{{WRAPPER}} .dafe-accordion-container', 769 ] 770 ); 771 772 $this->add_group_control( 773 Group_Control_Box_Shadow::get_type(), 774 [ 775 'label' => __( 'Container Hover Shadow', 'definitive-addons-for-elementor' ), 776 'name' => 'dafe_container_hvr_shadow', 777 778 'selector' => '{{WRAPPER}} .dafe-accordion-container:hover', 779 ] 780 ); 781 710 782 $this->end_controls_section(); 711 783 … … 723 795 ?> 724 796 725 <div class="dafe-accordion-container"> 726 <?php 727 foreach ( $settings['dafe_accordion_item_repeater'] as $accordion_item ) : ?> 728 729 <div class="dafe-accordion-entry"> 730 731 732 <?php if ( $accordion_item['title'] ) : ?> 733 <div class="dafe-accordion-title"> 734 <span class="dafe-accordion-title-icon"> 735 <?php Icons_Manager::render_icon( $settings['dafe_accordion_title_icon'], [ 'aria-hidden' => 'true' ] ); ?> 736 </span> 737 <h4><?php echo esc_html( $accordion_item['title'] ); ?></h4> 738 739 <div class="dafe-active-inactive-icon"> 740 <?php if( !empty( $settings['dafe_accordion_item_icon_active']['value'])) { ?> 741 <span class="dafe-active-icon"> 742 <?php Icons_Manager::render_icon( $settings['dafe_accordion_item_icon_active'], [ 'aria-hidden' => 'true' ] ); ?> 743 </span> 744 <?php } ?> 745 <?php if( !empty( $settings['dafe_accordion_item_icon_inactive']['value'] ) ) { ?> 746 <span class="dafe-inactive-icon"> 747 <?php Icons_Manager::render_icon( $settings['dafe_accordion_item_icon_inactive'], [ 'aria-hidden' => 'true' ] ); ?> 797 <div class="dafe-accordion-container"> 798 <?php 799 foreach ( $settings['dafe_accordion_item_repeater'] as $key => $accordion_item ) : ?> 800 <div class="dafe-accordion-entry"> 801 <?php if ( $accordion_item['title'] ) : ?> 802 <div class="dafe-accordion-title-container"> 803 <a class="dafe-accordion-title" href="#accordion-<?php echo esc_attr($key); ?>"> 804 805 <?php if( !empty( $settings['dafe_accordion_title_icon']['value'])) : ?> 806 <span class="dafe-title-icon"> 807 808 <?php Icons_Manager::render_icon( $settings['dafe_accordion_title_icon'], [ 'aria-hidden' => 'true' ] ); ?> 809 810 </span> 811 <?php endif; ?> 812 813 <?php echo esc_html( $accordion_item['title'] ); ?> 814 815 <?php if( !empty( $settings['dafe_accordion_item_icon_active']['value'])) : ?> 816 <span class="dafe-active-icon"> 817 <?php Icons_Manager::render_icon( $settings['dafe_accordion_item_icon_active'], [ 'aria-hidden' => 'true' ] ); ?> 818 </span> 819 <?php endif; ?> 820 <?php if( !empty( $settings['dafe_accordion_item_icon_inactive']['value'])) : ?> 821 <span class="dafe-inactive-icon"> 822 <?php Icons_Manager::render_icon( $settings['dafe_accordion_item_icon_inactive'], [ 'aria-hidden' => 'true' ] ); ?> 748 823 749 </span> 750 <?php } ?> 751 </div> 752 753 </div> 824 </span> 754 825 <?php endif; ?> 755 756 757 <div class="dafe-accordion-content-container">826 </a> 827 </div> 828 <?php endif; ?> 758 829 <?php if ( $accordion_item['dafe_accordion_content_area'] ) : ?> 759 <div class="dafe-accordion-content">830 <div id="accordion-<?php echo esc_attr($key); ?>" class="dafe-accordion-content"> 760 831 <?php echo wp_kses_post( $accordion_item['dafe_accordion_content_area'] ); ?> 761 762 763 <?php if ( $accordion_item['dafe_show_hide_btn'] ) : ?> 764 <?php if ( $accordion_item['dafe_accordion_btn_text'] ) : ?> 832 <?php if ( $accordion_item['dafe_accordion_btn_text'] ) : ?> 765 833 <div class="accordion-btn-container"> 766 834 <a href="<?php echo esc_url($accordion_item['dafe_accordion_btn_url']['url']); ?>" class="accordion-btn link" target="<?php echo esc_attr($accordion_item['dafe_accordion_btn_url']['is_external']); ?>"> … … 770 838 </a> 771 839 </div> 772 <?php endif; ?> 840 <?php endif; ?> 841 </div><!-- content end --> 773 842 <?php endif; ?> 774 </div> 775 <?php endif; ?> 776 777 778 </div> 779 780 781 </div> 782 783 <?php endforeach; ?> 784 785 </div> 843 </div><!-- section end --> 844 845 <?php endforeach; ?> 846 </div><!-- accordion end --> 847 786 848 787 849 <?php 850 } 788 851 } 789 } -
definitive-addons-for-elementor/trunk/inc/Elements/Teaser_Box.php
r2691410 r2693013 70 70 [ 71 71 'name' => 'thumbnail', 72 'default' => ' medium_large',72 'default' => 'thumbnail', 73 73 'separator' => 'before', 74 74 'exclude' => [ … … 198 198 'show_hide_btn' => 'yes' 199 199 ], 200 'placeholder' => __('https://softfirm.net/', 'definitive-addons-for-elementor' ),200 'placeholder' =>__('https://softfirm.net/', 'definitive-addons-for-elementor' ), 201 201 202 202 ] … … 241 241 ] 242 242 ); 243 243 244 $this->add_responsive_control( 245 'image_size', 246 [ 247 'label' => __( 'Image Size', 'definitive-addons-for-elementor' ), 248 'type' => Controls_Manager::SLIDER, 249 'size_units' => ['px'], 250 'default' => [ 251 'unit' => 'px', 252 'size' => 200, 253 ], 254 'range' => [ 255 256 'px' => [ 257 'min' => 20, 258 'max' => 400, 259 ], 260 ], 261 'selectors' => [ 262 '{{WRAPPER}} .image-box-entry img' => 'width: {{SIZE}}{{UNIT}};height: {{SIZE}}{{UNIT}};', 263 ], 264 ] 265 ); 266 244 267 $this->add_group_control( 245 268 Group_Control_Border::get_type(), … … 288 311 'label' => __( 'Card Title', 'definitive-addons-for-elementor' ), 289 312 'tab' => Controls_Manager::TAB_STYLE, 313 'condition' => [ 314 'show_hide_title' => 'yes' 315 ], 290 316 ] 291 317 ); … … 363 389 'label' =>__( 'Card Description', 'definitive-addons-for-elementor' ), 364 390 'tab' => Controls_Manager::TAB_STYLE, 391 'condition' => [ 392 'show_hide_text' => 'yes' 393 ], 365 394 ] 366 395 ); … … 421 450 'label' => __( 'Card Button', 'definitive-addons-for-elementor' ), 422 451 'tab' => Controls_Manager::TAB_STYLE, 452 'condition' => [ 453 'show_hide_btn' => 'yes' 454 ], 423 455 ] 424 456 ); -
definitive-addons-for-elementor/trunk/inc/Elements/Testimonial.php
r2691410 r2693013 635 635 $align = $this->get_settings_for_display('testimonial_alignment'); 636 636 $link = $this->get_settings_for_display('link'); 637 /* 638 $image = wp_get_attachment_image_url( $settings['image']['id'], $settings['thumbnail_size'] ); 639 if ( ! $image ) { 640 $image = $settings['image']['url']; 641 }*/ 637 642 638 if ( $link['url'] ) { 643 639 $this->add_link_attributes( 'link', $link ); -
definitive-addons-for-elementor/trunk/js/custom.js
r2689901 r2693013 272 272 },6000); 273 273 }); 274 } 274 }; 275 275 276 276 var typeAnimate = function() { … … 288 288 }); 289 289 }); 290 } 291 292 293 var daAccordion = function() { 294 295 296 $( '.dafe-accordion-title').each( function() { 297 var $this = $( this ); 298 $this.click(function(){ 299 300 if($(this).next(".dafe-accordion-content-container").hasClass('active')){ 301 $(this).next(".dafe-accordion-content-container").removeClass('active').slideUp(400); 302 303 $(this).find(".dafe-inactive-icon").show(); 304 $(this).find(".dafe-active-icon").hide(); 305 306 }else{ 307 $(".dafe-accordion-container .dafe-accordion-content-container").removeClass('active').slideUp(); 308 309 $(this).next(".dafe-accordion-content-container").addClass('active').slideDown(400); 310 311 $(this).find(".dafe-inactive-icon").hide(); 312 $(this).find(".dafe-active-icon").show(); 313 314 } 315 }); 316 }); 317 318 } 319 320 321 290 }; 291 292 322 293 var definitiveTabs = function() { 323 294 … … 347 318 }); 348 319 349 } 320 }; 321 322 323 var daAccordion = function() { 324 325 $('.dafe-accordion-container').each( function() { 326 var container = $(this); 327 container.find('.dafe-accordion-title').click(function(event) { 328 329 var getLink = $(this).attr('href'); 330 var $kids = $( event.target ).children(); 331 332 if($(event.target).is('.active') ) { 333 334 container.find('.dafe-accordion-title').removeClass('active'); 335 container.find('.dafe-accordion-title i').removeClass('active'); 336 container.find('.dafe-accordion-content').removeClass('open').slideUp(350); 337 338 } else if ($kids.is('.active')) { 339 container.find('.dafe-accordion-title').removeClass('active'); 340 container.find('.dafe-accordion-title i').removeClass('active'); 341 container.find('.dafe-accordion-content').removeClass('open').slideUp(350); 342 } else { 343 container.find('.dafe-accordion-title').removeClass('active'); 344 container.find('.dafe-accordion-title i').removeClass('active'); 345 container.find('.dafe-accordion-content').removeClass('open').slideUp(350); 346 347 $(this).addClass('active'); 348 $(this).find('i').addClass('active'); 349 350 container.find(getLink).slideDown(400).addClass('open'); 351 352 } 353 event.preventDefault(); 354 355 }); 356 357 }); 358 359 }; 350 360 351 361 … … 359 369 skillbars(); 360 370 typeAnimate(); 371 372 definitiveTabs(); 361 373 daAccordion(); 362 definitiveTabs();363 374 364 375 }); -
definitive-addons-for-elementor/trunk/languages/definitive-addons-for-elementor.pot
r2691410 r2693013 3 3 msgstr "" 4 4 "Project-Id-Version: definitive-addons-for-elementor\n" 5 "POT-Creation-Date: 2022-03- 09 17:29+0600\n"5 "POT-Creation-Date: 2022-03-13 00:26+0600\n" 6 6 "PO-Revision-Date: 2020-03-12 14:48+0600\n" 7 7 "Last-Translator: \n" … … 46 46 msgstr "" 47 47 48 #: inc/Elements/Accordion.php:2 248 #: inc/Elements/Accordion.php:25 49 49 msgid "DA: Accordion" 50 50 msgstr "" 51 51 52 #: inc/Elements/Accordion.php: 49 inc/Elements/Accordion.php:11353 #: inc/Elements/Accordion.php: 48552 #: inc/Elements/Accordion.php:52 inc/Elements/Accordion.php:116 53 #: inc/Elements/Accordion.php:517 54 54 msgid "Accordion Content" 55 55 msgstr "" 56 56 57 #: inc/Elements/Accordion.php:6 2inc/Elements/Feature_list.php:8757 #: inc/Elements/Accordion.php:65 inc/Elements/Feature_list.php:87 58 58 #: inc/Elements/Filterable_Portfolio.php:159 59 59 #: inc/Elements/Post_Carousel.php:100 inc/Elements/Post_Grid.php:178 … … 63 63 msgstr "" 64 64 65 #: inc/Elements/Accordion.php:6 365 #: inc/Elements/Accordion.php:66 66 66 msgid "I am Accordion Title" 67 67 msgstr "" 68 68 69 #: inc/Elements/Accordion.php:7 0inc/Elements/Tabs.php:6969 #: inc/Elements/Accordion.php:73 inc/Elements/Tabs.php:69 70 70 msgid "Show/Hide Button." 71 71 msgstr "" 72 72 73 #: inc/Elements/Accordion.php:7 2 inc/Elements/Accordion.php:14274 #: inc/Elements/Accordion.php:1 69inc/Elements/Tabs.php:7173 #: inc/Elements/Accordion.php:75 inc/Elements/Accordion.php:145 74 #: inc/Elements/Accordion.php:172 inc/Elements/Tabs.php:71 75 75 #: inc/Elements/Tabs.php:141 76 76 msgid "On" 77 77 msgstr "" 78 78 79 #: inc/Elements/Accordion.php:7 3 inc/Elements/Accordion.php:14380 #: inc/Elements/Accordion.php:17 0inc/Elements/Tabs.php:7279 #: inc/Elements/Accordion.php:76 inc/Elements/Accordion.php:146 80 #: inc/Elements/Accordion.php:173 inc/Elements/Tabs.php:72 81 81 #: inc/Elements/Tabs.php:142 82 82 msgid "Off" 83 83 msgstr "" 84 84 85 #: inc/Elements/Accordion.php:8 2inc/Elements/CTA.php:15185 #: inc/Elements/Accordion.php:85 inc/Elements/CTA.php:151 86 86 #: inc/Elements/CTA.php:153 inc/Elements/Creative_Button.php:93 87 87 #: inc/Elements/Creative_Button.php:94 inc/Elements/Pricing_Table.php:249 … … 92 92 msgstr "" 93 93 94 #: inc/Elements/Accordion.php:8 4 inc/Elements/Accordion.php:8594 #: inc/Elements/Accordion.php:87 inc/Elements/Accordion.php:88 95 95 #: inc/Elements/Tabs.php:83 inc/Elements/Tabs.php:84 96 96 msgid "View Details" 97 97 msgstr "" 98 98 99 #: inc/Elements/Accordion.php:9 5inc/Elements/CTA.php:15999 #: inc/Elements/Accordion.php:98 inc/Elements/CTA.php:159 100 100 #: inc/Elements/Creative_Button.php:101 inc/Elements/Pricing_Table.php:257 101 101 #: inc/Elements/Tabs.php:94 inc/Elements/Teaser_Box.php:194 … … 103 103 msgstr "" 104 104 105 #: inc/Elements/Accordion.php:10 2inc/Elements/Tabs.php:101105 #: inc/Elements/Accordion.php:105 inc/Elements/Tabs.php:101 106 106 msgid "http://softfirm.com" 107 107 msgstr "" 108 108 109 #: inc/Elements/Accordion.php:11 5inc/Elements/Tabs.php:114109 #: inc/Elements/Accordion.php:118 inc/Elements/Tabs.php:114 110 110 msgid "" 111 111 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur " … … 118 118 msgstr "" 119 119 120 #: inc/Elements/Accordion.php:127121 msgid "Accordion Title#1"122 msgstr ""123 124 120 #: inc/Elements/Accordion.php:130 125 msgid "Accordion Title#2" 126 msgstr "" 127 128 #: inc/Elements/Accordion.php:131 129 msgid "Accordion Title#3" 130 msgstr "" 131 132 #: inc/Elements/Accordion.php:140 inc/Elements/Tabs.php:139 121 msgid "Accordion Title-1" 122 msgstr "" 123 124 #: inc/Elements/Accordion.php:133 125 msgid "Accordion Title-2" 126 msgstr "" 127 128 #: inc/Elements/Accordion.php:134 129 msgid "Accordion Title-3" 130 msgstr "" 131 132 #: inc/Elements/Accordion.php:143 inc/Elements/Tabs.php:139 133 133 msgid "Show/Hide Title Icon" 134 134 msgstr "" 135 135 136 #: inc/Elements/Accordion.php:152 inc/Elements/Tabs.php:151 136 #: inc/Elements/Accordion.php:155 inc/Elements/Accordion.php:346 137 #: inc/Elements/Tabs.php:151 137 138 msgid "Title Icon" 138 139 msgstr "" 139 140 140 #: inc/Elements/Accordion.php:1 67141 #: inc/Elements/Accordion.php:170 141 142 msgid "Show/Hide Item Icon" 142 143 msgstr "" 143 144 144 #: inc/Elements/Accordion.php:18 0145 #: inc/Elements/Accordion.php:183 145 146 msgid "Active Icon" 146 147 msgstr "" 147 148 148 #: inc/Elements/Accordion.php:19 6149 #: inc/Elements/Accordion.php:199 149 150 msgid "Inactive Icon" 150 151 msgstr "" 151 152 152 #: inc/Elements/Accordion.php:218 153 msgid "Accordion Container" 154 msgstr "" 155 156 #: inc/Elements/Accordion.php:244 inc/Elements/Category_List.php:412 157 #: inc/Elements/Contact_form_7.php:255 158 #: inc/Elements/Filterable_Portfolio.php:757 inc/Elements/Icon_Box.php:236 159 #: inc/Elements/Ninja_Forms.php:273 inc/Elements/Post_Grid.php:580 160 #: inc/Elements/Social_Icon.php:339 inc/Elements/Staff_Member.php:741 161 #: inc/Elements/Tabs.php:201 inc/Elements/Teaser_Box.php:593 162 #: inc/Elements/WpForm.php:260 163 msgid "Container Border Radius" 164 msgstr "" 165 166 #: inc/Elements/Accordion.php:256 inc/Elements/Category_List.php:371 167 #: inc/Elements/Contact_form_7.php:211 inc/Elements/Icon_Box.php:262 168 #: inc/Elements/Ninja_Forms.php:229 inc/Elements/Promo-box.php:270 169 #: inc/Elements/Social_Icon.php:351 inc/Elements/Staff_Member.php:698 170 #: inc/Elements/Tabs.php:213 inc/Elements/Teaser_Box.php:552 171 #: inc/Elements/Testimonial.php:572 inc/Elements/Testimonial_Slider.php:678 172 #: inc/Elements/WpForm.php:216 173 msgid "Container Padding" 174 msgstr "" 175 176 #: inc/Elements/Accordion.php:271 153 #: inc/Elements/Accordion.php:222 177 154 msgid "Accordion Title" 178 155 msgstr "" 179 156 180 #: inc/Elements/Accordion.php:2 79inc/Elements/CTA.php:417157 #: inc/Elements/Accordion.php:230 inc/Elements/CTA.php:417 181 158 #: inc/Elements/Category_Box.php:149 inc/Elements/Contact_form_7.php:290 182 159 #: inc/Elements/Feature_list.php:384 inc/Elements/Filterable_Portfolio.php:486 … … 186 163 #: inc/Elements/Post_Grid.php:302 inc/Elements/Products.php:230 187 164 #: inc/Elements/Promo-box.php:219 inc/Elements/Slider.php:300 188 #: inc/Elements/Tabs.php:245 inc/Elements/Teaser_Box.php:3 12165 #: inc/Elements/Tabs.php:245 inc/Elements/Teaser_Box.php:338 189 166 #: inc/Elements/Testimonial.php:383 inc/Elements/Testimonial_Slider.php:489 190 167 #: inc/Elements/WpForm.php:295 inc/Elements/heading-with-separator.php:162 … … 192 169 msgstr "" 193 170 194 #: inc/Elements/Accordion.php:2 90inc/Elements/Tabs.php:256171 #: inc/Elements/Accordion.php:241 inc/Elements/Tabs.php:256 195 172 #: inc/Elements/heading-with-separator.php:173 196 173 msgid "Title Background Color" 197 174 msgstr "" 198 175 199 #: inc/Elements/Accordion.php: 302inc/Elements/CTA.php:428176 #: inc/Elements/Accordion.php:253 inc/Elements/CTA.php:428 200 177 #: inc/Elements/Category_Box.php:160 inc/Elements/Feature_list.php:394 201 178 #: inc/Elements/Filterable_Portfolio.php:497 inc/Elements/Flip_Box.php:314 … … 203 180 #: inc/Elements/Popular_Post.php:99 inc/Elements/Post_Carousel.php:244 204 181 #: inc/Elements/Post_Grid.php:313 inc/Elements/Promo-box.php:230 205 #: inc/Elements/Tabs.php:268 inc/Elements/Teaser_Box.php:3 23182 #: inc/Elements/Tabs.php:268 inc/Elements/Teaser_Box.php:349 206 183 #: inc/Elements/heading-with-separator.php:185 207 184 msgid "Title Hover Color" 208 185 msgstr "" 209 186 210 #: inc/Elements/Accordion.php:322 inc/Elements/Pricing_Table.php:421 187 #: inc/Elements/Accordion.php:263 188 msgid "Title Hover Background Color" 189 msgstr "" 190 191 #: inc/Elements/Accordion.php:287 inc/Elements/Pricing_Table.php:421 211 192 #: inc/Elements/Tabs.php:288 inc/Elements/heading-with-separator.php:236 212 193 msgid "Title Padding" 213 194 msgstr "" 214 195 215 #: inc/Elements/Accordion.php:3 70 inc/Elements/Tabs.php:321216 msgid " Icon Before Title"217 msgstr "" 218 219 #: inc/Elements/Accordion.php:3 78 inc/Elements/Accordion.php:436196 #: inc/Elements/Accordion.php:331 197 msgid "Title Border Hover Color" 198 msgstr "" 199 200 #: inc/Elements/Accordion.php:358 inc/Elements/Accordion.php:452 220 201 #: inc/Elements/Category_List.php:198 inc/Elements/Counter.php:169 221 202 #: inc/Elements/Feature_list.php:168 inc/Elements/Icon_Box.php:323 … … 226 207 msgstr "" 227 208 228 #: inc/Elements/Accordion.php:3 99 inc/Elements/Accordion.php:458209 #: inc/Elements/Accordion.php:379 inc/Elements/Accordion.php:490 229 210 #: inc/Elements/CTA.php:295 inc/Elements/Category_List.php:221 230 211 #: inc/Elements/Counter.php:230 inc/Elements/Creative_Button.php:340 … … 235 216 msgstr "" 236 217 237 #: inc/Elements/Accordion.php: 411 inc/Elements/Accordion.php:470218 #: inc/Elements/Accordion.php:391 inc/Elements/Accordion.php:502 238 219 #: inc/Elements/CTA.php:318 inc/Elements/Category_List.php:233 239 220 #: inc/Elements/Counter.php:257 inc/Elements/Creative_Button.php:352 … … 244 225 msgstr "" 245 226 246 #: inc/Elements/Accordion.php:428 227 #: inc/Elements/Accordion.php:402 inc/Elements/Accordion.php:474 228 #: inc/Elements/Testimonial.php:250 inc/Elements/Testimonial_Slider.php:357 229 msgid "Right Spacing" 230 msgstr "" 231 232 #: inc/Elements/Accordion.php:419 inc/Elements/Testimonial.php:267 233 #: inc/Elements/Testimonial_Slider.php:374 234 msgid "Left Spacing" 235 msgstr "" 236 237 #: inc/Elements/Accordion.php:440 247 238 msgid "Icon - Active & Inactive" 248 239 msgstr "" 249 240 250 #: inc/Elements/Accordion.php: 493inc/Elements/Counter.php:468241 #: inc/Elements/Accordion.php:525 inc/Elements/Counter.php:468 251 242 #: inc/Elements/Feature_list.php:327 inc/Elements/Post_Grid.php:549 252 243 #: inc/Elements/Tabs.php:481 … … 254 245 msgstr "" 255 246 256 #: inc/Elements/Accordion.php:511 inc/Elements/Tabs.php:499 257 msgid "Content Margin" 258 msgstr "" 259 260 #: inc/Elements/Accordion.php:523 inc/Elements/Filterable_Portfolio.php:595 247 #: inc/Elements/Accordion.php:545 inc/Elements/Filterable_Portfolio.php:595 261 248 #: inc/Elements/Post_Grid.php:430 262 249 msgid "Content Color" 263 250 msgstr "" 264 251 265 #: inc/Elements/Accordion.php:5 36inc/Elements/Tabs.php:524252 #: inc/Elements/Accordion.php:558 inc/Elements/Tabs.php:524 266 253 msgid "Content Background Color" 267 254 msgstr "" 268 255 269 #: inc/Elements/Accordion.php:572 inc/Elements/Post_Carousel.php:386 270 #: inc/Elements/Social_Icon.php:549 inc/Elements/Tabs.php:560 271 #: inc/Elements/Teaser_Box.php:255 inc/Elements/Testimonial.php:239 272 #: inc/Elements/Testimonial_Slider.php:346 273 msgid "Border Radius" 274 msgstr "" 275 276 #: inc/Elements/Accordion.php:587 256 #: inc/Elements/Accordion.php:570 257 msgid "Content Background Hover Color" 258 msgstr "" 259 260 #: inc/Elements/Accordion.php:619 277 261 msgid "Accordion Button" 278 262 msgstr "" 279 263 280 #: inc/Elements/Accordion.php: 596inc/Elements/Contact_form_7.php:701264 #: inc/Elements/Accordion.php:629 inc/Elements/Contact_form_7.php:701 281 265 #: inc/Elements/Filterable_Portfolio.php:664 inc/Elements/Ninja_Forms.php:566 282 266 #: inc/Elements/Post_Grid.php:494 inc/Elements/Tabs.php:584 283 #: inc/Elements/Teaser_Box.php:4 43inc/Elements/WpForm.php:606267 #: inc/Elements/Teaser_Box.php:475 inc/Elements/WpForm.php:606 284 268 msgid "Button Color" 285 269 msgstr "" 286 270 287 #: inc/Elements/Accordion.php:6 08inc/Elements/CTA.php:556271 #: inc/Elements/Accordion.php:641 inc/Elements/CTA.php:556 288 272 #: inc/Elements/Contact_form_7.php:712 inc/Elements/Creative_Button.php:211 289 273 #: inc/Elements/Filterable_Portfolio.php:675 inc/Elements/Ninja_Forms.php:577 290 274 #: inc/Elements/Post_Grid.php:504 inc/Elements/Pricing_Table.php:780 291 275 #: inc/Elements/Slider.php:479 inc/Elements/Tabs.php:596 292 #: inc/Elements/Teaser_Box.php:4 55inc/Elements/WpForm.php:617276 #: inc/Elements/Teaser_Box.php:487 inc/Elements/WpForm.php:617 293 277 msgid "Button Background Color" 294 278 msgstr "" 295 279 296 #: inc/Elements/Accordion.php:6 20inc/Elements/CTA.php:567280 #: inc/Elements/Accordion.php:653 inc/Elements/CTA.php:567 297 281 #: inc/Elements/Contact_form_7.php:722 298 282 #: inc/Elements/Filterable_Portfolio.php:686 inc/Elements/Ninja_Forms.php:587 299 283 #: inc/Elements/Post_Grid.php:514 inc/Elements/Pricing_Table.php:791 300 284 #: inc/Elements/Slider.php:490 inc/Elements/Subscription.php:173 301 #: inc/Elements/Tabs.php:608 inc/Elements/Teaser_Box.php:4 67285 #: inc/Elements/Tabs.php:608 inc/Elements/Teaser_Box.php:499 302 286 #: inc/Elements/WpForm.php:627 303 287 msgid "Button Hover Color" 304 288 msgstr "" 305 289 306 #: inc/Elements/Accordion.php:6 32inc/Elements/CTA.php:578290 #: inc/Elements/Accordion.php:665 inc/Elements/CTA.php:578 307 291 #: inc/Elements/Contact_form_7.php:732 inc/Elements/Creative_Button.php:223 308 292 #: inc/Elements/Filterable_Portfolio.php:697 inc/Elements/Ninja_Forms.php:597 309 293 #: inc/Elements/Post_Grid.php:524 inc/Elements/Pricing_Table.php:802 310 294 #: inc/Elements/Slider.php:501 inc/Elements/Subscription.php:195 311 #: inc/Elements/Tabs.php:620 inc/Elements/Teaser_Box.php: 479295 #: inc/Elements/Tabs.php:620 inc/Elements/Teaser_Box.php:511 312 296 #: inc/Elements/WpForm.php:637 313 297 msgid "Button Hover Background Color" 314 298 msgstr "" 315 299 316 #: inc/Elements/Accordion.php:6 53inc/Elements/Contact_form_7.php:751300 #: inc/Elements/Accordion.php:686 inc/Elements/Contact_form_7.php:751 317 301 #: inc/Elements/Creative_Button.php:265 inc/Elements/Ninja_Forms.php:616 318 #: inc/Elements/Tabs.php:641 inc/Elements/Teaser_Box.php:5 00302 #: inc/Elements/Tabs.php:641 inc/Elements/Teaser_Box.php:532 319 303 #: inc/Elements/WpForm.php:656 320 304 msgid "Button Padding" 321 305 msgstr "" 322 306 323 #: inc/Elements/Accordion.php: 672inc/Elements/Tabs.php:660307 #: inc/Elements/Accordion.php:705 inc/Elements/Tabs.php:660 324 308 msgid "Button Margin" 325 309 msgstr "" 326 310 327 #: inc/Elements/Accordion.php: 693inc/Elements/CTA.php:628311 #: inc/Elements/Accordion.php:726 inc/Elements/CTA.php:628 328 312 #: inc/Elements/Contact_form_7.php:771 inc/Elements/Creative_Button.php:285 329 313 #: inc/Elements/Ninja_Forms.php:636 inc/Elements/Pricing_Table.php:852 330 314 #: inc/Elements/Slider.php:551 inc/Elements/Subscription.php:205 331 #: inc/Elements/Tabs.php:681 inc/Elements/Teaser_Box.php:5 20315 #: inc/Elements/Tabs.php:681 inc/Elements/Teaser_Box.php:552 332 316 #: inc/Elements/WpForm.php:676 333 317 msgid "Button Border Radius" 318 msgstr "" 319 320 #: inc/Elements/Accordion.php:748 321 msgid "Accordion Container" 322 msgstr "" 323 324 #: inc/Elements/Accordion.php:765 inc/Elements/CTA.php:718 325 #: inc/Elements/Flip_Box.php:456 inc/Elements/Icon_Box.php:276 326 #: inc/Elements/Post_Grid.php:604 inc/Elements/Pricing_Table.php:928 327 #: inc/Elements/Teaser_Box.php:648 inc/Elements/Testimonial.php:612 328 #: inc/Elements/Testimonial_Slider.php:718 329 msgid "Container Shadow" 330 msgstr "" 331 332 #: inc/Elements/Accordion.php:775 inc/Elements/CTA.php:728 333 #: inc/Elements/Flip_Box.php:466 inc/Elements/Icon_Box.php:286 334 #: inc/Elements/Post_Grid.php:614 inc/Elements/Pricing_Table.php:938 335 #: inc/Elements/Teaser_Box.php:658 inc/Elements/Testimonial.php:622 336 #: inc/Elements/Testimonial_Slider.php:728 337 msgid "Container Hover Shadow" 334 338 msgstr "" 335 339 … … 516 520 #: inc/Elements/Feature_list.php:454 inc/Elements/Icon_Box.php:614 517 521 #: inc/Elements/Ninja_Forms.php:354 inc/Elements/Slider.php:336 518 #: inc/Elements/Teaser_Box.php: 384inc/Elements/WpForm.php:342522 #: inc/Elements/Teaser_Box.php:413 inc/Elements/WpForm.php:342 519 523 msgid "Description Color" 520 524 msgstr "" … … 543 547 msgstr "" 544 548 545 #: inc/Elements/CTA.php:639 inc/Elements/Teaser_Box.php:5 31549 #: inc/Elements/CTA.php:639 inc/Elements/Teaser_Box.php:563 546 550 msgid "Button Border Hover Color" 547 551 msgstr "" … … 572 576 msgstr "" 573 577 574 #: inc/Elements/CTA.php:718 inc/Elements/Flip_Box.php:456575 #: inc/Elements/Icon_Box.php:276 inc/Elements/Post_Grid.php:604576 #: inc/Elements/Pricing_Table.php:928 inc/Elements/Teaser_Box.php:616577 #: inc/Elements/Testimonial.php:612 inc/Elements/Testimonial_Slider.php:718578 msgid "Container Shadow"579 msgstr ""580 581 #: inc/Elements/CTA.php:728 inc/Elements/Flip_Box.php:466582 #: inc/Elements/Icon_Box.php:286 inc/Elements/Post_Grid.php:614583 #: inc/Elements/Pricing_Table.php:938 inc/Elements/Teaser_Box.php:626584 #: inc/Elements/Testimonial.php:622 inc/Elements/Testimonial_Slider.php:728585 msgid "Container Hover Shadow"586 msgstr ""587 588 578 #: inc/Elements/Category_Box.php:28 589 579 msgid "DA: Product Category Box" … … 727 717 msgstr "" 728 718 719 #: inc/Elements/Category_List.php:371 inc/Elements/Contact_form_7.php:211 720 #: inc/Elements/Icon_Box.php:262 inc/Elements/Ninja_Forms.php:229 721 #: inc/Elements/Promo-box.php:270 inc/Elements/Social_Icon.php:351 722 #: inc/Elements/Staff_Member.php:698 inc/Elements/Tabs.php:213 723 #: inc/Elements/Teaser_Box.php:584 inc/Elements/Testimonial.php:572 724 #: inc/Elements/Testimonial_Slider.php:678 inc/Elements/WpForm.php:216 725 msgid "Container Padding" 726 msgstr "" 727 729 728 #: inc/Elements/Category_List.php:394 inc/Elements/Promo-box.php:293 730 729 #: inc/Elements/Staff_Member.php:722 … … 732 731 msgstr "" 733 732 733 #: inc/Elements/Category_List.php:412 inc/Elements/Contact_form_7.php:255 734 #: inc/Elements/Filterable_Portfolio.php:757 inc/Elements/Icon_Box.php:236 735 #: inc/Elements/Ninja_Forms.php:273 inc/Elements/Post_Grid.php:580 736 #: inc/Elements/Social_Icon.php:339 inc/Elements/Staff_Member.php:741 737 #: inc/Elements/Tabs.php:201 inc/Elements/Teaser_Box.php:625 738 #: inc/Elements/WpForm.php:260 739 msgid "Container Border Radius" 740 msgstr "" 741 734 742 #: inc/Elements/Category_List.php:423 inc/Elements/Staff_Member.php:753 735 #: inc/Elements/Teaser_Box.php:6 05743 #: inc/Elements/Teaser_Box.php:637 736 744 msgid "Container Border Hover Color" 737 745 msgstr "" … … 1054 1062 1055 1063 #: inc/Elements/Contact_form_7.php:689 inc/Elements/Ninja_Forms.php:554 1056 #: inc/Elements/Pricing_Table.php:733 inc/Elements/Teaser_Box.php:4 281064 #: inc/Elements/Pricing_Table.php:733 inc/Elements/Teaser_Box.php:460 1057 1065 #: inc/Elements/WpForm.php:594 1058 1066 msgid "Button Bottom Spacing" … … 1402 1410 #: inc/Elements/Post_Grid.php:290 inc/Elements/Post_Grid.php:362 1403 1411 #: inc/Elements/Products.php:218 inc/Elements/Slider.php:456 1404 #: inc/Elements/Teaser_Box.php: 297 inc/Elements/Teaser_Box.php:3721412 #: inc/Elements/Teaser_Box.php:323 inc/Elements/Teaser_Box.php:401 1405 1413 #: inc/Elements/Testimonial.php:285 inc/Elements/Testimonial.php:328 1406 1414 #: inc/Elements/Testimonial_Slider.php:392 … … 1581 1589 1582 1590 #: inc/Elements/Flip_Box.php:446 inc/Elements/Post_Grid.php:592 1583 #: inc/Elements/Pricing_Table.php:897 inc/Elements/Teaser_Box.php: 5751591 #: inc/Elements/Pricing_Table.php:897 inc/Elements/Teaser_Box.php:607 1584 1592 msgid "Container Hover Background Color" 1585 1593 msgstr "" … … 1909 1917 msgstr "" 1910 1918 1919 #: inc/Elements/Post_Carousel.php:386 inc/Elements/Social_Icon.php:549 1920 #: inc/Elements/Tabs.php:560 inc/Elements/Teaser_Box.php:278 1921 #: inc/Elements/Testimonial.php:239 inc/Elements/Testimonial_Slider.php:346 1922 msgid "Border Radius" 1923 msgstr "" 1924 1911 1925 #: inc/Elements/Post_Grid.php:29 1912 1926 msgid "DA: Post Grid" … … 1958 1972 1959 1973 #: inc/Elements/Post_Grid.php:240 inc/Elements/Staff_Member.php:298 1960 #: inc/Elements/Teaser_Box.php:2 671974 #: inc/Elements/Teaser_Box.php:290 1961 1975 msgid "Image Bottom Spacing" 1962 1976 msgstr "" … … 2633 2647 msgstr "" 2634 2648 2649 #: inc/Elements/Tabs.php:321 2650 msgid "Icon Before Title" 2651 msgstr "" 2652 2635 2653 #: inc/Elements/Tabs.php:379 2636 2654 msgid "Active Title" … … 2657 2675 msgstr "" 2658 2676 2677 #: inc/Elements/Tabs.php:499 2678 msgid "Content Margin" 2679 msgstr "" 2680 2659 2681 #: inc/Elements/Tabs.php:511 2660 2682 msgid "Content Text Color" … … 2673 2695 msgstr "" 2674 2696 2675 #: inc/Elements/Teaser_Box.php:94 inc/Elements/Teaser_Box.php: 2882697 #: inc/Elements/Teaser_Box.php:94 inc/Elements/Teaser_Box.php:311 2676 2698 msgid "Card Title" 2677 2699 msgstr "" … … 2689 2711 msgstr "" 2690 2712 2691 #: inc/Elements/Teaser_Box.php:363 2713 #: inc/Elements/Teaser_Box.php:247 inc/Elements/Testimonial.php:209 2714 #: inc/Elements/Testimonial_Slider.php:316 2715 msgid "Image Size" 2716 msgstr "" 2717 2718 #: inc/Elements/Teaser_Box.php:389 2692 2719 msgid "Card Description" 2693 2720 msgstr "" 2694 2721 2695 #: inc/Elements/Teaser_Box.php: 3952722 #: inc/Elements/Teaser_Box.php:424 2696 2723 msgid "Description Hover Color" 2697 2724 msgstr "" 2698 2725 2699 #: inc/Elements/Teaser_Box.php:4 212726 #: inc/Elements/Teaser_Box.php:450 2700 2727 msgid "Card Button" 2701 2728 msgstr "" 2702 2729 2703 #: inc/Elements/Teaser_Box.php:5 442730 #: inc/Elements/Teaser_Box.php:576 2704 2731 msgid "Card Container" 2705 2732 msgstr "" … … 2759 2786 msgstr "" 2760 2787 2761 #: inc/Elements/Testimonial.php:209 inc/Elements/Testimonial_Slider.php:3162762 msgid "Image Size"2763 msgstr ""2764 2765 #: inc/Elements/Testimonial.php:250 inc/Elements/Testimonial_Slider.php:3572766 msgid "Right Spacing"2767 msgstr ""2768 2769 #: inc/Elements/Testimonial.php:267 inc/Elements/Testimonial_Slider.php:3742770 msgid "Left Spacing"2771 msgstr ""2772 2773 2788 #: inc/Elements/Testimonial.php:374 inc/Elements/Testimonial_Slider.php:480 2774 2789 msgid "Reviewer Title" -
definitive-addons-for-elementor/trunk/readme.txt
r2691410 r2693013 3 3 Author: softfirm 4 4 Requires at least: 4.7 5 Tested up to: 5.9. 15 Tested up to: 5.9.2 6 6 Requires PHP: 5.4 7 Stable tag: 1.4.1 88 Version: 1.4.1 87 Stable tag: 1.4.19 8 Version: 1.4.19 9 9 License: GPLv3 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 100 100 == Changelog == 101 101 102 = 1.4.19 = 103 Accordion issue fixed 104 Product category box modified 105 few elements modified 106 102 107 = 1.4.18 = 103 108 testimonial element hugely modified 104 109 testimonial slider element hugely modified 105 few issue sfixed110 few issue fixed 106 111 107 112 = 1.4.17 =
Note: See TracChangeset
for help on using the changeset viewer.