Changeset 2697892
- Timestamp:
- 03/22/2022 05:41:08 PM (4 years ago)
- Location:
- definitive-addons-for-elementor/trunk
- Files:
-
- 19 edited
-
css/dafe_style.css (modified) (6 diffs)
-
css/slick-theme.css (modified) (4 diffs)
-
definitive_adons_elementor.php (modified) (2 diffs)
-
inc/Elements/Counter.php (modified) (10 diffs)
-
inc/Elements/Feature_list.php (modified) (1 diff)
-
inc/Elements/Filterable_Portfolio.php (modified) (8 diffs)
-
inc/Elements/Image_Overlay.php (modified) (1 diff)
-
inc/Elements/Post_Carousel.php (modified) (3 diffs)
-
inc/Elements/Promo-box.php (modified) (1 diff)
-
inc/Elements/Slider.php (modified) (14 diffs)
-
inc/Elements/Social_Icon.php (modified) (4 diffs)
-
inc/Elements/Staff_Member.php (modified) (24 diffs)
-
inc/Elements/Teaser_Box.php (modified) (12 diffs)
-
inc/Elements/Testimonial.php (modified) (1 diff)
-
inc/Elements/Testimonial_Slider.php (modified) (2 diffs)
-
inc/Reuses/Reuse.php (modified) (1 diff)
-
js/custom.js (modified) (3 diffs)
-
languages/definitive-addons-for-elementor.pot (modified) (83 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
definitive-addons-for-elementor/trunk/css/dafe_style.css
r2694101 r2697892 762 762 763 763 .image-box-entry img { 764 object-fit: cover;765 max-width: none!important;766 764 765 overflow:hidden; 767 766 vertical-align: middle; 768 } 769 .image-box-entry img { 770 transition-duration: 0.3s; 767 height:auto; 768 } 769 .image-box-entry .dafe-card-image img { 770 transition-duration: 0.4s; 771 771 772 772 } 773 773 .image-box-entry { 774 overflow: hidden; 775 } 774 776 /* Skill Bar */ 775 777 … … 910 912 .widget-testimonial-slide { 911 913 padding:20px; 914 position:relative; 915 overflow:hidden; 912 916 } 913 917 … … 940 944 .definitive-slide-entry { 941 945 position:relative; 946 } 947 948 .definitive-slide-item.no { 949 display:none; 942 950 } 943 951 .definitive-slide-item { … … 1043 1051 } 1044 1052 1053 .dafe-staff-image { 1054 transition-duration: 0.3s; 1055 position:relative; 1056 overflow:hidden; 1057 1058 } 1059 .dafe-staff-image img { 1060 object-fit: cover; 1061 max-width: fit-content!important; 1062 1063 -webkit-box-shadow: none; 1064 vertical-align: middle; 1065 overflow:hidden; 1066 } 1067 1045 1068 /* Social Icon .dafe-icon-container*/ 1046 1069 .dafe-social-icons-container .dafe-icon-container{ … … 1191 1214 .da_feature_slide_border_abs.full { 1192 1215 width:100%; 1216 } 1217 .da_feature_slide_border_abs.full-width { 1218 width:100%!important; 1219 } 1220 .da_feature_slide_border_abs:hover, .definitive-slide-item:hover,.promo_box_border_style:hover { 1221 -webkit-transition: background-color 2s ease-out; 1222 -moz-transition: background-color 2s ease-out; 1223 -o-transition: background-color 2s ease-out; 1224 transition: background-color 2s ease-out; 1193 1225 } 1194 1226 .slick-slider { … … 1838 1870 margin-right:10px; 1839 1871 } 1872 1873 .dafe-post-entry-meta i { 1874 margin-right:8px; 1875 } 1876 1840 1877 .page-content .da-entry-content p { 1841 1878 color: #54595F; -
definitive-addons-for-elementor/trunk/css/slick-theme.css
r2694663 r2697892 20 20 21 21 22 .slides-container .slick-prev:after {23 content: "\f104";24 font-family:'Font Awesome 5 Free';25 font-size:24px;26 }27 .slides-container .slick-next:after {28 content: "\f105";29 font-family:'Font Awesome 5 Free';30 font-size:24px;31 }32 33 34 .slick-prev:hover:after,35 .slick-next:hover:after {36 color: #7e7e7e;37 }38 39 22 .slick-prev,.slick-next { 40 23 … … 43 26 } 44 27 45 .slides-container.top-right . slick-prev,.slides-container.top-right .slick-next{28 .slides-container.top-right .left.slick-arrow,.slides-container.top-right .right.slick-arrow { 46 29 top: 20px; 47 30 } 48 .slides-container.top-right . slick-prev{31 .slides-container.top-right .left.slick-arrow { 49 32 right:70px!important; 50 33 text-align: right!important; 51 34 } 52 .slides-container.top-right . slick-next{35 .slides-container.top-right .right.slick-arrow { 53 36 right:20px; 54 37 top: 20px; … … 57 40 58 41 /***/ 59 .slides-container.bottom-right . slick-prev,.slides-container.bottom-right .slick-next{42 .slides-container.bottom-right .left.slick-arrow,.slides-container.bottom-right .right.slick-arrow { 60 43 bottom: 20px; 61 44 } 62 .slides-container.bottom-right . slick-prev{45 .slides-container.bottom-right .left.slick-arrow { 63 46 right:60px!important; 64 47 text-align: right!important; 65 48 } 66 .slides-container.bottom-right . slick-next{49 .slides-container.bottom-right .right.slick-arrow { 67 50 right:20px; 68 51 text-align: right; … … 71 54 72 55 73 .slides-container.left-right . slick-prev,.slides-container.left-right .slick-next{56 .slides-container.left-right .left.slick-arrow,.slides-container.left-right .right.slick-arrow { 74 57 top: 45%; 75 58 76 59 } 77 .slides-container.left-right . slick-prev{60 .slides-container.left-right .left.slick-arrow { 78 61 left:15px; 79 62 text-align: left; 80 63 } 81 .slides-container.left-right .slick-next { 82 right:15px; 83 text-align: right; 84 } 85 64 .slides-container.left-right .right.slick-arrow { 65 right:15px; 66 text-align: right; 67 } 68 .slides-container.left-right .left.slick-arrow { 69 position: absolute; 70 top: 45%; 71 padding: 10px; 72 left:15px; 73 background: gray; 74 color:#fff; 75 z-index: 1; 76 } 77 78 .slides-container.left-right .right.slick-arrow { 79 position: absolute; 80 top: 45%; 81 right:15px; 82 padding: 10px; 83 background: gray; 84 color:#fff; 85 z-index: 1; 86 } 86 87 87 88 /*Post Carousel/Slider*/ -
definitive-addons-for-elementor/trunk/definitive_adons_elementor.php
r2694663 r2697892 4 4 * Description: Advanced Widgets for Elementor Page Builder. 5 5 * Plugin URI: https://softfirm.net/ 6 * Version: 1.5. 06 * Version: 1.5.1 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.5. 0';33 const VERSION = '1.5.1'; 34 34 35 35 /** -
definitive-addons-for-elementor/trunk/inc/Elements/Counter.php
r2689901 r2697892 332 332 'type' => Controls_Manager::COLOR, 333 333 'selectors' => [ 334 '{{WRAPPER}} . counter-val' => 'color: {{VALUE}}',334 '{{WRAPPER}} .dafe-counter-number' => 'color: {{VALUE}}', 335 335 ], 336 336 ] … … 341 341 [ 342 342 'name' => 'counter_val_font', 343 'selector' => '{{WRAPPER}} . counter-val',343 'selector' => '{{WRAPPER}} .dafe-counter-number', 344 344 345 345 ] … … 352 352 'name' => 'counter_val_shadow', 353 353 354 'selector' => '{{WRAPPER}} . counter-val',354 'selector' => '{{WRAPPER}} .dafe-counter-number', 355 355 ] 356 356 ); … … 362 362 363 363 'name' => 'counter_val_stroke', 364 'selector' => '{{WRAPPER}} . counter-val',364 'selector' => '{{WRAPPER}} .dafe-counter-number', 365 365 ] 366 366 ); … … 463 463 ); 464 464 465 $this->add_responsive_control( 466 'content_padding', 467 [ 468 'label' => __( 'Content Padding', 'definitive-addons-for-elementor' ), 469 'type' => Controls_Manager::DIMENSIONS, 470 'size_units' => [ 'px', 'em', '%' ], 471 'selectors' => [ 472 '{{WRAPPER}} .counter-container' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};', 473 ], 474 ] 475 ); 476 477 $this->add_group_control( 465 466 467 $this->start_controls_tabs( 468 'dafe_counter_content_colors', 469 [ 470 'label' => __('Counter Content Colors', 'definitive-addons-for-elementor'), 471 ] 472 ); 473 474 $this->start_controls_tab( 475 'dafe_normal_counter_content_color_tab', 476 [ 477 'label' => __('Normal', 'definitive-addons-for-elementor'), 478 ] 479 ); 480 481 $this->add_group_control( 478 482 Group_Control_Background::get_type(), 479 483 [ … … 487 491 488 492 $this->add_control( 489 'content_bg_hvr_color', 490 [ 491 'label' => __( 'Counter Background Hover Color', 'definitive-addons-for-elementor' ), 493 'dafe_counter_content_border_color', 494 [ 495 'label' => __('Border Color', 'definitive-addons-for-elementor'), 496 'type' => Controls_Manager::COLOR, 497 'selectors' => [ 498 '{{WRAPPER}} .counter-container' => 'border-color: {{VALUE}};', 499 ] 500 ] 501 ); 502 503 $this->add_group_control( 504 Group_Control_Box_Shadow::get_type(), 505 [ 506 'label' => __( 'Container Box Shadow', 'definitive-addons-for-elementor' ), 507 'name' => 'container_shadow', 508 509 'selector' => '{{WRAPPER}} .counter-container', 510 ] 511 ); 512 513 514 $this->end_controls_tab(); 515 516 $this->start_controls_tab( 517 'dafe_counter_content_hover_tab', 518 [ 519 'label' => __('Hover', 'definitive-addons-for-elementor'), 520 ] 521 ); 522 523 $this->add_group_control( 524 Group_Control_Background::get_type(), 525 [ 526 'name' => 'content_hvr_background', 527 'selector' => '{{WRAPPER}} .counter-container:hover', 528 'exclude' => [ 529 'image' 530 ] 531 ] 532 ); 533 534 535 $this->add_control( 536 'content_border_hvr_color', 537 [ 538 'label' => __( 'Counter Border Hover Color', 'definitive-addons-for-elementor' ), 492 539 'type' => Controls_Manager::COLOR, 493 540 'selectors' => [ 494 '{{WRAPPER}} .counter-container:hover' => 'background-color: {{VALUE}}', 495 ], 496 ] 497 ); 498 499 541 '{{WRAPPER}} .counter-container:hover' => 'border-color: {{VALUE}}', 542 ], 543 ] 544 ); 545 546 $this->add_group_control( 547 Group_Control_Box_Shadow::get_type(), 548 [ 549 'label' => __( 'Container Hover Box Shadow', 'definitive-addons-for-elementor' ), 550 'name' => 'container_hvr_shadow', 551 552 'selector' => '{{WRAPPER}} .counter-container:hover', 553 ] 554 ); 555 556 $this->end_controls_tab(); 557 $this->end_controls_tabs(); 558 559 500 560 $this->add_group_control( 501 561 Group_Control_Border::get_type(), 502 562 [ 503 563 'name' => 'content_border', 564 'exclude' => [ 565 'color' 566 ], 504 567 'selector' => '{{WRAPPER}} .counter-container', 505 568 ] 506 569 ); 570 507 571 508 572 $this->add_responsive_control( … … 518 582 ); 519 583 520 $this->add_control( 521 'content_border_hvr_color', 522 [ 523 'label' => __( 'Counter Border Hover Color', 'definitive-addons-for-elementor' ), 524 'type' => Controls_Manager::COLOR, 525 'selectors' => [ 526 '{{WRAPPER}} .counter-container:hover' => 'border-color: {{VALUE}}', 527 ], 528 ] 529 ); 584 $this->add_responsive_control( 585 'content_padding', 586 [ 587 'label' => __( 'Content Padding', 'definitive-addons-for-elementor' ), 588 'type' => Controls_Manager::DIMENSIONS, 589 'size_units' => [ 'px', 'em', '%' ], 590 'selectors' => [ 591 '{{WRAPPER}} .counter-container' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};', 592 ], 593 ] 594 ); 595 596 530 597 531 598 $this->add_control( … … 544 611 ); 545 612 546 $this->add_group_control( 547 Group_Control_Box_Shadow::get_type(), 548 [ 549 'label' => __( 'Container Box Shadow', 'definitive-addons-for-elementor' ), 550 'name' => 'container_shadow', 551 552 'selector' => '{{WRAPPER}} .counter-container', 553 ] 554 ); 555 556 $this->add_group_control( 557 Group_Control_Box_Shadow::get_type(), 558 [ 559 'label' => __( 'Container Hover Box Shadow', 'definitive-addons-for-elementor' ), 560 'name' => 'container_hvr_shadow', 561 562 'selector' => '{{WRAPPER}} .counter-container:hover', 563 ] 564 ); 565 613 566 614 $this->end_controls_section(); 567 615 … … 578 626 $counter_icon = $settings['counter_icon']['value']; 579 627 580 $id = uniqid();628 581 629 $this->add_render_attribute( 'counter', [ 582 630 'class' => 'dafe-counter-number', … … 597 645 <?php } ?> 598 646 <div class="counter-content"> 599 <span id="<?php echo esc_attr($id) ?>"<?php $this->print_render_attribute_string( 'counter' ); ?>></span>647 <span <?php $this->print_render_attribute_string( 'counter' ); ?>></span> 600 648 <span class="counter-text <?php echo esc_attr($settings['counter_val_position']); ?>"> 601 649 -
definitive-addons-for-elementor/trunk/inc/Elements/Feature_list.php
r2689901 r2697892 231 231 'label' => __( 'Icon Color', 'definitive-addons-for-elementor' ), 232 232 'type' => Controls_Manager::COLOR, 233 'default' => '# 6EC1E4',233 'default' => '#0eeae3', 234 234 'selectors' => [ 235 235 '{{WRAPPER}} .dafe-feature-list-container .dafe-icon .icon' => 'color: {{VALUE}}', -
definitive-addons-for-elementor/trunk/inc/Elements/Filterable_Portfolio.php
r2691410 r2697892 188 188 [ 189 189 'label' =>__( 'Filter Align', 'definitive-addons-for-elementor' ), 190 'type' => Controls_Manager::CHOOSE, 191 'label_block' => true, 192 'options' => [ 193 194 'left' => [ 195 'title' =>__( 'Left', 'definitive-addons-for-elementor' ), 196 'icon' => 'eicon-text-align-left', 197 ], 198 'center' => [ 199 'title' =>__( 'Center', 'definitive-addons-for-elementor' ), 200 'icon' => 'eicon-text-align-center', 201 ], 202 'right' => [ 203 'title' =>__( 'Right', 'definitive-addons-for-elementor' ), 204 'icon' => 'eicon-text-align-right', 205 ], 206 ], 207 'default' => 'left', 208 'selectors' => [ 209 '{{WRAPPER}} .filters' => 'text-align: {{VALUE}};', 210 ], 211 212 213 ] 214 ); 215 216 $this->add_control( 217 'read_more_text', 218 [ 219 'label' => __('Read More on Overlay', 'definitive-addons-for-elementor'), 220 'type' => Controls_Manager::TEXT, 221 'default' => __('Read More', 'definitive-addons-for-elementor'), 222 223 224 225 ] 226 ); 227 228 $this->add_control( 229 'enable_post_title', 230 [ 231 'label' => __( 'Enable Title?', 'definitive-addons-for-elementor' ), 232 'type' => Controls_Manager::SWITCHER, 233 'default' => 'yes', 234 'label_on' => __( 'Yes', 'definitive-addons-for-elementor' ), 235 'label_off' => __( 'No', 'definitive-addons-for-elementor' ), 236 'return_value' => 'yes', 237 238 ] 239 ); 240 241 $this->add_control( 242 'enable_meta_content', 243 [ 244 'label' => __( 'Enable Meta & Content?', 'definitive-addons-for-elementor' ), 245 'type' => Controls_Manager::SWITCHER, 246 'default' => 'no', 247 'label_on' => __( 'Yes', 'definitive-addons-for-elementor' ), 248 'label_off' => __( 'No', 'definitive-addons-for-elementor' ), 249 'return_value' => 'yes', 250 251 ] 252 ); 253 254 $this->add_control( 255 'enable_excerpt', 256 [ 257 'label' => __( 'Enable Excerpt?', 'definitive-addons-for-elementor' ), 258 'type' => Controls_Manager::SWITCHER, 259 'default' => 'yes', 260 'label_on' => __( 'Yes', 'definitive-addons-for-elementor' ), 261 'label_off' => __( 'No', 'definitive-addons-for-elementor' ), 262 'return_value' => 'yes', 263 'condition' => [ 264 'enable_meta_content' => 'yes', 265 266 ], 267 268 ] 269 ); 270 $this->add_control( 271 'post_grid_align', 272 [ 273 'label' =>__( 'Post Align', 'definitive-addons-for-elementor' ), 190 274 'type' => Controls_Manager::CHOOSE, 191 275 'label_block' => true, … … 205 289 ], 206 290 ], 207 'default' => 'left',208 'selectors' => [209 '{{WRAPPER}} ul#filters' => 'text-align: {{VALUE}};',210 ],211 212 213 ]214 );215 216 $this->add_control(217 'read_more_text',218 [219 'label' => __('Read More on Overlay', 'definitive-addons-for-elementor'),220 'type' => Controls_Manager::TEXT,221 'default' => __('Read More', 'definitive-addons-for-elementor'),222 223 224 225 ]226 );227 228 $this->add_control(229 'enable_post_title',230 [231 'label' => __( 'Enable Title?', 'definitive-addons-for-elementor' ),232 'type' => Controls_Manager::SWITCHER,233 'default' => 'yes',234 'label_on' => __( 'Yes', 'definitive-addons-for-elementor' ),235 'label_off' => __( 'No', 'definitive-addons-for-elementor' ),236 'return_value' => 'yes',237 238 ]239 );240 241 $this->add_control(242 'enable_meta_content',243 [244 'label' => __( 'Enable Meta & Content?', 'definitive-addons-for-elementor' ),245 'type' => Controls_Manager::SWITCHER,246 'default' => 'no',247 'label_on' => __( 'Yes', 'definitive-addons-for-elementor' ),248 'label_off' => __( 'No', 'definitive-addons-for-elementor' ),249 'return_value' => 'yes',250 251 ]252 );253 254 $this->add_control(255 'enable_excerpt',256 [257 'label' => __( 'Enable Excerpt?', 'definitive-addons-for-elementor' ),258 'type' => Controls_Manager::SWITCHER,259 'default' => 'yes',260 'label_on' => __( 'Yes', 'definitive-addons-for-elementor' ),261 'label_off' => __( 'No', 'definitive-addons-for-elementor' ),262 'return_value' => 'yes',263 'condition' => [264 'enable_meta_content' => 'yes',265 266 ],267 268 ]269 );270 $this->add_control(271 'post_grid_align',272 [273 'label' =>__( 'Post Align', 'definitive-addons-for-elementor' ),274 'type' => Controls_Manager::CHOOSE,275 'label_block' => true,276 'options' => [277 278 'left' => [279 'title' =>__( 'Left', 'definitive-addons-for-elementor' ),280 'icon' => 'eicon-h-align-left',281 ],282 'center' => [283 'title' =>__( 'Center', 'definitive-addons-for-elementor' ),284 'icon' => 'eicon-h-align-center',285 ],286 'right' => [287 'title' =>__( 'Right', 'definitive-addons-for-elementor' ),288 'icon' => 'eicon-h-align-right',289 ],290 ],291 291 'default' => 'center', 292 292 'condition' => [ … … 324 324 'size_units' => ['px'], 325 325 'selectors' => [ 326 '{{WRAPPER}} ul#filters' => 'margin-bottom: {{SIZE}}{{UNIT}};',326 '{{WRAPPER}} .filters' => 'margin-bottom: {{SIZE}}{{UNIT}};', 327 327 ], 328 328 ] … … 336 336 'default' => '#fff', 337 337 'selectors' => [ 338 '{{WRAPPER}} ul#filters li a' => 'color: {{VALUE}};',338 '{{WRAPPER}} .filters li a' => 'color: {{VALUE}};', 339 339 ], 340 340 ] … … 347 347 'default' => '#000', 348 348 'selectors' => [ 349 '{{WRAPPER}} ul#filters li a' => 'background-color: {{VALUE}};',349 '{{WRAPPER}} .filters li a' => 'background-color: {{VALUE}};', 350 350 ], 351 351 ] … … 358 358 'type' => Controls_Manager::COLOR, 359 359 'selectors' => [ 360 '{{WRAPPER}} ul#filters li a:hover' => 'color: {{VALUE}};',360 '{{WRAPPER}} .filters li a:hover' => 'color: {{VALUE}};', 361 361 ], 362 362 ] … … 367 367 [ 368 368 'name' => 'filter_font', 369 'selector' => '{{WRAPPER}} ul#filters li',369 'selector' => '{{WRAPPER}} .filters li', 370 370 371 371 ] … … 546 546 'type' => Controls_Manager::COLOR, 547 547 'selectors' => [ 548 '{{WRAPPER}} .entry-header .post-categories a,{{WRAPPER}} .dafe-post-entry-meta span,{{WRAPPER}} .dafe-post-entry-meta span a,{{WRAPPER}} .dafe-post-entry-meta span.byline:before' => 'color: {{VALUE}}!important',548 '{{WRAPPER}} .entry-header .post-categories a,{{WRAPPER}} .dafe-post-entry-meta span,{{WRAPPER}} .dafe-post-entry-meta span a,{{WRAPPER}} .dafe-post-entry-meta i' => 'color: {{VALUE}}!important', 549 549 ], 550 550 ] -
definitive-addons-for-elementor/trunk/inc/Elements/Image_Overlay.php
r2691410 r2697892 443 443 <div class="overlay-media"> 444 444 445 <?php echo Group_Control_Image_Size::get_attachment_image_html( $settings, 'thumbnail', 'image'); ?>445 <?php echo wp_kses_post(Group_Control_Image_Size::get_attachment_image_html( $settings, 'thumbnail', 'image' )); ?> 446 446 447 447 </div> -
definitive-addons-for-elementor/trunk/inc/Elements/Post_Carousel.php
r2694663 r2697892 204 204 205 205 // style 206 207 206 $this->start_controls_section( 207 'blog_section_style_overlay', 208 [ 209 'label' =>__( 'Blog Post Overlay', 'definitive-addons-for-elementor' ), 210 'tab' => Controls_Manager::TAB_STYLE, 211 ] 212 ); 213 214 $this->add_control( 215 'overlay_width', 216 [ 217 'label' => __( 'Overlay Width Full?', 'definitive-addons-for-elementor' ), 218 'type' => Controls_Manager::SWITCHER, 219 'default' => 'no', 220 'label_on' => __( 'Yes', 'definitive-addons-for-elementor' ), 221 'label_off' => __( 'No', 'definitive-addons-for-elementor' ), 222 'return_value' => 'yes', 223 'frontend_available' => true, 224 ] 225 ); 226 227 $this->add_group_control( 228 Group_Control_Background::get_type(), 229 [ 230 'name' => 'ovl_background', 231 'selector' => '{{WRAPPER}} .da_feature_slide_border_abs', 232 'exclude' => [ 233 'image' 234 ] 235 ] 236 ); 237 238 $this->add_control( 239 'ovl_hvr_background', 240 [ 241 'label' => __( 'Background Hover', 'definitive-addons-for-elementor' ), 242 'type' => Controls_Manager::COLOR, 243 244 'selectors' => [ 245 '{{WRAPPER}} .da_feature_slide_border_abs:hover' => 'background-color: {{VALUE}}', 246 ], 247 ] 248 ); 249 $this->end_controls_section(); 250 208 251 $this->start_controls_section( 209 252 'blog_section_style_title', … … 473 516 $loop = $this->get_settings_for_display('loop'); 474 517 $show_hide_nav = $this->get_settings_for_display('show_hide_nav'); 518 $overlay_width = $this->get_settings_for_display('overlay_width'); 475 519 476 520 if ($show_hide_nav != 'yes'){ … … 480 524 $ovl_width = ''; 481 525 $feature_slider = ''; 526 if ($overlay_width == 'yes'){ 527 $ovl_width = 'full-width'; 528 } 482 529 483 530 if ($slidesToShows > 1){ -
definitive-addons-for-elementor/trunk/inc/Elements/Promo-box.php
r2691410 r2697892 369 369 <a href="<?php echo esc_url( $settings['link']['url'] ); ?>" target="<?php echo esc_attr($settings['link']['is_external']); ?>" rel="<?php echo esc_attr($settings['link']['nofollow']); ?>" > 370 370 371 <?php echo Group_Control_Image_Size::get_attachment_image_html( $settings, 'thumbnail', 'image'); ?>371 <?php echo wp_kses_post(Group_Control_Image_Size::get_attachment_image_html( $settings, 'thumbnail', 'image' )); ?> 372 372 373 373 </a> -
definitive-addons-for-elementor/trunk/inc/Elements/Slider.php
r2694663 r2697892 8 8 namespace Definitive_Addons_Elementor\Elements; 9 9 use Elementor\Group_Control_Background; 10 use Elementor\Group_Control_Box_Shadow; 10 11 use Elementor\Repeater; 11 12 use Elementor\Controls_Manager; … … 225 226 $this->end_controls_section(); 226 227 227 $this->start_controls_section( 228 'slider_element_style', 229 [ 230 'label' => __( 'Slide Element Style', 'definitive-addons-for-elementor' ), 231 'tab' => Controls_Manager::TAB_STYLE, 232 ] 233 ); 234 $this->add_control( 235 'nav_position', 236 [ 237 'label' =>__('Navigation Position', 'definitive-addons-for-elementor'), 238 'type' => Controls_Manager::SELECT, 239 240 'default' =>'top-right', 241 'options' => [ 242 'top-right'=>__('Top Right Corner','definitive-addons-for-elementor'), 243 'bottom-right'=>__('Bottom Right Corner','definitive-addons-for-elementor'), 244 'left-right'=>__('Left Right Middle','definitive-addons-for-elementor') 245 ], 246 ] 247 ); 248 249 $this->end_controls_section(); 228 250 229 251 230 $this->start_controls_section( … … 295 274 296 275 276 $this->add_control( 277 'ovl_hvr_background', 278 [ 279 'label' => __( 'Overlay Background Hover', 'definitive-addons-for-elementor' ), 280 'type' => Controls_Manager::COLOR, 281 282 'selectors' => [ 283 '{{WRAPPER}} .definitive-slide-item:hover' => 'background-color: {{VALUE}}', 284 ], 285 ] 286 ); 297 287 $this->add_control( 298 288 'title_color', … … 373 363 ] 374 364 ); 375 365 $this->add_responsive_control( 366 'nav_size', 367 [ 368 'label' => __( 'Arrow Size', 'definitive-addons-for-elementor' ), 369 'type' => Controls_Manager::SLIDER, 370 'size_units' => ['px'], 371 'default' => [ 372 'unit' => 'px', 373 'size' => 28, 374 ], 375 'range' => [ 376 377 'px' => [ 378 'min' => 10, 379 'max' => 100, 380 ], 381 ], 382 'selectors' => [ 383 '{{WRAPPER}} .slides-container .left.slick-arrow, {{WRAPPER}} .slides-container .right.slick-arrow' => 'font-size: {{SIZE}}{{UNIT}};', 384 ], 385 ] 386 ); 376 387 377 388 $this->add_control( … … 382 393 'default' => '', 383 394 'selectors' => [ 384 '{{WRAPPER}} .slides-container . slick-prev:after, {{WRAPPER}} .slides-container .slick-next:after' => 'color: {{VALUE}};',395 '{{WRAPPER}} .slides-container .left.slick-arrow, {{WRAPPER}} .slides-container .right.slick-arrow' => 'color: {{VALUE}};', 385 396 ], 386 397 ] … … 392 403 'label' => __( 'Arrow Background Color', 'definitive-addons-for-elementor' ), 393 404 'type' => Controls_Manager::COLOR, 394 'default' =>'# 6EC1E4',395 'selectors' => [ 396 '{{WRAPPER}} .slides-container . slick-prev, {{WRAPPER}} .slides-container .slick-next' => 'background-color: {{VALUE}};',405 'default' =>'#9FBDCA52', 406 'selectors' => [ 407 '{{WRAPPER}} .slides-container .left.slick-arrow, {{WRAPPER}} .slides-container .right.slick-arrow' => 'background-color: {{VALUE}};', 397 408 ], 398 409 ] … … 405 416 'type' => Controls_Manager::COLOR, 406 417 'selectors' => [ 407 '{{WRAPPER}} .slides-container . slick-prev:hover:after, {{WRAPPER}} .slides-container .slick-next:hover:after' => 'color: {{VALUE}};',418 '{{WRAPPER}} .slides-container .right.slick-arrow:hover, {{WRAPPER}} .slides-container .left.slick-arrow:hover' => 'color: {{VALUE}};', 408 419 ], 409 420 ] … … 416 427 'type' => Controls_Manager::COLOR, 417 428 'selectors' => [ 418 '{{WRAPPER}} .slides-container . slick-prev:hover, {{WRAPPER}} .slides-container .slick-next:hover' => 'background-color: {{VALUE}};',429 '{{WRAPPER}} .slides-container .left.slick-arrow:hover, {{WRAPPER}} .slides-container .right.slick-arrow:hover' => 'background-color: {{VALUE}};', 419 430 ], 420 431 ] … … 430 441 431 442 'selectors' => [ 432 '{{WRAPPER}} .slides-container . slick-prev, {{WRAPPER}} .slides-container .slick-next' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',443 '{{WRAPPER}} .slides-container .left.slick-arrow, {{WRAPPER}} .slides-container .right.slick-arrow' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};', 433 444 ], 434 445 ] … … 439 450 [ 440 451 'name' => 'nav_border', 441 'selector' => '{{WRAPPER}} .slides-container . slick-prev,{{WRAPPER}} .slides-container .slick-next',452 'selector' => '{{WRAPPER}} .slides-container .left.slick-arrow,{{WRAPPER}} .slides-container .right.slick-arrow', 442 453 ] 443 454 ); … … 450 461 'size_units' => [ 'px', '%' ], 451 462 'selectors' => [ 452 '{{WRAPPER}} .slides-container .slick-prev,{{WRAPPER}} .slides-container .slick-next' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}; overflow: hidden;', 453 ], 454 ] 455 ); 463 '{{WRAPPER}} .slides-container .left.slick-arrow,{{WRAPPER}} .slides-container .right.slick-arrow' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}; overflow: hidden;', 464 ], 465 ] 466 ); 467 468 $this->add_responsive_control( 469 'nav_top_spacing', 470 [ 471 'label' => __( 'Top Spacing', 'definitive-addons-for-elementor' ), 472 'type' => Controls_Manager::SLIDER, 473 'size_units' => ['%','px'], 474 'default' => [ 475 'size' => 50 476 ], 477 'selectors' => [ 478 '{{WRAPPER}} .slides-container .left.slick-arrow,{{WRAPPER}} .slides-container .right.slick-arrow' => 'top: {{SIZE}}%!important;', 479 ], 480 481 ] 482 ); 483 484 $this->add_responsive_control( 485 'nav_left_spacing', 486 [ 487 'label' => __( 'Left & Right Spacing', 'definitive-addons-for-elementor' ), 488 'type' => Controls_Manager::SLIDER, 489 'size_units' => ['%','px'], 490 'default' => [ 491 'size' => 0 492 ], 493 'selectors' => [ 494 '{{WRAPPER}} .slides-container .left.slick-arrow' => 'left: {{SIZE}}%!important;', 495 '{{WRAPPER}} .slides-container .right.slick-arrow' => 'right: {{SIZE}}%!important;', 496 ], 497 498 ] 499 ); 500 501 $this->add_group_control( 502 Group_Control_Box_Shadow::get_type(), 503 [ 504 'label' =>__( 'Arrow Shadow', 'definitive-addons-for-elementor' ), 505 'name' => 'dafe_nav_shadow', 506 507 'selector' => '{{WRAPPER}} .slides-container .left.slick-arrow,{{WRAPPER}} .slides-container .right.slick-arrow', 508 ] 509 ); 510 456 511 457 512 $this->end_controls_section(); … … 634 689 $loop = $this->get_settings_for_display('loop'); 635 690 $show_hide_ovl = $this->get_settings_for_display( 'show_hide_ovl'); 636 $nav_position = $this->get_settings_for_display('nav_position');691 //$nav_position = $this->get_settings_for_display('nav_position'); 637 692 638 693 639 694 640 $overlay_styles = ''; 641 if ($loop == 'yes' ){$loop = 'true';} 642 if ($loop != 'yes' ){$loop = 'false';} 643 if ($autoplay == 'yes' ){$autoplay = 'true';} 644 if ($autoplay != 'yes' ){$autoplay = 'false';} 645 695 646 696 if ($show_hide_ovl != 'yes'){ 647 $ overlay_styles .= 'display:none;';697 $show_hide_ovl = 'no'; 648 698 } 649 699 $add_icon_right = ''; … … 659 709 660 710 ?> 661 <div class="slides-container <?php echo esc_attr($nav_position) ?>">662 <div id="<?php echo esc_attr($id) ?>"<?php $this->print_render_attribute_string( 'definitive-slick' ); ?>>711 <div class="slides-container left-right"> 712 <div <?php $this->print_render_attribute_string( 'definitive-slick' ); ?>> 663 713 664 714 <?php foreach ( $settings['slick_slides'] as $slide ) { … … 679 729 <?php } ?> 680 730 681 <div class="definitive-slide-item " style="<?php echo esc_attr($overlay_styles); ?>">731 <div class="definitive-slide-item <?php echo esc_attr($show_hide_ovl); ?>"> 682 732 <div class="definitive-slide-cta"> 683 733 <?php if ( $slide['title'] ) { ?> -
definitive-addons-for-elementor/trunk/inc/Elements/Social_Icon.php
r2691410 r2697892 72 72 ], 73 73 'recommended' => [ 74 'fa-brands' => Reuse::dafe_social_ brand_icons(),74 'fa-brands' => Reuse::dafe_social_icon_brands(), 75 75 ], 76 76 ] … … 283 283 'left' => [ 284 284 'title' =>__( 'Left', 'definitive-addons-for-elementor' ), 285 'icon' => ' fa fa-align-left',285 'icon' => 'eicon-text-align-left', 286 286 ], 287 287 'center' => [ 288 288 'title' =>__( 'Center', 'definitive-addons-for-elementor' ), 289 'icon' => ' fa fa-align-center',289 'icon' => 'eicon-text-align-center', 290 290 ], 291 291 'right' => [ 292 292 'title' =>__( 'Right', 'definitive-addons-for-elementor' ), 293 'icon' => ' fa fa-align-right',293 'icon' => 'eicon-text-align-right', 294 294 ], 295 295 ], … … 412 412 ] 413 413 ); 414 415 414 416 415 $this->add_control( 417 416 'dafe_social_icons_border_color', … … 514 513 ] 515 514 ); 516 517 518 515 519 516 $this->add_responsive_control( 520 517 'dafe_social_icon_paddings', -
definitive-addons-for-elementor/trunk/inc/Elements/Staff_Member.php
r2691410 r2697892 9 9 use Elementor\Group_Control_Background; 10 10 use Elementor\Repeater; 11 use Elementor\Group_Control_Css_Filter; 11 12 use Elementor\Controls_Manager; 12 13 use Elementor\Group_Control_Box_Shadow; … … 80 81 ); 81 82 82 $this->add_responsive_control( 83 'image_width', 84 [ 85 'label' => __( 'Image Width(%)', 'definitive-addons-for-elementor' ), 86 'type' => Controls_Manager::SLIDER, 87 'size_units' => ['%'], 88 'default' => [ 89 'size' => 100 90 ], 91 'range' => [ 92 93 '%' => [ 94 'min' => 0, 95 'max' => 100, 96 ], 97 ], 98 'selectors' => [ 99 '{{WRAPPER}} .staff-member-img' => 'width: {{SIZE}}%;', 100 ], 101 ] 102 ); 103 83 $this->add_group_control( 84 Group_Control_Image_Size::get_type(), 85 [ 86 'name' => 'thumbnail', 87 'default' => 'thumbnail', 88 'separator' => 'before', 89 'exclude' => [ 90 'custom' 91 ] 92 ] 93 ); 94 104 95 $this->add_control( 105 96 'staff_name', … … 162 153 'icon_name', 163 154 [ 164 'label' => esc_html__( 'Social Icon', 'definitive-addons-for-elementor' ),155 'label' => __( 'Social Icon', 'definitive-addons-for-elementor' ), 165 156 'type' => Controls_Manager::ICONS, 166 157 'default' => [ … … 168 159 'library' => 'fa-brands', 169 160 ], 170 161 'recommended' => [ 162 'fa-brands' => Reuse::dafe_social_icon_brands(), 163 ], 171 164 172 165 … … 182 175 'autocomplete' => false, 183 176 'show_external' => false, 184 185 177 186 178 ] 187 179 ); … … 233 225 'left' => [ 234 226 'title' =>__( 'Left', 'definitive-addons-for-elementor' ), 235 'icon' => ' fa fa-align-left',227 'icon' => 'eicon-text-align-left', 236 228 ], 237 229 'center' => [ 238 230 'title' =>__( 'Center', 'definitive-addons-for-elementor' ), 239 'icon' => ' fa fa-align-center',231 'icon' => 'eicon-text-align-center', 240 232 ], 241 233 'right' => [ 242 234 'title' =>__( 'Right', 'definitive-addons-for-elementor' ), 243 'icon' => ' fa fa-align-right',235 'icon' => 'eicon-text-align-right', 244 236 ], 245 237 ], 246 238 'default' => 'left', 239 'selectors' => [ 240 '{{WRAPPER}} .staff-member,{{WRAPPER}} .staff-member-text' => 'text-align: {{VALUE}};', 241 ], 247 242 248 ] 249 ); 250 251 243 244 ] 245 ); 246 247 248 252 249 $this->end_controls_section(); 253 250 … … 262 259 ); 263 260 261 $this->add_responsive_control( 262 'image_size', 263 [ 264 'label' => __( 'Image Width(%)', 'definitive-addons-for-elementor' ), 265 'type' => Controls_Manager::SLIDER, 266 'size_units' => ['%'], 267 'default' => [ 268 'unit' => '%', 269 'size' => 40, 270 ], 271 'range' => [ 272 273 '%' => [ 274 'min' => 10, 275 'max' => 100, 276 ], 277 ], 278 'selectors' => [ 279 '{{WRAPPER}} .staff-member .dafe-staff-image img' => 'width: {{SIZE}}%;', 280 ], 281 ] 282 ); 283 264 284 $this->add_group_control( 265 285 Group_Control_Border::get_type(), 266 286 [ 267 287 'name' => 'image_border', 268 'selector' => '{{WRAPPER}} . staff-member-img',288 'selector' => '{{WRAPPER}} .dafe-staff-image img', 269 289 ] 270 290 ); … … 276 296 'type' => Controls_Manager::COLOR, 277 297 'selectors' => [ 278 '{{WRAPPER}} .staff-member -name:hover' => 'border-color: {{VALUE}}',298 '{{WRAPPER}} .staff-member .dafe-staff-image img:hover' => 'border-color: {{VALUE}}', 279 299 ], 280 300 ] … … 288 308 'size_units' => [ 'px', '%' ], 289 309 'selectors' => [ 290 '{{WRAPPER}} . staff-member-img' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}; overflow: hidden;',310 '{{WRAPPER}} .dafe-staff-image img' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}; overflow: hidden;', 291 311 ], 292 312 ] … … 303 323 ], 304 324 'selectors' => [ 305 '{{WRAPPER}} .staff-member-img' => 'margin-bottom: {{SIZE}}{{UNIT}};', 306 ], 307 ] 308 ); 325 '{{WRAPPER}} .dafe-staff-image img' => 'margin-bottom: {{SIZE}}{{UNIT}};', 326 ], 327 ] 328 ); 329 330 $this->add_group_control( 331 Group_Control_Box_Shadow::get_type(), 332 [ 333 'label' => __( 'Box Shadow', 'definitive-addons-for-elementor' ), 334 'name' => 'image_shadow', 335 336 'selector' => '{{WRAPPER}} .dafe-staff-image img', 337 ] 338 ); 339 340 $this->add_group_control( 341 Group_Control_Css_Filter::get_type(), 342 [ 343 'label' => __( 'CSS Filter', 'definitive-addons-for-elementor' ), 344 'name' => 'img_css_filter', 345 'selector' => '{{WRAPPER}} .dafe-staff-image img', 346 ] 347 ); 348 349 $this->add_group_control( 350 Group_Control_Css_Filter::get_type(), 351 [ 352 'label' => __( 'CSS Filter Hover', 'definitive-addons-for-elementor' ), 353 'name' => 'img_css_hvr_filter', 354 'selector' => '{{WRAPPER}}:hover .dafe-staff-image img', 355 ] 356 ); 357 309 358 310 359 $this->end_controls_section(); … … 400 449 'job_position_spacing', 401 450 [ 402 'label' => __( ' Job PositionBottom Spacing', 'definitive-addons-for-elementor' ),451 'label' => __( 'Bottom Spacing', 'definitive-addons-for-elementor' ), 403 452 'type' => Controls_Manager::SLIDER, 404 453 'size_units' => ['px'], … … 415 464 'job_position_color', 416 465 [ 417 'label' => __( ' Job PositionColor', 'definitive-addons-for-elementor' ),466 'label' => __( 'Color', 'definitive-addons-for-elementor' ), 418 467 'type' => Controls_Manager::COLOR, 419 468 'selectors' => [ … … 425 474 'job_position_hvr_color', 426 475 [ 427 'label' => __( ' Job PositionHover Color', 'definitive-addons-for-elementor' ),476 'label' => __( 'Hover Color', 'definitive-addons-for-elementor' ), 428 477 'type' => Controls_Manager::COLOR, 429 478 'selectors' => [ … … 476 525 'text_spacing', 477 526 [ 478 'label' => __( ' TextBottom Padding', 'definitive-addons-for-elementor' ),527 'label' => __( 'Bottom Padding', 'definitive-addons-for-elementor' ), 479 528 'type' => Controls_Manager::SLIDER, 480 529 'size_units' => ['px'], … … 634 683 'icon_border_radius', 635 684 [ 636 'label' => __( ' IconBorder Radius', 'definitive-addons-for-elementor' ),685 'label' => __( 'Border Radius', 'definitive-addons-for-elementor' ), 637 686 'type' => Controls_Manager::DIMENSIONS, 638 687 'size_units' => [ 'px', '%' ], … … 646 695 'icon_hover_border_color', 647 696 [ 648 'label' => __( ' IconBorder Hover Color', 'definitive-addons-for-elementor' ),697 'label' => __( 'Border Hover Color', 'definitive-addons-for-elementor' ), 649 698 'type' => Controls_Manager::COLOR, 650 699 'selectors' => [ … … 720 769 'content_hover_bg_color', 721 770 [ 722 'label' => __( ' ContainerBackground Hover Color', 'definitive-addons-for-elementor' ),771 'label' => __( 'Background Hover Color', 'definitive-addons-for-elementor' ), 723 772 'type' => Controls_Manager::COLOR, 724 773 'selectors' => [ … … 739 788 'container_border_radius', 740 789 [ 741 'label' =>__( ' ContainerBorder Radius', 'definitive-addons-for-elementor' ),790 'label' =>__( 'Border Radius', 'definitive-addons-for-elementor' ), 742 791 'type' => Controls_Manager::DIMENSIONS, 743 792 'size_units' => [ 'px', '%' ], … … 751 800 'content_border_hvr_color', 752 801 [ 753 'label' => __( ' ContainerBorder Hover Color', 'definitive-addons-for-elementor' ),802 'label' => __( 'Border Hover Color', 'definitive-addons-for-elementor' ), 754 803 'type' => Controls_Manager::COLOR, 755 804 'selectors' => [ … … 777 826 Group_Control_Box_Shadow::get_type(), 778 827 [ 779 'label' => __( ' ContainerBox Shadow', 'definitive-addons-for-elementor' ),828 'label' => __( 'Box Shadow', 'definitive-addons-for-elementor' ), 780 829 'name' => 'container_shadow', 781 830 … … 787 836 Group_Control_Box_Shadow::get_type(), 788 837 [ 789 'label' => __( ' ContainerHover Box Shadow', 'definitive-addons-for-elementor' ),838 'label' => __( 'Hover Box Shadow', 'definitive-addons-for-elementor' ), 790 839 'name' => 'container_hvr_shadow', 791 840 … … 803 852 804 853 805 $staff_member_alignment = $this->get_settings_for_display('staff_member_alignment'); 806 $container_styles = 'text-align:'.$staff_member_alignment.';'; 854 807 855 808 856 if ($settings['social_off_on'] == 'yes'){ … … 817 865 $image = $settings['image']['url']; 818 866 867 819 868 ?> 820 869 821 870 822 <div class="staff-member style3" style="<?php echo esc_attr($container_styles); ?>">871 <div class="staff-member style3"> 823 872 <?php if ( $image ) : ?> 824 <img class="staff-member-img" src="<?php echo esc_url( $image ); ?>" alt="<?php echo esc_attr( $settings['staff_name'] ); ?>"> 825 <?php endif; ?> 826 873 <figure class="dafe-staff-image"> 874 <?php 875 echo wp_kses_post( Group_Control_Image_Size::get_attachment_image_html( $settings, 'thumbnail', 'image' )); 876 877 ?> 878 </figure> 879 <?php endif; ?> 880 827 881 <div class="staff-member-content"> 828 882 <?php if ( $settings['staff_name'] ) : ?> … … 833 887 <?php endif; ?> 834 888 <?php if ( $settings['staff_text'] ) : ?> 835 <p class="staff-member-text" style="<?php echo esc_attr($container_styles); ?>"><?php echo esc_html( $settings['staff_text'] ); ?></p>889 <p class="staff-member-text"><?php echo esc_html( $settings['staff_text'] ); ?></p> 836 890 <?php endif; ?> 837 891 </div> -
definitive-addons-for-elementor/trunk/inc/Elements/Teaser_Box.php
r2693013 r2697892 9 9 use Elementor\Controls_Manager; 10 10 use Elementor\Group_Control_Box_Shadow; 11 use Elementor\Group_Control_Css_Filter; 11 12 use Elementor\Group_Control_Text_Shadow; 12 13 use Elementor\Group_Control_Text_Stroke; … … 214 215 'left' => [ 215 216 'title' =>__( 'Left', 'definitive-addons-for-elementor' ), 216 'icon' => ' fa fa-align-left',217 'icon' => 'eicon-text-align-left', 217 218 ], 218 219 'center' => [ 219 220 'title' =>__( 'Center', 'definitive-addons-for-elementor' ), 220 'icon' => ' fa fa-align-center',221 'icon' => 'eicon-text-align-center', 221 222 ], 222 223 'right' => [ 223 224 'title' =>__( 'Right', 'definitive-addons-for-elementor' ), 224 'icon' => ' fa fa-align-right',225 'icon' => 'eicon-text-align-right', 225 226 ], 226 227 ], 227 228 'default' => 'center', 229 'selectors' => [ 230 '{{WRAPPER}} .image-box,{{WRAPPER}} .image-box-subtitle' => 'text-align: {{VALUE}};', 231 ], 228 232 229 233 ] … … 245 249 'image_size', 246 250 [ 247 'label' => __( 'Image Size', 'definitive-addons-for-elementor' ),251 'label' => __( 'Image Width(%)', 'definitive-addons-for-elementor' ), 248 252 'type' => Controls_Manager::SLIDER, 249 'size_units' => [' px'],253 'size_units' => ['%'], 250 254 'default' => [ 251 'unit' => ' px',252 'size' => 200,255 'unit' => '%', 256 'size' => 40, 253 257 ], 254 258 'range' => [ 255 259 256 ' px' => [257 'min' => 20,258 'max' => 400,260 '%' => [ 261 'min' => 10, 262 'max' => 100, 259 263 ], 260 264 ], 261 265 'selectors' => [ 262 '{{WRAPPER}} . image-box-entry img' => 'width: {{SIZE}}{{UNIT}};height: {{SIZE}}{{UNIT}};',266 '{{WRAPPER}} .dafe-card-image img' => 'width: {{SIZE}}{{UNIT}};', 263 267 ], 264 268 ] … … 269 273 [ 270 274 'name' => 'image_border', 271 'selector' => '{{WRAPPER}} . image-box-entryimg',275 'selector' => '{{WRAPPER}} .dafe-card-image img', 272 276 ] 273 277 ); … … 280 284 'size_units' => [ 'px', '%' ], 281 285 'selectors' => [ 282 '{{WRAPPER}} . image-box-entryimg' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}; overflow: hidden;',286 '{{WRAPPER}} .dafe-card-image img' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}; overflow: hidden;', 283 287 ], 284 288 ] … … 295 299 ], 296 300 'selectors' => [ 297 '{{WRAPPER}} .image-box-entry img' => 'margin-bottom: {{SIZE}}{{UNIT}};', 298 ], 299 ] 300 ); 301 '{{WRAPPER}} .image-box-entry .dafe-card-image' => 'margin-bottom: {{SIZE}}{{UNIT}};', 302 ], 303 ] 304 ); 305 306 $this->add_group_control( 307 Group_Control_Css_Filter::get_type(), 308 [ 309 'label' => __( 'CSS Filter', 'definitive-addons-for-elementor' ), 310 'name' => 'img_css_filter', 311 'selector' => '{{WRAPPER}} .dafe-card-image img', 312 ] 313 ); 314 315 $this->add_group_control( 316 Group_Control_Css_Filter::get_type(), 317 [ 318 'label' => __( 'CSS Filter Hover', 'definitive-addons-for-elementor' ), 319 'name' => 'img_css_hvr_filter', 320 'selector' => '{{WRAPPER}}:hover .dafe-card-image img', 321 ] 322 ); 323 324 301 325 302 326 … … 605 629 'container_hvr_bg_color', 606 630 [ 607 'label' => __( ' Container Hover BackgroundColor', 'definitive-addons-for-elementor' ),631 'label' => __( 'Background Hover Color', 'definitive-addons-for-elementor' ), 608 632 'type' => Controls_Manager::COLOR, 609 633 'selectors' => [ … … 623 647 'container_border_radius', 624 648 [ 625 'label' => __( ' ContainerBorder Radius', 'definitive-addons-for-elementor' ),649 'label' => __( 'Border Radius', 'definitive-addons-for-elementor' ), 626 650 'type' => Controls_Manager::DIMENSIONS, 627 651 'size_units' => [ 'px', '%' ], … … 635 659 'container_hover_border_color', 636 660 [ 637 'label' => __(' ContainerBorder Hover Color', 'definitive-addons-for-elementor'),661 'label' => __('Border Hover Color', 'definitive-addons-for-elementor'), 638 662 'type' => Controls_Manager::COLOR, 639 663 'selectors' => [ … … 675 699 $settings = $this->get_settings_for_display(); 676 700 $link = $this->get_settings_for_display( 'btn_link' ); 677 $image_box_alignment = $this->get_settings_for_display('image_box_alignment'); 678 $container_styles = 'text-align:'.$image_box_alignment.';'; 701 679 702 $title_tag = $this->get_settings_for_display( 'title_tag' ); 680 703 … … 688 711 ?> 689 712 690 <div class="image-box style3" style="<?php echo esc_attr($container_styles) ?>">713 <div class="image-box style3"> 691 714 <div class="image-box-entry"> 692 715 <?php if ( $image ) : ?> 693 <?php echo Group_Control_Image_Size::get_attachment_image_html( $settings, 'thumbnail', 'box_image' ); ?> 694 716 <figure class="dafe-card-image"> 717 718 <?php echo wp_kses_post( Group_Control_Image_Size::get_attachment_image_html( $settings, 'thumbnail', 'box_image' )); ?> 719 720 </figure> 695 721 <?php endif; ?> 696 722 … … 705 731 706 732 <?php if ( $settings['box_text'] ) : ?> 707 <p class="image-box-subtitle" style="<?php echo esc_attr($container_styles) ?>"><?php echo esc_html( $settings['box_text'] ); ?></p>733 <p class="image-box-subtitle"><?php echo esc_html( $settings['box_text'] ); ?></p> 708 734 <?php endif; ?> 709 735 <?php if ( $settings['box_button'] ) : ?> -
definitive-addons-for-elementor/trunk/inc/Elements/Testimonial.php
r2694101 r2697892 95 95 'type' => Controls_Manager::URL, 96 96 97 'placeholder' => esc_html__( 'https://softfirm.com', 'definitive-addons-for-elementor' ),97 'placeholder' =>__( 'https://softfirm.com', 'definitive-addons-for-elementor' ), 98 98 ] 99 99 ); -
definitive-addons-for-elementor/trunk/inc/Elements/Testimonial_Slider.php
r2694663 r2697892 885 885 $slidesToShow = $this->get_settings_for_display('slidesToShow'); 886 886 887 if ($loop == 'yes' ){$loop = 'true';} 888 if ($loop == 'no' ){$loop = 'false';} 889 if ($autoplay == 'yes' ){$autoplay = 'true';} 890 if ($autoplay == 'no' ){$autoplay = 'false';} 891 892 893 894 895 $container_styles = "position:relative;"; 896 897 $container_styles .= "overflow:hidden;"; 887 888 898 889 $id = uniqid(); 899 890 $this->add_render_attribute( 'nl-testimonial-entry', [ … … 909 900 ?> 910 901 911 <div class="widget-testimonial-slide" style="<?php echo esc_attr($container_styles) ?>">902 <div class="widget-testimonial-slide"> 912 903 913 904 <div id="<?php echo esc_attr($id); ?>" <?php $this->print_render_attribute_string( 'nl-testimonial-entry' ); ?>> -
definitive-addons-for-elementor/trunk/inc/Reuses/Reuse.php
r2694663 r2697892 196 196 } 197 197 198 public static function dafe_social_brand_icons() { 198 199 200 public static function dafe_social_icon_brands() { 199 201 $social_brands = array(); 200 202 return $social_brands = 201 203 [ 202 '500px' =>__('500px','definitive-addons-for-elementor'),203 'android' =>__('android','definitive-addons-for-elementor'),204 'apple' =>__('apple','definitive-addons-for-elementor'),205 'behance' =>__('behance','definitive-addons-for-elementor'),206 'bitbucket' =>__('bitbucket','definitive-addons-for-elementor'),207 'codepen' =>__('codepen','definitive-addons-for-elementor'),208 'delicious' =>__('delicious','definitive-addons-for-elementor'),209 'deviantart' =>__('deviantart','definitive-addons-for-elementor'),210 'digg' =>__('digg','definitive-addons-for-elementor'),211 'dribbble' =>__('dribbble','definitive-addons-for-elementor'),212 213 'facebook' =>__('facebook','definitive-addons-for-elementor'),214 'flickr' =>__('flickr','definitive-addons-for-elementor'),215 'foursquare' =>__('foursquare','definitive-addons-for-elementor'),216 217 'github' =>__('github','definitive-addons-for-elementor'),218 219 'globe' =>__('globe','definitive-addons-for-elementor'),220 'google-plus' =>__('google-plus','definitive-addons-for-elementor'),221 'houzz' =>__('houzz','definitive-addons-for-elementor'),222 'instagram' =>__('instagram','definitive-addons-for-elementor'),223 'jsfiddle' =>__('jsfiddle','definitive-addons-for-elementor'),224 'linkedin' =>__('linkedin','definitive-addons-for-elementor'),225 'medium' =>__('medium','definitive-addons-for-elementor'),226 'meetup' =>__('meetup','definitive-addons-for-elementor'),227 'mixcloud' =>__('mixcloud','definitive-addons-for-elementor'),228 229 'pinterest' =>__('pinterest','definitive-addons-for-elementor'),230 'product-hunt' =>__('product-hunt','definitive-addons-for-elementor'),231 'reddit' =>__('reddit','definitive-addons-for-elementor'),232 'shopping-cart' =>__('shopping-cart','definitive-addons-for-elementor'),233 'skype' =>__('skype','definitive-addons-for-elementor'),234 'slideshare' =>__('slideshare','definitive-addons-for-elementor'),235 'snapchat' =>__('snapchat','definitive-addons-for-elementor'),236 'soundcloud' =>__('soundcloud','definitive-addons-for-elementor'),237 'spotify' =>__('spotify','definitive-addons-for-elementor'),238 239 'steam' =>__('steam','definitive-addons-for-elementor'),240 'stumbleupon' =>__('stumbleupon','definitive-addons-for-elementor'),241 'telegram' =>__('telegram','definitive-addons-for-elementor'),242 'thumb-tack' =>__('thumb-tack','definitive-addons-for-elementor'),243 'tripadvisor' =>__('tripadvisor','definitive-addons-for-elementor'),244 'tumblr' =>__('tumblr','definitive-addons-for-elementor'),245 'twitch' =>__('twitch','definitive-addons-for-elementor'),246 'twitter' =>__('twitter','definitive-addons-for-elementor'),247 'viber' =>__('viber','definitive-addons-for-elementor'),248 'vimeo' =>__('vimeo','definitive-addons-for-elementor'),249 'vk' =>__('vk','definitive-addons-for-elementor'),250 'weibo' =>__('weibo','definitive-addons-for-elementor'),251 'weixin' =>__('weixin','definitive-addons-for-elementor'),252 'whatsapp' =>__('whatsapp','definitive-addons-for-elementor'),253 'wordpress' =>__('wordpress','definitive-addons-for-elementor'),254 'xing' =>__('xing','definitive-addons-for-elementor'),255 'yelp' =>__('yelp','definitive-addons-for-elementor'),256 'youtube' =>__('youtube','definitive-addons-for-elementor'),257 258 'cc-amex' =>__('cc-amex','definitive-addons-for-elementor'),259 'cc-mastercard' =>__('cc-mastercard','definitive-addons-for-elementor'),260 'cc-paypal' =>__('cc-paypal','definitive-addons-for-elementor'),261 'cc-stripe' =>__('cc-stripe','definitive-addons-for-elementor'),262 'cc-visa' =>__('cc-visa','definitive-addons-for-elementor'),263 'credit-card' =>__('credit-card','definitive-addons-for-elementor'),264 'google-wallet' =>__('google-wallet','definitive-addons-for-elementor'),265 'paypal' =>__('paypal','definitive-addons-for-elementor'),266 'cc-discover' =>__('cc-discover','definitive-addons-for-elementor'),267 'cc-jcb' =>__('cc-jcb','definitive-addons-for-elementor')204 '500px', 205 'android', 206 'apple', 207 'behance', 208 'bitbucket', 209 'codepen', 210 'delicious', 211 'deviantart', 212 'digg', 213 'dribbble', 214 215 'facebook', 216 'flickr', 217 'foursquare', 218 219 'github', 220 221 'globe', 222 'google-plus', 223 'houzz', 224 'instagram', 225 'jsfiddle', 226 'linkedin', 227 'medium', 228 'meetup', 229 'mixcloud', 230 231 'pinterest', 232 'product-hunt', 233 'reddit', 234 'shopping-cart', 235 'skype', 236 'slideshare', 237 'snapchat', 238 'soundcloud', 239 'spotify', 240 241 'steam', 242 'stumbleupon', 243 'telegram', 244 'thumb-tack', 245 'tripadvisor', 246 'tumblr', 247 'twitch', 248 'twitter', 249 'viber', 250 'vimeo', 251 'vk', 252 'weibo', 253 'weixin', 254 'whatsapp', 255 'wordpress', 256 'xing', 257 'yelp', 258 'youtube', 259 260 'cc-amex', 261 'cc-mastercard', 262 'cc-paypal', 263 'cc-stripe', 264 'cc-visa', 265 'credit-card', 266 'google-wallet', 267 'paypal', 268 'cc-discover', 269 'cc-jcb' 268 270 ]; 269 271 } 272 270 273 271 274 public static function dafe_css_animations() { -
definitive-addons-for-elementor/trunk/js/custom.js
r2694663 r2697892 2 2 3 3 var slicks = function() { 4 4 5 $( '.definitive-slick').each( function() { 5 var $this = $( this ); 6 7 var $this = $( this ); 6 8 var autospeed = $this.data('autospeed'); 7 9 var autoplay = $this.data('autoplay'); … … 12 14 infinite: loop, 13 15 slidesToShow: 1, 14 15 16 arrows: true, 16 17 dots:true, … … 20 21 centerPadding: '0', 21 22 autoplaySpeed: autospeed, 22 prevArrow: '<div class="slick-prev fa fa-angle-right"></div>', 23 nextArrow: '<div class="slick-next fa fa-angle-left"></div>', 23 prevArrow: '<i class="eicon-chevron-left left"></i>', 24 nextArrow: '<i class="eicon-chevron-right right"></i>', 25 24 26 25 27 }); 26 28 }); 27 29 }; 30 31 28 32 29 33 var testimonials = function() { -
definitive-addons-for-elementor/trunk/languages/definitive-addons-for-elementor.pot
r2694663 r2697892 3 3 msgstr "" 4 4 "Project-Id-Version: definitive-addons-for-elementor\n" 5 "POT-Creation-Date: 2022-03- 16 14:03+0600\n"5 "POT-Creation-Date: 2022-03-22 23:27+0600\n" 6 6 "PO-Revision-Date: 2020-03-12 14:48+0600\n" 7 7 "Last-Translator: \n" … … 58 58 #: inc/Elements/Filterable_Portfolio.php:159 59 59 #: inc/Elements/Post_Carousel.php:100 inc/Elements/Post_Grid.php:178 60 #: inc/Elements/Slider.php:8 6inc/Elements/Tabs.php:6160 #: inc/Elements/Slider.php:87 inc/Elements/Tabs.php:61 61 61 #: inc/Elements/Testimonial.php:116 inc/Elements/Testimonial_Slider.php:106 62 62 msgid "Title" … … 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 88 #: inc/Elements/Pricing_Table.php:251 inc/Elements/Slider.php:10 689 #: inc/Elements/Slider.php:10 7inc/Elements/Tabs.php:8190 #: inc/Elements/Teaser_Box.php:18 288 #: inc/Elements/Pricing_Table.php:251 inc/Elements/Slider.php:107 89 #: inc/Elements/Slider.php:108 inc/Elements/Tabs.php:81 90 #: inc/Elements/Teaser_Box.php:183 91 91 msgid "Button Text" 92 92 msgstr "" … … 99 99 #: 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 #: inc/Elements/Tabs.php:94 inc/Elements/Teaser_Box.php:19 4101 #: inc/Elements/Tabs.php:94 inc/Elements/Teaser_Box.php:195 102 102 msgid "Button Link" 103 103 msgstr "" … … 160 160 #: inc/Elements/Flip_Box.php:303 inc/Elements/Icon_Box.php:535 161 161 #: inc/Elements/Image_Overlay.php:280 inc/Elements/Ninja_Forms.php:308 162 #: inc/Elements/Popular_Post.php:88 inc/Elements/Post_Carousel.php:2 32162 #: inc/Elements/Popular_Post.php:88 inc/Elements/Post_Carousel.php:275 163 163 #: inc/Elements/Post_Grid.php:302 inc/Elements/Products.php:231 164 #: inc/Elements/Promo-box.php:219 inc/Elements/Slider.php: 300165 #: inc/Elements/Tabs.php:245 inc/Elements/Teaser_Box.php:3 38164 #: inc/Elements/Promo-box.php:219 inc/Elements/Slider.php:290 165 #: inc/Elements/Tabs.php:245 inc/Elements/Teaser_Box.php:362 166 166 #: inc/Elements/Testimonial.php:384 inc/Elements/Testimonial_Slider.php:491 167 167 #: inc/Elements/WpForm.php:295 inc/Elements/heading-with-separator.php:162 … … 178 178 #: inc/Elements/Filterable_Portfolio.php:497 inc/Elements/Flip_Box.php:314 179 179 #: inc/Elements/Icon_Box.php:546 inc/Elements/Image_Overlay.php:292 180 #: inc/Elements/Popular_Post.php:99 inc/Elements/Post_Carousel.php:2 44180 #: inc/Elements/Popular_Post.php:99 inc/Elements/Post_Carousel.php:287 181 181 #: inc/Elements/Post_Grid.php:313 inc/Elements/Promo-box.php:230 182 #: inc/Elements/Tabs.php:268 inc/Elements/Teaser_Box.php:3 49182 #: inc/Elements/Tabs.php:268 inc/Elements/Teaser_Box.php:373 183 183 #: inc/Elements/heading-with-separator.php:185 184 184 msgid "Title Hover Color" … … 202 202 #: inc/Elements/Feature_list.php:168 inc/Elements/Icon_Box.php:323 203 203 #: inc/Elements/Icon_List.php:212 inc/Elements/Pricing_Table.php:533 204 #: inc/Elements/Social_Icon.php:47 7 inc/Elements/Staff_Member.php:519204 #: inc/Elements/Social_Icon.php:476 inc/Elements/Staff_Member.php:568 205 205 #: inc/Elements/Tabs.php:329 206 206 msgid "Size" … … 212 212 #: inc/Elements/Feature_list.php:231 inc/Elements/Icon_Box.php:411 213 213 #: inc/Elements/Icon_List.php:234 inc/Elements/Pricing_Table.php:555 214 #: inc/Elements/Staff_Member.php: 583inc/Elements/Tabs.php:352214 #: inc/Elements/Staff_Member.php:632 inc/Elements/Tabs.php:352 215 215 msgid "Icon Color" 216 216 msgstr "" … … 221 221 #: inc/Elements/Feature_list.php:243 inc/Elements/Icon_Box.php:423 222 222 #: inc/Elements/Icon_List.php:246 inc/Elements/Pricing_Table.php:567 223 #: inc/Elements/Staff_Member.php: 595inc/Elements/Tabs.php:364223 #: inc/Elements/Staff_Member.php:644 inc/Elements/Tabs.php:364 224 224 msgid "Icon Hover Color" 225 225 msgstr "" … … 239 239 msgstr "" 240 240 241 #: inc/Elements/Accordion.php:525 inc/Elements/Counter.php: 468241 #: inc/Elements/Accordion.php:525 inc/Elements/Counter.php:587 242 242 #: inc/Elements/Feature_list.php:327 inc/Elements/Post_Grid.php:551 243 243 #: inc/Elements/Tabs.php:481 … … 265 265 #: inc/Elements/Filterable_Portfolio.php:664 inc/Elements/Ninja_Forms.php:566 266 266 #: inc/Elements/Post_Grid.php:496 inc/Elements/Tabs.php:584 267 #: inc/Elements/Teaser_Box.php:4 75inc/Elements/WpForm.php:606267 #: inc/Elements/Teaser_Box.php:499 inc/Elements/WpForm.php:606 268 268 msgid "Button Color" 269 269 msgstr "" … … 273 273 #: inc/Elements/Filterable_Portfolio.php:675 inc/Elements/Ninja_Forms.php:577 274 274 #: inc/Elements/Post_Grid.php:506 inc/Elements/Pricing_Table.php:780 275 #: inc/Elements/Slider.php: 493inc/Elements/Tabs.php:596276 #: inc/Elements/Teaser_Box.php: 487inc/Elements/WpForm.php:617275 #: inc/Elements/Slider.php:548 inc/Elements/Tabs.php:596 276 #: inc/Elements/Teaser_Box.php:511 inc/Elements/WpForm.php:617 277 277 msgid "Button Background Color" 278 278 msgstr "" … … 282 282 #: inc/Elements/Filterable_Portfolio.php:686 inc/Elements/Ninja_Forms.php:587 283 283 #: inc/Elements/Post_Grid.php:516 inc/Elements/Pricing_Table.php:791 284 #: inc/Elements/Slider.php:5 04inc/Elements/Subscription.php:173285 #: inc/Elements/Tabs.php:608 inc/Elements/Teaser_Box.php: 499284 #: inc/Elements/Slider.php:559 inc/Elements/Subscription.php:173 285 #: inc/Elements/Tabs.php:608 inc/Elements/Teaser_Box.php:523 286 286 #: inc/Elements/WpForm.php:627 287 287 msgid "Button Hover Color" … … 292 292 #: inc/Elements/Filterable_Portfolio.php:697 inc/Elements/Ninja_Forms.php:597 293 293 #: inc/Elements/Post_Grid.php:526 inc/Elements/Pricing_Table.php:802 294 #: inc/Elements/Slider.php:5 15inc/Elements/Subscription.php:195295 #: inc/Elements/Tabs.php:620 inc/Elements/Teaser_Box.php:5 11294 #: inc/Elements/Slider.php:570 inc/Elements/Subscription.php:195 295 #: inc/Elements/Tabs.php:620 inc/Elements/Teaser_Box.php:535 296 296 #: inc/Elements/WpForm.php:637 297 297 msgid "Button Hover Background Color" … … 300 300 #: inc/Elements/Accordion.php:686 inc/Elements/Contact_form_7.php:751 301 301 #: inc/Elements/Creative_Button.php:265 inc/Elements/Ninja_Forms.php:616 302 #: inc/Elements/Tabs.php:641 inc/Elements/Teaser_Box.php:5 32302 #: inc/Elements/Tabs.php:641 inc/Elements/Teaser_Box.php:556 303 303 #: inc/Elements/WpForm.php:656 304 304 msgid "Button Padding" … … 312 312 #: inc/Elements/Contact_form_7.php:771 inc/Elements/Creative_Button.php:285 313 313 #: inc/Elements/Ninja_Forms.php:636 inc/Elements/Pricing_Table.php:852 314 #: inc/Elements/Slider.php: 565inc/Elements/Subscription.php:205315 #: inc/Elements/Tabs.php:681 inc/Elements/Teaser_Box.php:5 52314 #: inc/Elements/Slider.php:620 inc/Elements/Subscription.php:205 315 #: inc/Elements/Tabs.php:681 inc/Elements/Teaser_Box.php:576 316 316 #: inc/Elements/WpForm.php:676 317 317 msgid "Button Border Radius" … … 325 325 #: inc/Elements/Flip_Box.php:456 inc/Elements/Icon_Box.php:276 326 326 #: inc/Elements/Post_Grid.php:606 inc/Elements/Pricing_Table.php:928 327 #: inc/Elements/Teaser_Box.php:6 48inc/Elements/Testimonial.php:609327 #: inc/Elements/Teaser_Box.php:672 inc/Elements/Testimonial.php:609 328 328 #: inc/Elements/Testimonial_Slider.php:711 329 329 msgid "Container Shadow" … … 333 333 #: inc/Elements/Flip_Box.php:466 inc/Elements/Icon_Box.php:286 334 334 #: inc/Elements/Post_Grid.php:616 inc/Elements/Pricing_Table.php:938 335 #: inc/Elements/Teaser_Box.php:6 58inc/Elements/Testimonial.php:619335 #: inc/Elements/Teaser_Box.php:682 inc/Elements/Testimonial.php:619 336 336 #: inc/Elements/Testimonial_Slider.php:721 337 337 msgid "Container Hover Shadow" … … 364 364 #: inc/Elements/Image_Overlay.php:122 inc/Elements/Ninja_Forms.php:147 365 365 #: inc/Elements/Pricing_Table.php:80 inc/Elements/Products.php:71 366 #: inc/Elements/Teaser_Box.php:10 5inc/Elements/WpForm.php:134366 #: inc/Elements/Teaser_Box.php:106 inc/Elements/WpForm.php:134 367 367 #: inc/Elements/heading-with-separator.php:79 368 368 msgid "Title HTML Tag" … … 373 373 #: inc/Elements/Ninja_Forms.php:152 inc/Elements/Pricing_Table.php:85 374 374 #: inc/Elements/Products.php:75 inc/Elements/Subscription.php:82 375 #: inc/Elements/Teaser_Box.php:11 0inc/Elements/WpForm.php:139375 #: inc/Elements/Teaser_Box.php:111 inc/Elements/WpForm.php:139 376 376 #: inc/Elements/heading-with-separator.php:83 377 377 msgid "H1" … … 382 382 #: inc/Elements/Ninja_Forms.php:153 inc/Elements/Pricing_Table.php:89 383 383 #: inc/Elements/Products.php:76 inc/Elements/Subscription.php:83 384 #: inc/Elements/Teaser_Box.php:11 4inc/Elements/WpForm.php:140384 #: inc/Elements/Teaser_Box.php:115 inc/Elements/WpForm.php:140 385 385 #: inc/Elements/heading-with-separator.php:84 386 386 msgid "H2" … … 391 391 #: inc/Elements/Ninja_Forms.php:154 inc/Elements/Pricing_Table.php:93 392 392 #: inc/Elements/Products.php:77 inc/Elements/Subscription.php:84 393 #: inc/Elements/Teaser_Box.php:11 8inc/Elements/WpForm.php:141393 #: inc/Elements/Teaser_Box.php:119 inc/Elements/WpForm.php:141 394 394 #: inc/Elements/heading-with-separator.php:85 395 395 msgid "H3" … … 400 400 #: inc/Elements/Ninja_Forms.php:155 inc/Elements/Pricing_Table.php:97 401 401 #: inc/Elements/Products.php:78 inc/Elements/Subscription.php:85 402 #: inc/Elements/Teaser_Box.php:12 2inc/Elements/WpForm.php:142402 #: inc/Elements/Teaser_Box.php:123 inc/Elements/WpForm.php:142 403 403 #: inc/Elements/heading-with-separator.php:86 404 404 msgid "H4" … … 409 409 #: inc/Elements/Ninja_Forms.php:156 inc/Elements/Pricing_Table.php:101 410 410 #: inc/Elements/Products.php:79 inc/Elements/Subscription.php:86 411 #: inc/Elements/Teaser_Box.php:12 6inc/Elements/WpForm.php:143411 #: inc/Elements/Teaser_Box.php:127 inc/Elements/WpForm.php:143 412 412 #: inc/Elements/heading-with-separator.php:87 413 413 msgid "H5" … … 418 418 #: inc/Elements/Ninja_Forms.php:157 inc/Elements/Pricing_Table.php:105 419 419 #: inc/Elements/Products.php:80 inc/Elements/Subscription.php:87 420 #: inc/Elements/Teaser_Box.php:13 0inc/Elements/WpForm.php:144420 #: inc/Elements/Teaser_Box.php:131 inc/Elements/WpForm.php:144 421 421 #: inc/Elements/heading-with-separator.php:88 422 422 msgid "H6" … … 434 434 435 435 #: inc/Elements/CTA.php:170 inc/Elements/Creative_Button.php:310 436 #: inc/Elements/Pricing_Table.php:268 inc/Elements/Slider.php:11 3436 #: inc/Elements/Pricing_Table.php:268 inc/Elements/Slider.php:114 437 437 msgid "Button Icon" 438 438 msgstr "" … … 459 459 460 460 #: inc/Elements/CTA.php:231 inc/Elements/Creative_Button.php:318 461 #: inc/Elements/Slider.php:5 27461 #: inc/Elements/Slider.php:582 462 462 msgid "Icon Size" 463 463 msgstr "" … … 465 465 #: inc/Elements/CTA.php:252 inc/Elements/Counter.php:190 466 466 #: inc/Elements/Feature_list.php:189 inc/Elements/Icon_Box.php:344 467 #: inc/Elements/Staff_Member.php:5 40467 #: inc/Elements/Staff_Member.php:589 468 468 msgid "Icon Height" 469 469 msgstr "" … … 471 471 #: inc/Elements/CTA.php:273 inc/Elements/Counter.php:211 472 472 #: inc/Elements/Feature_list.php:210 inc/Elements/Icon_Box.php:365 473 #: inc/Elements/Staff_Member.php: 562473 #: inc/Elements/Staff_Member.php:611 474 474 msgid "Icon Width" 475 475 msgstr "" … … 487 487 #: inc/Elements/CTA.php:351 inc/Elements/Counter.php:287 488 488 #: inc/Elements/Feature_list.php:287 inc/Elements/Icon_Box.php:456 489 #: inc/Elements/Staff_Member.php:636490 489 msgid "Icon Border Radius" 491 490 msgstr "" 492 491 493 #: inc/Elements/CTA.php:363 inc/Elements/Staff_Member.php:648492 #: inc/Elements/CTA.php:363 494 493 msgid "Icon Border Hover Color" 495 494 msgstr "" … … 508 507 #: inc/Elements/CTA.php:405 inc/Elements/Contact_form_7.php:275 509 508 #: inc/Elements/Feature_list.php:372 inc/Elements/Icon_Box.php:523 510 #: inc/Elements/Ninja_Forms.php:293 inc/Elements/Slider.php:3 21509 #: inc/Elements/Ninja_Forms.php:293 inc/Elements/Slider.php:311 511 510 #: inc/Elements/WpForm.php:280 inc/Elements/heading-with-separator.php:150 512 511 msgid "Title Bottom Spacing" … … 519 518 #: inc/Elements/CTA.php:478 inc/Elements/Contact_form_7.php:336 520 519 #: inc/Elements/Feature_list.php:454 inc/Elements/Icon_Box.php:614 521 #: inc/Elements/Ninja_Forms.php:354 inc/Elements/Slider.php:3 36522 #: inc/Elements/Teaser_Box.php:4 13inc/Elements/WpForm.php:342520 #: inc/Elements/Ninja_Forms.php:354 inc/Elements/Slider.php:326 521 #: inc/Elements/Teaser_Box.php:437 inc/Elements/WpForm.php:342 523 522 msgid "Description Color" 524 523 msgstr "" 525 524 526 525 #: inc/Elements/CTA.php:501 inc/Elements/Pricing_Table.php:710 527 #: inc/Elements/Slider.php: 462526 #: inc/Elements/Slider.php:517 528 527 msgid "Button" 529 528 msgstr "" … … 539 538 540 539 #: inc/Elements/CTA.php:545 inc/Elements/Pricing_Table.php:769 541 #: inc/Elements/Slider.php: 482inc/Elements/Subscription.php:163540 #: inc/Elements/Slider.php:537 inc/Elements/Subscription.php:163 542 541 msgid "Button Text Color" 543 542 msgstr "" … … 547 546 msgstr "" 548 547 549 #: inc/Elements/CTA.php:639 inc/Elements/Teaser_Box.php:5 63548 #: inc/Elements/CTA.php:639 inc/Elements/Teaser_Box.php:587 550 549 msgid "Button Border Hover Color" 551 550 msgstr "" … … 593 592 594 593 #: inc/Elements/Category_Box.php:90 inc/Elements/Filterable_Portfolio.php:387 595 #: inc/Elements/Slider.php:2 87594 #: inc/Elements/Slider.php:266 596 595 msgid "Overlay Background Color" 597 596 msgstr "" … … 603 602 604 603 #: inc/Elements/Category_Box.php:112 inc/Elements/Image_Overlay.php:231 605 #: inc/Elements/Promo-box.php:178 inc/Elements/Slider.php:2 75604 #: inc/Elements/Promo-box.php:178 inc/Elements/Slider.php:254 606 605 msgid "Overlay Padding" 607 606 msgstr "" … … 680 679 msgstr "" 681 680 682 #: inc/Elements/Category_List.php:244 inc/Elements/Staff_Member.php: 659681 #: inc/Elements/Category_List.php:244 inc/Elements/Staff_Member.php:708 683 682 msgid "Icon Right Spacing" 684 683 msgstr "" … … 704 703 msgstr "" 705 704 706 #: inc/Elements/Category_List.php:335 inc/Elements/Counter.php: 534707 #: inc/Elements/Icon_Box.php:385 inc/Elements/Staff_Member.php: 764705 #: inc/Elements/Category_List.php:335 inc/Elements/Counter.php:601 706 #: inc/Elements/Icon_Box.php:385 inc/Elements/Staff_Member.php:813 708 707 msgid "Rotate" 709 708 msgstr "" … … 720 719 #: inc/Elements/Icon_Box.php:262 inc/Elements/Ninja_Forms.php:229 721 720 #: inc/Elements/Promo-box.php:270 inc/Elements/Social_Icon.php:351 722 #: inc/Elements/Staff_Member.php: 698inc/Elements/Tabs.php:213723 #: inc/Elements/Teaser_Box.php: 584inc/Elements/Testimonial.php:569721 #: inc/Elements/Staff_Member.php:747 inc/Elements/Tabs.php:213 722 #: inc/Elements/Teaser_Box.php:608 inc/Elements/Testimonial.php:569 724 723 #: inc/Elements/Testimonial_Slider.php:680 inc/Elements/WpForm.php:216 725 724 msgid "Container Padding" … … 727 726 728 727 #: inc/Elements/Category_List.php:394 inc/Elements/Promo-box.php:293 729 #: inc/Elements/Staff_Member.php:722730 728 msgid "Container Background Hover Color" 731 729 msgstr "" … … 734 732 #: inc/Elements/Filterable_Portfolio.php:757 inc/Elements/Icon_Box.php:236 735 733 #: inc/Elements/Ninja_Forms.php:273 inc/Elements/Post_Grid.php:582 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 734 #: inc/Elements/Social_Icon.php:339 inc/Elements/Tabs.php:201 738 735 #: inc/Elements/WpForm.php:260 739 736 msgid "Container Border Radius" 740 737 msgstr "" 741 738 742 #: inc/Elements/Category_List.php:423 inc/Elements/Staff_Member.php:753 743 #: inc/Elements/Teaser_Box.php:637 739 #: inc/Elements/Category_List.php:423 744 740 msgid "Container Border Hover Color" 745 741 msgstr "" 746 742 747 #: inc/Elements/Category_List.php:433 inc/Elements/Counter.php:5 49748 #: inc/Elements/Promo-box.php:312 inc/Elements/Staff_Member.php:779743 #: inc/Elements/Category_List.php:433 inc/Elements/Counter.php:506 744 #: inc/Elements/Promo-box.php:312 749 745 msgid "Container Box Shadow" 750 746 msgstr "" 751 747 752 #: inc/Elements/Category_List.php:443 inc/Elements/Counter.php:5 59753 #: inc/Elements/Promo-box.php:322 inc/Elements/Staff_Member.php:789748 #: inc/Elements/Category_List.php:443 inc/Elements/Counter.php:549 749 #: inc/Elements/Promo-box.php:322 754 750 msgid "Container Hover Box Shadow" 755 751 msgstr "" … … 779 775 780 776 #: inc/Elements/Contact_form_7.php:103 inc/Elements/Flip_Box.php:66 781 #: inc/Elements/Ninja_Forms.php:108 inc/Elements/Teaser_Box.php:8 2777 #: inc/Elements/Ninja_Forms.php:108 inc/Elements/Teaser_Box.php:83 782 778 #: inc/Elements/WpForm.php:108 783 779 msgid "Show/Hide Title" … … 793 789 #: inc/Elements/Ninja_Forms.php:169 inc/Elements/Post_Carousel.php:152 794 790 #: inc/Elements/Post_Carousel.php:182 inc/Elements/Post_Carousel.php:196 795 #: inc/Elements/Post_ Grid.php:192 inc/Elements/Post_Grid.php:205796 #: inc/Elements/Post_Grid.php:2 17 inc/Elements/Products.php:143797 #: inc/Elements/Pro mo-box.php:117 inc/Elements/Slider.php:187798 #: inc/Elements/Slider.php: 217 inc/Elements/Slider.php:265799 #: inc/Elements/S ocial_Icon.php:102 inc/Elements/Social_Icon.php:129800 #: inc/Elements/S taff_Member.php:151 inc/Elements/Teaser_Box.php:85801 #: inc/Elements/Teaser_Box.php: 147 inc/Elements/Teaser_Box.php:172802 #: inc/Elements/Te stimonial.php:127 inc/Elements/Testimonial.php:185803 #: inc/Elements/Testimonial _Slider.php:117791 #: inc/Elements/Post_Carousel.php:220 inc/Elements/Post_Grid.php:192 792 #: inc/Elements/Post_Grid.php:205 inc/Elements/Post_Grid.php:217 793 #: inc/Elements/Products.php:143 inc/Elements/Promo-box.php:117 794 #: inc/Elements/Slider.php:188 inc/Elements/Slider.php:218 795 #: inc/Elements/Slider.php:244 inc/Elements/Social_Icon.php:102 796 #: inc/Elements/Social_Icon.php:129 inc/Elements/Staff_Member.php:142 797 #: inc/Elements/Teaser_Box.php:86 inc/Elements/Teaser_Box.php:148 798 #: inc/Elements/Teaser_Box.php:173 inc/Elements/Testimonial.php:127 799 #: inc/Elements/Testimonial.php:185 inc/Elements/Testimonial_Slider.php:117 804 800 #: inc/Elements/Testimonial_Slider.php:195 805 801 #: inc/Elements/Testimonial_Slider.php:265 … … 818 814 #: inc/Elements/Ninja_Forms.php:170 inc/Elements/Post_Carousel.php:153 819 815 #: inc/Elements/Post_Carousel.php:183 inc/Elements/Post_Carousel.php:197 820 #: inc/Elements/Post_ Grid.php:193 inc/Elements/Post_Grid.php:206821 #: inc/Elements/Post_Grid.php:2 18 inc/Elements/Products.php:144822 #: inc/Elements/Pro mo-box.php:118 inc/Elements/Slider.php:188823 #: inc/Elements/Slider.php: 218 inc/Elements/Slider.php:266824 #: inc/Elements/S ocial_Icon.php:103 inc/Elements/Social_Icon.php:130825 #: inc/Elements/S taff_Member.php:152 inc/Elements/Teaser_Box.php:86826 #: inc/Elements/Teaser_Box.php: 148 inc/Elements/Teaser_Box.php:173827 #: inc/Elements/Te stimonial.php:128 inc/Elements/Testimonial.php:186828 #: inc/Elements/Testimonial _Slider.php:118816 #: inc/Elements/Post_Carousel.php:221 inc/Elements/Post_Grid.php:193 817 #: inc/Elements/Post_Grid.php:206 inc/Elements/Post_Grid.php:218 818 #: inc/Elements/Products.php:144 inc/Elements/Promo-box.php:118 819 #: inc/Elements/Slider.php:189 inc/Elements/Slider.php:219 820 #: inc/Elements/Slider.php:245 inc/Elements/Social_Icon.php:103 821 #: inc/Elements/Social_Icon.php:130 inc/Elements/Staff_Member.php:143 822 #: inc/Elements/Teaser_Box.php:87 inc/Elements/Teaser_Box.php:149 823 #: inc/Elements/Teaser_Box.php:174 inc/Elements/Testimonial.php:128 824 #: inc/Elements/Testimonial.php:186 inc/Elements/Testimonial_Slider.php:118 829 825 #: inc/Elements/Testimonial_Slider.php:196 830 826 #: inc/Elements/Testimonial_Slider.php:266 … … 880 876 #: inc/Elements/Post_Grid.php:458 inc/Elements/Pricing_Table.php:205 881 877 #: inc/Elements/Pricing_Table.php:232 inc/Elements/Social_Icon.php:284 882 #: inc/Elements/Staff_Member.php:2 34inc/Elements/Subscription.php:112883 #: inc/Elements/Teaser_Box.php:21 5inc/Elements/Type.php:92878 #: inc/Elements/Staff_Member.php:226 inc/Elements/Subscription.php:112 879 #: inc/Elements/Teaser_Box.php:216 inc/Elements/Type.php:92 884 880 #: inc/Elements/Wording.php:140 inc/Elements/WpForm.php:184 885 881 #: inc/Elements/heading-with-separator.php:115 … … 895 891 #: inc/Elements/Post_Grid.php:115 inc/Elements/Post_Grid.php:462 896 892 #: inc/Elements/Pricing_Table.php:209 inc/Elements/Social_Icon.php:288 897 #: inc/Elements/Staff_Member.php:23 8inc/Elements/Subscription.php:116898 #: inc/Elements/Teaser_Box.php:2 19inc/Elements/Type.php:96893 #: inc/Elements/Staff_Member.php:230 inc/Elements/Subscription.php:116 894 #: inc/Elements/Teaser_Box.php:220 inc/Elements/Type.php:96 899 895 #: inc/Elements/Wording.php:144 inc/Elements/WpForm.php:188 900 896 #: inc/Elements/heading-with-separator.php:119 … … 911 907 #: inc/Elements/Post_Grid.php:466 inc/Elements/Pricing_Table.php:213 912 908 #: inc/Elements/Pricing_Table.php:237 inc/Elements/Social_Icon.php:292 913 #: inc/Elements/Staff_Member.php:2 42inc/Elements/Subscription.php:120914 #: inc/Elements/Teaser_Box.php:22 3inc/Elements/Type.php:100909 #: inc/Elements/Staff_Member.php:234 inc/Elements/Subscription.php:120 910 #: inc/Elements/Teaser_Box.php:224 inc/Elements/Type.php:100 915 911 #: inc/Elements/Wording.php:148 inc/Elements/WpForm.php:192 916 912 #: inc/Elements/heading-with-separator.php:123 … … 945 941 #: inc/Elements/Contact_form_7.php:321 inc/Elements/Feature_list.php:442 946 942 #: inc/Elements/Icon_Box.php:598 inc/Elements/Ninja_Forms.php:339 947 #: inc/Elements/Slider.php:3 57 inc/Elements/WpForm.php:327943 #: inc/Elements/Slider.php:347 inc/Elements/WpForm.php:327 948 944 msgid "Description Bottom Spacing" 949 945 msgstr "" … … 1062 1058 1063 1059 #: inc/Elements/Contact_form_7.php:689 inc/Elements/Ninja_Forms.php:554 1064 #: inc/Elements/Pricing_Table.php:733 inc/Elements/Teaser_Box.php:4 601060 #: inc/Elements/Pricing_Table.php:733 inc/Elements/Teaser_Box.php:484 1065 1061 #: inc/Elements/WpForm.php:594 1066 1062 msgid "Button Bottom Spacing" … … 1097 1093 #: inc/Elements/Counter.php:130 inc/Elements/Feature_list.php:129 1098 1094 #: inc/Elements/Icon_Box.php:173 inc/Elements/Social_Icon.php:278 1099 #: inc/Elements/Staff_Member.php:22 8inc/Elements/Subscription.php:1061100 #: inc/Elements/Teaser_Box.php:2 09inc/Elements/Type.php:861095 #: inc/Elements/Staff_Member.php:220 inc/Elements/Subscription.php:106 1096 #: inc/Elements/Teaser_Box.php:210 inc/Elements/Type.php:86 1101 1097 #: inc/Elements/Wording.php:134 inc/Elements/heading-with-separator.php:109 1102 1098 msgid "Set Alignment" … … 1108 1104 1109 1105 #: inc/Elements/Counter.php:300 inc/Elements/Feature_list.php:299 1110 #: inc/Elements/Icon_Box.php:489 inc/Elements/Staff_Member.php: 6721106 #: inc/Elements/Icon_Box.php:489 inc/Elements/Staff_Member.php:721 1111 1107 msgid "Icon Bottom Spacing" 1112 1108 msgstr "" … … 1144 1140 msgstr "" 1145 1141 1146 #: inc/Elements/Counter.php:491 1147 msgid "Counter Background Hover Color" 1148 msgstr "" 1149 1150 #: inc/Elements/Counter.php:511 1142 #: inc/Elements/Counter.php:470 1143 msgid "Counter Content Colors" 1144 msgstr "" 1145 1146 #: inc/Elements/Counter.php:477 inc/Elements/Social_Icon.php:146 1147 #: inc/Elements/Social_Icon.php:381 1148 msgid "Normal" 1149 msgstr "" 1150 1151 #: inc/Elements/Counter.php:495 inc/Elements/Social_Icon.php:182 1152 #: inc/Elements/Social_Icon.php:227 inc/Elements/Social_Icon.php:418 1153 #: inc/Elements/Social_Icon.php:462 1154 msgid "Border Color" 1155 msgstr "" 1156 1157 #: inc/Elements/Counter.php:519 inc/Elements/Social_Icon.php:196 1158 #: inc/Elements/Social_Icon.php:431 1159 msgid "Hover" 1160 msgstr "" 1161 1162 #: inc/Elements/Counter.php:538 1163 msgid "Counter Border Hover Color" 1164 msgstr "" 1165 1166 #: inc/Elements/Counter.php:575 1151 1167 msgid "Content Border Radius" 1152 msgstr ""1153 1154 #: inc/Elements/Counter.php:5231155 msgid "Counter Border Hover Color"1156 1168 msgstr "" 1157 1169 … … 1173 1185 msgstr "" 1174 1186 1175 #: inc/Elements/Creative_Button.php:163 inc/Elements/Social_Icon.php:5 721187 #: inc/Elements/Creative_Button.php:163 inc/Elements/Social_Icon.php:569 1176 1188 msgid "Button Hover Animation" 1177 1189 msgstr "" … … 1183 1195 #: inc/Elements/Creative_Button.php:234 inc/Elements/Flip_Box.php:403 1184 1196 #: inc/Elements/Icon_List.php:341 inc/Elements/Pricing_Table.php:664 1185 #: inc/Elements/Staff_Member.php: 490inc/Elements/Subscription.php:2411197 #: inc/Elements/Staff_Member.php:539 inc/Elements/Subscription.php:241 1186 1198 #: inc/Elements/Testimonial.php:463 inc/Elements/Testimonial_Slider.php:573 1187 1199 msgid "Text Color" … … 1194 1206 1195 1207 #: inc/Elements/Creative_Button.php:297 inc/Elements/Icon_Box.php:250 1208 #: inc/Elements/Staff_Member.php:697 inc/Elements/Staff_Member.php:802 1209 #: inc/Elements/Teaser_Box.php:661 1196 1210 msgid "Border Hover Color" 1197 1211 msgstr "" … … 1235 1249 msgstr "" 1236 1250 1237 #: inc/Elements/Feature_list.php:266 inc/Elements/Post_Carousel.php: 3861251 #: inc/Elements/Feature_list.php:266 inc/Elements/Post_Carousel.php:429 1238 1252 #: inc/Elements/Pricing_Table.php:309 inc/Elements/Products.php:322 1239 #: inc/Elements/Slider.php:4 15 inc/Elements/Staff_Member.php:6171253 #: inc/Elements/Slider.php:426 inc/Elements/Staff_Member.php:666 1240 1254 #: inc/Elements/Testimonial_Slider.php:798 1241 1255 msgid "Hover Background Color" … … 1378 1392 msgstr "" 1379 1393 1380 #: inc/Elements/Filterable_Portfolio.php:221 inc/Elements/Teaser_Box.php:18 71394 #: inc/Elements/Filterable_Portfolio.php:221 inc/Elements/Teaser_Box.php:188 1381 1395 #: inc/Reuses/Reuse.php:24 1382 1396 msgid "Read More" … … 1407 1421 #: inc/Elements/Filterable_Portfolio.php:533 inc/Elements/Flip_Box.php:288 1408 1422 #: inc/Elements/Flip_Box.php:361 inc/Elements/Popular_Post.php:76 1409 #: inc/Elements/Post_Carousel.php:2 20 inc/Elements/Post_Carousel.php:2741423 #: inc/Elements/Post_Carousel.php:263 inc/Elements/Post_Carousel.php:317 1410 1424 #: inc/Elements/Post_Grid.php:290 inc/Elements/Post_Grid.php:362 1411 #: inc/Elements/Products.php:219 inc/Elements/Slider.php: 4701412 #: inc/Elements/ Teaser_Box.php:323 inc/Elements/Teaser_Box.php:4011413 #: inc/Elements/Te stimonial.php:286 inc/Elements/Testimonial.php:3291414 #: inc/Elements/Testimonial _Slider.php:3741425 #: inc/Elements/Products.php:219 inc/Elements/Slider.php:525 1426 #: inc/Elements/Staff_Member.php:451 inc/Elements/Teaser_Box.php:347 1427 #: inc/Elements/Teaser_Box.php:425 inc/Elements/Testimonial.php:286 1428 #: inc/Elements/Testimonial.php:329 inc/Elements/Testimonial_Slider.php:374 1415 1429 #: inc/Elements/Testimonial_Slider.php:436 1416 1430 msgid "Bottom Spacing" … … 1446 1460 1447 1461 #: inc/Elements/Filterable_Portfolio.php:454 inc/Elements/Popular_Post.php:67 1448 #: inc/Elements/Post_Carousel.php:2 11inc/Elements/Post_Grid.php:2811462 #: inc/Elements/Post_Carousel.php:254 inc/Elements/Post_Grid.php:281 1449 1463 msgid "Blog Post Title" 1450 1464 msgstr "" 1451 1465 1452 1466 #: inc/Elements/Filterable_Portfolio.php:474 1453 #: inc/Elements/Post_Carousel.php:4 33inc/Elements/Products.php:3691454 #: inc/Elements/ Testimonial_Slider.php:8461467 #: inc/Elements/Post_Carousel.php:476 inc/Elements/Products.php:369 1468 #: inc/Elements/Slider.php:471 inc/Elements/Testimonial_Slider.php:846 1455 1469 msgid "Top Spacing" 1456 1470 msgstr "" 1457 1471 1458 1472 #: inc/Elements/Filterable_Portfolio.php:519 1459 #: inc/Elements/Post_Carousel.php: 266inc/Elements/Post_Grid.php:3531473 #: inc/Elements/Post_Carousel.php:309 inc/Elements/Post_Grid.php:353 1460 1474 msgid "Blog Post Meta" 1461 1475 msgstr "" 1462 1476 1463 1477 #: inc/Elements/Filterable_Portfolio.php:545 1464 #: inc/Elements/Post_Carousel.php: 289inc/Elements/Post_Grid.php:3741478 #: inc/Elements/Post_Carousel.php:332 inc/Elements/Post_Grid.php:374 1465 1479 msgid "Meta Color" 1466 1480 msgstr "" … … 1520 1534 msgstr "" 1521 1535 1522 #: inc/Elements/Flip_Box.php:55 inc/Elements/Teaser_Box.php: 591536 #: inc/Elements/Flip_Box.php:55 inc/Elements/Teaser_Box.php:60 1523 1537 msgid "Upload Image" 1524 1538 msgstr "" … … 1528 1542 msgstr "" 1529 1543 1530 #: inc/Elements/Flip_Box.php:84 inc/Elements/Staff_Member.php:1 101531 #: inc/Elements/Teaser_Box.php: 99inc/Elements/Testimonial.php:1071544 #: inc/Elements/Flip_Box.php:84 inc/Elements/Staff_Member.php:101 1545 #: inc/Elements/Teaser_Box.php:100 inc/Elements/Testimonial.php:107 1532 1546 #: inc/Elements/Testimonial_Slider.php:97 1533 1547 msgid "John Doe" … … 1538 1552 msgstr "" 1539 1553 1540 #: inc/Elements/Flip_Box.php:144 inc/Elements/Slider.php:9 61554 #: inc/Elements/Flip_Box.php:144 inc/Elements/Slider.php:97 1541 1555 msgid "Sub Title" 1542 1556 msgstr "" … … 1546 1560 msgstr "" 1547 1561 1548 #: inc/Elements/Flip_Box.php:156 inc/Elements/Teaser_Box.php:14 41562 #: inc/Elements/Flip_Box.php:156 inc/Elements/Teaser_Box.php:145 1549 1563 msgid "Show/Hide Text" 1550 1564 msgstr "" … … 1591 1605 1592 1606 #: inc/Elements/Flip_Box.php:446 inc/Elements/Post_Grid.php:594 1593 #: inc/Elements/Pricing_Table.php:897 inc/Elements/Teaser_Box.php:6071607 #: inc/Elements/Pricing_Table.php:897 1594 1608 msgid "Container Hover Background Color" 1595 1609 msgstr "" … … 1612 1626 1613 1627 #: inc/Elements/Icon_Box.php:90 inc/Elements/Image_Overlay.php:165 1614 #: inc/Elements/Promo-box.php:84 inc/Elements/Slider.php:7 61615 #: inc/Elements/Teaser_Box.php:20 01628 #: inc/Elements/Promo-box.php:84 inc/Elements/Slider.php:77 1629 #: inc/Elements/Teaser_Box.php:201 1616 1630 msgid "https://softfirm.net/" 1617 1631 msgstr "" … … 1643 1657 #: inc/Elements/Icon_Box.php:199 inc/Elements/Social_Icon.php:168 1644 1658 #: inc/Elements/Social_Icon.php:215 inc/Elements/Social_Icon.php:319 1645 #: inc/Elements/Social_Icon.php:403 inc/Elements/Social_Icon.php:45 11659 #: inc/Elements/Social_Icon.php:403 inc/Elements/Social_Icon.php:450 1646 1660 msgid "Background Color" 1647 1661 msgstr "" 1648 1662 1649 #: inc/Elements/Icon_Box.php:216 1663 #: inc/Elements/Icon_Box.php:216 inc/Elements/Staff_Member.php:771 1664 #: inc/Elements/Teaser_Box.php:631 1650 1665 msgid "Background Hover Color" 1651 1666 msgstr "" … … 1721 1736 1722 1737 #: inc/Elements/Image_Overlay.php:71 inc/Elements/Post_Grid.php:232 1723 #: inc/Elements/Promo-box.php:71 inc/Elements/Slider.php:6 31724 #: inc/Elements/Staff_Member.php:7 5 inc/Elements/Teaser_Box.php:2391738 #: inc/Elements/Promo-box.php:71 inc/Elements/Slider.php:64 1739 #: inc/Elements/Staff_Member.php:76 inc/Elements/Teaser_Box.php:243 1725 1740 #: inc/Elements/Testimonial.php:72 inc/Elements/Testimonial_Slider.php:74 1726 1741 msgid "Image" 1727 1742 msgstr "" 1728 1743 1729 #: inc/Elements/Image_Overlay.php:95 inc/Elements/Slider.php:2 621744 #: inc/Elements/Image_Overlay.php:95 inc/Elements/Slider.php:241 1730 1745 msgid "Show/Hide Overlay" 1731 1746 msgstr "" … … 1739 1754 msgstr "" 1740 1755 1741 #: inc/Elements/Image_Overlay.php:162 inc/Elements/Slider.php:7 31756 #: inc/Elements/Image_Overlay.php:162 inc/Elements/Slider.php:74 1742 1757 #: inc/Elements/Social_Icon.php:82 inc/Elements/Testimonial.php:94 1743 1758 #: inc/Elements/Testimonial_Slider.php:84 … … 1774 1789 1775 1790 #: inc/Elements/Image_Overlay.php:382 inc/Elements/Post_Grid.php:264 1776 #: inc/Elements/Staff_Member.php: 2861791 #: inc/Elements/Staff_Member.php:306 1777 1792 msgid "Image Border Radius" 1778 1793 msgstr "" … … 1861 1876 msgstr "" 1862 1877 1863 #: inc/Elements/Post_Carousel.php:135 inc/Elements/Slider.php:17 01878 #: inc/Elements/Post_Carousel.php:135 inc/Elements/Slider.php:171 1864 1879 #: inc/Elements/Testimonial_Slider.php:248 1865 1880 msgid "Animation Speed" 1866 1881 msgstr "" 1867 1882 1868 #: inc/Elements/Post_Carousel.php:141 inc/Elements/Slider.php:17 61883 #: inc/Elements/Post_Carousel.php:141 inc/Elements/Slider.php:177 1869 1884 #: inc/Elements/Testimonial_Slider.php:254 1870 1885 msgid "Value in milliseconds. Default:300" 1871 1886 msgstr "" 1872 1887 1873 #: inc/Elements/Post_Carousel.php:149 inc/Elements/Slider.php:18 41888 #: inc/Elements/Post_Carousel.php:149 inc/Elements/Slider.php:185 1874 1889 #: inc/Elements/Testimonial_Slider.php:262 1875 1890 msgid "Slider Autoplay?" 1876 1891 msgstr "" 1877 1892 1878 #: inc/Elements/Post_Carousel.php:162 inc/Elements/Slider.php:19 71893 #: inc/Elements/Post_Carousel.php:162 inc/Elements/Slider.php:198 1879 1894 #: inc/Elements/Testimonial_Slider.php:275 1880 1895 msgid "Autoplay Speed" 1881 1896 msgstr "" 1882 1897 1883 #: inc/Elements/Post_Carousel.php:171 inc/Elements/Slider.php:20 61898 #: inc/Elements/Post_Carousel.php:171 inc/Elements/Slider.php:207 1884 1899 #: inc/Elements/Testimonial_Slider.php:284 1885 1900 msgid "Value in milliseconds. Default:3000" 1886 1901 msgstr "" 1887 1902 1888 #: inc/Elements/Post_Carousel.php:180 inc/Elements/Slider.php:21 51903 #: inc/Elements/Post_Carousel.php:180 inc/Elements/Slider.php:216 1889 1904 #: inc/Elements/Testimonial_Slider.php:293 1890 1905 msgid "Infinite Loop?" … … 1895 1910 msgstr "" 1896 1911 1897 #: inc/Elements/Post_Carousel.php:300 inc/Elements/Post_Grid.php:387 1912 #: inc/Elements/Post_Carousel.php:209 1913 msgid "Blog Post Overlay" 1914 msgstr "" 1915 1916 #: inc/Elements/Post_Carousel.php:217 1917 msgid "Overlay Width Full?" 1918 msgstr "" 1919 1920 #: inc/Elements/Post_Carousel.php:241 1921 msgid "Background Hover" 1922 msgstr "" 1923 1924 #: inc/Elements/Post_Carousel.php:343 inc/Elements/Post_Grid.php:387 1898 1925 msgid "Meta Hover Color" 1899 1926 msgstr "" 1900 1927 1901 #: inc/Elements/Post_Carousel.php:3 22inc/Elements/Products.php:2571902 #: inc/Elements/Slider.php:3 71 inc/Elements/Testimonial_Slider.php:7331928 #: inc/Elements/Post_Carousel.php:365 inc/Elements/Products.php:257 1929 #: inc/Elements/Slider.php:361 inc/Elements/Testimonial_Slider.php:733 1903 1930 msgid "Navigation" 1904 1931 msgstr "" 1905 1932 1906 #: inc/Elements/Post_Carousel.php:3 30inc/Elements/Products.php:2661907 #: inc/Elements/ Testimonial_Slider.php:7411933 #: inc/Elements/Post_Carousel.php:373 inc/Elements/Products.php:266 1934 #: inc/Elements/Slider.php:368 inc/Elements/Testimonial_Slider.php:741 1908 1935 msgid "Arrow Size" 1909 1936 msgstr "" 1910 1937 1911 #: inc/Elements/Post_Carousel.php:3 52inc/Elements/Products.php:2881912 #: inc/Elements/Slider.php:3 80inc/Elements/Testimonial_Slider.php:7631938 #: inc/Elements/Post_Carousel.php:395 inc/Elements/Products.php:288 1939 #: inc/Elements/Slider.php:391 inc/Elements/Testimonial_Slider.php:763 1913 1940 msgid "Arrow Color" 1914 1941 msgstr "" 1915 1942 1916 #: inc/Elements/Post_Carousel.php: 364inc/Elements/Products.php:3001917 #: inc/Elements/Slider.php: 392inc/Elements/Testimonial_Slider.php:7861943 #: inc/Elements/Post_Carousel.php:407 inc/Elements/Products.php:300 1944 #: inc/Elements/Slider.php:403 inc/Elements/Testimonial_Slider.php:786 1918 1945 msgid "Arrow Background Color" 1919 1946 msgstr "" 1920 1947 1921 #: inc/Elements/Post_Carousel.php:375 inc/Elements/Products.php:311 1922 #: inc/Elements/Slider.php:404 inc/Elements/Testimonial_Slider.php:775 1948 #: inc/Elements/Post_Carousel.php:418 inc/Elements/Products.php:311 1949 #: inc/Elements/Slider.php:415 inc/Elements/Staff_Member.php:476 1950 #: inc/Elements/Testimonial_Slider.php:775 1923 1951 msgid "Hover Color" 1924 1952 msgstr "" 1925 1953 1926 #: inc/Elements/Post_Carousel.php: 397inc/Elements/Products.php:3331927 #: inc/Elements/Slider.php:4 26inc/Elements/Testimonial_Slider.php:8091954 #: inc/Elements/Post_Carousel.php:440 inc/Elements/Products.php:333 1955 #: inc/Elements/Slider.php:437 inc/Elements/Testimonial_Slider.php:809 1928 1956 msgid "Arrow Padding" 1929 1957 msgstr "" 1930 1958 1931 #: inc/Elements/Post_Carousel.php:421 inc/Elements/Products.php:357 1932 #: inc/Elements/Social_Icon.php:549 inc/Elements/Tabs.php:560 1933 #: inc/Elements/Teaser_Box.php:278 inc/Elements/Testimonial.php:239 1934 #: inc/Elements/Testimonial_Slider.php:400 1959 #: inc/Elements/Post_Carousel.php:464 inc/Elements/Products.php:357 1960 #: inc/Elements/Social_Icon.php:546 inc/Elements/Staff_Member.php:685 1961 #: inc/Elements/Staff_Member.php:790 inc/Elements/Tabs.php:560 1962 #: inc/Elements/Teaser_Box.php:282 inc/Elements/Teaser_Box.php:649 1963 #: inc/Elements/Testimonial.php:239 inc/Elements/Testimonial_Slider.php:400 1935 1964 #: inc/Elements/Testimonial_Slider.php:835 1936 1965 msgid "Border Radius" 1937 1966 msgstr "" 1938 1967 1939 #: inc/Elements/Post_Carousel.php:4 49inc/Elements/Products.php:3851940 #: inc/Elements/ Testimonial_Slider.php:8621968 #: inc/Elements/Post_Carousel.php:492 inc/Elements/Products.php:385 1969 #: inc/Elements/Slider.php:504 inc/Elements/Testimonial_Slider.php:862 1941 1970 msgid "Arrow Shadow" 1942 1971 msgstr "" … … 1990 2019 msgstr "" 1991 2020 1992 #: inc/Elements/Post_Grid.php:240 inc/Elements/Staff_Member.php: 2981993 #: inc/Elements/Teaser_Box.php:29 02021 #: inc/Elements/Post_Grid.php:240 inc/Elements/Staff_Member.php:318 2022 #: inc/Elements/Teaser_Box.php:294 1994 2023 msgid "Image Bottom Spacing" 1995 2024 msgstr "" … … 2231 2260 msgstr "" 2232 2261 2233 #: inc/Elements/Products.php:174 inc/Elements/Slider.php:16 22262 #: inc/Elements/Products.php:174 inc/Elements/Slider.php:163 2234 2263 #: inc/Elements/Testimonial_Slider.php:226 2235 2264 msgid "Slider Navigation Settings" … … 2352 2381 msgstr "" 2353 2382 2354 #: inc/Elements/Slider.php:2 42383 #: inc/Elements/Slider.php:25 2355 2384 msgid "DA: Slider" 2356 2385 msgstr "" 2357 2386 2358 #: inc/Elements/Slider.php:5 22387 #: inc/Elements/Slider.php:53 2359 2388 msgid "Slides" 2360 2389 msgstr "" 2361 2390 2362 #: inc/Elements/Slider.php:8 72391 #: inc/Elements/Slider.php:88 2363 2392 msgid "I am Slide1 Title" 2364 2393 msgstr "" 2365 2394 2366 #: inc/Elements/Slider.php:9 72395 #: inc/Elements/Slider.php:98 2367 2396 msgid "I am Slide1 Sub Title" 2368 2397 msgstr "" 2369 2398 2370 #: inc/Elements/Slider.php:230 2371 msgid "Slide Element Style" 2372 msgstr "" 2373 2374 #: inc/Elements/Slider.php:237 2375 msgid "Navigation Position" 2376 msgstr "" 2377 2378 #: inc/Elements/Slider.php:242 2379 msgid "Top Right Corner" 2380 msgstr "" 2381 2382 #: inc/Elements/Slider.php:243 2383 msgid "Bottom Right Corner" 2384 msgstr "" 2385 2386 #: inc/Elements/Slider.php:244 2387 msgid "Left Right Middle" 2388 msgstr "" 2389 2390 #: inc/Elements/Slider.php:254 2399 #: inc/Elements/Slider.php:233 2391 2400 msgid "Slide Overlay" 2392 2401 msgstr "" 2393 2402 2394 #: inc/Elements/Slider.php:448 2403 #: inc/Elements/Slider.php:279 2404 msgid "Overlay Background Hover" 2405 msgstr "" 2406 2407 #: inc/Elements/Slider.php:459 2395 2408 msgid "Navigation Border Radius" 2396 2409 msgstr "" 2397 2410 2398 #: inc/Elements/Slider.php:581 2411 #: inc/Elements/Slider.php:487 2412 msgid "Left & Right Spacing" 2413 msgstr "" 2414 2415 #: inc/Elements/Slider.php:636 2399 2416 msgid "Dots" 2400 2417 msgstr "" 2401 2418 2402 #: inc/Elements/Slider.php: 5892419 #: inc/Elements/Slider.php:644 2403 2420 msgid "Dots Background Color" 2404 2421 msgstr "" 2405 2422 2406 #: inc/Elements/Slider.php:6 012423 #: inc/Elements/Slider.php:656 2407 2424 msgid "Dots Active Background Color" 2408 2425 msgstr "" 2409 2426 2410 #: inc/Elements/Slider.php:6 132427 #: inc/Elements/Slider.php:668 2411 2428 msgid "Dots Border Color" 2412 2429 msgstr "" … … 2417 2434 2418 2435 #: inc/Elements/Social_Icon.php:53 inc/Elements/Social_Icon.php:243 2419 #: inc/Elements/Staff_Member.php:1 402436 #: inc/Elements/Staff_Member.php:131 2420 2437 msgid "Social Icons" 2421 2438 msgstr "" … … 2429 2446 msgstr "" 2430 2447 2431 #: inc/Elements/Social_Icon.php:113 inc/Elements/Social_Icon.php:58 62448 #: inc/Elements/Social_Icon.php:113 inc/Elements/Social_Icon.php:583 2432 2449 msgid "Social Name" 2433 2450 msgstr "" … … 2437 2454 msgstr "" 2438 2455 2439 #: inc/Elements/Social_Icon.php:146 inc/Elements/Social_Icon.php:3812440 msgid "Normal"2441 msgstr ""2442 2443 2456 #: inc/Elements/Social_Icon.php:153 inc/Elements/Social_Icon.php:203 2444 #: inc/Elements/Social_Icon.php:388 inc/Elements/Social_Icon.php:439 2457 #: inc/Elements/Social_Icon.php:388 inc/Elements/Social_Icon.php:438 2458 #: inc/Elements/Staff_Member.php:466 2445 2459 msgid "Color" 2446 msgstr ""2447 2448 #: inc/Elements/Social_Icon.php:182 inc/Elements/Social_Icon.php:2272449 #: inc/Elements/Social_Icon.php:419 inc/Elements/Social_Icon.php:4632450 msgid "Border Color"2451 msgstr ""2452 2453 #: inc/Elements/Social_Icon.php:196 inc/Elements/Social_Icon.php:4322454 msgid "Hover"2455 2460 msgstr "" 2456 2461 … … 2459 2464 msgstr "" 2460 2465 2461 #: inc/Elements/Social_Icon.php:366 inc/Elements/Staff_Member.php:1 642462 #: inc/Elements/Staff_Member.php:5 112466 #: inc/Elements/Social_Icon.php:366 inc/Elements/Staff_Member.php:155 2467 #: inc/Elements/Staff_Member.php:560 2463 2468 msgid "Social Icon" 2464 2469 msgstr "" … … 2468 2473 msgstr "" 2469 2474 2470 #: inc/Elements/Social_Icon.php:49 82475 #: inc/Elements/Social_Icon.php:497 2471 2476 msgid "Space Between Icon" 2472 2477 msgstr "" 2473 2478 2474 #: inc/Elements/Social_Icon.php:5 222479 #: inc/Elements/Social_Icon.php:519 2475 2480 msgid "Social Icon Padding" 2476 2481 msgstr "" 2477 2482 2478 #: inc/Elements/Social_Icon.php:59 52483 #: inc/Elements/Social_Icon.php:592 2479 2484 msgid "Typography" 2480 2485 msgstr "" 2481 2486 2482 #: inc/Elements/Social_Icon.php:60 52487 #: inc/Elements/Social_Icon.php:602 2483 2488 msgid "Space between Name and Icon" 2484 2489 msgstr "" 2485 2490 2486 #: inc/Elements/Staff_Member.php:3 02491 #: inc/Elements/Staff_Member.php:31 2487 2492 msgid "DA: Staff Member" 2488 2493 msgstr "" 2489 2494 2490 #: inc/Elements/Staff_Member.php:6 42495 #: inc/Elements/Staff_Member.php:65 2491 2496 msgid "Staff Member" 2492 2497 msgstr "" 2493 2498 2494 #: inc/Elements/Staff_Member.php:85 2495 msgid "Image Width(%)" 2496 msgstr "" 2497 2498 #: inc/Elements/Staff_Member.php:109 2499 #: inc/Elements/Staff_Member.php:100 2499 2500 msgid "Name" 2500 2501 msgstr "" 2501 2502 2502 #: inc/Elements/Staff_Member.php:1 202503 #: inc/Elements/Staff_Member.php:111 2503 2504 msgid "Job Position" 2504 2505 msgstr "" 2505 2506 2506 #: inc/Elements/Staff_Member.php:1 21inc/Elements/Testimonial.php:1172507 #: inc/Elements/Staff_Member.php:112 inc/Elements/Testimonial.php:117 2507 2508 #: inc/Elements/Testimonial_Slider.php:107 2508 2509 msgid "Developer" 2509 2510 msgstr "" 2510 2511 2511 #: inc/Elements/Staff_Member.php:1 312512 #: inc/Elements/Staff_Member.php:122 2512 2513 msgid "About Staff Member" 2513 2514 msgstr "" 2514 2515 2515 #: inc/Elements/Staff_Member.php:1 322516 #: inc/Elements/Staff_Member.php:123 2516 2517 msgid "" 2517 2518 "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod " … … 2519 2520 msgstr "" 2520 2521 2521 #: inc/Elements/Staff_Member.php:1 482522 #: inc/Elements/Staff_Member.php:139 2522 2523 msgid "Social Icons Show/Hide" 2523 2524 msgstr "" 2524 2525 2525 #: inc/Elements/Staff_Member.php:17 82526 #: inc/Elements/Staff_Member.php:171 2526 2527 msgid "Social Icon Link" 2527 2528 msgstr "" 2528 2529 2529 #: inc/Elements/Staff_Member.php:2 212530 #: inc/Elements/Staff_Member.php:213 2530 2531 msgid "Staff Member Item Style" 2531 2532 msgstr "" 2532 2533 2533 #: inc/Elements/Staff_Member.php:25 92534 #: inc/Elements/Staff_Member.php:256 2534 2535 msgid "Staff Member Image" 2535 2536 msgstr "" 2536 2537 2537 #: inc/Elements/Staff_Member.php:275 2538 #: inc/Elements/Staff_Member.php:264 inc/Elements/Teaser_Box.php:251 2539 msgid "Image Width(%)" 2540 msgstr "" 2541 2542 #: inc/Elements/Staff_Member.php:295 2538 2543 msgid "Image Border Hover Color" 2539 2544 msgstr "" 2540 2545 2541 #: inc/Elements/Staff_Member.php:317 2546 #: inc/Elements/Staff_Member.php:333 inc/Elements/Staff_Member.php:828 2547 msgid "Box Shadow" 2548 msgstr "" 2549 2550 #: inc/Elements/Staff_Member.php:343 inc/Elements/Teaser_Box.php:309 2551 msgid "CSS Filter" 2552 msgstr "" 2553 2554 #: inc/Elements/Staff_Member.php:352 inc/Elements/Teaser_Box.php:318 2555 msgid "CSS Filter Hover" 2556 msgstr "" 2557 2558 #: inc/Elements/Staff_Member.php:366 2542 2559 msgid "Staff Member Name" 2543 2560 msgstr "" 2544 2561 2545 #: inc/Elements/Staff_Member.php:3 262562 #: inc/Elements/Staff_Member.php:375 2546 2563 msgid "Name Bottom Spacing" 2547 2564 msgstr "" 2548 2565 2549 #: inc/Elements/Staff_Member.php:3 41inc/Elements/Testimonial.php:3412566 #: inc/Elements/Staff_Member.php:390 inc/Elements/Testimonial.php:341 2550 2567 #: inc/Elements/Testimonial_Slider.php:448 2551 2568 msgid "Name Color" 2552 2569 msgstr "" 2553 2570 2554 #: inc/Elements/Staff_Member.php: 353inc/Elements/Testimonial.php:3522571 #: inc/Elements/Staff_Member.php:402 inc/Elements/Testimonial.php:352 2555 2572 #: inc/Elements/Testimonial_Slider.php:459 2556 2573 msgid "Name Hover Color" 2557 2574 msgstr "" 2558 2575 2559 #: inc/Elements/Staff_Member.php: 3942576 #: inc/Elements/Staff_Member.php:443 2560 2577 msgid "Staff Member Job Position" 2561 2578 msgstr "" 2562 2579 2563 #: inc/Elements/Staff_Member.php:402 2564 msgid "Job Position Bottom Spacing" 2565 msgstr "" 2566 2567 #: inc/Elements/Staff_Member.php:417 2568 msgid "Job Position Color" 2569 msgstr "" 2570 2571 #: inc/Elements/Staff_Member.php:427 2572 msgid "Job Position Hover Color" 2573 msgstr "" 2574 2575 #: inc/Elements/Staff_Member.php:469 2580 #: inc/Elements/Staff_Member.php:518 2576 2581 msgid "Staff Member Text" 2577 2582 msgstr "" 2578 2583 2579 #: inc/Elements/Staff_Member.php: 4782580 msgid " TextBottom Padding"2581 msgstr "" 2582 2583 #: inc/Elements/Staff_Member.php: 6902584 #: inc/Elements/Staff_Member.php:527 2585 msgid "Bottom Padding" 2586 msgstr "" 2587 2588 #: inc/Elements/Staff_Member.php:739 2584 2589 msgid "Staff Member Container" 2590 msgstr "" 2591 2592 #: inc/Elements/Staff_Member.php:838 2593 msgid "Hover Box Shadow" 2585 2594 msgstr "" 2586 2595 … … 2706 2715 msgstr "" 2707 2716 2708 #: inc/Elements/Teaser_Box.php:2 82717 #: inc/Elements/Teaser_Box.php:29 2709 2718 msgid "DA: Card" 2710 2719 msgstr "" 2711 2720 2712 #: inc/Elements/Teaser_Box.php:5 12721 #: inc/Elements/Teaser_Box.php:52 2713 2722 msgid "Card" 2714 2723 msgstr "" 2715 2724 2716 #: inc/Elements/Teaser_Box.php:9 4 inc/Elements/Teaser_Box.php:3112725 #: inc/Elements/Teaser_Box.php:95 inc/Elements/Teaser_Box.php:335 2717 2726 msgid "Card Title" 2718 2727 msgstr "" 2719 2728 2720 #: inc/Elements/Teaser_Box.php:15 72729 #: inc/Elements/Teaser_Box.php:158 2721 2730 msgid "Card Text" 2722 2731 msgstr "" 2723 2732 2724 #: inc/Elements/Teaser_Box.php:16 22733 #: inc/Elements/Teaser_Box.php:163 2725 2734 msgid "Add Card text here or leave it blank." 2726 2735 msgstr "" 2727 2736 2728 #: inc/Elements/Teaser_Box.php:1 692737 #: inc/Elements/Teaser_Box.php:170 2729 2738 msgid "Show/Hide Button" 2730 2739 msgstr "" 2731 2740 2732 #: inc/Elements/Teaser_Box.php:247 inc/Elements/Testimonial.php:209 2733 #: inc/Elements/Testimonial_Slider.php:316 2734 msgid "Image Size" 2735 msgstr "" 2736 2737 #: inc/Elements/Teaser_Box.php:389 2741 #: inc/Elements/Teaser_Box.php:413 2738 2742 msgid "Card Description" 2739 2743 msgstr "" 2740 2744 2741 #: inc/Elements/Teaser_Box.php:4 242745 #: inc/Elements/Teaser_Box.php:448 2742 2746 msgid "Description Hover Color" 2743 2747 msgstr "" 2744 2748 2745 #: inc/Elements/Teaser_Box.php:4 502749 #: inc/Elements/Teaser_Box.php:474 2746 2750 msgid "Card Button" 2747 2751 msgstr "" 2748 2752 2749 #: inc/Elements/Teaser_Box.php: 5762753 #: inc/Elements/Teaser_Box.php:600 2750 2754 msgid "Card Container" 2751 2755 msgstr "" … … 2805 2809 msgstr "" 2806 2810 2811 #: inc/Elements/Testimonial.php:209 inc/Elements/Testimonial_Slider.php:316 2812 msgid "Image Size" 2813 msgstr "" 2814 2807 2815 #: inc/Elements/Testimonial.php:375 inc/Elements/Testimonial_Slider.php:482 2808 2816 msgid "Reviewer Title" … … 3133 3141 msgstr "" 3134 3142 3135 #: inc/Reuses/Reuse.php:202 3136 msgid "500px" 3137 msgstr "" 3138 3139 #: inc/Reuses/Reuse.php:203 3140 msgid "android" 3141 msgstr "" 3142 3143 #: inc/Reuses/Reuse.php:204 3144 msgid "apple" 3145 msgstr "" 3146 3147 #: inc/Reuses/Reuse.php:205 3148 msgid "behance" 3149 msgstr "" 3150 3151 #: inc/Reuses/Reuse.php:206 3152 msgid "bitbucket" 3153 msgstr "" 3154 3155 #: inc/Reuses/Reuse.php:207 3156 msgid "codepen" 3157 msgstr "" 3158 3159 #: inc/Reuses/Reuse.php:208 3160 msgid "delicious" 3161 msgstr "" 3162 3163 #: inc/Reuses/Reuse.php:209 3164 msgid "deviantart" 3165 msgstr "" 3166 3167 #: inc/Reuses/Reuse.php:210 3168 msgid "digg" 3169 msgstr "" 3170 3171 #: inc/Reuses/Reuse.php:211 3172 msgid "dribbble" 3173 msgstr "" 3174 3175 #: inc/Reuses/Reuse.php:213 3176 msgid "facebook" 3177 msgstr "" 3178 3179 #: inc/Reuses/Reuse.php:214 3180 msgid "flickr" 3181 msgstr "" 3182 3183 #: inc/Reuses/Reuse.php:215 3184 msgid "foursquare" 3185 msgstr "" 3186 3187 #: inc/Reuses/Reuse.php:217 3188 msgid "github" 3189 msgstr "" 3190 3191 #: inc/Reuses/Reuse.php:219 3192 msgid "globe" 3193 msgstr "" 3194 3195 #: inc/Reuses/Reuse.php:220 3196 msgid "google-plus" 3197 msgstr "" 3198 3199 #: inc/Reuses/Reuse.php:221 3200 msgid "houzz" 3201 msgstr "" 3202 3203 #: inc/Reuses/Reuse.php:222 3204 msgid "instagram" 3205 msgstr "" 3206 3207 #: inc/Reuses/Reuse.php:223 3208 msgid "jsfiddle" 3209 msgstr "" 3210 3211 #: inc/Reuses/Reuse.php:224 3212 msgid "linkedin" 3213 msgstr "" 3214 3215 #: inc/Reuses/Reuse.php:225 3216 msgid "medium" 3217 msgstr "" 3218 3219 #: inc/Reuses/Reuse.php:226 3220 msgid "meetup" 3221 msgstr "" 3222 3223 #: inc/Reuses/Reuse.php:227 3224 msgid "mixcloud" 3225 msgstr "" 3226 3227 #: inc/Reuses/Reuse.php:229 3228 msgid "pinterest" 3229 msgstr "" 3230 3231 #: inc/Reuses/Reuse.php:230 3232 msgid "product-hunt" 3233 msgstr "" 3234 3235 #: inc/Reuses/Reuse.php:231 3236 msgid "reddit" 3237 msgstr "" 3238 3239 #: inc/Reuses/Reuse.php:232 3240 msgid "shopping-cart" 3241 msgstr "" 3242 3243 #: inc/Reuses/Reuse.php:233 3244 msgid "skype" 3245 msgstr "" 3246 3247 #: inc/Reuses/Reuse.php:234 3248 msgid "slideshare" 3249 msgstr "" 3250 3251 #: inc/Reuses/Reuse.php:235 3252 msgid "snapchat" 3253 msgstr "" 3254 3255 #: inc/Reuses/Reuse.php:236 3256 msgid "soundcloud" 3257 msgstr "" 3258 3259 #: inc/Reuses/Reuse.php:237 3260 msgid "spotify" 3261 msgstr "" 3262 3263 #: inc/Reuses/Reuse.php:239 3264 msgid "steam" 3265 msgstr "" 3266 3267 #: inc/Reuses/Reuse.php:240 3268 msgid "stumbleupon" 3269 msgstr "" 3270 3271 #: inc/Reuses/Reuse.php:241 3272 msgid "telegram" 3273 msgstr "" 3274 3275 #: inc/Reuses/Reuse.php:242 3276 msgid "thumb-tack" 3277 msgstr "" 3278 3279 #: inc/Reuses/Reuse.php:243 3280 msgid "tripadvisor" 3281 msgstr "" 3282 3283 #: inc/Reuses/Reuse.php:244 3284 msgid "tumblr" 3285 msgstr "" 3286 3287 #: inc/Reuses/Reuse.php:245 3288 msgid "twitch" 3289 msgstr "" 3290 3291 #: inc/Reuses/Reuse.php:246 3292 msgid "twitter" 3293 msgstr "" 3294 3295 #: inc/Reuses/Reuse.php:247 3296 msgid "viber" 3297 msgstr "" 3298 3299 #: inc/Reuses/Reuse.php:248 3300 msgid "vimeo" 3301 msgstr "" 3302 3303 #: inc/Reuses/Reuse.php:249 3304 msgid "vk" 3305 msgstr "" 3306 3307 #: inc/Reuses/Reuse.php:250 3308 msgid "weibo" 3309 msgstr "" 3310 3311 #: inc/Reuses/Reuse.php:251 3312 msgid "weixin" 3313 msgstr "" 3314 3315 #: inc/Reuses/Reuse.php:252 3316 msgid "whatsapp" 3317 msgstr "" 3318 3319 #: inc/Reuses/Reuse.php:253 3320 msgid "wordpress" 3321 msgstr "" 3322 3323 #: inc/Reuses/Reuse.php:254 3324 msgid "xing" 3325 msgstr "" 3326 3327 #: inc/Reuses/Reuse.php:255 3328 msgid "yelp" 3329 msgstr "" 3330 3331 #: inc/Reuses/Reuse.php:256 3332 msgid "youtube" 3333 msgstr "" 3334 3335 #: inc/Reuses/Reuse.php:258 3336 msgid "cc-amex" 3337 msgstr "" 3338 3339 #: inc/Reuses/Reuse.php:259 3340 msgid "cc-mastercard" 3341 msgstr "" 3342 3343 #: inc/Reuses/Reuse.php:260 3344 msgid "cc-paypal" 3345 msgstr "" 3346 3347 #: inc/Reuses/Reuse.php:261 3348 msgid "cc-stripe" 3349 msgstr "" 3350 3351 #: inc/Reuses/Reuse.php:262 3352 msgid "cc-visa" 3353 msgstr "" 3354 3355 #: inc/Reuses/Reuse.php:263 3356 msgid "credit-card" 3357 msgstr "" 3358 3359 #: inc/Reuses/Reuse.php:264 3360 msgid "google-wallet" 3361 msgstr "" 3362 3363 #: inc/Reuses/Reuse.php:265 3364 msgid "paypal" 3365 msgstr "" 3366 3367 #: inc/Reuses/Reuse.php:266 3368 msgid "cc-discover" 3369 msgstr "" 3370 3371 #: inc/Reuses/Reuse.php:267 3372 msgid "cc-jcb" 3373 msgstr "" 3374 3375 #: inc/Reuses/Reuse.php:273 3143 #: inc/Reuses/Reuse.php:276 3376 3144 msgid "none" 3377 3145 msgstr "" 3378 3146 3379 #: inc/Reuses/Reuse.php:27 43147 #: inc/Reuses/Reuse.php:277 3380 3148 msgid "bounce" 3381 3149 msgstr "" 3382 3150 3383 #: inc/Reuses/Reuse.php:27 53151 #: inc/Reuses/Reuse.php:278 3384 3152 msgid "flash" 3385 3153 msgstr "" 3386 3154 3387 #: inc/Reuses/Reuse.php:27 63155 #: inc/Reuses/Reuse.php:279 3388 3156 msgid "pulse" 3389 3157 msgstr "" 3390 3158 3391 #: inc/Reuses/Reuse.php:2 773159 #: inc/Reuses/Reuse.php:280 3392 3160 msgid "rubberBand" 3393 3161 msgstr "" 3394 3162 3395 #: inc/Reuses/Reuse.php:2 783163 #: inc/Reuses/Reuse.php:281 3396 3164 msgid "shake" 3397 3165 msgstr "" 3398 3166 3399 #: inc/Reuses/Reuse.php:2 793167 #: inc/Reuses/Reuse.php:282 3400 3168 msgid "headShake" 3401 3169 msgstr "" 3402 3170 3403 #: inc/Reuses/Reuse.php:28 03171 #: inc/Reuses/Reuse.php:283 3404 3172 msgid "swing" 3405 3173 msgstr "" 3406 3174 3407 #: inc/Reuses/Reuse.php:28 13175 #: inc/Reuses/Reuse.php:284 3408 3176 msgid "tada" 3409 3177 msgstr "" 3410 3178 3411 #: inc/Reuses/Reuse.php:28 23179 #: inc/Reuses/Reuse.php:285 3412 3180 msgid "wobble" 3413 3181 msgstr "" 3414 3182 3415 #: inc/Reuses/Reuse.php:28 33183 #: inc/Reuses/Reuse.php:286 3416 3184 msgid "jello" 3417 3185 msgstr "" 3418 3186 3419 #: inc/Reuses/Reuse.php:28 43187 #: inc/Reuses/Reuse.php:287 3420 3188 msgid "bounceIn" 3421 3189 msgstr "" 3422 3190 3423 #: inc/Reuses/Reuse.php:28 53191 #: inc/Reuses/Reuse.php:288 3424 3192 msgid "bounceInDown" 3425 3193 msgstr "" 3426 3194 3427 #: inc/Reuses/Reuse.php:28 6 inc/Reuses/Reuse.php:2873195 #: inc/Reuses/Reuse.php:289 inc/Reuses/Reuse.php:290 3428 3196 msgid "bounceInLeft" 3429 3197 msgstr "" 3430 3198 3431 #: inc/Reuses/Reuse.php:2 883199 #: inc/Reuses/Reuse.php:291 3432 3200 msgid "bounceInUp" 3433 3201 msgstr "" 3434 3202 3435 #: inc/Reuses/Reuse.php:2 893203 #: inc/Reuses/Reuse.php:292 3436 3204 msgid "bounceOut" 3437 3205 msgstr "" 3438 3206 3439 #: inc/Reuses/Reuse.php:29 03207 #: inc/Reuses/Reuse.php:293 3440 3208 msgid "bounceOutDown" 3441 3209 msgstr "" 3442 3210 3443 #: inc/Reuses/Reuse.php:29 13211 #: inc/Reuses/Reuse.php:294 3444 3212 msgid "bounceOutLeft" 3445 3213 msgstr "" 3446 3214 3447 #: inc/Reuses/Reuse.php:29 23215 #: inc/Reuses/Reuse.php:295 3448 3216 msgid "bounceOutRight" 3449 3217 msgstr "" 3450 3218 3451 #: inc/Reuses/Reuse.php:29 33219 #: inc/Reuses/Reuse.php:296 3452 3220 msgid "bounceOutUp" 3453 3221 msgstr "" 3454 3222 3455 #: inc/Reuses/Reuse.php:29 43223 #: inc/Reuses/Reuse.php:297 3456 3224 msgid "fadeIn" 3457 3225 msgstr "" 3458 3226 3459 #: inc/Reuses/Reuse.php:29 53227 #: inc/Reuses/Reuse.php:298 3460 3228 msgid "fadeInDown" 3461 3229 msgstr "" 3462 3230 3463 #: inc/Reuses/Reuse.php:29 63231 #: inc/Reuses/Reuse.php:299 3464 3232 msgid "fadeInDownBig" 3465 3233 msgstr "" 3466 3234 3467 #: inc/Reuses/Reuse.php: 2973235 #: inc/Reuses/Reuse.php:300 3468 3236 msgid "fadeInLeft" 3469 3237 msgstr "" 3470 3238 3471 #: inc/Reuses/Reuse.php: 2983239 #: inc/Reuses/Reuse.php:301 3472 3240 msgid "fadeInLeftBig" 3473 3241 msgstr "" 3474 3242 3475 #: inc/Reuses/Reuse.php: 2993243 #: inc/Reuses/Reuse.php:302 3476 3244 msgid "fadeInRight" 3477 3245 msgstr "" 3478 3246 3479 #: inc/Reuses/Reuse.php:30 03247 #: inc/Reuses/Reuse.php:303 3480 3248 msgid "fadeInRightBig" 3481 3249 msgstr "" 3482 3250 3483 #: inc/Reuses/Reuse.php:30 13251 #: inc/Reuses/Reuse.php:304 3484 3252 msgid "fadeInUp" 3485 3253 msgstr "" 3486 3254 3487 #: inc/Reuses/Reuse.php:30 23255 #: inc/Reuses/Reuse.php:305 3488 3256 msgid "fadeInUpBig" 3489 3257 msgstr "" 3490 3258 3491 #: inc/Reuses/Reuse.php:30 33259 #: inc/Reuses/Reuse.php:306 3492 3260 msgid "fadeOut" 3493 3261 msgstr "" 3494 3262 3495 #: inc/Reuses/Reuse.php:30 43263 #: inc/Reuses/Reuse.php:307 3496 3264 msgid "fadeOutDown" 3497 3265 msgstr "" 3498 3266 3499 #: inc/Reuses/Reuse.php:30 53267 #: inc/Reuses/Reuse.php:308 3500 3268 msgid "fadeOutDownBig" 3501 3269 msgstr "" 3502 3270 3503 #: inc/Reuses/Reuse.php:30 63271 #: inc/Reuses/Reuse.php:309 3504 3272 msgid "fadeOutLeft" 3505 3273 msgstr "" 3506 3274 3507 #: inc/Reuses/Reuse.php:3 073275 #: inc/Reuses/Reuse.php:310 3508 3276 msgid "fadeOutLeftBig" 3509 3277 msgstr "" 3510 3278 3511 #: inc/Reuses/Reuse.php:3 083279 #: inc/Reuses/Reuse.php:311 3512 3280 msgid "fadeOutRight" 3513 3281 msgstr "" 3514 3282 3515 #: inc/Reuses/Reuse.php:3 093283 #: inc/Reuses/Reuse.php:312 3516 3284 msgid "fadeOutRightBig" 3517 3285 msgstr "" 3518 3286 3519 #: inc/Reuses/Reuse.php:31 03287 #: inc/Reuses/Reuse.php:313 3520 3288 msgid "fadeOutUp" 3521 3289 msgstr "" 3522 3290 3523 #: inc/Reuses/Reuse.php:31 13291 #: inc/Reuses/Reuse.php:314 3524 3292 msgid "fadeOutUpBig" 3525 3293 msgstr "" 3526 3294 3527 #: inc/Reuses/Reuse.php:31 23295 #: inc/Reuses/Reuse.php:315 3528 3296 msgid "flipInX" 3529 3297 msgstr "" 3530 3298 3531 #: inc/Reuses/Reuse.php:31 33299 #: inc/Reuses/Reuse.php:316 3532 3300 msgid "flipInY" 3533 3301 msgstr "" 3534 3302 3535 #: inc/Reuses/Reuse.php:31 43303 #: inc/Reuses/Reuse.php:317 3536 3304 msgid "flipOutX" 3537 3305 msgstr "" 3538 3306 3539 #: inc/Reuses/Reuse.php:31 53307 #: inc/Reuses/Reuse.php:318 3540 3308 msgid "flipOutY" 3541 3309 msgstr "" 3542 3310 3543 #: inc/Reuses/Reuse.php:31 63311 #: inc/Reuses/Reuse.php:319 3544 3312 msgid "lightSpeedIn" 3545 3313 msgstr "" 3546 3314 3547 #: inc/Reuses/Reuse.php:3 173315 #: inc/Reuses/Reuse.php:320 3548 3316 msgid "lightSpeedOut" 3549 3317 msgstr "" 3550 3318 3551 #: inc/Reuses/Reuse.php:3 183319 #: inc/Reuses/Reuse.php:321 3552 3320 msgid "rotateIn" 3553 3321 msgstr "" 3554 3322 3555 #: inc/Reuses/Reuse.php:3 193323 #: inc/Reuses/Reuse.php:322 3556 3324 msgid "rotateInDownLeft" 3557 3325 msgstr "" 3558 3326 3559 #: inc/Reuses/Reuse.php:32 03327 #: inc/Reuses/Reuse.php:323 3560 3328 msgid "rotateInDownRight" 3561 3329 msgstr "" 3562 3330 3563 #: inc/Reuses/Reuse.php:32 13331 #: inc/Reuses/Reuse.php:324 3564 3332 msgid "rotateInUpLeft" 3565 3333 msgstr "" 3566 3334 3567 #: inc/Reuses/Reuse.php:32 23335 #: inc/Reuses/Reuse.php:325 3568 3336 msgid "rotateInUpRight" 3569 3337 msgstr "" 3570 3338 3571 #: inc/Reuses/Reuse.php:32 33339 #: inc/Reuses/Reuse.php:326 3572 3340 msgid "rotateOut" 3573 3341 msgstr "" 3574 3342 3575 #: inc/Reuses/Reuse.php:32 43343 #: inc/Reuses/Reuse.php:327 3576 3344 msgid "rotateOutDownLeft" 3577 3345 msgstr "" 3578 3346 3579 #: inc/Reuses/Reuse.php:32 53347 #: inc/Reuses/Reuse.php:328 3580 3348 msgid "rotateOutDownRight" 3581 3349 msgstr "" 3582 3350 3583 #: inc/Reuses/Reuse.php:32 63351 #: inc/Reuses/Reuse.php:329 3584 3352 msgid "rotateOutUpLeft" 3585 3353 msgstr "" 3586 3354 3587 #: inc/Reuses/Reuse.php:3 273355 #: inc/Reuses/Reuse.php:330 3588 3356 msgid "rotateOutUpRight" 3589 3357 msgstr "" 3590 3358 3591 #: inc/Reuses/Reuse.php:3 283359 #: inc/Reuses/Reuse.php:331 3592 3360 msgid "hinge" 3593 3361 msgstr "" 3594 3362 3595 #: inc/Reuses/Reuse.php:3 293363 #: inc/Reuses/Reuse.php:332 3596 3364 msgid "jackInTheBox" 3597 3365 msgstr "" 3598 3366 3599 #: inc/Reuses/Reuse.php:33 03367 #: inc/Reuses/Reuse.php:333 3600 3368 msgid "rollIn" 3601 3369 msgstr "" 3602 3370 3603 #: inc/Reuses/Reuse.php:33 13371 #: inc/Reuses/Reuse.php:334 3604 3372 msgid "rollOut" 3605 3373 msgstr "" 3606 3374 3607 #: inc/Reuses/Reuse.php:33 23375 #: inc/Reuses/Reuse.php:335 3608 3376 msgid "zoomIn" 3609 3377 msgstr "" 3610 3378 3611 #: inc/Reuses/Reuse.php:33 33379 #: inc/Reuses/Reuse.php:336 3612 3380 msgid "zoomInDown" 3613 3381 msgstr "" 3614 3382 3615 #: inc/Reuses/Reuse.php:33 43383 #: inc/Reuses/Reuse.php:337 3616 3384 msgid "zoomInLeft" 3617 3385 msgstr "" 3618 3386 3619 #: inc/Reuses/Reuse.php:33 53387 #: inc/Reuses/Reuse.php:338 3620 3388 msgid "zoomInRight" 3621 3389 msgstr "" 3622 3390 3623 #: inc/Reuses/Reuse.php:33 63391 #: inc/Reuses/Reuse.php:339 3624 3392 msgid "zoomInUp" 3625 3393 msgstr "" 3626 3394 3627 #: inc/Reuses/Reuse.php:3 373395 #: inc/Reuses/Reuse.php:340 3628 3396 msgid "zoomOut" 3629 3397 msgstr "" 3630 3398 3631 #: inc/Reuses/Reuse.php:3 383399 #: inc/Reuses/Reuse.php:341 3632 3400 msgid "zoomOutDown" 3633 3401 msgstr "" 3634 3402 3635 #: inc/Reuses/Reuse.php:3 393403 #: inc/Reuses/Reuse.php:342 3636 3404 msgid "zoomOutLeft" 3637 3405 msgstr "" 3638 3406 3639 #: inc/Reuses/Reuse.php:34 03407 #: inc/Reuses/Reuse.php:343 3640 3408 msgid "zoomOutRight" 3641 3409 msgstr "" 3642 3410 3643 #: inc/Reuses/Reuse.php:34 13411 #: inc/Reuses/Reuse.php:344 3644 3412 msgid "zoomOutUp" 3645 3413 msgstr "" 3646 3414 3647 #: inc/Reuses/Reuse.php:34 23415 #: inc/Reuses/Reuse.php:345 3648 3416 msgid "slideInDown" 3649 3417 msgstr "" 3650 3418 3651 #: inc/Reuses/Reuse.php:34 33419 #: inc/Reuses/Reuse.php:346 3652 3420 msgid "slideInLeft" 3653 3421 msgstr "" 3654 3422 3655 #: inc/Reuses/Reuse.php:34 43423 #: inc/Reuses/Reuse.php:347 3656 3424 msgid "slideInRight" 3657 3425 msgstr "" 3658 3426 3659 #: inc/Reuses/Reuse.php:34 53427 #: inc/Reuses/Reuse.php:348 3660 3428 msgid "slideInUp" 3661 3429 msgstr "" 3662 3430 3663 #: inc/Reuses/Reuse.php:34 63431 #: inc/Reuses/Reuse.php:349 3664 3432 msgid "slideOutDown" 3665 3433 msgstr "" 3666 3434 3667 #: inc/Reuses/Reuse.php:3 473435 #: inc/Reuses/Reuse.php:350 3668 3436 msgid "slideOutLeft" 3669 3437 msgstr "" 3670 3438 3671 #: inc/Reuses/Reuse.php:3 483439 #: inc/Reuses/Reuse.php:351 3672 3440 msgid "slideOutRight" 3673 3441 msgstr "" 3674 3442 3675 #: inc/Reuses/Reuse.php:3 493443 #: inc/Reuses/Reuse.php:352 3676 3444 msgid "slideOutUp" 3677 3445 msgstr "" 3678 3446 3679 #: inc/Reuses/Reuse.php:35 03447 #: inc/Reuses/Reuse.php:353 3680 3448 msgid "None" 3681 3449 msgstr "" -
definitive-addons-for-elementor/trunk/readme.txt
r2694663 r2697892 5 5 Tested up to: 5.9.2 6 6 Requires PHP: 5.4 7 Stable tag: 1.5. 08 Version: 1.5. 07 Stable tag: 1.5.1 8 Version: 1.5.1 9 9 License: GPLv3 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 19 19 detail attention to provide you an ultimate experience. 20 20 Definitive addons for elementor can be used with any WordPress theme. It turns a simple theme into gorgeous website. Try with your theme to create unique website. All necessary elements are included to create complete website without coding skill. This plugin best suited with all popular WordPress theme. You can create blog, e-commerce and business website with Definitive Addons. 21 22 ### 33 FREE WIDGETS23 24 <ul>25 <li><a target="_blank" href="https://softfirm.net/social-icons/">Social Icon</a> - Demos </li>26 <li><a target="_blank" href="https://softfirm.net/filterable-post-portfolio/">Filterable Post/Portfolio</a> - Demos</li>27 <li><a target="_blank" href="https://softfirm.net/icon-box/">Icon Box</a> - Demos </li>28 <li><a target="_blank" href="https://softfirm.net/image-slider/">Image Slider</a> - Demos </li>29 <li><a target="_blank" href="https://softfirm.net/testimonial">Testimonial</a> - Demos </li>30 <li><a target="_blank" href="https://softfirm.net/team-member/">Staff/Team Member</a> - Demos </li>31 <li><a target="_blank" href="https://softfirm.net/image-box/">Card</a> - Demos </li>32 <li><a target="_blank" href="https://softfirm.net/promo-box">Promo Box</a> - Demos </li>33 <li><a target="_blank" href="https://softfirm.net/image-overlay/">Image Overlay</a> - Demos </li>34 <li><a target="_blank" href="https://softfirm.net/counter/">Counter</a> - Demos</li>35 <li><a target="_blank" href="https://softfirm.net/heading/">Heading with Separator</a> - Demos </li>36 <li><a target="_blank" href="https://softfirm.net/subscription/">Subscription</a> - Demos </li>37 <li><a target="_blank" href="https://softfirm.net/feature-list/">Feature List</a> - Demos </li>38 <li><a target="_blank" href="https://softfirm.net/testimonial-carousel">Testimonial Slider/Testimonial Carouse</a> - Demos </li>39 <li><a target="_blank" href="https://softfirm.net/post-grid/">Post Grid</a> - Demos</li>40 <li><a target="_blank" href="https://softfirm.net/post-slider/">Post Carousel/Post Slider</a> - Demos </li>41 <li><a target="_blank" href="https://softfirm.net/category-list/">Category List(Post/Product)</a> - Demos </li>42 <li><a target="_blank" href="https://softfirm.net/contact-form7/">Contact form 7</a> - Demos </li>43 <li><a target="_blank" href="https://softfirm.net/category-box/">Product Category Box</a> - Demos </li>44 <li><a target="_blank" href="https://softfirm.net/popular-post/">Popular Post</a> - Demos </li>45 <li><a target="_blank" href="https://softfirm.net/product-slider/">Products(Carousel)</a> - Demos </li>46 <li><a target="_blank" href="https://softfirm.net/skillbar">Skill Bar</a> - Demos </li>47 <li><a target="_blank" href="https://softfirm.net/flip-box">Flip Box</a> - Demos </li>48 <li><a target="_blank" href="https://softfirm.net/type-animation/">Type Animation</a> - Demos </li>49 <li><a target="_blank" href="https://softfirm.net/wording/">Wording/Dual Header</a> - Demos </li>50 <li><a target="_blank" href="https://softfirm.net/icon-list">Icon List</a> - Demos </li>51 <li><a target="_blank" href="https://softfirm.net/button">Creative Button</a> - Demos </li>52 <li><a target="_blank" href="https://softfirm.net/cta/">Call to Action</a> - Demos </li>53 <li><a target="_blank" href="https://softfirm.net/pricing-table">Pricing Table</a> - Demos </li>54 <li><a target="_blank" href="https://softfirm.net/wpforms">WPForms</a> - Demos </li>55 <li><a target="_blank" href="https://softfirm.net/ninjaforms/">Ninja Forms</a> - Demos </li>56 <li><a target="_blank" href="https://softfirm.net/accordion/">Accordion</a> - Demos </li>57 <li><a target="_blank" href="https://softfirm.net/tabs/">Tabs</a> - Demos </li>58 59 </ul>60 21 61 22 <div> … … 68 29 <a href="https://softfirm.net/popular-theme-demos/" target="__blank" title="Definitive Addons for Elementor Demos"><strong>POPULAR THEME DEMOS</strong></a> 69 30 </div> 31 32 ### 33 FREE WIDGETS 33 34 <ul> 35 <li><a target="_blank" href="https://softfirm.net/social-icons/">Social Icon</a> - Add social icons with hundreds of customize options </li> 36 <li><a target="_blank" href="https://softfirm.net/filterable-post-portfolio/">Filterable Post/Portfolio</a> - Add stylish filterable portfolio or blog post</li> 37 <li><a target="_blank" href="https://softfirm.net/icon-box/">Icon Box</a> - Create stylish icon box with icon and content. </li> 38 <li><a target="_blank" href="https://softfirm.net/image-slider/">Image Slider</a> - Create beautiful image slider or carousel with hundreds of customization options </li> 39 <li><a target="_blank" href="https://softfirm.net/testimonial">Testimonial</a> - Create modern customer reviews and increase values of your brand </li> 40 <li><a target="_blank" href="https://softfirm.net/team-member/">Staff/Team Member</a> - Design you team members with different styles </li> 41 <li><a target="_blank" href="https://softfirm.net/image-box/">Card</a> - Create modern and creative card like content. </li> 42 <li><a target="_blank" href="https://softfirm.net/promo-box">Promo Box</a> - Create modern and creative promotional banners. </li> 43 <li><a target="_blank" href="https://softfirm.net/image-overlay/">Image Overlay</a> - Create image over text stylish ways </li> 44 <li><a target="_blank" href="https://softfirm.net/counter/">Counter</a> - Show your important data with animation</li> 45 <li><a target="_blank" href="https://softfirm.net/heading/">Heading with Separator</a> - Add headings or text with separator to save time </li> 46 <li><a target="_blank" href="https://softfirm.net/subscription/">Subscription</a> - Add Mailchimp form to subscribe your customer email </li> 47 <li><a target="_blank" href="https://softfirm.net/feature-list/">Feature List</a> - Create beautiful feature lists with icon and content </li> 48 <li><a target="_blank" href="https://softfirm.net/testimonial-carousel">Testimonial Slider/Testimonial Carouse</a> - Add customer reviews with slider or carousel </li> 49 <li><a target="_blank" href="https://softfirm.net/post-grid/">Post Grid</a> - Design your blog posts in 4 different layouts</li> 50 <li><a target="_blank" href="https://softfirm.net/post-slider/">Post Carousel/Post Slider</a> - Showcase your blog posts either as a slider or carousel </li> 51 <li><a target="_blank" href="https://softfirm.net/category-list/">Category List(Post/Product)</a> - To display list of category with font icons. </li> 52 <li><a target="_blank" href="https://softfirm.net/contact-form7/">Contact form 7</a> - No coding required to creative stunning forms </li> 53 <li><a target="_blank" href="https://softfirm.net/category-box/">Product Category Box</a> - Create modern and creative category box </li> 54 <li><a target="_blank" href="https://softfirm.net/popular-post/">Popular Post</a> - Add Popular blog posts in a grid </li> 55 <li><a target="_blank" href="https://softfirm.net/product-slider/">Products(Carousel)</a> - Display WooCommerce products with different layouts - Slider, Carousel or Grid </li> 56 <li><a target="_blank" href="https://softfirm.net/skillbar">Skill Bar</a> - Design progress bars with many features and styles </li> 57 <li><a target="_blank" href="https://softfirm.net/flip-box">Flip Box</a> - Flips over when you hover over it with different animation. Flip box can help make your content more interactive. </li> 58 <li><a target="_blank" href="https://softfirm.net/type-animation/">Type Animation</a> - Add animated text look like type writing </li> 59 <li><a target="_blank" href="https://softfirm.net/wording/">Wording/Multi-Color Header</a> - Showcase your headings with Multiple colors </li> 60 <li><a target="_blank" href="https://softfirm.net/icon-list">Icon List</a> - To display list of features with font icons. </li> 61 <li><a target="_blank" href="https://softfirm.net/button">Creative Button</a> - Make creative and stunning buttons with different hover effects </li> 62 <li><a target="_blank" href="https://softfirm.net/cta/">Call to Action</a> - Add call-to-action section in your site and increase brand value </li> 63 <li><a target="_blank" href="https://softfirm.net/pricing-table">Pricing Table</a> - Create beautiful Pricing Tables with hundreds of customize options </li> 64 <li><a target="_blank" href="https://softfirm.net/wpforms">WPForms</a> - Create beautiful WordPress forms without any hassle </li> 65 <li><a target="_blank" href="https://softfirm.net/ninjaforms/">Ninja Forms</a> - Create stylish form without effort </li> 66 <li><a target="_blank" href="https://softfirm.net/accordion/">Accordion</a> - Design your accordion with advanced features </li> 67 <li><a target="_blank" href="https://softfirm.net/tabs/">Tabs</a> - Display stylish content in tabs </li> 68 69 </ul> 70 71 70 72 71 73 == Installation == … … 99 101 100 102 == Changelog == 103 104 = 1.5.1 = 105 Group_Control_Image_Size::get_attachment_image_html escaping issue fixed 106 social icon issue fixed 107 many elements modified 101 108 102 109 = 1.5.0 =
Note: See TracChangeset
for help on using the changeset viewer.