Plugin Directory

Changeset 2724657


Ignore:
Timestamp:
05/16/2022 02:57:51 PM (4 years ago)
Author:
khuda
Message:

Version 1.5.8

Location:
definitive-addons-for-elementor/trunk
Files:
1 added
10 edited

Legend:

Unmodified
Added
Removed
  • definitive-addons-for-elementor/trunk/definitive_adons_elementor.php

    r2723542 r2724657  
    44 * Description: Advanced Widgets for Elementor Page Builder.
    55 * Plugin URI:  https://softfirm.net/
    6  * Version:     1.5.7
     6 * Version:     1.5.8
    77 * Author:      Softfirm
    88 * Author URI:  https://softfirm.net/definitive-addons/
     
    3232     * @var string The plugin version.
    3333     */
    34     const VERSION = '1.5.7';
     34    const VERSION = '1.5.8';
    3535
    3636    /**
     
    9494    public function __construct() {
    9595       
     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       
    96101        add_action( 'plugins_loaded', array( $this, 'constants' ), 2 );
    97102       
     
    105110   
    106111        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    }
    111130
    112131    /**
  • definitive-addons-for-elementor/trunk/inc/Elements/Feature_list.php

    r2720175 r2724657  
    447447            [
    448448                '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',
    450450               
    451451            ]
     
    456456            [
    457457                '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',
    459459            ]
    460460        );
     
    464464            [
    465465                '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',
    467467            ]
    468468        );
  • definitive-addons-for-elementor/trunk/inc/Elements/Products.php

    r2694663 r2724657  
    408408   
    409409    $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');
    413410   
    414411   
     
    416413        $class = '.';
    417414        $class .= $id;
     415       
     416       
    418417     
    419418      ?>
     
    496495        if ($da_query->have_posts() ) {
    497496   
    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.'">' ) );
    499498       
    500499            while ( $da_query->have_posts() ) {
  • definitive-addons-for-elementor/trunk/inc/Elements/Skillbar.php

    r2720175 r2724657  
    260260        <?php if ($skillbar_style =='block'){ ?>
    261261
    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>
    263263
    264264        <?php } ?>
  • definitive-addons-for-elementor/trunk/inc/admin/admin_sections.php

    r2723542 r2724657  
    2828       
    2929            <div class="dafe-admin-support-container">
    30                     <div class="first-row clear">
    31                     <div class="no_of_col_1 item1 col_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>
    3535                    </div>
    3636                   
    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>
    4241                    </div>
    4342                   
    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>
    4949                    </div>
    5050
    51                     <div class="no_of_col_4 item4 col_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>
    5555                    </div>
    56                     </div>
     56                   
    5757                   
    5858       
     
    7070        <li>
    7171            <a href="#dafe-definitive-addons-welcome">
    72                 <?php _e('Welcome', 'definitive-addons'); ?>
     72                <?php _e('Welcome', 'definitive-addons-for-elementor'); ?>
    7373            </a>
    7474        </li>
     
    7676        <li>
    7777            <a href="#dafe-definitive-addons-addons">
    78                 <?php _e('Addons', 'definitive-addons'); ?>
     78                <?php _e('Addons', 'definitive-addons-for-elementor'); ?>
    7979            </a>
    8080        </li>
  • definitive-addons-for-elementor/trunk/inc/admin/assets/css/definitive-addons-admin.css

    r2723542 r2724657  
    112112    align-items: flex-start;
    113113    flex-wrap: wrap;
     114    flex: 0 0 100%;
     115    align-items:center;
    114116}
    115117
    116118.dafe-definitive-dashboard-element-item {
    117119   
     120   
     121    -webkit-flex: 0 0 23%;
     122    flex: 0 0 23%;
    118123    padding:20px;
    119124    margin:5px;
    120     flex: 1 1 21%;
     125    max-width: 23%;
    121126    box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 10%);
    122127    background:#fffeee;
     
    140145}
    141146
    142 .dafe-admin-support-container .col_padd_margin {
     147.dafe-admin-support-container .item.col_padd_margin {
    143148    padding:20px;
    144149    margin:5px;
    145     flex: 1 1 21%;
     150    flex: 0 0 44%;
     151    max-width:44%;
    146152    box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 10%);
    147153    background:#fffeee;
     
    293299}
    294300
    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  
    1717                            title: "Saved",
    1818                            text: "Saved Successfully",
    19                             type: "success",
     19                         
     20                            background: "#fffeee",
    2021                            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
    2632       
    2733           
  • definitive-addons-for-elementor/trunk/js/custom.js

    r2708457 r2724657  
    200200    };
    201201   
    202     var productCarousel = 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');
    208208           
    209209           
     
    381381                testimonials();
    382382                postSlider();
    383                 productCarousel();
     383                productsCarousel();
    384384                skillbars();
    385385                typeAnimate();
     
    408408    elementorFrontend.hooks.addAction( 'frontend/element_ready/dafe_slider.default', slicks );
    409409    elementorFrontend.hooks.addAction( 'frontend/element_ready/dafe_counter.default', counters );
    410     elementorFrontend.hooks.addAction( 'frontend/element_ready/dafe_product_slider.default', productCarousel);
     410    elementorFrontend.hooks.addAction( 'frontend/element_ready/dafe_product_slider.default', productsCarousel);
    411411    elementorFrontend.hooks.addAction( 'frontend/element_ready/dafe_skillbar.default', skillbars);
    412412    elementorFrontend.hooks.addAction( 'frontend/element_ready/dafe_type.default', typeAnimate);
  • definitive-addons-for-elementor/trunk/languages/definitive-addons-for-elementor.pot

    r2723542 r2724657  
    33msgstr ""
    44"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"
    66"PO-Revision-Date: 2020-03-12 14:48+0600\n"
    77"Last-Translator: \n"
     
    1919"X-Poedit-SearchPath-0: .\n"
    2020
    21 #: definitive_adons_elementor.php:214
     21#: definitive_adons_elementor.php:209
    2222#, php-format
    2323msgid "\"%1$s\" requires \"%2$s\" to be installed and activated."
    2424msgstr ""
    2525
    26 #: definitive_adons_elementor.php:215 definitive_adons_elementor.php:239
    27 #: definitive_adons_elementor.php:264
     26#: definitive_adons_elementor.php:210 definitive_adons_elementor.php:234
     27#: definitive_adons_elementor.php:259
    2828msgid "Definitive Addon for Elementor"
    2929msgstr ""
    3030
    31 #: definitive_adons_elementor.php:216 definitive_adons_elementor.php:240
     31#: definitive_adons_elementor.php:211 definitive_adons_elementor.php:235
    3232#: inc/Elements/Wording.php:95
    3333msgid "Elementor"
    3434msgstr ""
    3535
    36 #: definitive_adons_elementor.php:238 definitive_adons_elementor.php:263
     36#: definitive_adons_elementor.php:233 definitive_adons_elementor.php:258
    3737#, php-format
    3838msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater."
    3939msgstr ""
    4040
    41 #: definitive_adons_elementor.php:265
     41#: definitive_adons_elementor.php:260
    4242msgid "PHP"
    4343msgstr ""
    4444
    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
    4746msgid "Definitive Addons"
    4847msgstr ""
     
    180179#: inc/Elements/Teaser_Box.php:518 inc/Elements/Teaser_Box.php:675
    181180#: inc/Elements/Testimonial_Slider.php:626
    182 #: inc/Elements/Testimonial_Slider.php:776
    183 #: inc/Elements/heading-with-separator.php:171
     181#: inc/Elements/Testimonial_Slider.php:776 inc/Elements/heading-with-separator
     182#: - Copy.php:174 inc/Elements/heading-with-separator.php:171
    184183msgid "Normal"
    185184msgstr ""
     
    236235#: inc/Elements/Tabs.php:757 inc/Elements/Teaser_Box.php:568
    237236#: 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:202
     237#: inc/Elements/Testimonial_Slider.php:827 inc/Elements/heading-with-separator
     238#: - Copy.php:205 inc/Elements/heading-with-separator.php:202
    240239msgid "Hover"
    241240msgstr ""
     
    257256
    258257#: 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
    260260msgid "Title Padding"
    261261msgstr ""
     
    387387msgstr ""
    388388
    389 #: inc/Elements/CTA.php:69 inc/admin/dafe-elements/Da_all_elements.php:38
     389#: inc/Elements/CTA.php:69
    390390msgid "Call to Action"
    391391msgstr ""
     
    430430#: inc/Elements/Ninja_Forms.php:147 inc/Elements/Pricing_Table.php:80
    431431#: 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
    433434msgid "Title HTML Tag"
    434435msgstr ""
     
    440441#: inc/Elements/Products.php:75 inc/Elements/Subscription.php:83
    441442#: inc/Elements/Teaser_Box.php:111 inc/Elements/WpForm.php:139
     443#: inc/Elements/heading-with-separator - Copy.php:83
    442444#: inc/Elements/heading-with-separator.php:83
    443445msgid "H1"
     
    450452#: inc/Elements/Products.php:76 inc/Elements/Subscription.php:84
    451453#: inc/Elements/Teaser_Box.php:115 inc/Elements/WpForm.php:140
     454#: inc/Elements/heading-with-separator - Copy.php:84
    452455#: inc/Elements/heading-with-separator.php:84
    453456msgid "H2"
     
    460463#: inc/Elements/Products.php:77 inc/Elements/Subscription.php:85
    461464#: inc/Elements/Teaser_Box.php:119 inc/Elements/WpForm.php:141
     465#: inc/Elements/heading-with-separator - Copy.php:85
    462466#: inc/Elements/heading-with-separator.php:85
    463467msgid "H3"
     
    470474#: inc/Elements/Products.php:78 inc/Elements/Subscription.php:86
    471475#: inc/Elements/Teaser_Box.php:123 inc/Elements/WpForm.php:142
     476#: inc/Elements/heading-with-separator - Copy.php:86
    472477#: inc/Elements/heading-with-separator.php:86
    473478msgid "H4"
     
    480485#: inc/Elements/Products.php:79 inc/Elements/Subscription.php:87
    481486#: inc/Elements/Teaser_Box.php:127 inc/Elements/WpForm.php:143
     487#: inc/Elements/heading-with-separator - Copy.php:87
    482488#: inc/Elements/heading-with-separator.php:87
    483489msgid "H5"
     
    490496#: inc/Elements/Products.php:80 inc/Elements/Subscription.php:88
    491497#: inc/Elements/Teaser_Box.php:131 inc/Elements/WpForm.php:144
     498#: inc/Elements/heading-with-separator - Copy.php:88
    492499#: inc/Elements/heading-with-separator.php:88
    493500msgid "H6"
     
    603610#: inc/Elements/Feature_list.php:415 inc/Elements/Icon_Box.php:447
    604611#: 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
    606614msgid "Title Bottom Spacing"
    607615msgstr ""
     
    618626#: inc/Elements/Teaser_Box.php:362 inc/Elements/Testimonial.php:387
    619627#: inc/Elements/Testimonial_Slider.php:485 inc/Elements/WpForm.php:295
     628#: inc/Elements/heading-with-separator - Copy.php:181
    620629#: inc/Elements/heading-with-separator.php:178
    621630msgid "Title Color"
     
    629638#: inc/Elements/Post_Grid.php:313 inc/Elements/Promo-box.php:290
    630639#: inc/Elements/Tabs.php:208 inc/Elements/Teaser_Box.php:373
     640#: inc/Elements/heading-with-separator - Copy.php:212
    631641#: inc/Elements/heading-with-separator.php:209
    632642msgid "Title Hover Color"
     
    737747
    738748#: inc/Elements/Category_Box.php:55
    739 #: inc/admin/dafe-elements/Da_all_elements.php:81
    740749msgid "Category Box"
    741750msgstr ""
     
    797806
    798807#: inc/Elements/Category_List.php:51
    799 #: inc/admin/dafe-elements/Da_all_elements.php:88
    800808msgid "Category List"
    801809msgstr ""
     
    921929
    922930#: inc/Elements/Contact_form_7.php:73
    923 #: inc/admin/dafe-elements/Da_all_elements.php:103
    924931msgid "Contact Form 7"
    925932msgstr ""
     
    957964#: inc/Elements/Testimonial_Slider.php:257
    958965#: 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
    960968msgid "Yes"
    961969msgstr ""
     
    982990#: inc/Elements/Testimonial_Slider.php:258
    983991#: 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
    985994msgid "No"
    986995msgstr ""
     
    9971006#: inc/Elements/Contact_form_7.php:141 inc/Elements/Ninja_Forms.php:158
    9981007#: 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
    10001010msgid "Span"
    10011011msgstr ""
     
    10351045#: inc/Elements/Teaser_Box.php:214 inc/Elements/Type.php:92
    10361046#: inc/Elements/Wording.php:140 inc/Elements/WpForm.php:184
     1047#: inc/Elements/heading-with-separator - Copy.php:115
    10371048#: inc/Elements/heading-with-separator.php:115
    10381049msgid "Left"
     
    10501061#: inc/Elements/Teaser_Box.php:218 inc/Elements/Type.php:96
    10511062#: inc/Elements/Wording.php:144 inc/Elements/WpForm.php:188
     1063#: inc/Elements/heading-with-separator - Copy.php:119
    10521064#: inc/Elements/heading-with-separator.php:119
    10531065msgid "Center"
     
    10661078#: inc/Elements/Teaser_Box.php:222 inc/Elements/Type.php:100
    10671079#: inc/Elements/Wording.php:148 inc/Elements/WpForm.php:192
     1080#: inc/Elements/heading-with-separator - Copy.php:123
    10681081#: inc/Elements/heading-with-separator.php:123
    10691082msgid "Right"
     
    12311244msgstr ""
    12321245
    1233 #: inc/Elements/Counter.php:63 inc/admin/dafe-elements/Da_all_elements.php:110
     1246#: inc/Elements/Counter.php:63
    12341247msgid "Counter"
    12351248msgstr ""
     
    12591272#: inc/Elements/Staff_Member.php:129 inc/Elements/Subscription.php:107
    12601273#: 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
    12621276msgid "Set Alignment"
    12631277msgstr ""
     
    13211335
    13221336#: inc/Elements/Creative_Button.php:65
    1323 #: inc/admin/dafe-elements/Da_all_elements.php:117
    13241337msgid "Creative Button"
    13251338msgstr ""
     
    13551368
    13561369#: inc/Elements/Feature_list.php:62
    1357 #: inc/admin/dafe-elements/Da_all_elements.php:124
    13581370msgid "Feature List"
    13591371msgstr ""
     
    14301442
    14311443#: inc/Elements/Filterable_Portfolio.php:49
    1432 #: inc/admin/dafe-elements/Da_all_elements.php:131
    14331444msgid "Filterable Portfolio/Post"
    14341445msgstr ""
     
    15761587
    15771588#: inc/Elements/Filterable_Portfolio.php:417 inc/Elements/Image_Overlay.php:62
    1578 #: inc/admin/dafe-elements/Da_all_elements.php:152
    15791589msgid "Image Overlay"
    15801590msgstr ""
     
    16391649msgstr ""
    16401650
    1641 #: inc/Elements/Flip_Box.php:47 inc/admin/dafe-elements/Da_all_elements.php:45
     1651#: inc/Elements/Flip_Box.php:47
    16421652msgid "Flip Box"
    16431653msgstr ""
     
    17221732
    17231733#: inc/Elements/Icon_Box.php:64
    1724 #: inc/admin/dafe-elements/Da_all_elements.php:138
    17251734msgid "Icon Box"
    17261735msgstr ""
     
    17711780
    17721781#: inc/Elements/Icon_List.php:61
    1773 #: inc/admin/dafe-elements/Da_all_elements.php:145
    17741782msgid "Icon List"
    17751783msgstr ""
     
    19661974
    19671975#: inc/Elements/Popular_Post.php:43
    1968 #: inc/admin/dafe-elements/Da_all_elements.php:166
    19691976msgid "Popular Post"
    19701977msgstr ""
     
    19801987
    19811988#: inc/Elements/Post_Carousel.php:43
    1982 #: inc/admin/dafe-elements/Da_all_elements.php:67
    19831989msgid "Post Carousel"
    19841990msgstr ""
     
    20802086
    20812087#: inc/Elements/Post_Grid.php:47
    2082 #: inc/admin/dafe-elements/Da_all_elements.php:59
    20832088msgid "Post Grid"
    20842089msgstr ""
     
    21412146
    21422147#: inc/Elements/Pricing_Table.php:62
    2143 #: inc/admin/dafe-elements/Da_all_elements.php:173
    21442148msgid "Pricing Table"
    21452149msgstr ""
     
    23392343
    23402344#: inc/Elements/Products.php:160
    2341 #: inc/admin/dafe-elements/Da_all_elements.php:180
    23422345msgid "Product Slider"
    23432346msgstr ""
     
    23762379
    23772380#: inc/Elements/Promo-box.php:62
    2378 #: inc/admin/dafe-elements/Da_all_elements.php:187
    23792381msgid "Promo Box"
    23802382msgstr ""
     
    25652567#: inc/Elements/Social_Icon.php:365 inc/Elements/Staff_Member.php:184
    25662568#: inc/Elements/Staff_Member.php:550
    2567 #: inc/admin/dafe-elements/Da_all_elements.php:201
    25682569msgid "Social Icon"
    25692570msgstr ""
     
    27632764msgstr ""
    27642765
    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
    27662768msgid "Title Background Color"
    27672769msgstr ""
     
    28242826
    28252827#: inc/Elements/Teaser_Box.php:52
    2826 #: inc/admin/dafe-elements/Da_all_elements.php:229
    28272828msgid "Card"
    28282829msgstr ""
     
    28692870
    28702871#: inc/Elements/Testimonial.php:61
    2871 #: inc/admin/dafe-elements/Da_all_elements.php:24
    28722872msgid "Testimonial"
    28732873msgstr ""
     
    29602960
    29612961#: inc/Elements/Testimonial_Slider.php:59
    2962 #: inc/admin/dafe-elements/Da_all_elements.php:31
    29632962msgid "Testimonial Slider"
    29642963msgstr ""
     
    30053004
    30063005#: 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:243
     3006msgid "DA: Wording"
     3007msgstr ""
     3008
     3009#: inc/Elements/Wording.php:56
    30113010msgid "Multi-Color Text"
    30123011msgstr ""
     
    30213020msgstr ""
    30223021
    3023 #: inc/Elements/Wording.php:77 inc/admin/admin_sections.php:78
     3022#: inc/Elements/Wording.php:77
    30243023msgid "Addons"
    30253024msgstr ""
     
    31543153msgstr ""
    31553154
    3156 #: inc/Elements/WpForm.php:77 inc/admin/dafe-elements/Da_all_elements.php:250
     3155#: inc/Elements/WpForm.php:77
    31573156msgid "WPForms"
    31583157msgstr ""
     
    31783177msgstr ""
    31793178
     3179#: inc/Elements/heading-with-separator - Copy.php:31
    31803180#: inc/Elements/heading-with-separator.php:31
    31813181msgid "DA: Heading with Separator"
    31823182msgstr ""
    31833183
     3184#: inc/Elements/heading-with-separator - Copy.php:61
    31843185#: inc/Elements/heading-with-separator.php:61
    31853186msgid "Heading with Separator"
    31863187msgstr ""
    31873188
     3189#: inc/Elements/heading-with-separator - Copy.php:71
    31883190#: inc/Elements/heading-with-separator.php:71
    31893191msgid "Heading Text"
    31903192msgstr ""
    31913193
     3194#: inc/Elements/heading-with-separator - Copy.php:72
    31923195#: inc/Elements/heading-with-separator.php:72
    31933196msgid "I am heading or text"
    31943197msgstr ""
    31953198
     3199#: inc/Elements/heading-with-separator - Copy.php:96
    31963200#: inc/Elements/heading-with-separator.php:96
    31973201msgid "Show/Hide Separator"
    31983202msgstr ""
    31993203
     3204#: inc/Elements/heading-with-separator - Copy.php:144
    32003205#: inc/Elements/heading-with-separator.php:141
    32013206msgid "Heading"
    32023207msgstr ""
    32033208
     3209#: inc/Elements/heading-with-separator - Copy.php:167
    32043210#: inc/Elements/heading-with-separator.php:164
    32053211msgid "Title Colors"
    32063212msgstr ""
    32073213
     3214#: inc/Elements/heading-with-separator - Copy.php:223
    32083215#: inc/Elements/heading-with-separator.php:220
    32093216msgid "Title Background Hover Color"
    32103217msgstr ""
    32113218
     3219#: inc/Elements/heading-with-separator - Copy.php:280
    32123220#: inc/Elements/heading-with-separator.php:277
    32133221msgid "Heading Separator"
    32143222msgstr ""
    32153223
     3224#: inc/Elements/heading-with-separator - Copy.php:287
    32163225#: inc/Elements/heading-with-separator.php:284
    32173226msgid "separator Color"
    32183227msgstr ""
    32193228
     3229#: inc/Elements/heading-with-separator - Copy.php:299
    32203230#: inc/Elements/heading-with-separator.php:296
    32213231msgid "Separator Hover Color"
    32223232msgstr ""
    32233233
     3234#: inc/Elements/heading-with-separator - Copy.php:311
    32243235#: inc/Elements/heading-with-separator.php:308
    32253236msgid "Separator Width"
    32263237msgstr ""
    32273238
     3239#: inc/Elements/heading-with-separator - Copy.php:326
    32283240#: inc/Elements/heading-with-separator.php:323
    32293241msgid "Separator Height"
    32303242msgstr ""
    32313243
     3244#: inc/Elements/heading-with-separator - Copy.php:341
    32323245#: inc/Elements/heading-with-separator.php:338
    32333246msgid "Separator Bottom Spacing"
     
    35813594msgid "None"
    35823595msgstr ""
    3583 
    3584 #: inc/admin/admin_sections.php:32
    3585 msgid "Installation & How to start"
    3586 msgstr ""
    3587 
    3588 #: inc/admin/admin_sections.php:33
    3589 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:34
    3595 msgid "Install & Start"
    3596 msgstr ""
    3597 
    3598 #: inc/admin/admin_sections.php:38 inc/admin/admin_sections.php:40
    3599 msgid "Theme Demos"
    3600 msgstr ""
    3601 
    3602 #: inc/admin/admin_sections.php:39
    3603 msgid "Demos of 33 elements are avaible right now."
    3604 msgstr ""
    3605 
    3606 #: inc/admin/admin_sections.php:46 inc/admin/admin_sections.php:48
    3607 msgid "Documentation"
    3608 msgstr ""
    3609 
    3610 #: inc/admin/admin_sections.php:47
    3611 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:54
    3615 msgid "Theme Support"
    3616 msgstr ""
    3617 
    3618 #: inc/admin/admin_sections.php:53
    3619 msgid "Please put it in our dedicated support forum."
    3620 msgstr ""
    3621 
    3622 #: inc/admin/admin_sections.php:72
    3623 msgid "Welcome"
    3624 msgstr ""
    3625 
    3626 #: inc/admin/da-admin-settings.php:203
    3627 msgid "Welcome to Definitive Addons for Elementor"
    3628 msgstr ""
    3629 
    3630 #: inc/admin/da-admin-settings.php:205
    3631 msgid "Thank you for choosing Definitive Addons"
    3632 msgstr ""
    3633 
    3634 #: inc/admin/da-admin-settings.php:266
    3635 msgid "Definitive All Elements"
    3636 msgstr ""
    3637 
    3638 #: inc/admin/da-admin-settings.php:322
    3639 msgid "Enable All"
    3640 msgstr ""
    3641 
    3642 #: inc/admin/da-admin-settings.php:325
    3643 msgid "Disable All"
    3644 msgstr ""
    3645 
    3646 #: inc/admin/da-admin-settings.php:331
    3647 msgid "Save Elements"
    3648 msgstr ""
    3649 
    3650 #: inc/admin/dafe-elements/Da_all_elements.php:19
    3651 msgid "Definitive Elements"
    3652 msgstr ""
    3653 
    3654 #: inc/admin/dafe-elements/Da_all_elements.php:52
    3655 msgid "Slider"
    3656 msgstr ""
    3657 
    3658 #: inc/admin/dafe-elements/Da_all_elements.php:74
    3659 msgid "Accordion"
    3660 msgstr ""
    3661 
    3662 #: inc/admin/dafe-elements/Da_all_elements.php:95
    3663 msgid "Heading With Separator"
    3664 msgstr ""
    3665 
    3666 #: inc/admin/dafe-elements/Da_all_elements.php:159
    3667 msgid "Ninja Forms"
    3668 msgstr ""
    3669 
    3670 #: inc/admin/dafe-elements/Da_all_elements.php:194
    3671 msgid "Skillbar"
    3672 msgstr ""
    3673 
    3674 #: inc/admin/dafe-elements/Da_all_elements.php:208
    3675 msgid "Team Member"
    3676 msgstr ""
    3677 
    3678 #: inc/admin/dafe-elements/Da_all_elements.php:215
    3679 msgid "Subscription"
    3680 msgstr ""
    3681 
    3682 #: inc/admin/dafe-elements/Da_all_elements.php:222
    3683 msgid "Tabs"
    3684 msgstr ""
    3685 
    3686 #: inc/admin/dafe-elements/Da_all_elements.php:236
    3687 msgid "Type"
    3688 msgstr ""
  • definitive-addons-for-elementor/trunk/readme.txt

    r2723542 r2724657  
    55Tested up to: 5.9.3
    66Requires PHP: 5.4
    7 Stable tag: 1.5.7
    8 Version: 1.5.7
     7Stable tag: 1.5.8
     8Version: 1.5.8
    99License: GPLv3
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    102102== Changelog ==
    103103
     104= 1.5.8 =
     105few issues fixed
     106style added
     107
    104108= 1.5.7 =
    105109admin dashboard settings added
Note: See TracChangeset for help on using the changeset viewer.