Changeset 2724657
- Timestamp:
- 05/16/2022 02:57:51 PM (4 years ago)
- Location:
- definitive-addons-for-elementor/trunk
- Files:
-
- 1 added
- 10 edited
-
definitive_adons_elementor.php (modified) (4 diffs)
-
inc/Elements/Feature_list.php (modified) (3 diffs)
-
inc/Elements/Products.php (modified) (3 diffs)
-
inc/Elements/Skillbar.php (modified) (1 diff)
-
inc/admin/admin_sections.php (modified) (3 diffs)
-
inc/admin/assets/css/definitive-addons-admin.css (modified) (3 diffs)
-
inc/admin/assets/js/definitive-addons-admin.js (modified) (1 diff)
-
inc/admin/assets/js/sweetalert2.min.js (added)
-
js/custom.js (modified) (3 diffs)
-
languages/definitive-addons-for-elementor.pot (modified) (50 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
definitive-addons-for-elementor/trunk/definitive_adons_elementor.php
r2723542 r2724657 4 4 * Description: Advanced Widgets for Elementor Page Builder. 5 5 * Plugin URI: https://softfirm.net/ 6 * Version: 1.5. 76 * Version: 1.5.8 7 7 * Author: Softfirm 8 8 * Author URI: https://softfirm.net/definitive-addons/ … … 32 32 * @var string The plugin version. 33 33 */ 34 const VERSION = '1.5. 7';34 const VERSION = '1.5.8'; 35 35 36 36 /** … … 94 94 public function __construct() { 95 95 96 register_activation_hook( __FILE__, array( $this, 'definitive_addons_for_elementor_activate' ) ); 97 98 add_action('admin_init', array( $this, 'definitive_addons_for_elementor_redirect')); 99 100 96 101 add_action( 'plugins_loaded', array( $this, 'constants' ), 2 ); 97 102 … … 105 110 106 111 add_action( 'wp_enqueue_scripts', array( $this, 'enqueue_front_scripts_styles' ) ); 107 108 } 109 110 112 113 } 114 115 116 117 118 function definitive_addons_for_elementor_activate() { 119 add_option('definitive-addons-for-elementor_do_activation_redirect', true); 120 } 121 122 function definitive_addons_for_elementor_redirect() { 123 if (get_option('definitive-addons-for-elementor_do_activation_redirect', false)) { 124 delete_option('definitive-addons-for-elementor_do_activation_redirect'); 125 126 wp_safe_redirect(admin_url( 'admin.php?page=definitive-addons-settings' ) ); 127 128 } 129 } 111 130 112 131 /** -
definitive-addons-for-elementor/trunk/inc/Elements/Feature_list.php
r2720175 r2724657 447 447 [ 448 448 'name' => 'title_font', 449 'selector' => '{{WRAPPER}} .dafe-feature-list-container .dafe-feature-list-title span',449 'selector' => '{{WRAPPER}} .dafe-feature-list-container .dafe-feature-list-title', 450 450 451 451 ] … … 456 456 [ 457 457 'name' => 'title_shadow', 458 'selector' => '{{WRAPPER}} .dafe-feature-list-container .dafe-feature-list-title span',458 'selector' => '{{WRAPPER}} .dafe-feature-list-container .dafe-feature-list-title', 459 459 ] 460 460 ); … … 464 464 [ 465 465 'name' => 'title_stroke', 466 'selector' => '{{WRAPPER}} .dafe-feature-list-container .dafe-feature-list-title span',466 'selector' => '{{WRAPPER}} .dafe-feature-list-container .dafe-feature-list-title', 467 467 ] 468 468 ); -
definitive-addons-for-elementor/trunk/inc/Elements/Products.php
r2694663 r2724657 408 408 409 409 $slidesperpage = $this->get_settings_for_display('slidesToShow'); 410 $autoplay_speed = $this->get_settings_for_display('autoplay_speed');411 $autoplay = $this->get_settings_for_display('autoplay');412 $loop = $this->get_settings_for_display('loop');413 410 414 411 … … 416 413 $class = '.'; 417 414 $class .= $id; 415 416 418 417 419 418 ?> … … 496 495 if ($da_query->have_posts() ) { 497 496 498 echo wp_kses_post( apply_filters( 'woocommerce_before_widget_product_list', '<ul data-number ="'.$slidesperpage.'" data-enable="'.$product_display.'" class="product_list_widget '.$id.'">' ) );497 echo wp_kses_post( apply_filters( 'woocommerce_before_widget_product_list', '<ul data-numbers="'.$slidesperpage.'" data-enables="'.$product_display.'" class="product_list_widget '.$id.'">' ) ); 499 498 500 499 while ( $da_query->have_posts() ) { -
definitive-addons-for-elementor/trunk/inc/Elements/Skillbar.php
r2720175 r2724657 260 260 <?php if ($skillbar_style =='block'){ ?> 261 261 262 <span class="title" style="line-height:<?php echo esc_attr($bar_height['size']); ?>px;"><?php $this->print_unescaped_setting( $skill_text); ?></span>262 <span class="title" style="line-height:<?php echo esc_attr($bar_height['size']); ?>px;"><?php $this->print_unescaped_setting('skill_text'); ?></span> 263 263 264 264 <?php } ?> -
definitive-addons-for-elementor/trunk/inc/admin/admin_sections.php
r2723542 r2724657 28 28 29 29 <div class="dafe-admin-support-container"> 30 <div class="first-row clear">31 <div class=" no_of_col_1 item1col_padd_margin">32 <h3 class="support-item"><?php esc_html_e( 'Installation & How to start', ' the-gap' ); ?></h3>33 <p><?php esc_html_e( 'Installation detail of plugins is available. Other third party plugins installation are also avaible.', 'the-gap' ) ?></p>34 <p><a href="<?php echo esc_url( 'https:// the-gap-docs.themenextlevel.com/' ); ?>" target="_blank" class="button"><?php esc_html_e( 'Install & Start', 'the-gap' ); ?></a></p>30 31 <div class="item col_padd_margin"> 32 <h3 class="support-item"><?php esc_html_e( 'Installation & How to start', 'definitive-addons-for-elementor' ); ?></h3> 33 <p><?php esc_html_e( 'Installation detail of plugins is available.', 'definitive-addons-for-elementor' ) ?></p> 34 <p><a href="<?php echo esc_url( 'https://definitive-docs.softfirm.net/' ); ?>" target="_blank" class="button"><?php esc_html_e( 'Install & Start', 'definitive-addons-for-elementor' ); ?></a></p> 35 35 </div> 36 36 37 <div class="no_of_col_2 item2 col_padd_margin"> 38 <h3 class="support-item"><?php esc_html_e( 'Theme Demos', 'the-gap' ); ?></h3> 39 <p><?php esc_html_e( 'Demos of 33 elements are avaible right now.', 'the-gap' ) ?></p> 40 <p><a href="<?php echo esc_url( 'https://softfirm.net/demos/' ); ?>" target="_blank" class="button"><?php esc_html_e( 'Theme Demos', 'the-gap' ); ?></a></p> 41 </div> 37 <div class="item col_padd_margin"> 38 <h3 class="support-item"><?php esc_html_e( 'Elements Demos', 'definitive-addons-for-elementor' ); ?></h3> 39 <p><?php esc_html_e( 'Demos of 33 elements are avaible right now.', 'definitive-addons-for-elementor' ) ?></p> 40 <p><a href="<?php echo esc_url( 'https://softfirm.net/demos/' ); ?>" target="_blank" class="button"><?php esc_html_e( 'Theme Demos', 'definitive-addons-for-elementor' ); ?></a></p> 42 41 </div> 43 42 44 <div class="second-row clear"> 45 <div class="no_of_col_3 item3 col_padd_margin"> 46 <h3 class="support-item"><?php esc_html_e( 'Documentation', 'the-gap' ); ?></h3> 47 <p><?php esc_html_e( 'Please view our documentation page to setup your website.', 'the-gap' ) ?></p> 48 <p><a href="<?php echo esc_url( 'https://definitive-docs.softfirm.net/'); ?>" target="_blank" class="button button-secondary"><?php esc_html_e( 'Documentation', 'the-gap' ); ?></a></p> 43 44 45 <div class="item col_padd_margin"> 46 <h3 class="support-item"><?php esc_html_e( 'Documentation', 'definitive-addons-for-elementor' ); ?></h3> 47 <p><?php esc_html_e( 'Please view our documentation page to setup your website.', 'definitive-addons-for-elementor' ) ?></p> 48 <p><a href="<?php echo esc_url( 'https://definitive-docs.softfirm.net/'); ?>" target="_blank" class="button button-secondary"><?php esc_html_e( 'Documentation', 'definitive-addons-for-elementor' ); ?></a></p> 49 49 </div> 50 50 51 <div class=" no_of_col_4 item4col_padd_margin">52 <h3 class="support-item"><?php esc_html_e( ' Theme Support', 'the-gap' ); ?></h3>53 <p><?php esc_html_e( 'Please put it in our dedicated support forum.', ' the-gap' ) ?></p>54 <p><a href="<?php echo esc_url( 'https:// themenextlevel.com/support/' ); ?>" target="_blank" class="button"><?php esc_html_e( 'Theme Support', 'the-gap' ); ?></a></p>51 <div class="item col_padd_margin"> 52 <h3 class="support-item"><?php esc_html_e( 'Plugin Support', 'definitive-addons-for-elementor' ); ?></h3> 53 <p><?php esc_html_e( 'Please put it in our dedicated support forum.', 'definitive-addons-for-elementor' ) ?></p> 54 <p><a href="<?php echo esc_url( 'https://support.themenextlevel.com/' ); ?>" target="_blank" class="button"><?php esc_html_e( 'Theme Support', 'definitive-addons-for-elementor' ); ?></a></p> 55 55 </div> 56 </div>56 57 57 58 58 … … 70 70 <li> 71 71 <a href="#dafe-definitive-addons-welcome"> 72 <?php _e('Welcome', 'definitive-addons '); ?>72 <?php _e('Welcome', 'definitive-addons-for-elementor'); ?> 73 73 </a> 74 74 </li> … … 76 76 <li> 77 77 <a href="#dafe-definitive-addons-addons"> 78 <?php _e('Addons', 'definitive-addons '); ?>78 <?php _e('Addons', 'definitive-addons-for-elementor'); ?> 79 79 </a> 80 80 </li> -
definitive-addons-for-elementor/trunk/inc/admin/assets/css/definitive-addons-admin.css
r2723542 r2724657 112 112 align-items: flex-start; 113 113 flex-wrap: wrap; 114 flex: 0 0 100%; 115 align-items:center; 114 116 } 115 117 116 118 .dafe-definitive-dashboard-element-item { 117 119 120 121 -webkit-flex: 0 0 23%; 122 flex: 0 0 23%; 118 123 padding:20px; 119 124 margin:5px; 120 flex: 1 1 21%;125 max-width: 23%; 121 126 box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 10%); 122 127 background:#fffeee; … … 140 145 } 141 146 142 .dafe-admin-support-container . col_padd_margin {147 .dafe-admin-support-container .item.col_padd_margin { 143 148 padding:20px; 144 149 margin:5px; 145 flex: 1 1 21%; 150 flex: 0 0 44%; 151 max-width:44%; 146 152 box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 10%); 147 153 background:#fffeee; … … 293 299 } 294 300 295 296 297 301 @media (max-width: 960px){ 302 .dafe-definitive-dashboard-element-item { 303 304 305 -webkit-flex: 0 0 32%; 306 flex: 0 0 32%; 307 padding:20px; 308 margin:4px; 309 max-width: 32%; 310 box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 10%); 311 background:#fffeee; 312 } 313 } 314 315 @media (max-width: 768px){ 316 .dafe-definitive-dashboard-element-item { 317 318 319 -webkit-flex: 0 0 98%; 320 flex: 0 0 98%; 321 padding:20px; 322 margin:4px; 323 max-width: 98%; 324 box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 10%); 325 background:#fffeee; 326 } 327 .dafe-admin-support-container .col_padd_margin { 328 329 330 -webkit-flex: 0 0 100%; 331 flex: 0 0 100%; 332 padding:20px; 333 margin-bottom:5px; 334 max-width: 100%; 335 box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 10%); 336 background:#fffeee; 337 } 338 } 339 340 341 -
definitive-addons-for-elementor/trunk/inc/admin/assets/js/definitive-addons-admin.js
r2723542 r2724657 17 17 title: "Saved", 18 18 text: "Saved Successfully", 19 type: "success", 19 20 background: "#fffeee", 20 21 icon: 'success', 21 showConfirmButton: true, 22 confirmButtonColor: '#323844', 23 confirmButtonClass: 'button--success', 24 confirmButtonText: 'OK', 25 timer: 5000 22 showCancelButton: false, 23 confirmButtonText: "OK", 24 25 confirmButtonColor: "#008000", 26 27 customClass: { 28 confirmButton: "save--success" 29 }, 30 timer: 5000, 31 timerProgressBar: true 26 32 27 33 -
definitive-addons-for-elementor/trunk/js/custom.js
r2708457 r2724657 200 200 }; 201 201 202 var product Carousel = function() {203 204 $( '. product_list_widget').each( function() {205 var $this = $( this ); 206 var number = $this.data('number ');207 var enable = $this.data('enable ');202 var productsCarousel = function() { 203 204 $( '.woo-front-page.definitive .product_list_widget').each( function() { 205 var $this = $( this ); 206 var number = $this.data('numbers'); 207 var enable = $this.data('enables'); 208 208 209 209 … … 381 381 testimonials(); 382 382 postSlider(); 383 product Carousel();383 productsCarousel(); 384 384 skillbars(); 385 385 typeAnimate(); … … 408 408 elementorFrontend.hooks.addAction( 'frontend/element_ready/dafe_slider.default', slicks ); 409 409 elementorFrontend.hooks.addAction( 'frontend/element_ready/dafe_counter.default', counters ); 410 elementorFrontend.hooks.addAction( 'frontend/element_ready/dafe_product_slider.default', product Carousel);410 elementorFrontend.hooks.addAction( 'frontend/element_ready/dafe_product_slider.default', productsCarousel); 411 411 elementorFrontend.hooks.addAction( 'frontend/element_ready/dafe_skillbar.default', skillbars); 412 412 elementorFrontend.hooks.addAction( 'frontend/element_ready/dafe_type.default', typeAnimate); -
definitive-addons-for-elementor/trunk/languages/definitive-addons-for-elementor.pot
r2723542 r2724657 3 3 msgstr "" 4 4 "Project-Id-Version: definitive-addons-for-elementor\n" 5 "POT-Creation-Date: 2022-05- 14 01:24+0600\n"5 "POT-Creation-Date: 2022-05-08 18:56+0600\n" 6 6 "PO-Revision-Date: 2020-03-12 14:48+0600\n" 7 7 "Last-Translator: \n" … … 19 19 "X-Poedit-SearchPath-0: .\n" 20 20 21 #: definitive_adons_elementor.php:2 1421 #: definitive_adons_elementor.php:209 22 22 #, php-format 23 23 msgid "\"%1$s\" requires \"%2$s\" to be installed and activated." 24 24 msgstr "" 25 25 26 #: definitive_adons_elementor.php:21 5 definitive_adons_elementor.php:23927 #: definitive_adons_elementor.php:2 6426 #: definitive_adons_elementor.php:210 definitive_adons_elementor.php:234 27 #: definitive_adons_elementor.php:259 28 28 msgid "Definitive Addon for Elementor" 29 29 msgstr "" 30 30 31 #: definitive_adons_elementor.php:21 6 definitive_adons_elementor.php:24031 #: definitive_adons_elementor.php:211 definitive_adons_elementor.php:235 32 32 #: inc/Elements/Wording.php:95 33 33 msgid "Elementor" 34 34 msgstr "" 35 35 36 #: definitive_adons_elementor.php:23 8 definitive_adons_elementor.php:26336 #: definitive_adons_elementor.php:233 definitive_adons_elementor.php:258 37 37 #, php-format 38 38 msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater." 39 39 msgstr "" 40 40 41 #: definitive_adons_elementor.php:26 541 #: definitive_adons_elementor.php:260 42 42 msgid "PHP" 43 43 msgstr "" 44 44 45 #: definitive_adons_elementor.php:278 inc/admin/da-admin-settings.php:65 46 #: inc/admin/da-admin-settings.php:66 45 #: definitive_adons_elementor.php:273 47 46 msgid "Definitive Addons" 48 47 msgstr "" … … 180 179 #: inc/Elements/Teaser_Box.php:518 inc/Elements/Teaser_Box.php:675 181 180 #: inc/Elements/Testimonial_Slider.php:626 182 #: inc/Elements/Testimonial_Slider.php:776 183 #: inc/Elements/heading-with-separator.php:171181 #: inc/Elements/Testimonial_Slider.php:776 inc/Elements/heading-with-separator 182 #: - Copy.php:174 inc/Elements/heading-with-separator.php:171 184 183 msgid "Normal" 185 184 msgstr "" … … 236 235 #: inc/Elements/Tabs.php:757 inc/Elements/Teaser_Box.php:568 237 236 #: inc/Elements/Teaser_Box.php:714 inc/Elements/Testimonial_Slider.php:665 238 #: inc/Elements/Testimonial_Slider.php:827 239 #: inc/Elements/heading-with-separator.php:202237 #: inc/Elements/Testimonial_Slider.php:827 inc/Elements/heading-with-separator 238 #: - Copy.php:205 inc/Elements/heading-with-separator.php:202 240 239 msgid "Hover" 241 240 msgstr "" … … 257 256 258 257 #: inc/Elements/Accordion.php:359 inc/Elements/Pricing_Table.php:423 259 #: inc/Elements/Tabs.php:228 inc/Elements/heading-with-separator.php:263 258 #: inc/Elements/Tabs.php:228 inc/Elements/heading-with-separator - 259 #: Copy.php:266 inc/Elements/heading-with-separator.php:263 260 260 msgid "Title Padding" 261 261 msgstr "" … … 387 387 msgstr "" 388 388 389 #: inc/Elements/CTA.php:69 inc/admin/dafe-elements/Da_all_elements.php:38389 #: inc/Elements/CTA.php:69 390 390 msgid "Call to Action" 391 391 msgstr "" … … 430 430 #: inc/Elements/Ninja_Forms.php:147 inc/Elements/Pricing_Table.php:80 431 431 #: inc/Elements/Products.php:71 inc/Elements/Teaser_Box.php:106 432 #: inc/Elements/WpForm.php:134 inc/Elements/heading-with-separator.php:79 432 #: inc/Elements/WpForm.php:134 inc/Elements/heading-with-separator - 433 #: Copy.php:79 inc/Elements/heading-with-separator.php:79 433 434 msgid "Title HTML Tag" 434 435 msgstr "" … … 440 441 #: inc/Elements/Products.php:75 inc/Elements/Subscription.php:83 441 442 #: inc/Elements/Teaser_Box.php:111 inc/Elements/WpForm.php:139 443 #: inc/Elements/heading-with-separator - Copy.php:83 442 444 #: inc/Elements/heading-with-separator.php:83 443 445 msgid "H1" … … 450 452 #: inc/Elements/Products.php:76 inc/Elements/Subscription.php:84 451 453 #: inc/Elements/Teaser_Box.php:115 inc/Elements/WpForm.php:140 454 #: inc/Elements/heading-with-separator - Copy.php:84 452 455 #: inc/Elements/heading-with-separator.php:84 453 456 msgid "H2" … … 460 463 #: inc/Elements/Products.php:77 inc/Elements/Subscription.php:85 461 464 #: inc/Elements/Teaser_Box.php:119 inc/Elements/WpForm.php:141 465 #: inc/Elements/heading-with-separator - Copy.php:85 462 466 #: inc/Elements/heading-with-separator.php:85 463 467 msgid "H3" … … 470 474 #: inc/Elements/Products.php:78 inc/Elements/Subscription.php:86 471 475 #: inc/Elements/Teaser_Box.php:123 inc/Elements/WpForm.php:142 476 #: inc/Elements/heading-with-separator - Copy.php:86 472 477 #: inc/Elements/heading-with-separator.php:86 473 478 msgid "H4" … … 480 485 #: inc/Elements/Products.php:79 inc/Elements/Subscription.php:87 481 486 #: inc/Elements/Teaser_Box.php:127 inc/Elements/WpForm.php:143 487 #: inc/Elements/heading-with-separator - Copy.php:87 482 488 #: inc/Elements/heading-with-separator.php:87 483 489 msgid "H5" … … 490 496 #: inc/Elements/Products.php:80 inc/Elements/Subscription.php:88 491 497 #: inc/Elements/Teaser_Box.php:131 inc/Elements/WpForm.php:144 498 #: inc/Elements/heading-with-separator - Copy.php:88 492 499 #: inc/Elements/heading-with-separator.php:88 493 500 msgid "H6" … … 603 610 #: inc/Elements/Feature_list.php:415 inc/Elements/Icon_Box.php:447 604 611 #: inc/Elements/Ninja_Forms.php:293 inc/Elements/Slider.php:298 605 #: inc/Elements/WpForm.php:280 inc/Elements/heading-with-separator.php:152 612 #: inc/Elements/WpForm.php:280 inc/Elements/heading-with-separator - 613 #: Copy.php:155 inc/Elements/heading-with-separator.php:152 606 614 msgid "Title Bottom Spacing" 607 615 msgstr "" … … 618 626 #: inc/Elements/Teaser_Box.php:362 inc/Elements/Testimonial.php:387 619 627 #: inc/Elements/Testimonial_Slider.php:485 inc/Elements/WpForm.php:295 628 #: inc/Elements/heading-with-separator - Copy.php:181 620 629 #: inc/Elements/heading-with-separator.php:178 621 630 msgid "Title Color" … … 629 638 #: inc/Elements/Post_Grid.php:313 inc/Elements/Promo-box.php:290 630 639 #: inc/Elements/Tabs.php:208 inc/Elements/Teaser_Box.php:373 640 #: inc/Elements/heading-with-separator - Copy.php:212 631 641 #: inc/Elements/heading-with-separator.php:209 632 642 msgid "Title Hover Color" … … 737 747 738 748 #: inc/Elements/Category_Box.php:55 739 #: inc/admin/dafe-elements/Da_all_elements.php:81740 749 msgid "Category Box" 741 750 msgstr "" … … 797 806 798 807 #: inc/Elements/Category_List.php:51 799 #: inc/admin/dafe-elements/Da_all_elements.php:88800 808 msgid "Category List" 801 809 msgstr "" … … 921 929 922 930 #: inc/Elements/Contact_form_7.php:73 923 #: inc/admin/dafe-elements/Da_all_elements.php:103924 931 msgid "Contact Form 7" 925 932 msgstr "" … … 957 964 #: inc/Elements/Testimonial_Slider.php:257 958 965 #: inc/Elements/Testimonial_Slider.php:287 inc/Elements/WpForm.php:111 959 #: inc/Elements/WpForm.php:156 inc/Elements/heading-with-separator.php:99 966 #: inc/Elements/WpForm.php:156 inc/Elements/heading-with-separator - 967 #: Copy.php:99 inc/Elements/heading-with-separator.php:99 960 968 msgid "Yes" 961 969 msgstr "" … … 982 990 #: inc/Elements/Testimonial_Slider.php:258 983 991 #: inc/Elements/Testimonial_Slider.php:288 inc/Elements/WpForm.php:112 984 #: inc/Elements/WpForm.php:157 inc/Elements/heading-with-separator.php:100 992 #: inc/Elements/WpForm.php:157 inc/Elements/heading-with-separator - 993 #: Copy.php:100 inc/Elements/heading-with-separator.php:100 985 994 msgid "No" 986 995 msgstr "" … … 997 1006 #: inc/Elements/Contact_form_7.php:141 inc/Elements/Ninja_Forms.php:158 998 1007 #: inc/Elements/Products.php:81 inc/Elements/Subscription.php:89 999 #: inc/Elements/WpForm.php:145 inc/Elements/heading-with-separator.php:89 1008 #: inc/Elements/WpForm.php:145 inc/Elements/heading-with-separator - 1009 #: Copy.php:89 inc/Elements/heading-with-separator.php:89 1000 1010 msgid "Span" 1001 1011 msgstr "" … … 1035 1045 #: inc/Elements/Teaser_Box.php:214 inc/Elements/Type.php:92 1036 1046 #: inc/Elements/Wording.php:140 inc/Elements/WpForm.php:184 1047 #: inc/Elements/heading-with-separator - Copy.php:115 1037 1048 #: inc/Elements/heading-with-separator.php:115 1038 1049 msgid "Left" … … 1050 1061 #: inc/Elements/Teaser_Box.php:218 inc/Elements/Type.php:96 1051 1062 #: inc/Elements/Wording.php:144 inc/Elements/WpForm.php:188 1063 #: inc/Elements/heading-with-separator - Copy.php:119 1052 1064 #: inc/Elements/heading-with-separator.php:119 1053 1065 msgid "Center" … … 1066 1078 #: inc/Elements/Teaser_Box.php:222 inc/Elements/Type.php:100 1067 1079 #: inc/Elements/Wording.php:148 inc/Elements/WpForm.php:192 1080 #: inc/Elements/heading-with-separator - Copy.php:123 1068 1081 #: inc/Elements/heading-with-separator.php:123 1069 1082 msgid "Right" … … 1231 1244 msgstr "" 1232 1245 1233 #: inc/Elements/Counter.php:63 inc/admin/dafe-elements/Da_all_elements.php:1101246 #: inc/Elements/Counter.php:63 1234 1247 msgid "Counter" 1235 1248 msgstr "" … … 1259 1272 #: inc/Elements/Staff_Member.php:129 inc/Elements/Subscription.php:107 1260 1273 #: inc/Elements/Teaser_Box.php:208 inc/Elements/Type.php:86 1261 #: inc/Elements/Wording.php:134 inc/Elements/heading-with-separator.php:109 1274 #: inc/Elements/Wording.php:134 inc/Elements/heading-with-separator - 1275 #: Copy.php:109 inc/Elements/heading-with-separator.php:109 1262 1276 msgid "Set Alignment" 1263 1277 msgstr "" … … 1321 1335 1322 1336 #: inc/Elements/Creative_Button.php:65 1323 #: inc/admin/dafe-elements/Da_all_elements.php:1171324 1337 msgid "Creative Button" 1325 1338 msgstr "" … … 1355 1368 1356 1369 #: inc/Elements/Feature_list.php:62 1357 #: inc/admin/dafe-elements/Da_all_elements.php:1241358 1370 msgid "Feature List" 1359 1371 msgstr "" … … 1430 1442 1431 1443 #: inc/Elements/Filterable_Portfolio.php:49 1432 #: inc/admin/dafe-elements/Da_all_elements.php:1311433 1444 msgid "Filterable Portfolio/Post" 1434 1445 msgstr "" … … 1576 1587 1577 1588 #: inc/Elements/Filterable_Portfolio.php:417 inc/Elements/Image_Overlay.php:62 1578 #: inc/admin/dafe-elements/Da_all_elements.php:1521579 1589 msgid "Image Overlay" 1580 1590 msgstr "" … … 1639 1649 msgstr "" 1640 1650 1641 #: inc/Elements/Flip_Box.php:47 inc/admin/dafe-elements/Da_all_elements.php:451651 #: inc/Elements/Flip_Box.php:47 1642 1652 msgid "Flip Box" 1643 1653 msgstr "" … … 1722 1732 1723 1733 #: inc/Elements/Icon_Box.php:64 1724 #: inc/admin/dafe-elements/Da_all_elements.php:1381725 1734 msgid "Icon Box" 1726 1735 msgstr "" … … 1771 1780 1772 1781 #: inc/Elements/Icon_List.php:61 1773 #: inc/admin/dafe-elements/Da_all_elements.php:1451774 1782 msgid "Icon List" 1775 1783 msgstr "" … … 1966 1974 1967 1975 #: inc/Elements/Popular_Post.php:43 1968 #: inc/admin/dafe-elements/Da_all_elements.php:1661969 1976 msgid "Popular Post" 1970 1977 msgstr "" … … 1980 1987 1981 1988 #: inc/Elements/Post_Carousel.php:43 1982 #: inc/admin/dafe-elements/Da_all_elements.php:671983 1989 msgid "Post Carousel" 1984 1990 msgstr "" … … 2080 2086 2081 2087 #: inc/Elements/Post_Grid.php:47 2082 #: inc/admin/dafe-elements/Da_all_elements.php:592083 2088 msgid "Post Grid" 2084 2089 msgstr "" … … 2141 2146 2142 2147 #: inc/Elements/Pricing_Table.php:62 2143 #: inc/admin/dafe-elements/Da_all_elements.php:1732144 2148 msgid "Pricing Table" 2145 2149 msgstr "" … … 2339 2343 2340 2344 #: inc/Elements/Products.php:160 2341 #: inc/admin/dafe-elements/Da_all_elements.php:1802342 2345 msgid "Product Slider" 2343 2346 msgstr "" … … 2376 2379 2377 2380 #: inc/Elements/Promo-box.php:62 2378 #: inc/admin/dafe-elements/Da_all_elements.php:1872379 2381 msgid "Promo Box" 2380 2382 msgstr "" … … 2565 2567 #: inc/Elements/Social_Icon.php:365 inc/Elements/Staff_Member.php:184 2566 2568 #: inc/Elements/Staff_Member.php:550 2567 #: inc/admin/dafe-elements/Da_all_elements.php:2012568 2569 msgid "Social Icon" 2569 2570 msgstr "" … … 2763 2764 msgstr "" 2764 2765 2765 #: inc/Elements/Tabs.php:196 inc/Elements/heading-with-separator.php:189 2766 #: inc/Elements/Tabs.php:196 inc/Elements/heading-with-separator - 2767 #: Copy.php:192 inc/Elements/heading-with-separator.php:189 2766 2768 msgid "Title Background Color" 2767 2769 msgstr "" … … 2824 2826 2825 2827 #: inc/Elements/Teaser_Box.php:52 2826 #: inc/admin/dafe-elements/Da_all_elements.php:2292827 2828 msgid "Card" 2828 2829 msgstr "" … … 2869 2870 2870 2871 #: inc/Elements/Testimonial.php:61 2871 #: inc/admin/dafe-elements/Da_all_elements.php:242872 2872 msgid "Testimonial" 2873 2873 msgstr "" … … 2960 2960 2961 2961 #: inc/Elements/Testimonial_Slider.php:59 2962 #: inc/admin/dafe-elements/Da_all_elements.php:312963 2962 msgid "Testimonial Slider" 2964 2963 msgstr "" … … 3005 3004 3006 3005 #: inc/Elements/Wording.php:26 3007 msgid "DA: Multi-Color Text"3008 msgstr "" 3009 3010 #: inc/Elements/Wording.php:56 inc/admin/dafe-elements/Da_all_elements.php:2433006 msgid "DA: Wording" 3007 msgstr "" 3008 3009 #: inc/Elements/Wording.php:56 3011 3010 msgid "Multi-Color Text" 3012 3011 msgstr "" … … 3021 3020 msgstr "" 3022 3021 3023 #: inc/Elements/Wording.php:77 inc/admin/admin_sections.php:783022 #: inc/Elements/Wording.php:77 3024 3023 msgid "Addons" 3025 3024 msgstr "" … … 3154 3153 msgstr "" 3155 3154 3156 #: inc/Elements/WpForm.php:77 inc/admin/dafe-elements/Da_all_elements.php:2503155 #: inc/Elements/WpForm.php:77 3157 3156 msgid "WPForms" 3158 3157 msgstr "" … … 3178 3177 msgstr "" 3179 3178 3179 #: inc/Elements/heading-with-separator - Copy.php:31 3180 3180 #: inc/Elements/heading-with-separator.php:31 3181 3181 msgid "DA: Heading with Separator" 3182 3182 msgstr "" 3183 3183 3184 #: inc/Elements/heading-with-separator - Copy.php:61 3184 3185 #: inc/Elements/heading-with-separator.php:61 3185 3186 msgid "Heading with Separator" 3186 3187 msgstr "" 3187 3188 3189 #: inc/Elements/heading-with-separator - Copy.php:71 3188 3190 #: inc/Elements/heading-with-separator.php:71 3189 3191 msgid "Heading Text" 3190 3192 msgstr "" 3191 3193 3194 #: inc/Elements/heading-with-separator - Copy.php:72 3192 3195 #: inc/Elements/heading-with-separator.php:72 3193 3196 msgid "I am heading or text" 3194 3197 msgstr "" 3195 3198 3199 #: inc/Elements/heading-with-separator - Copy.php:96 3196 3200 #: inc/Elements/heading-with-separator.php:96 3197 3201 msgid "Show/Hide Separator" 3198 3202 msgstr "" 3199 3203 3204 #: inc/Elements/heading-with-separator - Copy.php:144 3200 3205 #: inc/Elements/heading-with-separator.php:141 3201 3206 msgid "Heading" 3202 3207 msgstr "" 3203 3208 3209 #: inc/Elements/heading-with-separator - Copy.php:167 3204 3210 #: inc/Elements/heading-with-separator.php:164 3205 3211 msgid "Title Colors" 3206 3212 msgstr "" 3207 3213 3214 #: inc/Elements/heading-with-separator - Copy.php:223 3208 3215 #: inc/Elements/heading-with-separator.php:220 3209 3216 msgid "Title Background Hover Color" 3210 3217 msgstr "" 3211 3218 3219 #: inc/Elements/heading-with-separator - Copy.php:280 3212 3220 #: inc/Elements/heading-with-separator.php:277 3213 3221 msgid "Heading Separator" 3214 3222 msgstr "" 3215 3223 3224 #: inc/Elements/heading-with-separator - Copy.php:287 3216 3225 #: inc/Elements/heading-with-separator.php:284 3217 3226 msgid "separator Color" 3218 3227 msgstr "" 3219 3228 3229 #: inc/Elements/heading-with-separator - Copy.php:299 3220 3230 #: inc/Elements/heading-with-separator.php:296 3221 3231 msgid "Separator Hover Color" 3222 3232 msgstr "" 3223 3233 3234 #: inc/Elements/heading-with-separator - Copy.php:311 3224 3235 #: inc/Elements/heading-with-separator.php:308 3225 3236 msgid "Separator Width" 3226 3237 msgstr "" 3227 3238 3239 #: inc/Elements/heading-with-separator - Copy.php:326 3228 3240 #: inc/Elements/heading-with-separator.php:323 3229 3241 msgid "Separator Height" 3230 3242 msgstr "" 3231 3243 3244 #: inc/Elements/heading-with-separator - Copy.php:341 3232 3245 #: inc/Elements/heading-with-separator.php:338 3233 3246 msgid "Separator Bottom Spacing" … … 3581 3594 msgid "None" 3582 3595 msgstr "" 3583 3584 #: inc/admin/admin_sections.php:323585 msgid "Installation & How to start"3586 msgstr ""3587 3588 #: inc/admin/admin_sections.php:333589 msgid ""3590 "Installation detail of plugins is available. Other third party plugins "3591 "installation are also avaible."3592 msgstr ""3593 3594 #: inc/admin/admin_sections.php:343595 msgid "Install & Start"3596 msgstr ""3597 3598 #: inc/admin/admin_sections.php:38 inc/admin/admin_sections.php:403599 msgid "Theme Demos"3600 msgstr ""3601 3602 #: inc/admin/admin_sections.php:393603 msgid "Demos of 33 elements are avaible right now."3604 msgstr ""3605 3606 #: inc/admin/admin_sections.php:46 inc/admin/admin_sections.php:483607 msgid "Documentation"3608 msgstr ""3609 3610 #: inc/admin/admin_sections.php:473611 msgid "Please view our documentation page to setup your website."3612 msgstr ""3613 3614 #: inc/admin/admin_sections.php:52 inc/admin/admin_sections.php:543615 msgid "Theme Support"3616 msgstr ""3617 3618 #: inc/admin/admin_sections.php:533619 msgid "Please put it in our dedicated support forum."3620 msgstr ""3621 3622 #: inc/admin/admin_sections.php:723623 msgid "Welcome"3624 msgstr ""3625 3626 #: inc/admin/da-admin-settings.php:2033627 msgid "Welcome to Definitive Addons for Elementor"3628 msgstr ""3629 3630 #: inc/admin/da-admin-settings.php:2053631 msgid "Thank you for choosing Definitive Addons"3632 msgstr ""3633 3634 #: inc/admin/da-admin-settings.php:2663635 msgid "Definitive All Elements"3636 msgstr ""3637 3638 #: inc/admin/da-admin-settings.php:3223639 msgid "Enable All"3640 msgstr ""3641 3642 #: inc/admin/da-admin-settings.php:3253643 msgid "Disable All"3644 msgstr ""3645 3646 #: inc/admin/da-admin-settings.php:3313647 msgid "Save Elements"3648 msgstr ""3649 3650 #: inc/admin/dafe-elements/Da_all_elements.php:193651 msgid "Definitive Elements"3652 msgstr ""3653 3654 #: inc/admin/dafe-elements/Da_all_elements.php:523655 msgid "Slider"3656 msgstr ""3657 3658 #: inc/admin/dafe-elements/Da_all_elements.php:743659 msgid "Accordion"3660 msgstr ""3661 3662 #: inc/admin/dafe-elements/Da_all_elements.php:953663 msgid "Heading With Separator"3664 msgstr ""3665 3666 #: inc/admin/dafe-elements/Da_all_elements.php:1593667 msgid "Ninja Forms"3668 msgstr ""3669 3670 #: inc/admin/dafe-elements/Da_all_elements.php:1943671 msgid "Skillbar"3672 msgstr ""3673 3674 #: inc/admin/dafe-elements/Da_all_elements.php:2083675 msgid "Team Member"3676 msgstr ""3677 3678 #: inc/admin/dafe-elements/Da_all_elements.php:2153679 msgid "Subscription"3680 msgstr ""3681 3682 #: inc/admin/dafe-elements/Da_all_elements.php:2223683 msgid "Tabs"3684 msgstr ""3685 3686 #: inc/admin/dafe-elements/Da_all_elements.php:2363687 msgid "Type"3688 msgstr "" -
definitive-addons-for-elementor/trunk/readme.txt
r2723542 r2724657 5 5 Tested up to: 5.9.3 6 6 Requires PHP: 5.4 7 Stable tag: 1.5. 78 Version: 1.5. 77 Stable tag: 1.5.8 8 Version: 1.5.8 9 9 License: GPLv3 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 102 102 == Changelog == 103 103 104 = 1.5.8 = 105 few issues fixed 106 style added 107 104 108 = 1.5.7 = 105 109 admin dashboard settings added
Note: See TracChangeset
for help on using the changeset viewer.