Plugin Directory

Changeset 2700212


Ignore:
Timestamp:
03/27/2022 02:27:35 PM (4 years ago)
Author:
khuda
Message:

Version 1.5.3

Location:
definitive-addons-for-elementor/trunk
Files:
32 edited

Legend:

Unmodified
Added
Removed
  • definitive-addons-for-elementor/trunk/css/dafe_style.css

    r2697892 r2700212  
    592592}
    593593
    594 .counter-container.style3, .widget-testimonial-grid.style3,.icon-box-entry.style3, .author-box.style3, .image-box.style3, .widget-testimonial-grid.style3, .staff-member.style3, .blog-wrap_border_style.style3, .home_blog_border_style:first-child.style1 {
     594.counter-container.style3, .widget-testimonial-grid.style3,.dafe-icon-box-entry.style3, .author-box.style3, .image-box.style3, .widget-testimonial-grid.style3, .staff-member.style3, .blog-wrap_border_style.style3, .home_blog_border_style:first-child.style1 {
    595595    box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.1);
    596596}
     
    880880.dafe-icon-box-entry.right,.dafe-icon-box-desc.right {
    881881    text-align:right;
     882}
     883.dafe-icon-box-entry .dafe-icon-container {
     884    background-color:#eee;
     885    border-radius:50%;
    882886}
    883887/************/
  • definitive-addons-for-elementor/trunk/definitive_adons_elementor.php

    r2698719 r2700212  
    44 * Description: Advanced Widgets for Elementor Page Builder.
    55 * Plugin URI:  https://softfirm.net/
    6  * Version:     1.5.2
     6 * Version:     1.5.3
    77 * Author:      Softfirm
    88 * Author URI:  https://softfirm.net/definitive-addons/
     
    3131     * @var string The plugin version.
    3232     */
    33     const VERSION = '1.5.2';
     33    const VERSION = '1.5.3';
    3434
    3535    /**
  • definitive-addons-for-elementor/trunk/inc/Elements/Accordion.php

    r2698719 r2700212  
    811811                <?php endif; ?>
    812812                   
    813                     <?php echo esc_html( $accordion_item['title'] ); ?>
     813                    <?php echo Reuse::dafe_wp_kses( $accordion_item['title'] ); ?>
    814814               
    815815                <?php if( !empty( $settings['dafe_accordion_item_icon_active']['value'])) : ?>
     
    833833                        <?php
    834834                        if ( ! empty( $accordion_item['btn_url']['url'] ) ) {
    835                             $this->add_link_attributes( 'acc_link', $accordion_item['btn_url'] );
     835                            $this->add_link_attributes( 'acc_link'.$key, $accordion_item['btn_url'] );
    836836                        }
    837837                        ?>
    838838                        <div class="accordion-btn-container">
    839                             <a  <?php $this->print_render_attribute_string( 'acc_link' ); ?> class="accordion-btn link">
     839                            <a  <?php $this->print_render_attribute_string( 'acc_link'.$key ); ?> class="accordion-btn link">
    840840                       
    841841                                <?php echo esc_html($accordion_item['dafe_accordion_btn_text']); ?>
  • definitive-addons-for-elementor/trunk/inc/Elements/CTA.php

    r2698719 r2700212  
    769769            <div class="cta-txt">
    770770                <?php if ($settings['title']){ ?>
    771                     <<?php echo esc_attr($title_tag); ?> class="cta-title"><?php echo esc_html($settings['title']); ?></<?php echo esc_attr($title_tag); ?>>
     771                    <<?php Utils::print_validated_html_tag($title_tag); ?> class="cta-title"><?php echo Reuse::dafe_wp_kses( $settings['title']); ?></<?php Utils::print_validated_html_tag($title_tag); ?>>
    772772                <?php } ?> 
    773773                <?php if ($settings['subtitle']){ ?>
    774                     <p class="cta-sub-title"><?php echo esc_html($settings['subtitle']); ?></p>
     774                    <p class="cta-sub-title"><?php echo Reuse::dafe_wp_kses($settings['subtitle']); ?></p>
    775775                <?php } ?>
    776776            </div>
  • definitive-addons-for-elementor/trunk/inc/Elements/Category_Box.php

    r2686404 r2700212  
    337337                                    <h5 class="product-cat-box-title"><a title="<?php echo esc_attr($cats_name); ?>"
    338338                                    href="<?php echo esc_url( $cat_link ); ?>">
    339                                     <?php echo esc_html( $cats_name ); ?></a></h5>
     339                                    <?php echo esc_html( $cats_name ); ?></a>
     340                                    </h5>
    340341                                   
    341342                                    <div class="box-product-count">
  • definitive-addons-for-elementor/trunk/inc/Elements/Contact_form_7.php

    r2675151 r2700212  
    178178                    'left' => [
    179179                        'title' =>__( 'Left', 'definitive-addons-for-elementor' ),
    180                         'icon' => 'fa fa-align-left',
     180                        'icon' => 'eicon-text-align-left',
    181181                    ],
    182182                    'center' => [
    183183                        'title' =>__( 'Center', 'definitive-addons-for-elementor' ),
    184                         'icon' => 'fa fa-align-center',
     184                        'icon' => 'eicon-text-align-center',
    185185                    ],
    186186                    'right' => [
    187187                        'title' =>__( 'Right', 'definitive-addons-for-elementor' ),
    188                         'icon' => 'fa fa-align-right',
     188                        'icon' => 'eicon-text-align-right',
    189189                    ],
    190190                ],
     
    801801        ?>
    802802           
    803             <div  id="cf-7" class="cf7_container <?php echo esc_attr($layout); ?> <?php echo esc_attr($layout_radio); ?>">
     803            <div  class="cf7_container <?php echo esc_attr($layout); ?> <?php echo esc_attr($layout_radio); ?>">
    804804                <div class="form_header <?php echo esc_attr($align); ?>">
    805805                <?php if (!empty($settings['title'])){  ?>
    806                 <<?php echo esc_attr($title_tag);?> class="cf7_title <?php echo esc_attr($show_hide_title); ?>"><?php echo esc_html($settings['title']);?></<?php echo esc_attr($title_tag);?>>
     806                <<?php Utils::print_validated_html_tag( $settings['title_tag'] ); ?> class="cf7_title <?php echo esc_attr($show_hide_title); ?>"><?php echo Reuse::dafe_wp_kses( $settings['title']);?></<?php Utils::print_validated_html_tag( $settings['title_tag'] ); ?>>
    807807                <?php } ?>
    808                 <p class="cf7_description <?php echo esc_attr($align); ?> <?php echo esc_attr($show_hide_desc); ?>"><?php echo esc_html($description_txt);?></p>
     808                <p class="cf7_description <?php echo esc_attr($align); ?> <?php echo esc_attr($show_hide_desc); ?>"><?php echo Reuse::dafe_wp_kses( $description_txt );?></p>
    809809                </div>
    810810               
  • definitive-addons-for-elementor/trunk/inc/Elements/Counter.php

    r2697892 r2700212  
    648648            <span class="counter-text <?php echo esc_attr($settings['counter_val_position']); ?>">
    649649     
    650             <?php echo esc_html($settings['counter_text']); ?>
     650            <?php echo Reuse::dafe_wp_kses($settings['counter_text']); ?>
    651651 
    652652            </span>
  • definitive-addons-for-elementor/trunk/inc/Elements/Feature_list.php

    r2697892 r2700212  
    8989            ]
    9090        );
     91       
     92        $repeater->add_control(
     93            'link',
     94            [
     95                'label' => __( 'Title Link', 'definitive-addons-for-elementor' ),
     96                'separator' => 'before',
     97                'type' => Controls_Manager::URL,
     98                'placeholder' => __('https://softfirm.net/', 'definitive-addons-for-elementor' ),
     99               
     100            ]
     101        );
    91102
    92103        $repeater->add_control(
     
    119130               
    120131                'fields'      => $repeater->get_controls(),
    121                 'title_field' => '{{title}}',
     132                'title_field' => '{{{ title }}}',
    122133           
    123134            ]
    124135        );
     136       
     137        $this->add_control(
     138            'title_tag',
     139            [
     140                'label' => __( 'Title HTML Tag', 'definitive-addons-for-elementor' ),
     141                'type' => Controls_Manager::SELECT,
     142               
     143                'options' => [
     144                    'h1' => 'H1',
     145                    'h2' => 'H2',
     146                    'h3' => 'H3',
     147                    'h4' => 'H4',
     148                    'h5' => 'H5',
     149                    'h6' => 'H6',
     150                    'div' => 'div',
     151                    'span' => 'span',
     152                    'p' => 'p',
     153                ],
     154                'default' => 'h3',
     155                'toggle' => false,
     156            ]
     157        );
    125158       
    126159        $this->add_control(
     
    485518
    486519
    487         <?php foreach ( $settings['feature_lists'] as $feature_list) : ?>
     520        <?php foreach ( $settings['feature_lists'] as $key => $feature_list) : ?>
    488521        <div class="dafe-feature-list-container feature-list-align-<?php echo esc_attr( $feature_list_alignment ); ?>">
    489522            <div class="feature-list-inner-container">
     
    494527                    </div>
    495528                    <div class="dafe-feature-list-content">
    496                         <h3 class="dafe-feature-list-title">
     529                    <?php   if ( ! empty( $feature_list['link']['url'] ) ) {
     530                           
     531                            $this->add_link_attributes( 'feature_list_link'.$key, $feature_list['link'] );
     532                    }?>
     533                   
     534                    <a <?php $this->print_render_attribute_string( 'feature_list_link'.$key ); ?>>
     535                        <<?php Utils::print_validated_html_tag( $settings['title_tag'] ); ?> class="dafe-feature-list-title">
    497536                        <span>
    498                             <?php echo esc_html( $feature_list['title'] ); ?>               
     537                            <?php echo Reuse::dafe_wp_kses( $feature_list['title'] ); ?>               
    499538                        </span>
    500                         </h3>
     539                        </<?php Utils::print_validated_html_tag( $settings['title_tag'] ); ?>>
     540                    </a>
    501541                            <p class="dafe-feature-list-description <?php echo esc_attr( $feature_list_alignment ); ?>">
    502                             <?php echo esc_html( $feature_list['subtitle'] ); ?>
     542                            <?php echo Reuse::dafe_wp_kses( $feature_list['subtitle'] ); ?>
    503543                            </p>
    504544                    </div>
  • definitive-addons-for-elementor/trunk/inc/Elements/Flip_Box.php

    r2689901 r2700212  
    481481       
    482482      $settings = $this->get_settings_for_display();
    483       $title = $this->get_settings_for_display('box_title');
    484       $subtitle = $this->get_settings_for_display('box_subtitle');
     483     
    485484     
    486485      $flip_box_alignment = $this->get_settings_for_display('flip_box_alignment');
     
    500499                          <div class="flip-cta">
    501500                          <?php if ( $settings['box_title'] ) : ?>
    502                             <<?php echo esc_attr($title_tag) ?> class="title"><?php echo esc_html($title) ?></<?php echo esc_attr($title_tag) ?>>
     501                            <<?php Utils::print_validated_html_tag($title_tag) ?> class="title"><?php echo Reuse::dafe_wp_kses( $settings['box_title']) ?></<?php Utils::print_validated_html_tag($title_tag) ?>>
    503502                            <?php endif; ?>
    504503                            <?php if ( $settings['box_subtitle'] ) : ?>
    505                             <h5 class="subtitle"><?php echo esc_html($subtitle) ?></h5>
     504                            <h5 class="subtitle"><?php echo Reuse::dafe_wp_kses( $settings['box_subtitle']); ?></h5>
    506505                            <?php endif; ?>
    507506                            <?php if ( $settings['box_text'] ) : ?>
    508                             <p class="box_text"><?php echo esc_html($settings['box_text']) ?></p>
     507                            <p class="box_text"><?php echo Reuse::dafe_wp_kses($settings['box_text']) ?></p>
    509508                            <?php endif; ?>
    510509                          </div>
  • definitive-addons-for-elementor/trunk/inc/Elements/Icon_Box.php

    r2698719 r2700212  
    199199                'label' => __('Background Color', 'definitive-addons-for-elementor'),
    200200                'type'  => Controls_Manager::COLOR,
    201                 'default' => '#eeeeee',
     201                'default' => '#fff',
    202202                'selectors'      => [
    203203               
     
    423423                'label' => __( 'Icon Hover Color', 'definitive-addons-for-elementor' ),
    424424                'type' => Controls_Manager::COLOR,
     425                'default' => '#000',
    425426                'selectors' => [
    426427                    '{{WRAPPER}} .dafe-icon-box-entry .dafe-icon-container:hover .icon' => 'color: {{VALUE}};',
     
    664665        ?>
    665666       
    666     <div class="dafe-icon-box-entry <?php echo esc_attr($settings['icon_box_alignment'] ); ?> elementor-animation-<?php echo esc_attr($settings['dafe_icon_box_hvr_animation'] ); ?>">
     667    <div class="dafe-icon-box-entry style3 <?php echo esc_attr($settings['icon_box_alignment'] ); ?> elementor-animation-<?php echo esc_attr($settings['dafe_icon_box_hvr_animation'] ); ?>">
    667668        <a <?php $this->print_render_attribute_string( 'icon_box_link' ); ?>>
    668669                             
     
    680681                                <a <?php echo $this->print_render_attribute_string( 'icon_box_link' ); ?>>
    681682                                   
    682                                     <<?php echo esc_attr($title_tag); ?> class="dafe-icon-box-title"><?php echo esc_html( $settings['title'] ); ?></<?php echo esc_attr($title_tag); ?>>
     683                                    <<?php Utils::print_validated_html_tag($title_tag); ?> class="dafe-icon-box-title"><?php echo Reuse::dafe_wp_kses( $settings[ 'title'] ); ?></<?php Utils::print_validated_html_tag($title_tag); ?>>
    683684                                </a>
    684685                                <?php endif; ?>
     
    687688                                <a <?php echo $this->print_render_attribute_string( 'icon_box_link' ); ?>>
    688689                                   
    689                                     <p class="dafe-icon-box-desc <?php echo esc_attr($settings['icon_box_alignment'] ); ?>"><?php echo esc_html( $settings['subtitle'] ); ?></p>
     690                                    <p class="dafe-icon-box-desc <?php echo esc_attr($settings['icon_box_alignment'] ); ?>"><?php echo Reuse::dafe_wp_kses( $settings['subtitle'] ); ?></p>
    690691                                </a>
    691692                                <?php endif; ?>
     
    693694                                <?php if ( $settings['subtitle'] ) : ?>
    694695                               
    695                                     <p class="dafe-icon-box-desc" style="<?php echo esc_attr($container_styles) ?>"><?php echo esc_html( $settings['subtitle'] ); ?></p>
     696                                    <p class="dafe-icon-box-desc" style="<?php echo esc_attr($container_styles) ?>"><?php echo Reuse::dafe_wp_kses( $settings['subtitle'] ); ?></p>
    696697                               
    697698                                <?php endif; ?>
  • definitive-addons-for-elementor/trunk/inc/Elements/Icon_List.php

    r2698719 r2700212  
    137137                    'left' => [
    138138                        'title' =>__( 'Left', 'definitive-addons-for-elementor' ),
    139                         'icon' => 'fa fa-align-left',
     139                        'icon' => 'eicon-text-align-left',
    140140                    ],
    141141                    'center' => [
    142142                        'title' =>__( 'Center', 'definitive-addons-for-elementor' ),
    143                         'icon' => 'fa fa-align-center',
     143                        'icon' => 'eicon-text-align-center',
    144144                    ],
    145145                    'right' => [
    146146                        'title' =>__( 'Right', 'definitive-addons-for-elementor' ),
    147                         'icon' => 'fa fa-align-right',
     147                        'icon' => 'eicon-text-align-right',
    148148                    ],
    149149                ],
     
    420420    <div class="icon-list-container <?php echo esc_attr($icon_list_alignment) ?>">
    421421      <?php
    422       foreach ( $settings['icon_lists'] as $icon_list) :
     422      foreach ( $settings['icon_lists'] as $key => $icon_list) :
    423423     
    424424     
     
    430430       
    431431        if ( ! empty( $icon_list['link']['url'] ) ) {
    432             $this->add_link_attributes( 'icon_list_link', $icon_list['link'] );
     432            $this->add_link_attributes( 'icon_list_link'.$key, $icon_list['link'] );
    433433        }
    434434       
    435435      if ($icon_list['link']['url']){  ?>
    436             <a  <?php $this->print_render_attribute_string( 'icon_list_link' ); ?>
     436            <a  <?php $this->print_render_attribute_string( 'icon_list_link'.$key ); ?>
    437437                class="list-text <?php echo esc_attr($layout); ?>">
    438                 <span  class="<?php echo esc_attr($add_icon_left); ?> icon-left"></span><?php echo esc_html($icon_list['title']);?>
     438                <span  class="<?php echo esc_attr($add_icon_left); ?> icon-left"></span><?php echo Reuse::dafe_wp_kses($icon_list['title']);?>
    439439                <span  class="<?php echo esc_attr($add_icon_right); ?> icon-right"></span>
    440440            </a>
     
    442442            <span class="list-text <?php echo esc_attr($layout); ?>">
    443443                <span class="<?php echo esc_attr($add_icon_left); ?> icon-left"></span>
    444                 <?php echo esc_html($icon_list['title']); ?>
     444                <?php echo Reuse::dafe_wp_kses($icon_list['title']); ?>
    445445                <span class="<?php echo esc_attr($add_icon_right); ?> icon-right"></span>
    446446            </span> 
  • definitive-addons-for-elementor/trunk/inc/Elements/Image_Overlay.php

    r2698719 r2700212  
    121121            [
    122122                'label' => __( 'Title HTML Tag', 'definitive-addons-for-elementor' ),
    123                 'type' => Controls_Manager::CHOOSE,
     123                'type' => Controls_Manager::SELECT,
    124124               
    125125                'options' => [
    126                     'h1'  => [
    127                         'title' => __( 'H1', 'definitive-addons-for-elementor' ),
    128                         'icon' => 'eicon-editor-h1'
    129                     ],
    130                     'h2'  => [
    131                         'title' => __( 'H2', 'definitive-addons-for-elementor' ),
    132                         'icon' => 'eicon-editor-h2'
    133                     ],
    134                     'h3'  => [
    135                         'title' => __( 'H3', 'definitive-addons-for-elementor' ),
    136                         'icon' => 'eicon-editor-h3'
    137                     ],
    138                     'h4'  => [
    139                         'title' => __( 'H4', 'definitive-addons-for-elementor' ),
    140                         'icon' => 'eicon-editor-h4'
    141                     ],
    142                     'h5'  => [
    143                         'title' => __( 'H5', 'definitive-addons-for-elementor' ),
    144                         'icon' => 'eicon-editor-h5'
    145                     ],
    146                     'h6'  => [
    147                         'title' => __( 'H6', 'definitive-addons-for-elementor' ),
    148                         'icon' => 'eicon-editor-h6'
    149                     ]
    150                 ],
     126                    'h1' => __( 'H1', 'definitive-addons-for-elementor' ),
     127                    'h2' => __( 'H2', 'definitive-addons-for-elementor' ),
     128                    'h3' => __( 'H3', 'definitive-addons-for-elementor' ),
     129                    'h4' => __( 'H4', 'definitive-addons-for-elementor' ),
     130                    'h5' => __( 'H5', 'definitive-addons-for-elementor' ),
     131                    'h6' => __( 'H6', 'definitive-addons-for-elementor' ),
     132                    'div' => __( 'div','definitive-addons-for-elementor' ),
     133                    'span' =>__( 'span','definitive-addons-for-elementor' ),
     134                    'p' =>__( 'P','definitive-addons-for-elementor' ),
     135                ],
    151136                'default' => 'h2',
    152137                'condition' => [
     
    176161       'overlay_subtitle',
    177162            [
    178                 'type' => Controls_Manager::TEXT,
     163                'type' => Controls_Manager::TEXTAREA,
    179164                'label_block' => true,
    180165                'condition' => [
     
    185170            ]
    186171        );
    187 
     172       
     173        $this->add_control(
     174            'subtitle_tag',
     175            [
     176                'label' => __( 'Sub Title HTML Tag', 'definitive-addons-for-elementor' ),
     177                'type' => Controls_Manager::SELECT,
     178               
     179                'options' => [
     180                    'h1' => __( 'H1', 'definitive-addons-for-elementor' ),
     181                    'h2' => __( 'H2', 'definitive-addons-for-elementor' ),
     182                    'h3' => __( 'H3', 'definitive-addons-for-elementor' ),
     183                    'h4' => __( 'H4', 'definitive-addons-for-elementor' ),
     184                    'h5' => __( 'H5', 'definitive-addons-for-elementor' ),
     185                    'h6' => __( 'H6', 'definitive-addons-for-elementor' ),
     186                    'div' => __( 'div','definitive-addons-for-elementor' ),
     187                    'span' =>__( 'span','definitive-addons-for-elementor' ),
     188                    'p' =>__( 'P','definitive-addons-for-elementor' ),
     189                ],
     190                'default' => 'H5',
     191                'condition' => [
     192                    'show_hide_ovl' => 'yes'
     193                ],
     194                'toggle' => false,
     195            ]
     196        );
    188197        $this->end_controls_section();
    189198
     
    222231            ]
    223232        );
    224        
    225        
    226    
    227      
     233
    228234        $this->add_responsive_control(
    229235            'content_padding',
     
    418424        $show_hide_ovl = $this->get_settings_for_display( 'show_hide_ovl' );
    419425        $title_tag = $this->get_settings_for_display( 'title_tag' );
     426        $subtitle_tag = $this->get_settings_for_display( 'subtitle_tag' );
    420427        $overlay_styles = '';
    421428       
     
    437444                    <a <?php $this->print_render_attribute_string( 'overlay_link' ); ?>>
    438445               
    439                         <<?php echo esc_attr($title_tag); ?> class="overlay-title"><?php echo esc_html($settings['overlay_title']); ?></<?php echo esc_attr($title_tag); ?>>
     446                        <<?php Utils::print_validated_html_tag($title_tag); ?> class="overlay-title"><?php echo Reuse::dafe_wp_kses( $settings['overlay_title']); ?></<?php Utils::print_validated_html_tag($title_tag); ?>>
    440447                    </a>   
    441448                       
    442                         <h6 class="overlay-subtitle"><?php echo esc_html($settings['overlay_subtitle']); ?></h6>
     449                        <<?php Utils::print_validated_html_tag($subtitle_tag); ?> class="overlay-subtitle"><?php echo Reuse::dafe_wp_kses($settings['overlay_subtitle']); ?></<?php Utils::print_validated_html_tag($subtitle_tag); ?>>
    443450                       
    444451                </div>
  • definitive-addons-for-elementor/trunk/inc/Elements/Ninja_Forms.php

    r2675151 r2700212  
    676676                <div class="form_header <?php echo esc_attr($align); ?>">
    677677                <?php if (!empty($settings['title'])){  ?>
    678                 <<?php echo esc_attr($title_tag);?> class="ninja_title <?php echo esc_attr($show_hide_title); ?>"><?php echo esc_html($settings['title']);?></<?php echo esc_attr($title_tag);?>>
     678                <<?php Utils::print_validated_html_tag($title_tag); ?> class="ninja_title <?php echo esc_attr($show_hide_title); ?>"><?php echo Reuse::dafe_wp_kses( $settings['title']);?></<?php Utils::print_validated_html_tag($title_tag);?>>
    679679                <?php } ?>
    680                 <p class="ninja_description <?php echo esc_attr($align); ?> <?php echo esc_attr($show_hide_desc); ?>"><?php echo esc_html($description_txt);?></p>
    681                 </div>
     680                <p class="ninja_description <?php echo esc_attr($align); ?> <?php echo esc_attr($show_hide_desc); ?>"><?php echo Reuse::dafe_wp_kses($description_txt);?></p>
     681            </div>
    682682               
    683683           
     
    685685            if ($ninja_form_list){
    686686           
    687             echo do_shortcode( '[ninja_form id="' . esc_attr($ninja_form_list) . '" ]' );
     687                echo do_shortcode( '[ninja_form id="' . esc_attr($ninja_form_list) . '" ]' );
     688               
     689           
    688690            }
    689691             ?>
  • definitive-addons-for-elementor/trunk/inc/Elements/Popular_Post.php

    r2698719 r2700212  
    178178                               
    179179                                    <a href="<?php the_permalink(); ?>" target="_self">
    180                                         <img src="<?php echo esc_url($src) ?>" alt="<?php echo esc_attr("Blog Post Thumbnail") ?>" />
     180                                        <img src="<?php echo esc_url($src) ?>" alt="<?php esc_attr_e(__('Blog Post Thumbnail','definitive-addons-for-elementor')) ?>" />
    181181                                    </a>
    182182                               
  • definitive-addons-for-elementor/trunk/inc/Elements/Pricing_Table.php

    r2698719 r2700212  
    945945       
    946946        $settings = $this->get_settings_for_display();
    947         $pricing_tables = $this->get_settings_for_display('pricing_tables');
     947       
    948948   
    949949        $title_tag = $this->get_settings_for_display('title_tag');
     
    962962       
    963963        <?php if ($settings['table_title']){ ?>
    964             <<?php echo esc_attr($title_tag); ?> class="table-title"><?php echo esc_html($settings['table_title']); ?></<?php echo esc_attr($title_tag); ?>>
     964            <<?php Utils::print_validated_html_tag($title_tag); ?> class="table-title"><?php echo Reuse::dafe_wp_kses( $settings['table_title']); ?></<?php Utils::print_validated_html_tag($title_tag); ?>>
    965965        <?php } ?> 
    966966       
     
    968968        <div class="table-price-container">
    969969       
    970             <span class="table-price"><?php echo esc_html($settings['table_price']); ?></span>
     970            <span class="table-price"><?php echo esc_html( $settings['table_price']); ?></span>
    971971            <span class="price-separator"><?php echo esc_html($settings['price_separator']); ?></span>
    972             <span class="price-text"><?php echo esc_html($settings['price_text']); ?></span>
     972            <span class="price-text"><?php echo Reuse::dafe_wp_kses( $settings['price_text']); ?></span>
    973973       
    974974        </div>
     
    988988            <div class="list-text">
    989989                <span class="<?php echo esc_attr($add_icon_left); ?> icon-left"></span>
    990                 <?php echo esc_html($pricing_table['list_txt']); ?>
     990                <?php echo Reuse::dafe_wp_kses($pricing_table['list_txt']); ?>
    991991                <span class="<?php echo esc_attr($add_icon_right); ?> icon-right"></span>
    992992            </div> 
     
    10051005   
    10061006                    <a <?php $this->print_render_attribute_string( 'pricing_link' ); ?> class="btn-default dactabtn">
    1007                     <?php echo esc_html($settings['btn_txt']);  ?>
     1007                    <?php echo Reuse::dafe_wp_kses($settings['btn_txt']);  ?>
    10081008                        <span class="<?php echo esc_attr($settings['btn_icon']['value']); ?> icon-btn"></span>
    10091009                    </a>
  • definitive-addons-for-elementor/trunk/inc/Elements/Promo-box.php

    r2698719 r2700212  
    362362
    363363                        <a <?php $this->print_render_attribute_string( 'promo_box_link' ); ?>>       
    364                             <h6 class="promo-box-title"><?php echo esc_html($settings['promo_title']); ?></h6>
     364                            <h6 class="promo-box-title"><?php echo Reuse::dafe_wp_kses( $settings['promo_title']); ?></h6>
    365365                        </a>
    366366               
  • definitive-addons-for-elementor/trunk/inc/Elements/Skillbar.php

    r2689901 r2700212  
    247247        $settings = $this->get_settings_for_display();
    248248        $bar_height = $this->get_settings_for_display('bar_height');
    249        
    250        
    251         $skill_text = $this->get_settings_for_display('skill_text');
     249
    252250        $skill_val = $this->get_settings_for_display('skill_val');
    253251       
     
    262260        <?php if ($skillbar_style =='block'){ ?>
    263261
    264         <span class="title" style="line-height:<?php echo esc_attr($bar_height['size']); ?>px;"><?php echo esc_html($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>
    265263
    266264        <?php } ?>
     
    273271            <span class="title" style="height:<?php echo esc_attr($bar_height['size']) ?>px;line-height:<?php echo esc_attr($bar_height['size']) ?>px;">
    274272           
    275             <?php echo esc_html($skill_text); ?></span>
     273            <?php echo Reuse::dafe_wp_kses( $settings['skill_text']); ?></span>
    276274
    277275        <?php } ?>
  • definitive-addons-for-elementor/trunk/inc/Elements/Slider.php

    r2698719 r2700212  
    712712        <div <?php $this->print_render_attribute_string( 'definitive-slick' ); ?>>
    713713
    714             <?php foreach ( $settings['slick_slides'] as $slide ) {
     714            <?php foreach ( $settings['slick_slides'] as $key => $slide ) {
    715715               
    716716               
    717717                    $slider_image = $slide['slider_image']['url'];
    718718                    if ( ! empty( $slide['link']['url'] ) ) {
    719             $this->add_link_attributes( 'slider_link', $settings['link'] );
    720         }
     719                        $this->add_link_attributes( 'slider_link'.$key, $slide['link'] );
     720                    }
    721721             
    722722                ?>
     
    726726                       
    727727                        <?php if ( $slider_image ) { ?>
    728                         <a <?php $this->print_render_attribute_string( 'slider_link' ); ?>>
     728                        <a <?php $this->print_render_attribute_string( 'slider_link'.$key ); ?>>
    729729               
    730730                            <img class="definitive-slide-img" src="<?php echo esc_url( $slider_image ); ?>" alt="<?php echo esc_attr( $slide['title'] ); ?>">
     
    735735                            <div class="definitive-slide-cta">
    736736                                <?php if ( $slide['title'] ) { ?>
    737                                 <a <?php $this->print_render_attribute_string( 'slider_link' ); ?> >
     737                                <a <?php $this->print_render_attribute_string( 'slider_link'.$key ); ?> >
    738738               
    739                                     <h2 class="definitive-slide-title"><?php echo esc_html( $slide['title'] ); ?></h2>
     739                                    <h2 class="definitive-slide-title"><?php echo Reuse::dafe_wp_kses( $slide['title'] ); ?></h2>
    740740                                </a>
    741741                                <?php } ?>
    742742                                <?php if ( $slide['subtitle'] ) { ?>
    743                                     <p class="definitive-slide-subtitle" style="text-align:center;"><?php echo esc_html( $slide['subtitle'] ); ?></p>
     743                                    <p class="definitive-slide-subtitle" style="text-align:center;"><?php echo Reuse::dafe_wp_kses( $slide['subtitle'] ); ?></p>
    744744                                <?php } ?>
    745745                               
     
    747747                                <div class="da_button_slider">
    748748                       
    749                                 <a <?php $this->print_render_attribute_string( 'slider_link' ); ?> class="btn-default dabtnslide">
     749                                <a <?php $this->print_render_attribute_string( 'slider_link'.$key ); ?> class="btn-default dabtnslide">
    750750                                   
    751751                                    <?php echo esc_html($slide['btn_txt']);  ?>
  • definitive-addons-for-elementor/trunk/inc/Elements/Social_Icon.php

    r2698719 r2700212  
    620620        <div class="dafe-social-icons-container">
    621621           
    622                         <?php foreach ( $settings['dafe_social_icon_repeater'] as $social_icon ) :  ?>
     622                        <?php foreach ( $settings['dafe_social_icon_repeater'] as $key => $social_icon ) :  ?>
    623623                           
    624624                        <?php   if ( ! empty( $social_icon['social_icon_link']['url'] ) ) {
    625                             $this->add_link_attributes( 'social_link', $social_icon['social_icon_link'] );
     625                            $this->add_link_attributes( 'social_link'.$key, $social_icon['social_icon_link'] );
    626626                            }  ?>
    627627                                <div class="dafe-icon-container elementor-repeater-item-<?php echo esc_attr($social_icon['_id']); ?>  elementor-animation-<?php echo esc_attr($settings['dafe_social_hvr_animation'] ); ?>">
    628                                     <a <?php $this->print_render_attribute_string( 'social_link' ); ?>>
     628                                    <a <?php $this->print_render_attribute_string( 'social_link'.$key ); ?>>
    629629                                        <i class="<?php echo esc_attr($social_icon['dafe_social_icon']['value']); ?> icon">
    630630                               
  • definitive-addons-for-elementor/trunk/inc/Elements/Staff_Member.php

    r2698719 r2700212  
    182182            'social_icons',
    183183            [
    184                 'show_label' => false,
     184               
    185185                'type' => Controls_Manager::REPEATER,
    186186                'fields' => $repeater->get_controls(),
    187                 'title_field' => '<# print("Social Icon"); #>',
     187               
    188188                'default' => [
    189189                    [
    190                         'icon_link' => ['url' => 'https://facebook.com/'],
    191                         'icon_name' => 'facebook'
     190                        'icon_name' => ['value' => 'fab fa-facebook'],
     191                       
     192                        'icon_link' => ['url' => 'https://facebook.com/'],
    192193                    ],
    193194                    [
    194                         'icon_link' => ['url' => 'https://twitter.com/'],
    195                         'icon_name' => 'twitter'
     195                       
     196                        'icon_name' => ['value' => 'fab fa-twitter'],
     197                        'icon_link' => ['url' => 'https://twitter.com/'],
    196198                    ],
    197199                    [
    198                         'icon_link' => ['url' => 'https://linkedin.com/'],
    199                         'icon_name' => 'linkedin'
     200                       
     201                        'icon_name' => ['value' => 'fab fa-linkedin'],
     202                        'icon_link' => ['url' => 'https://linkedin.com/'],
    200203                    ]
    201204                ],
     205                 'title_field' => '<# print("Social Icon"); #>',
    202206            ]
    203207        );
     
    865869        $image = $settings['image']['url'];
    866870       
    867         if ( ! empty( $settings['icon_link']['url'] ) ) {
    868             $this->add_link_attributes( 'staff_link', $settings['icon_link'] );
    869         }
     871       
    870872        ?>
    871873
     
    882884                          <div class="staff-member-content">
    883885                                <?php if ( $settings['staff_name'] ) : ?>
    884                                     <h3 class="staff-member-name"><?php echo esc_html( $settings['staff_name'] ); ?></h3>
     886                                    <h3 class="staff-member-name"><?php echo Reuse::dafe_wp_kses( $settings['staff_name'] ); ?></h3>
    885887                                <?php endif; ?>
    886888                                <?php if ( $settings['staff_position'] ) : ?>
    887                                     <h6 class="staff-member-job-position"><?php echo esc_html( $settings['staff_position'] ); ?></h6>
     889                                    <h6 class="staff-member-job-position"><?php echo Reuse::dafe_wp_kses( $settings['staff_position']); ?></h6>
    888890                                <?php endif; ?>
    889891                                <?php if ( $settings['staff_text'] ) : ?>
    890                                     <p class="staff-member-text"><?php echo esc_html( $settings['staff_text'] ); ?></p>
     892                                    <p class="staff-member-text"><?php echo Reuse::dafe_wp_kses( $settings['staff_text']); ?></p>
    891893                                <?php endif; ?>
    892894                            </div>
    893895                     
    894896                        <div class="social-icon-profile <?php echo esc_attr($settings['social_off_on']); ?>">
    895                         <?php foreach ( $settings['social_icons'] as $social_icon ) :  ?>
     897                        <?php foreach ( $settings['social_icons'] as $key => $social_icon ) :  ?>
     898                                <?php if ( ! empty( $social_icon['icon_link']['url'] ) ) {
     899                                     $this->add_link_attributes( 'staff_link'.$key, $social_icon['icon_link'] );
     900        }                       ?>
    896901                        <div class="icon-container" style="text-align:center;display: inline-block;">
    897                             <a <?php $this->print_render_attribute_string( 'staff_link' ); ?>>
     902                            <a <?php $this->print_render_attribute_string( 'staff_link'.$key ); ?>>
    898903                                <i class="<?php echo esc_attr($social_icon['icon_name']['value']); ?> icon"></i>
    899904                            </a>
  • definitive-addons-for-elementor/trunk/inc/Elements/Subscription.php

    r2675151 r2700212  
    276276                <form action="<?php echo wp_kses_post($settings['mailchimp_form_action_url']); ?>" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
    277277                    <div id="mc_embed_signup_scroll">
    278                     <<?php echo esc_attr($title_tag ); ?> class="subscription-text <?php echo esc_attr($subscription_style); ?>"> <?php echo esc_html($settings['subscription_text']); ?> </<?php echo esc_attr($title_tag  ); ?>>
     278                    <<?php Utils::print_validated_html_tag($title_tag); ?> class="subscription-text <?php echo esc_attr($subscription_style); ?>"> <?php echo Reuse::dafe_wp_kses( $settings['subscription_text']); ?> </<?php Utils::print_validated_html_tag($title_tag   ); ?>>
    279279                        <input type="email" value="" name="EMAIL" class="email subscription-email <?php echo esc_attr($subscription_style); ?>" id="mce-EMAIL" placeholder="email address" required>
    280280                        <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
  • definitive-addons-for-elementor/trunk/inc/Elements/Tabs.php

    r2675151 r2700212  
    724724                        <?php Icons_Manager::render_icon( $settings['dafe_tab_title_icon'], [ 'aria-hidden' => 'true' ] ); ?>
    725725                        </span>     
    726                         <h4><?php echo esc_html( $tab_item['title'] ); ?></h4>
     726                        <h4><?php echo Reuse::dafe_wp_kses( $tab_item['title'] ); ?></h4>
    727727                    </a>
    728728                   
     
    735735        <div class="dafe-tabs-content-container">
    736736        <?php
    737         foreach ( $settings['dafe_tab_item_repeater'] as $tab_item ) : ?>
     737        foreach ( $settings['dafe_tab_item_repeater'] as $key => $tab_item ) : ?>
    738738       
    739739               
     
    745745                <?php if ( $tab_item['dafe_show_hide_btn'] ) : ?>
    746746                    <?php if ( $tab_item['dafe_tab_btn_text'] ) : ?>
     747               
     748                <?php   if ( ! empty( $tab_item['dafe_tab_btn_url']['url'] ) ) {
     749                        $this->add_link_attributes( 'tab_btn_link'.$key, $tab_item['dafe_tab_btn_url'] );
     750                    }  ?>
     751             
    747752                        <div class="tabs-btn-container">
    748                             <a href="<?php echo esc_url($tab_item['dafe_tab_btn_url']['url']); ?>" class="tabs-btn link" target="<?php echo esc_attr($tab_item['dafe_tab_btn_url']['is_external']); ?>">
     753                            <a <?php $this->print_render_attribute_string( 'tab_btn_link'.$key ); ?> class="tabs-btn link">
    749754                       
    750755                                <?php echo esc_html($tab_item['dafe_tab_btn_text']); ?>
  • definitive-addons-for-elementor/trunk/inc/Elements/Teaser_Box.php

    r2698719 r2700212  
    725725                                <?php if ( $settings['box_title'] ) : ?>
    726726                                <a <?php $this->print_render_attribute_string( 'card_link' ); ?>>
    727                                     <<?php echo esc_attr($title_tag); ?> class="image-box-title"><?php echo esc_html( $settings['box_title'] ); ?></<?php echo esc_attr($title_tag); ?>>
     727                                    <<?php Utils::print_validated_html_tag($title_tag); ?> class="image-box-title"><?php echo Reuse::dafe_wp_kses( $settings['box_title']); ?></<?php Utils::print_validated_html_tag($title_tag); ?>>
    728728                                </a>
    729729                                <?php endif; ?>
    730730                               
    731731                                <?php if ( $settings['box_text'] ) : ?>
    732                                     <p class="image-box-subtitle"><?php echo esc_html( $settings['box_text'] ); ?></p>
     732                                    <p class="image-box-subtitle"><?php echo Reuse::dafe_wp_kses( $settings['box_text'] ); ?></p>
    733733                                <?php endif; ?>
    734734                                <?php if ( $settings['box_button'] ) : ?>
  • definitive-addons-for-elementor/trunk/inc/Elements/Testimonial.php

    r2697892 r2700212  
    655655            <div class="dafe-testimonial-title">
    656656            <?php if ( $settings['name'] ) :  ?>
    657                 <span class="dafe-author-name"><?php echo esc_html( $settings['name'] ); ?></span>
     657                <span class="dafe-author-name"><?php echo Reuse::dafe_wp_kses( $settings['name']); ?></span>
    658658            <?php endif; ?>
    659659            <?php if ( $settings['title'] ) :  ?>
    660                 <span class="dafe-author-title"><?php echo esc_html( $settings['title'] ); ?></span>
     660                <span class="dafe-author-title"><?php echo esc_html( $settings['title']); ?></span>
    661661            <?php endif; ?>
    662662            <?php if ( $settings['organization'] ) :  ?>
    663                 <h5 class="dafe-author-organization"><?php echo esc_html( $settings['organization'] ); ?></h5>
     663                <h5 class="dafe-author-organization"><?php echo esc_html( $settings['organization']); ?></h5>
    664664            <?php endif; ?>
    665665            </div>
     
    668668            <p>
    669669            <?php if ($settings['show_hide_quote'] == 'yes'){ ?>
    670                 <blockquote class="speech"><i class="fa fa-quote-left"></i><?php echo esc_html( $settings['reviewer_text'] ); ?>
     670                <blockquote class="speech"><i class="fa fa-quote-left"></i><?php  echo Reuse::dafe_wp_kses( $settings['reviewer_text'] ); ?>
    671671            </blockquote>
    672672            <?php
    673673            }  else {
    674                  echo esc_html( $settings['reviewer_text'] );
     674                  echo Reuse::dafe_wp_kses( $settings['reviewer_text'] );
    675675            }
    676676            ?>
  • definitive-addons-for-elementor/trunk/inc/Elements/Testimonial_Slider.php

    r2697892 r2700212  
    152152                'type' => Controls_Manager::REPEATER,
    153153                'fields' => $repeater->get_controls(),
    154                 'title_field' => '<# print("Slide"); #>',
     154               
    155155                'default' => [
    156156                    [
     
    158158                            'url' => Utils::get_placeholder_image_src(),
    159159                        ],
     160                        [ 'title' => 'Testimonial-1' ],
    160161                    ],
    161162                    [
     
    163164                            'url' => Utils::get_placeholder_image_src(),
    164165                        ],
     166                        [ 'title' => 'Testimonial-2' ],
    165167                    ],
    166168                    [
     
    168170                            'url' => Utils::get_placeholder_image_src(),
    169171                        ],
     172                        [ 'title' => 'Testimonial-3' ],
    170173                    ],
    171174                   
    172175                   
    173                 ]
     176                ],
     177                'title_field' => '{{{ title }}}',
    174178            ]
    175179        );
     
    904908            <div id="<?php echo esc_attr($id); ?>" <?php $this->print_render_attribute_string( 'nl-testimonial-entry' ); ?>>
    905909           
    906             <?php foreach ( $settings['slick_slides'] as $slide ) {
     910            <?php foreach ( $settings['slick_slides'] as $key => $slide ) {
    907911               
    908912                if (  $slide['link']['url'] ) {
    909                     $this->add_link_attributes( 'link', $slide['link'] );
     913                    $this->add_link_attributes( 'link'.$key, $slide['link'] );
    910914                }
    911915               
     
    919923                                $testimonial_image = Group_Control_Image_Size::get_attachment_image_html( $slide, 'thumbnail', 'image' );
    920924                                if (  $slide['link']['url'] ) :
    921                                     $testimonial_image = '<a ' . $this->get_render_attribute_string( 'link' ) . '>' . $testimonial_image . '</a>';
     925                                    $testimonial_image = '<a ' . $this->get_render_attribute_string( 'link') . '>' . $testimonial_image . '</a>';
    922926                                endif;
    923927                                echo wp_kses_post( $testimonial_image ); ?>
     
    928932                        <div class="dafe-testimonial-title">
    929933                            <?php if ( $slide['name'] ) :  ?>
    930                                 <span class="dafe-author-name"><?php echo esc_html( $slide['name'] ); ?></span>
     934                                <span class="dafe-author-name"><?php echo Reuse::dafe_wp_kses( $slide['name'] ); ?></span>
    931935                            <?php endif; ?>
    932936                            <?php if ( $slide['title'] ) :  ?>
     
    941945                            <p>
    942946                                <?php if ($settings['show_hide_quote'] == 'yes'){ ?>
    943                                     <blockquote class="speech"><i class="fa fa-quote-left"></i><?php echo esc_html( $slide['reviewer_text'] ); ?>
     947                                    <blockquote class="speech"><i class="fa fa-quote-left"></i><?php echo Reuse::dafe_wp_kses( $slide['reviewer_text'] ); ?>
    944948                                    </blockquote>
    945949                                <?php
    946950                                }  else {
    947951                                   
    948                                 echo esc_html( $slide['reviewer_text'] );
     952                                echo Reuse::dafe_wp_kses( $slide['reviewer_text'] );
    949953                            }
    950954                            ?>
  • definitive-addons-for-elementor/trunk/inc/Elements/Type.php

    r2689901 r2700212  
    9191                    'left' => [
    9292                        'title' =>__( 'Left', 'definitive-addons-for-elementor' ),
    93                         'icon' => 'fa fa-align-left',
     93                        'icon' => 'eicon-text-align-left',
    9494                    ],
    9595                    'center' => [
    9696                        'title' =>__( 'Center', 'definitive-addons-for-elementor' ),
    97                         'icon' => 'fa fa-align-center',
     97                        'icon' => 'eicon-text-align-center',
    9898                    ],
    9999                    'right' => [
    100100                        'title' =>__( 'Right', 'definitive-addons-for-elementor' ),
    101                         'icon' => 'fa fa-align-right',
     101                        'icon' => 'eicon-text-align-right',
    102102                    ],
    103                    
    104103                ],
    105104                'default' => 'center'
  • definitive-addons-for-elementor/trunk/inc/Elements/Wording.php

    r2675151 r2700212  
    542542       
    543543            <div class="<?php echo esc_attr($wording_display) ?> word1 animated <?php echo esc_attr($animation_iteration); ?> <?php echo esc_attr($animation1); ?>">
    544                 <?php echo esc_html($settings['word1']); ?>
     544                <?php echo Reuse::dafe_wp_kses($settings['word1']); ?>
    545545            </div>
    546546       
    547547            <div class="<?php echo esc_attr($wording_display) ?> word2 animated <?php echo esc_attr($animation_iteration); ?> <?php echo esc_attr($animation2); ?>">
    548                 <?php echo esc_html($settings['word2']); ?>
     548                <?php echo Reuse::dafe_wp_kses($settings['word2']); ?>
    549549            </div>
    550550       
    551551            <div class="<?php echo esc_attr($wording_display) ?> word3 animated <?php echo esc_attr($animation_iteration); ?> <?php echo esc_attr($animation3); ?>">
    552                 <?php echo esc_html($settings['word3']); ?>
     552                <?php echo Reuse::dafe_wp_kses($settings['word3']); ?>
    553553            </div>
    554554       
    555555            <div class="<?php echo esc_attr($wording_display) ?> word4 animated <?php echo esc_attr($animation_iteration); ?> <?php echo esc_attr($animation4); ?>">
    556                 <?php echo esc_html($settings['word4']); ?>
     556                <?php echo Reuse::dafe_wp_kses($settings['word4']); ?>
    557557            </div>
    558558       
  • definitive-addons-for-elementor/trunk/inc/Elements/WpForm.php

    r2675151 r2700212  
    711711                <div class="form_header <?php echo esc_attr($align); ?>">
    712712                <?php if (!empty($settings['title'])){  ?>
    713                 <<?php echo esc_attr($title_tag);?> class="wp_title <?php echo esc_attr($show_hide_title); ?>"><?php echo esc_html($settings['title']);?></<?php echo esc_attr($title_tag);?>>
     713                <<?php echo esc_attr($title_tag);?> class="wp_title <?php echo esc_attr($show_hide_title); ?>"><?php echo Reuse::dafe_wp_kses( $settings['title']);?></<?php echo esc_attr($title_tag);?>>
    714714                <?php } ?>
    715                 <p class="wp_description <?php echo esc_attr($align); ?> <?php echo esc_attr($show_hide_desc); ?>"><?php echo esc_html($description_txt);?></p>
     715                <p class="wp_description <?php echo esc_attr($align); ?> <?php echo esc_attr($show_hide_desc); ?>"><?php echo Reuse::dafe_wp_kses($description_txt);?></p>
    716716                </div>
    717717               
  • definitive-addons-for-elementor/trunk/inc/Elements/heading-with-separator.php

    r2686404 r2700212  
    369369        ?>
    370370
    371         <div class="widget-heading"
    372             style="<?php echo esc_attr($container_styles); ?>">
     371        <div class="widget-heading" style="<?php echo esc_attr($container_styles); ?>">
    373372           
    374             <<?php echo esc_attr($title_tag); ?> class="font-heading" style="<?php echo esc_attr($styles); ?>">
    375                 <?php echo esc_html($settings['heading']); ?>
    376             </<?php echo esc_attr($title_tag); ?>>
     373            <<?php Utils::print_validated_html_tag($title_tag); ?> class="font-heading" style="<?php echo esc_attr($styles); ?>">
     374                <?php echo Reuse::dafe_wp_kses( $settings['heading']); ?>
     375            </<?php Utils::print_validated_html_tag($title_tag); ?>>
     376       
    377377        <div class="separator" style="<?php echo esc_attr($separator_styles); ?>"></div>
    378378        </div>
  • definitive-addons-for-elementor/trunk/inc/Reuses/Reuse.php

    r2697892 r2700212  
    269269                        'cc-jcb'
    270270                    ];
     271}
     272
     273public static function dafe_wp_kses($raw_html) {
     274   
     275   return wp_kses($raw_html, self::dafe_allowed_html_tag());
     276}
     277
     278
     279public static function dafe_allowed_html_tag() {
     280
     281    $allowed_html = array(
     282        'a' => array(
     283            'class' => array(),
     284            'href'  => array(),
     285            'rel'   => array(),
     286            'title' => array(),
     287            'style' => array(),
     288            'id' => array(),
     289        ),
     290        'abbr' => array(
     291            'title' => array(),
     292        ),
     293        'b' => array(),
     294        'blockquote' => array(
     295            'cite'  => array(),
     296            'style' => array(),
     297        ),
     298       
     299        'del' => array(
     300            'datetime' => array(),
     301            'title' => array(),
     302        ),
     303        'dd' => array(),
     304        'div' => array(
     305            'class' => array(),
     306            'title' => array(),
     307            'style' => array(),
     308            'id' => array(),
     309        ),
     310        'cite' => array(
     311            'title' => array(),
     312            'style' => array(),
     313        ),
     314        'code' => array(),
     315        'i' => array(),
     316        'dl' => array(),
     317        'dt' => array(),
     318        'em' => array(),
     319        'h1' => array(),
     320        'h2' => array(),
     321        'h3' => array(),
     322        'h4' => array(),
     323        'h5' => array(),
     324        'h6' => array(),
     325        'p' => array(
     326            'class' => array(),
     327        ),
     328        'img' => array(
     329            'alt'    => array(),
     330            'class'  => array(),
     331            'height' => array(),
     332            'src'    => array(),
     333            'width'  => array(),
     334            'style'  => array(),
     335            'id'  => array(),
     336        ),
     337        'li' => array(
     338            'class' => array(),
     339        ),
     340        'ol' => array(
     341            'class' => array(),
     342        ),
     343       
     344        'q' => array(
     345            'cite' => array(),
     346            'title' => array(),
     347        ),
     348        'span' => array(
     349            'class' => array(),
     350            'title' => array(),
     351            'style' => array(),
     352        ),
     353        'strike' => array(),
     354        'strong' => array(),
     355        'ul' => array(
     356            'class' => array(),
     357        ),
     358    );
     359   
     360    return $allowed_html;
    271361}
    272362
  • definitive-addons-for-elementor/trunk/languages/definitive-addons-for-elementor.pot

    r2698719 r2700212  
    33msgstr ""
    44"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-27 20:01+0600\n"
    66"PO-Revision-Date: 2020-03-12 14:48+0600\n"
    77"Last-Translator: \n"
     
    5858#: inc/Elements/Filterable_Portfolio.php:159
    5959#: inc/Elements/Post_Carousel.php:100 inc/Elements/Post_Grid.php:178
    60 #: inc/Elements/Slider.php:86 inc/Elements/Tabs.php:61
     60#: inc/Elements/Slider.php:87 inc/Elements/Tabs.php:61
    6161#: inc/Elements/Testimonial.php:116 inc/Elements/Testimonial_Slider.php:106
    6262msgid "Title"
     
    8686#: inc/Elements/CTA.php:153 inc/Elements/Creative_Button.php:93
    8787#: inc/Elements/Creative_Button.php:94 inc/Elements/Pricing_Table.php:249
    88 #: inc/Elements/Pricing_Table.php:251 inc/Elements/Slider.php:106
    89 #: inc/Elements/Slider.php:107 inc/Elements/Tabs.php:81
    90 #: inc/Elements/Teaser_Box.php:182
     88#: 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:196
    9191msgid "Button Text"
    9292msgstr ""
     
    9999#: inc/Elements/Accordion.php:98 inc/Elements/CTA.php:159
    100100#: inc/Elements/Creative_Button.php:101 inc/Elements/Pricing_Table.php:257
    101 #: inc/Elements/Tabs.php:94 inc/Elements/Teaser_Box.php:194
     101#: inc/Elements/Tabs.php:94 inc/Elements/Teaser_Box.php:146
    102102msgid "Button Link"
    103103msgstr ""
     
    157157#: inc/Elements/Accordion.php:230 inc/Elements/CTA.php:417
    158158#: inc/Elements/Category_Box.php:149 inc/Elements/Contact_form_7.php:290
    159 #: inc/Elements/Feature_list.php:384 inc/Elements/Filterable_Portfolio.php:486
    160 #: inc/Elements/Flip_Box.php:303 inc/Elements/Icon_Box.php:535
    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:232
     159#: inc/Elements/Feature_list.php:417 inc/Elements/Filterable_Portfolio.php:486
     160#: inc/Elements/Flip_Box.php:303 inc/Elements/Icon_Box.php:536
     161#: inc/Elements/Image_Overlay.php:286 inc/Elements/Ninja_Forms.php:308
     162#: inc/Elements/Popular_Post.php:88 inc/Elements/Post_Carousel.php:275
    163163#: inc/Elements/Post_Grid.php:302 inc/Elements/Products.php:231
    164 #: inc/Elements/Promo-box.php:219 inc/Elements/Slider.php:300
    165 #: inc/Elements/Tabs.php:245 inc/Elements/Teaser_Box.php:338
    166 #: inc/Elements/Testimonial.php:384 inc/Elements/Testimonial_Slider.php:491
     164#: inc/Elements/Promo-box.php:219 inc/Elements/Slider.php:290
     165#: inc/Elements/Tabs.php:245 inc/Elements/Teaser_Box.php:360
     166#: inc/Elements/Testimonial.php:384 inc/Elements/Testimonial_Slider.php:495
    167167#: inc/Elements/WpForm.php:295 inc/Elements/heading-with-separator.php:162
    168168msgid "Title Color"
     
    175175
    176176#: inc/Elements/Accordion.php:253 inc/Elements/CTA.php:428
    177 #: inc/Elements/Category_Box.php:160 inc/Elements/Feature_list.php:394
     177#: inc/Elements/Category_Box.php:160 inc/Elements/Feature_list.php:427
    178178#: inc/Elements/Filterable_Portfolio.php:497 inc/Elements/Flip_Box.php:314
    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:244
     179#: inc/Elements/Icon_Box.php:547 inc/Elements/Image_Overlay.php:298
     180#: inc/Elements/Popular_Post.php:99 inc/Elements/Post_Carousel.php:287
    181181#: inc/Elements/Post_Grid.php:313 inc/Elements/Promo-box.php:230
    182 #: inc/Elements/Tabs.php:268 inc/Elements/Teaser_Box.php:349
     182#: inc/Elements/Tabs.php:268 inc/Elements/Teaser_Box.php:371
    183183#: inc/Elements/heading-with-separator.php:185
    184184msgid "Title Hover Color"
     
    200200#: inc/Elements/Accordion.php:358 inc/Elements/Accordion.php:452
    201201#: inc/Elements/Category_List.php:198 inc/Elements/Counter.php:169
    202 #: inc/Elements/Feature_list.php:168 inc/Elements/Icon_Box.php:323
     202#: inc/Elements/Feature_list.php:201 inc/Elements/Icon_Box.php:323
    203203#: inc/Elements/Icon_List.php:212 inc/Elements/Pricing_Table.php:533
    204 #: inc/Elements/Social_Icon.php:477 inc/Elements/Staff_Member.php:519
     204#: inc/Elements/Social_Icon.php:476 inc/Elements/Staff_Member.php:572
    205205#: inc/Elements/Tabs.php:329
    206206msgid "Size"
     
    210210#: inc/Elements/CTA.php:295 inc/Elements/Category_List.php:221
    211211#: inc/Elements/Counter.php:230 inc/Elements/Creative_Button.php:340
    212 #: inc/Elements/Feature_list.php:231 inc/Elements/Icon_Box.php:411
     212#: inc/Elements/Feature_list.php:264 inc/Elements/Icon_Box.php:411
    213213#: inc/Elements/Icon_List.php:234 inc/Elements/Pricing_Table.php:555
    214 #: inc/Elements/Staff_Member.php:583 inc/Elements/Tabs.php:352
     214#: inc/Elements/Staff_Member.php:636 inc/Elements/Tabs.php:352
    215215msgid "Icon Color"
    216216msgstr ""
     
    219219#: inc/Elements/CTA.php:318 inc/Elements/Category_List.php:233
    220220#: inc/Elements/Counter.php:257 inc/Elements/Creative_Button.php:352
    221 #: inc/Elements/Feature_list.php:243 inc/Elements/Icon_Box.php:423
     221#: inc/Elements/Feature_list.php:276 inc/Elements/Icon_Box.php:423
    222222#: inc/Elements/Icon_List.php:246 inc/Elements/Pricing_Table.php:567
    223 #: inc/Elements/Staff_Member.php:595 inc/Elements/Tabs.php:364
     223#: inc/Elements/Staff_Member.php:648 inc/Elements/Tabs.php:364
    224224msgid "Icon Hover Color"
    225225msgstr ""
    226226
    227227#: inc/Elements/Accordion.php:402 inc/Elements/Accordion.php:474
    228 #: inc/Elements/Testimonial.php:250 inc/Elements/Testimonial_Slider.php:339
     228#: inc/Elements/Testimonial.php:250 inc/Elements/Testimonial_Slider.php:343
    229229msgid "Right Spacing"
    230230msgstr ""
    231231
    232232#: inc/Elements/Accordion.php:419 inc/Elements/Testimonial.php:268
    233 #: inc/Elements/Testimonial_Slider.php:356
     233#: inc/Elements/Testimonial_Slider.php:360
    234234msgid "Left Spacing"
    235235msgstr ""
     
    239239msgstr ""
    240240
    241 #: inc/Elements/Accordion.php:525 inc/Elements/Counter.php:468
    242 #: inc/Elements/Feature_list.php:327 inc/Elements/Post_Grid.php:551
     241#: inc/Elements/Accordion.php:525 inc/Elements/Counter.php:587
     242#: inc/Elements/Feature_list.php:360 inc/Elements/Post_Grid.php:551
    243243#: inc/Elements/Tabs.php:481
    244244msgid "Content Padding"
     
    265265#: inc/Elements/Filterable_Portfolio.php:664 inc/Elements/Ninja_Forms.php:566
    266266#: inc/Elements/Post_Grid.php:496 inc/Elements/Tabs.php:584
    267 #: inc/Elements/Teaser_Box.php:475 inc/Elements/WpForm.php:606
     267#: inc/Elements/Teaser_Box.php:497 inc/Elements/WpForm.php:606
    268268msgid "Button Color"
    269269msgstr ""
     
    272272#: inc/Elements/Contact_form_7.php:712 inc/Elements/Creative_Button.php:211
    273273#: inc/Elements/Filterable_Portfolio.php:675 inc/Elements/Ninja_Forms.php:577
    274 #: inc/Elements/Post_Grid.php:506 inc/Elements/Pricing_Table.php:780
    275 #: inc/Elements/Slider.php:493 inc/Elements/Tabs.php:596
    276 #: inc/Elements/Teaser_Box.php:487 inc/Elements/WpForm.php:617
     274#: inc/Elements/Post_Grid.php:506 inc/Elements/Pricing_Table.php:773
     275#: inc/Elements/Slider.php:548 inc/Elements/Tabs.php:596
     276#: inc/Elements/Teaser_Box.php:509 inc/Elements/WpForm.php:617
    277277msgid "Button Background Color"
    278278msgstr ""
     
    281281#: inc/Elements/Contact_form_7.php:722
    282282#: inc/Elements/Filterable_Portfolio.php:686 inc/Elements/Ninja_Forms.php:587
    283 #: inc/Elements/Post_Grid.php:516 inc/Elements/Pricing_Table.php:791
    284 #: inc/Elements/Slider.php:504 inc/Elements/Subscription.php:173
    285 #: inc/Elements/Tabs.php:608 inc/Elements/Teaser_Box.php:499
     283#: inc/Elements/Post_Grid.php:516 inc/Elements/Pricing_Table.php:784
     284#: inc/Elements/Slider.php:559 inc/Elements/Subscription.php:173
     285#: inc/Elements/Tabs.php:608 inc/Elements/Teaser_Box.php:521
    286286#: inc/Elements/WpForm.php:627
    287287msgid "Button Hover Color"
     
    291291#: inc/Elements/Contact_form_7.php:732 inc/Elements/Creative_Button.php:223
    292292#: inc/Elements/Filterable_Portfolio.php:697 inc/Elements/Ninja_Forms.php:597
    293 #: inc/Elements/Post_Grid.php:526 inc/Elements/Pricing_Table.php:802
    294 #: inc/Elements/Slider.php:515 inc/Elements/Subscription.php:195
    295 #: inc/Elements/Tabs.php:620 inc/Elements/Teaser_Box.php:511
     293#: inc/Elements/Post_Grid.php:526 inc/Elements/Pricing_Table.php:795
     294#: inc/Elements/Slider.php:570 inc/Elements/Subscription.php:195
     295#: inc/Elements/Tabs.php:620 inc/Elements/Teaser_Box.php:533
    296296#: inc/Elements/WpForm.php:637
    297297msgid "Button Hover Background Color"
     
    300300#: inc/Elements/Accordion.php:686 inc/Elements/Contact_form_7.php:751
    301301#: inc/Elements/Creative_Button.php:265 inc/Elements/Ninja_Forms.php:616
    302 #: inc/Elements/Tabs.php:641 inc/Elements/Teaser_Box.php:532
    303 #: inc/Elements/WpForm.php:656
     302#: inc/Elements/Pricing_Table.php:749 inc/Elements/Tabs.php:641
     303#: inc/Elements/Teaser_Box.php:554 inc/Elements/WpForm.php:656
    304304msgid "Button Padding"
    305305msgstr ""
     
    311311#: inc/Elements/Accordion.php:726 inc/Elements/CTA.php:628
    312312#: inc/Elements/Contact_form_7.php:771 inc/Elements/Creative_Button.php:285
    313 #: inc/Elements/Ninja_Forms.php:636 inc/Elements/Pricing_Table.php:852
    314 #: inc/Elements/Slider.php:565 inc/Elements/Subscription.php:205
    315 #: inc/Elements/Tabs.php:681 inc/Elements/Teaser_Box.php:552
     313#: inc/Elements/Ninja_Forms.php:636 inc/Elements/Pricing_Table.php:845
     314#: inc/Elements/Slider.php:620 inc/Elements/Subscription.php:205
     315#: inc/Elements/Tabs.php:681 inc/Elements/Teaser_Box.php:574
    316316#: inc/Elements/WpForm.php:676
    317317msgid "Button Border Radius"
     
    324324#: inc/Elements/Accordion.php:765 inc/Elements/CTA.php:718
    325325#: inc/Elements/Flip_Box.php:456 inc/Elements/Icon_Box.php:276
    326 #: inc/Elements/Post_Grid.php:606 inc/Elements/Pricing_Table.php:928
    327 #: inc/Elements/Teaser_Box.php:648 inc/Elements/Testimonial.php:609
    328 #: inc/Elements/Testimonial_Slider.php:711
     326#: inc/Elements/Post_Grid.php:606 inc/Elements/Pricing_Table.php:921
     327#: inc/Elements/Teaser_Box.php:670 inc/Elements/Testimonial.php:609
     328#: inc/Elements/Testimonial_Slider.php:715
    329329msgid "Container Shadow"
    330330msgstr ""
     
    332332#: inc/Elements/Accordion.php:775 inc/Elements/CTA.php:728
    333333#: inc/Elements/Flip_Box.php:466 inc/Elements/Icon_Box.php:286
    334 #: inc/Elements/Post_Grid.php:616 inc/Elements/Pricing_Table.php:938
    335 #: inc/Elements/Teaser_Box.php:658 inc/Elements/Testimonial.php:619
    336 #: inc/Elements/Testimonial_Slider.php:721
     334#: inc/Elements/Post_Grid.php:616 inc/Elements/Pricing_Table.php:931
     335#: inc/Elements/Teaser_Box.php:680 inc/Elements/Testimonial.php:619
     336#: inc/Elements/Testimonial_Slider.php:725
    337337msgid "Container Hover Shadow"
    338338msgstr ""
     
    361361
    362362#: inc/Elements/CTA.php:103 inc/Elements/Contact_form_7.php:129
    363 #: inc/Elements/Flip_Box.php:91 inc/Elements/Icon_Box.php:108
    364 #: inc/Elements/Image_Overlay.php:122 inc/Elements/Ninja_Forms.php:147
    365 #: inc/Elements/Pricing_Table.php:80 inc/Elements/Products.php:71
    366 #: inc/Elements/Teaser_Box.php:105 inc/Elements/WpForm.php:134
    367 #: inc/Elements/heading-with-separator.php:79
     363#: inc/Elements/Feature_list.php:140 inc/Elements/Flip_Box.php:91
     364#: inc/Elements/Icon_Box.php:108 inc/Elements/Image_Overlay.php:122
     365#: inc/Elements/Ninja_Forms.php:147 inc/Elements/Pricing_Table.php:80
     366#: inc/Elements/Products.php:71 inc/Elements/Teaser_Box.php:106
     367#: inc/Elements/WpForm.php:134 inc/Elements/heading-with-separator.php:79
    368368msgid "Title HTML Tag"
    369369msgstr ""
    370370
    371371#: inc/Elements/CTA.php:108 inc/Elements/Contact_form_7.php:134
    372 #: inc/Elements/Flip_Box.php:96 inc/Elements/Image_Overlay.php:127
    373 #: inc/Elements/Ninja_Forms.php:152 inc/Elements/Pricing_Table.php:85
    374 #: inc/Elements/Products.php:75 inc/Elements/Subscription.php:82
    375 #: inc/Elements/Teaser_Box.php:110 inc/Elements/WpForm.php:139
    376 #: inc/Elements/heading-with-separator.php:83
     372#: inc/Elements/Flip_Box.php:96 inc/Elements/Image_Overlay.php:126
     373#: inc/Elements/Image_Overlay.php:180 inc/Elements/Ninja_Forms.php:152
     374#: inc/Elements/Pricing_Table.php:85 inc/Elements/Products.php:75
     375#: inc/Elements/Subscription.php:82 inc/Elements/Teaser_Box.php:111
     376#: inc/Elements/WpForm.php:139 inc/Elements/heading-with-separator.php:83
    377377msgid "H1"
    378378msgstr ""
    379379
    380380#: inc/Elements/CTA.php:112 inc/Elements/Contact_form_7.php:135
    381 #: inc/Elements/Flip_Box.php:100 inc/Elements/Image_Overlay.php:131
    382 #: inc/Elements/Ninja_Forms.php:153 inc/Elements/Pricing_Table.php:89
    383 #: inc/Elements/Products.php:76 inc/Elements/Subscription.php:83
    384 #: inc/Elements/Teaser_Box.php:114 inc/Elements/WpForm.php:140
    385 #: inc/Elements/heading-with-separator.php:84
     381#: inc/Elements/Flip_Box.php:100 inc/Elements/Image_Overlay.php:127
     382#: inc/Elements/Image_Overlay.php:181 inc/Elements/Ninja_Forms.php:153
     383#: inc/Elements/Pricing_Table.php:89 inc/Elements/Products.php:76
     384#: inc/Elements/Subscription.php:83 inc/Elements/Teaser_Box.php:115
     385#: inc/Elements/WpForm.php:140 inc/Elements/heading-with-separator.php:84
    386386msgid "H2"
    387387msgstr ""
    388388
    389389#: inc/Elements/CTA.php:116 inc/Elements/Contact_form_7.php:136
    390 #: inc/Elements/Flip_Box.php:104 inc/Elements/Image_Overlay.php:135
    391 #: inc/Elements/Ninja_Forms.php:154 inc/Elements/Pricing_Table.php:93
    392 #: inc/Elements/Products.php:77 inc/Elements/Subscription.php:84
    393 #: inc/Elements/Teaser_Box.php:118 inc/Elements/WpForm.php:141
    394 #: inc/Elements/heading-with-separator.php:85
     390#: inc/Elements/Flip_Box.php:104 inc/Elements/Image_Overlay.php:128
     391#: inc/Elements/Image_Overlay.php:182 inc/Elements/Ninja_Forms.php:154
     392#: inc/Elements/Pricing_Table.php:93 inc/Elements/Products.php:77
     393#: inc/Elements/Subscription.php:84 inc/Elements/Teaser_Box.php:119
     394#: inc/Elements/WpForm.php:141 inc/Elements/heading-with-separator.php:85
    395395msgid "H3"
    396396msgstr ""
    397397
    398398#: inc/Elements/CTA.php:120 inc/Elements/Contact_form_7.php:137
    399 #: inc/Elements/Flip_Box.php:108 inc/Elements/Image_Overlay.php:139
    400 #: inc/Elements/Ninja_Forms.php:155 inc/Elements/Pricing_Table.php:97
    401 #: inc/Elements/Products.php:78 inc/Elements/Subscription.php:85
    402 #: inc/Elements/Teaser_Box.php:122 inc/Elements/WpForm.php:142
    403 #: inc/Elements/heading-with-separator.php:86
     399#: inc/Elements/Flip_Box.php:108 inc/Elements/Image_Overlay.php:129
     400#: inc/Elements/Image_Overlay.php:183 inc/Elements/Ninja_Forms.php:155
     401#: inc/Elements/Pricing_Table.php:97 inc/Elements/Products.php:78
     402#: inc/Elements/Subscription.php:85 inc/Elements/Teaser_Box.php:123
     403#: inc/Elements/WpForm.php:142 inc/Elements/heading-with-separator.php:86
    404404msgid "H4"
    405405msgstr ""
    406406
    407407#: inc/Elements/CTA.php:124 inc/Elements/Contact_form_7.php:138
    408 #: inc/Elements/Flip_Box.php:112 inc/Elements/Image_Overlay.php:143
    409 #: inc/Elements/Ninja_Forms.php:156 inc/Elements/Pricing_Table.php:101
    410 #: inc/Elements/Products.php:79 inc/Elements/Subscription.php:86
    411 #: inc/Elements/Teaser_Box.php:126 inc/Elements/WpForm.php:143
    412 #: inc/Elements/heading-with-separator.php:87
     408#: inc/Elements/Flip_Box.php:112 inc/Elements/Image_Overlay.php:130
     409#: inc/Elements/Image_Overlay.php:184 inc/Elements/Ninja_Forms.php:156
     410#: inc/Elements/Pricing_Table.php:101 inc/Elements/Products.php:79
     411#: inc/Elements/Subscription.php:86 inc/Elements/Teaser_Box.php:127
     412#: inc/Elements/WpForm.php:143 inc/Elements/heading-with-separator.php:87
    413413msgid "H5"
    414414msgstr ""
    415415
    416416#: inc/Elements/CTA.php:128 inc/Elements/Contact_form_7.php:139
    417 #: inc/Elements/Flip_Box.php:116 inc/Elements/Image_Overlay.php:147
    418 #: inc/Elements/Ninja_Forms.php:157 inc/Elements/Pricing_Table.php:105
    419 #: inc/Elements/Products.php:80 inc/Elements/Subscription.php:87
    420 #: inc/Elements/Teaser_Box.php:130 inc/Elements/WpForm.php:144
    421 #: inc/Elements/heading-with-separator.php:88
     417#: inc/Elements/Flip_Box.php:116 inc/Elements/Image_Overlay.php:131
     418#: inc/Elements/Image_Overlay.php:185 inc/Elements/Ninja_Forms.php:157
     419#: inc/Elements/Pricing_Table.php:105 inc/Elements/Products.php:80
     420#: inc/Elements/Subscription.php:87 inc/Elements/Teaser_Box.php:131
     421#: inc/Elements/WpForm.php:144 inc/Elements/heading-with-separator.php:88
    422422msgid "H6"
    423423msgstr ""
     
    434434
    435435#: inc/Elements/CTA.php:170 inc/Elements/Creative_Button.php:310
    436 #: inc/Elements/Pricing_Table.php:268 inc/Elements/Slider.php:113
     436#: inc/Elements/Pricing_Table.php:268 inc/Elements/Slider.php:114
    437437msgid "Button Icon"
    438438msgstr ""
     
    459459
    460460#: inc/Elements/CTA.php:231 inc/Elements/Creative_Button.php:318
    461 #: inc/Elements/Slider.php:527
     461#: inc/Elements/Slider.php:582
    462462msgid "Icon Size"
    463463msgstr ""
    464464
    465465#: inc/Elements/CTA.php:252 inc/Elements/Counter.php:190
    466 #: inc/Elements/Feature_list.php:189 inc/Elements/Icon_Box.php:344
    467 #: inc/Elements/Staff_Member.php:540
     466#: inc/Elements/Feature_list.php:222 inc/Elements/Icon_Box.php:344
     467#: inc/Elements/Staff_Member.php:593
    468468msgid "Icon Height"
    469469msgstr ""
    470470
    471471#: inc/Elements/CTA.php:273 inc/Elements/Counter.php:211
    472 #: inc/Elements/Feature_list.php:210 inc/Elements/Icon_Box.php:365
    473 #: inc/Elements/Staff_Member.php:562
     472#: inc/Elements/Feature_list.php:243 inc/Elements/Icon_Box.php:365
     473#: inc/Elements/Staff_Member.php:615
    474474msgid "Icon Width"
    475475msgstr ""
    476476
    477477#: inc/Elements/CTA.php:306 inc/Elements/Counter.php:244
    478 #: inc/Elements/Feature_list.php:254
     478#: inc/Elements/Feature_list.php:287
    479479msgid "Icon Background Color"
    480480msgstr ""
    481481
    482482#: inc/Elements/CTA.php:329 inc/Elements/Counter.php:268
    483 #: inc/Elements/Icon_Box.php:434
     483#: inc/Elements/Icon_Box.php:435
    484484msgid "Icon Hover Background Color"
    485485msgstr ""
    486486
    487487#: inc/Elements/CTA.php:351 inc/Elements/Counter.php:287
    488 #: inc/Elements/Feature_list.php:287 inc/Elements/Icon_Box.php:456
    489 #: inc/Elements/Staff_Member.php:636
     488#: inc/Elements/Feature_list.php:320 inc/Elements/Icon_Box.php:457
    490489msgid "Icon Border Radius"
    491490msgstr ""
    492491
    493 #: inc/Elements/CTA.php:363 inc/Elements/Staff_Member.php:648
     492#: inc/Elements/CTA.php:363
    494493msgid "Icon Border Hover Color"
    495494msgstr ""
     
    507506
    508507#: inc/Elements/CTA.php:405 inc/Elements/Contact_form_7.php:275
    509 #: inc/Elements/Feature_list.php:372 inc/Elements/Icon_Box.php:523
    510 #: inc/Elements/Ninja_Forms.php:293 inc/Elements/Slider.php:321
     508#: inc/Elements/Feature_list.php:405 inc/Elements/Icon_Box.php:524
     509#: inc/Elements/Ninja_Forms.php:293 inc/Elements/Slider.php:311
    511510#: inc/Elements/WpForm.php:280 inc/Elements/heading-with-separator.php:150
    512511msgid "Title Bottom Spacing"
     
    518517
    519518#: inc/Elements/CTA.php:478 inc/Elements/Contact_form_7.php:336
    520 #: inc/Elements/Feature_list.php:454 inc/Elements/Icon_Box.php:614
    521 #: inc/Elements/Ninja_Forms.php:354 inc/Elements/Slider.php:336
    522 #: inc/Elements/Teaser_Box.php:413 inc/Elements/WpForm.php:342
     519#: inc/Elements/Feature_list.php:487 inc/Elements/Icon_Box.php:615
     520#: inc/Elements/Ninja_Forms.php:354 inc/Elements/Slider.php:326
     521#: inc/Elements/Teaser_Box.php:435 inc/Elements/WpForm.php:342
    523522msgid "Description Color"
    524523msgstr ""
    525524
    526525#: inc/Elements/CTA.php:501 inc/Elements/Pricing_Table.php:710
    527 #: inc/Elements/Slider.php:462
     526#: inc/Elements/Slider.php:517
    528527msgid "Button"
    529528msgstr ""
     
    534533
    535534#: inc/Elements/CTA.php:525 inc/Elements/Creative_Button.php:189
    536 #: inc/Elements/Pricing_Table.php:749
    537535msgid "Button Width"
    538536msgstr ""
    539537
    540 #: inc/Elements/CTA.php:545 inc/Elements/Pricing_Table.php:769
    541 #: inc/Elements/Slider.php:482 inc/Elements/Subscription.php:163
     538#: inc/Elements/CTA.php:545 inc/Elements/Pricing_Table.php:762
     539#: inc/Elements/Slider.php:537 inc/Elements/Subscription.php:163
    542540msgid "Button Text Color"
    543541msgstr ""
    544542
    545 #: inc/Elements/CTA.php:590 inc/Elements/Pricing_Table.php:814
     543#: inc/Elements/CTA.php:590 inc/Elements/Pricing_Table.php:807
    546544msgid "Button Icon Size"
    547545msgstr ""
    548546
    549 #: inc/Elements/CTA.php:639 inc/Elements/Teaser_Box.php:563
     547#: inc/Elements/CTA.php:639 inc/Elements/Teaser_Box.php:585
    550548msgid "Button Border Hover Color"
    551549msgstr ""
    552550
    553551#: inc/Elements/CTA.php:651 inc/Elements/Creative_Button.php:411
    554 #: inc/Elements/Pricing_Table.php:864
     552#: inc/Elements/Pricing_Table.php:857
    555553msgid "Button Shadow"
    556554msgstr ""
     
    593591
    594592#: inc/Elements/Category_Box.php:90 inc/Elements/Filterable_Portfolio.php:387
    595 #: inc/Elements/Slider.php:287
     593#: inc/Elements/Slider.php:266
    596594msgid "Overlay Background Color"
    597595msgstr ""
    598596
    599 #: inc/Elements/Category_Box.php:101 inc/Elements/Image_Overlay.php:255
     597#: inc/Elements/Category_Box.php:101 inc/Elements/Image_Overlay.php:261
    600598#: inc/Elements/Promo-box.php:167
    601599msgid "Overlay Background Hover Color"
    602600msgstr ""
    603601
    604 #: inc/Elements/Category_Box.php:112 inc/Elements/Image_Overlay.php:231
    605 #: inc/Elements/Promo-box.php:178 inc/Elements/Slider.php:275
     602#: inc/Elements/Category_Box.php:112 inc/Elements/Image_Overlay.php:237
     603#: inc/Elements/Promo-box.php:178 inc/Elements/Slider.php:254
    606604msgid "Overlay Padding"
    607605msgstr ""
     
    627625msgstr ""
    628626
    629 #: inc/Elements/Category_Box.php:267 inc/Elements/Image_Overlay.php:362
     627#: inc/Elements/Category_Box.php:267 inc/Elements/Image_Overlay.php:368
    630628msgid "Image Style"
    631629msgstr ""
    632630
    633 #: inc/Elements/Category_Box.php:350 inc/Elements/Products.php:46
     631#: inc/Elements/Category_Box.php:351 inc/Elements/Products.php:46
    634632#: inc/Elements/Products.php:55
    635633msgid "Products"
     
    680678msgstr ""
    681679
    682 #: inc/Elements/Category_List.php:244 inc/Elements/Staff_Member.php:659
     680#: inc/Elements/Category_List.php:244 inc/Elements/Staff_Member.php:712
    683681msgid "Icon Right Spacing"
    684682msgstr ""
     
    704702msgstr ""
    705703
    706 #: inc/Elements/Category_List.php:335 inc/Elements/Counter.php:534
    707 #: inc/Elements/Icon_Box.php:385 inc/Elements/Staff_Member.php:764
     704#: inc/Elements/Category_List.php:335 inc/Elements/Counter.php:601
     705#: inc/Elements/Icon_Box.php:385 inc/Elements/Staff_Member.php:817
    708706msgid "Rotate"
    709707msgstr ""
     
    720718#: inc/Elements/Icon_Box.php:262 inc/Elements/Ninja_Forms.php:229
    721719#: inc/Elements/Promo-box.php:270 inc/Elements/Social_Icon.php:351
    722 #: inc/Elements/Staff_Member.php:698 inc/Elements/Tabs.php:213
    723 #: inc/Elements/Teaser_Box.php:584 inc/Elements/Testimonial.php:569
    724 #: inc/Elements/Testimonial_Slider.php:680 inc/Elements/WpForm.php:216
     720#: inc/Elements/Staff_Member.php:751 inc/Elements/Tabs.php:213
     721#: inc/Elements/Teaser_Box.php:606 inc/Elements/Testimonial.php:569
     722#: inc/Elements/Testimonial_Slider.php:684 inc/Elements/WpForm.php:216
    725723msgid "Container Padding"
    726724msgstr ""
    727725
    728726#: inc/Elements/Category_List.php:394 inc/Elements/Promo-box.php:293
    729 #: inc/Elements/Staff_Member.php:722
    730727msgid "Container Background Hover Color"
    731728msgstr ""
     
    734731#: inc/Elements/Filterable_Portfolio.php:757 inc/Elements/Icon_Box.php:236
    735732#: 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
     733#: inc/Elements/Social_Icon.php:339 inc/Elements/Tabs.php:201
    738734#: inc/Elements/WpForm.php:260
    739735msgid "Container Border Radius"
    740736msgstr ""
    741737
    742 #: inc/Elements/Category_List.php:423 inc/Elements/Staff_Member.php:753
    743 #: inc/Elements/Teaser_Box.php:637
     738#: inc/Elements/Category_List.php:423
    744739msgid "Container Border Hover Color"
    745740msgstr ""
    746741
    747 #: inc/Elements/Category_List.php:433 inc/Elements/Counter.php:549
    748 #: inc/Elements/Promo-box.php:312 inc/Elements/Staff_Member.php:779
     742#: inc/Elements/Category_List.php:433 inc/Elements/Counter.php:506
     743#: inc/Elements/Promo-box.php:312
    749744msgid "Container Box Shadow"
    750745msgstr ""
    751746
    752 #: inc/Elements/Category_List.php:443 inc/Elements/Counter.php:559
    753 #: inc/Elements/Promo-box.php:322 inc/Elements/Staff_Member.php:789
     747#: inc/Elements/Category_List.php:443 inc/Elements/Counter.php:549
     748#: inc/Elements/Promo-box.php:322
    754749msgid "Container Hover Box Shadow"
    755750msgstr ""
     
    779774
    780775#: 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:82
     776#: inc/Elements/Ninja_Forms.php:108 inc/Elements/Teaser_Box.php:83
    782777#: inc/Elements/WpForm.php:108
    783778msgid "Show/Hide Title"
     
    793788#: inc/Elements/Ninja_Forms.php:169 inc/Elements/Post_Carousel.php:152
    794789#: inc/Elements/Post_Carousel.php:182 inc/Elements/Post_Carousel.php:196
    795 #: inc/Elements/Post_Grid.php:192 inc/Elements/Post_Grid.php:205
    796 #: inc/Elements/Post_Grid.php:217 inc/Elements/Products.php:143
    797 #: inc/Elements/Promo-box.php:117 inc/Elements/Slider.php:187
    798 #: inc/Elements/Slider.php:217 inc/Elements/Slider.php:265
    799 #: inc/Elements/Social_Icon.php:102 inc/Elements/Social_Icon.php:129
    800 #: inc/Elements/Staff_Member.php:151 inc/Elements/Teaser_Box.php:85
    801 #: inc/Elements/Teaser_Box.php:147 inc/Elements/Teaser_Box.php:172
    802 #: inc/Elements/Testimonial.php:127 inc/Elements/Testimonial.php:185
    803 #: inc/Elements/Testimonial_Slider.php:117
    804 #: inc/Elements/Testimonial_Slider.php:195
    805 #: inc/Elements/Testimonial_Slider.php:265
    806 #: inc/Elements/Testimonial_Slider.php:295 inc/Elements/WpForm.php:111
     790#: inc/Elements/Post_Carousel.php:220 inc/Elements/Post_Grid.php:192
     791#: inc/Elements/Post_Grid.php:205 inc/Elements/Post_Grid.php:217
     792#: inc/Elements/Products.php:143 inc/Elements/Promo-box.php:117
     793#: inc/Elements/Slider.php:188 inc/Elements/Slider.php:218
     794#: inc/Elements/Slider.php:244 inc/Elements/Social_Icon.php:102
     795#: inc/Elements/Social_Icon.php:129 inc/Elements/Staff_Member.php:142
     796#: inc/Elements/Teaser_Box.php:86 inc/Elements/Teaser_Box.php:161
     797#: inc/Elements/Teaser_Box.php:186 inc/Elements/Testimonial.php:127
     798#: inc/Elements/Testimonial.php:185 inc/Elements/Testimonial_Slider.php:117
     799#: inc/Elements/Testimonial_Slider.php:199
     800#: inc/Elements/Testimonial_Slider.php:269
     801#: inc/Elements/Testimonial_Slider.php:299 inc/Elements/WpForm.php:111
    807802#: inc/Elements/WpForm.php:156 inc/Elements/heading-with-separator.php:99
    808803msgid "Yes"
     
    818813#: inc/Elements/Ninja_Forms.php:170 inc/Elements/Post_Carousel.php:153
    819814#: inc/Elements/Post_Carousel.php:183 inc/Elements/Post_Carousel.php:197
    820 #: inc/Elements/Post_Grid.php:193 inc/Elements/Post_Grid.php:206
    821 #: inc/Elements/Post_Grid.php:218 inc/Elements/Products.php:144
    822 #: inc/Elements/Promo-box.php:118 inc/Elements/Slider.php:188
    823 #: inc/Elements/Slider.php:218 inc/Elements/Slider.php:266
    824 #: inc/Elements/Social_Icon.php:103 inc/Elements/Social_Icon.php:130
    825 #: inc/Elements/Staff_Member.php:152 inc/Elements/Teaser_Box.php:86
    826 #: inc/Elements/Teaser_Box.php:148 inc/Elements/Teaser_Box.php:173
    827 #: inc/Elements/Testimonial.php:128 inc/Elements/Testimonial.php:186
    828 #: inc/Elements/Testimonial_Slider.php:118
    829 #: inc/Elements/Testimonial_Slider.php:196
    830 #: inc/Elements/Testimonial_Slider.php:266
    831 #: inc/Elements/Testimonial_Slider.php:296 inc/Elements/WpForm.php:112
     815#: inc/Elements/Post_Carousel.php:221 inc/Elements/Post_Grid.php:193
     816#: inc/Elements/Post_Grid.php:206 inc/Elements/Post_Grid.php:218
     817#: inc/Elements/Products.php:144 inc/Elements/Promo-box.php:118
     818#: inc/Elements/Slider.php:189 inc/Elements/Slider.php:219
     819#: inc/Elements/Slider.php:245 inc/Elements/Social_Icon.php:103
     820#: inc/Elements/Social_Icon.php:130 inc/Elements/Staff_Member.php:143
     821#: inc/Elements/Teaser_Box.php:87 inc/Elements/Teaser_Box.php:162
     822#: inc/Elements/Teaser_Box.php:187 inc/Elements/Testimonial.php:128
     823#: inc/Elements/Testimonial.php:186 inc/Elements/Testimonial_Slider.php:118
     824#: inc/Elements/Testimonial_Slider.php:200
     825#: inc/Elements/Testimonial_Slider.php:270
     826#: inc/Elements/Testimonial_Slider.php:300 inc/Elements/WpForm.php:112
    832827#: inc/Elements/WpForm.php:157 inc/Elements/heading-with-separator.php:100
    833828msgid "No"
     
    873868#: inc/Elements/Contact_form_7.php:179 inc/Elements/Counter.php:136
    874869#: inc/Elements/Creative_Button.php:119 inc/Elements/Creative_Button.php:146
    875 #: inc/Elements/Feature_list.php:135 inc/Elements/Filterable_Portfolio.php:195
     870#: inc/Elements/Feature_list.php:168 inc/Elements/Filterable_Portfolio.php:195
    876871#: inc/Elements/Filterable_Portfolio.php:279
    877872#: inc/Elements/Filterable_Portfolio.php:621 inc/Elements/Icon_Box.php:179
     
    880875#: inc/Elements/Post_Grid.php:458 inc/Elements/Pricing_Table.php:205
    881876#: inc/Elements/Pricing_Table.php:232 inc/Elements/Social_Icon.php:284
    882 #: inc/Elements/Staff_Member.php:234 inc/Elements/Subscription.php:112
    883 #: inc/Elements/Teaser_Box.php:215 inc/Elements/Type.php:92
     877#: inc/Elements/Staff_Member.php:230 inc/Elements/Subscription.php:112
     878#: inc/Elements/Teaser_Box.php:214 inc/Elements/Type.php:92
    884879#: inc/Elements/Wording.php:140 inc/Elements/WpForm.php:184
    885880#: inc/Elements/heading-with-separator.php:115
     
    888883
    889884#: inc/Elements/Contact_form_7.php:183 inc/Elements/Counter.php:140
    890 #: inc/Elements/Creative_Button.php:123 inc/Elements/Feature_list.php:139
     885#: inc/Elements/Creative_Button.php:123 inc/Elements/Feature_list.php:172
    891886#: inc/Elements/Filterable_Portfolio.php:199
    892887#: inc/Elements/Filterable_Portfolio.php:283
     
    895890#: inc/Elements/Post_Grid.php:115 inc/Elements/Post_Grid.php:462
    896891#: inc/Elements/Pricing_Table.php:209 inc/Elements/Social_Icon.php:288
    897 #: inc/Elements/Staff_Member.php:238 inc/Elements/Subscription.php:116
    898 #: inc/Elements/Teaser_Box.php:219 inc/Elements/Type.php:96
     892#: inc/Elements/Staff_Member.php:234 inc/Elements/Subscription.php:116
     893#: inc/Elements/Teaser_Box.php:218 inc/Elements/Type.php:96
    899894#: inc/Elements/Wording.php:144 inc/Elements/WpForm.php:188
    900895#: inc/Elements/heading-with-separator.php:119
     
    904899#: inc/Elements/Contact_form_7.php:187 inc/Elements/Counter.php:144
    905900#: inc/Elements/Creative_Button.php:127 inc/Elements/Creative_Button.php:151
    906 #: inc/Elements/Feature_list.php:143 inc/Elements/Filterable_Portfolio.php:203
     901#: inc/Elements/Feature_list.php:176 inc/Elements/Filterable_Portfolio.php:203
    907902#: inc/Elements/Filterable_Portfolio.php:287
    908903#: inc/Elements/Filterable_Portfolio.php:629 inc/Elements/Icon_Box.php:187
     
    911906#: inc/Elements/Post_Grid.php:466 inc/Elements/Pricing_Table.php:213
    912907#: inc/Elements/Pricing_Table.php:237 inc/Elements/Social_Icon.php:292
    913 #: inc/Elements/Staff_Member.php:242 inc/Elements/Subscription.php:120
    914 #: inc/Elements/Teaser_Box.php:223 inc/Elements/Type.php:100
     908#: inc/Elements/Staff_Member.php:238 inc/Elements/Subscription.php:120
     909#: inc/Elements/Teaser_Box.php:222 inc/Elements/Type.php:100
    915910#: inc/Elements/Wording.php:148 inc/Elements/WpForm.php:192
    916911#: inc/Elements/heading-with-separator.php:123
     
    943938msgstr ""
    944939
    945 #: inc/Elements/Contact_form_7.php:321 inc/Elements/Feature_list.php:442
    946 #: inc/Elements/Icon_Box.php:598 inc/Elements/Ninja_Forms.php:339
    947 #: inc/Elements/Slider.php:357 inc/Elements/WpForm.php:327
     940#: inc/Elements/Contact_form_7.php:321 inc/Elements/Feature_list.php:475
     941#: inc/Elements/Icon_Box.php:599 inc/Elements/Ninja_Forms.php:339
     942#: inc/Elements/Slider.php:347 inc/Elements/WpForm.php:327
    948943msgid "Description Bottom Spacing"
    949944msgstr ""
     
    10621057
    10631058#: 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:460
     1059#: inc/Elements/Pricing_Table.php:733 inc/Elements/Teaser_Box.php:482
    10651060#: inc/Elements/WpForm.php:594
    10661061msgid "Button Bottom Spacing"
     
    10951090msgstr ""
    10961091
    1097 #: inc/Elements/Counter.php:130 inc/Elements/Feature_list.php:129
     1092#: inc/Elements/Counter.php:130 inc/Elements/Feature_list.php:162
    10981093#: inc/Elements/Icon_Box.php:173 inc/Elements/Social_Icon.php:278
    1099 #: inc/Elements/Staff_Member.php:228 inc/Elements/Subscription.php:106
    1100 #: inc/Elements/Teaser_Box.php:209 inc/Elements/Type.php:86
     1094#: inc/Elements/Staff_Member.php:224 inc/Elements/Subscription.php:106
     1095#: inc/Elements/Teaser_Box.php:208 inc/Elements/Type.php:86
    11011096#: inc/Elements/Wording.php:134 inc/Elements/heading-with-separator.php:109
    11021097msgid "Set Alignment"
     
    11071102msgstr ""
    11081103
    1109 #: inc/Elements/Counter.php:300 inc/Elements/Feature_list.php:299
    1110 #: inc/Elements/Icon_Box.php:489 inc/Elements/Staff_Member.php:672
     1104#: inc/Elements/Counter.php:300 inc/Elements/Feature_list.php:332
     1105#: inc/Elements/Icon_Box.php:490 inc/Elements/Staff_Member.php:725
    11111106msgid "Icon Bottom Spacing"
    11121107msgstr ""
     
    11441139msgstr ""
    11451140
    1146 #: inc/Elements/Counter.php:491
    1147 msgid "Counter Background Hover Color"
    1148 msgstr ""
    1149 
    1150 #: inc/Elements/Counter.php:511
     1141#: inc/Elements/Counter.php:470
     1142msgid "Counter Content Colors"
     1143msgstr ""
     1144
     1145#: inc/Elements/Counter.php:477 inc/Elements/Social_Icon.php:146
     1146#: inc/Elements/Social_Icon.php:381
     1147msgid "Normal"
     1148msgstr ""
     1149
     1150#: inc/Elements/Counter.php:495 inc/Elements/Social_Icon.php:182
     1151#: inc/Elements/Social_Icon.php:227 inc/Elements/Social_Icon.php:418
     1152#: inc/Elements/Social_Icon.php:462
     1153msgid "Border Color"
     1154msgstr ""
     1155
     1156#: inc/Elements/Counter.php:519 inc/Elements/Social_Icon.php:196
     1157#: inc/Elements/Social_Icon.php:431
     1158msgid "Hover"
     1159msgstr ""
     1160
     1161#: inc/Elements/Counter.php:538
     1162msgid "Counter Border Hover Color"
     1163msgstr ""
     1164
     1165#: inc/Elements/Counter.php:575
    11511166msgid "Content Border Radius"
    1152 msgstr ""
    1153 
    1154 #: inc/Elements/Counter.php:523
    1155 msgid "Counter Border Hover Color"
    11561167msgstr ""
    11571168
     
    11731184msgstr ""
    11741185
    1175 #: inc/Elements/Creative_Button.php:163 inc/Elements/Social_Icon.php:572
     1186#: inc/Elements/Creative_Button.php:163 inc/Elements/Social_Icon.php:569
    11761187msgid "Button Hover Animation"
    11771188msgstr ""
     
    11831194#: inc/Elements/Creative_Button.php:234 inc/Elements/Flip_Box.php:403
    11841195#: inc/Elements/Icon_List.php:341 inc/Elements/Pricing_Table.php:664
    1185 #: inc/Elements/Staff_Member.php:490 inc/Elements/Subscription.php:241
    1186 #: inc/Elements/Testimonial.php:463 inc/Elements/Testimonial_Slider.php:573
     1196#: inc/Elements/Staff_Member.php:543 inc/Elements/Subscription.php:241
     1197#: inc/Elements/Testimonial.php:463 inc/Elements/Testimonial_Slider.php:577
    11871198msgid "Text Color"
    11881199msgstr ""
     
    11941205
    11951206#: inc/Elements/Creative_Button.php:297 inc/Elements/Icon_Box.php:250
     1207#: inc/Elements/Staff_Member.php:701 inc/Elements/Staff_Member.php:806
     1208#: inc/Elements/Teaser_Box.php:659
    11961209msgid "Border Hover Color"
    11971210msgstr ""
     
    12171230msgstr ""
    12181231
    1219 #: inc/Elements/Feature_list.php:97
     1232#: inc/Elements/Feature_list.php:95
     1233msgid "Title Link"
     1234msgstr ""
     1235
     1236#: inc/Elements/Feature_list.php:98 inc/Elements/Icon_Box.php:90
     1237#: inc/Elements/Image_Overlay.php:150 inc/Elements/Promo-box.php:84
     1238#: inc/Elements/Slider.php:77 inc/Elements/Teaser_Box.php:150
     1239msgid "https://softfirm.net/"
     1240msgstr ""
     1241
     1242#: inc/Elements/Feature_list.php:108
    12201243msgid "Feature Description"
    12211244msgstr ""
    12221245
    1223 #: inc/Elements/Feature_list.php:98
     1246#: inc/Elements/Feature_list.php:109
    12241247msgid ""
    12251248"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod "
     
    12271250msgstr ""
    12281251
    1229 #: inc/Elements/Feature_list.php:106
     1252#: inc/Elements/Feature_list.php:117
    12301253msgid "Feature Item"
    12311254msgstr ""
    12321255
    1233 #: inc/Elements/Feature_list.php:160
     1256#: inc/Elements/Feature_list.php:193
    12341257msgid "Feature Icon"
    12351258msgstr ""
    12361259
    1237 #: inc/Elements/Feature_list.php:266 inc/Elements/Post_Carousel.php:386
     1260#: inc/Elements/Feature_list.php:299 inc/Elements/Post_Carousel.php:429
    12381261#: inc/Elements/Pricing_Table.php:309 inc/Elements/Products.php:322
    1239 #: inc/Elements/Slider.php:415 inc/Elements/Staff_Member.php:617
    1240 #: inc/Elements/Testimonial_Slider.php:798
     1262#: inc/Elements/Slider.php:426 inc/Elements/Staff_Member.php:670
     1263#: inc/Elements/Testimonial_Slider.php:802
    12411264msgid "Hover Background Color"
    12421265msgstr ""
    12431266
    1244 #: inc/Elements/Feature_list.php:319
     1267#: inc/Elements/Feature_list.php:352
    12451268msgid "Feature List Content"
    12461269msgstr ""
    12471270
    1248 #: inc/Elements/Feature_list.php:350
     1271#: inc/Elements/Feature_list.php:383
    12491272msgid "Content Hover Background Color"
    12501273msgstr ""
    12511274
    1252 #: inc/Elements/Feature_list.php:363
     1275#: inc/Elements/Feature_list.php:396
    12531276msgid "Feature List Title"
    12541277msgstr ""
    12551278
    1256 #: inc/Elements/Feature_list.php:432
     1279#: inc/Elements/Feature_list.php:465
    12571280msgid "Feature List Description"
    12581281msgstr ""
     
    13781401msgstr ""
    13791402
    1380 #: inc/Elements/Filterable_Portfolio.php:221 inc/Elements/Teaser_Box.php:187
     1403#: inc/Elements/Filterable_Portfolio.php:221 inc/Elements/Teaser_Box.php:201
    13811404#: inc/Reuses/Reuse.php:24
    13821405msgid "Read More"
     
    14071430#: inc/Elements/Filterable_Portfolio.php:533 inc/Elements/Flip_Box.php:288
    14081431#: inc/Elements/Flip_Box.php:361 inc/Elements/Popular_Post.php:76
    1409 #: inc/Elements/Post_Carousel.php:220 inc/Elements/Post_Carousel.php:274
     1432#: inc/Elements/Post_Carousel.php:263 inc/Elements/Post_Carousel.php:317
    14101433#: inc/Elements/Post_Grid.php:290 inc/Elements/Post_Grid.php:362
    1411 #: inc/Elements/Products.php:219 inc/Elements/Slider.php:470
    1412 #: inc/Elements/Teaser_Box.php:323 inc/Elements/Teaser_Box.php:401
    1413 #: inc/Elements/Testimonial.php:286 inc/Elements/Testimonial.php:329
    1414 #: inc/Elements/Testimonial_Slider.php:374
    1415 #: inc/Elements/Testimonial_Slider.php:436
     1434#: inc/Elements/Products.php:219 inc/Elements/Slider.php:525
     1435#: inc/Elements/Staff_Member.php:455 inc/Elements/Teaser_Box.php:345
     1436#: inc/Elements/Teaser_Box.php:423 inc/Elements/Testimonial.php:286
     1437#: inc/Elements/Testimonial.php:329 inc/Elements/Testimonial_Slider.php:378
     1438#: inc/Elements/Testimonial_Slider.php:440
    14161439msgid "Bottom Spacing"
    14171440msgstr ""
     
    14461469
    14471470#: inc/Elements/Filterable_Portfolio.php:454 inc/Elements/Popular_Post.php:67
    1448 #: inc/Elements/Post_Carousel.php:211 inc/Elements/Post_Grid.php:281
     1471#: inc/Elements/Post_Carousel.php:254 inc/Elements/Post_Grid.php:281
    14491472msgid "Blog Post Title"
    14501473msgstr ""
    14511474
    14521475#: inc/Elements/Filterable_Portfolio.php:474
    1453 #: inc/Elements/Post_Carousel.php:433 inc/Elements/Products.php:369
    1454 #: inc/Elements/Testimonial_Slider.php:846
     1476#: inc/Elements/Post_Carousel.php:476 inc/Elements/Products.php:369
     1477#: inc/Elements/Slider.php:471 inc/Elements/Testimonial_Slider.php:850
    14551478msgid "Top Spacing"
    14561479msgstr ""
    14571480
    14581481#: inc/Elements/Filterable_Portfolio.php:519
    1459 #: inc/Elements/Post_Carousel.php:266 inc/Elements/Post_Grid.php:353
     1482#: inc/Elements/Post_Carousel.php:309 inc/Elements/Post_Grid.php:353
    14601483msgid "Blog Post Meta"
    14611484msgstr ""
    14621485
    14631486#: inc/Elements/Filterable_Portfolio.php:545
    1464 #: inc/Elements/Post_Carousel.php:289 inc/Elements/Post_Grid.php:374
     1487#: inc/Elements/Post_Carousel.php:332 inc/Elements/Post_Grid.php:374
    14651488msgid "Meta Color"
    14661489msgstr ""
     
    15201543msgstr ""
    15211544
    1522 #: inc/Elements/Flip_Box.php:55 inc/Elements/Teaser_Box.php:59
     1545#: inc/Elements/Flip_Box.php:55 inc/Elements/Teaser_Box.php:60
    15231546msgid "Upload Image"
    15241547msgstr ""
     
    15281551msgstr ""
    15291552
    1530 #: inc/Elements/Flip_Box.php:84 inc/Elements/Staff_Member.php:110
    1531 #: inc/Elements/Teaser_Box.php:99 inc/Elements/Testimonial.php:107
     1553#: inc/Elements/Flip_Box.php:84 inc/Elements/Staff_Member.php:101
     1554#: inc/Elements/Teaser_Box.php:100 inc/Elements/Testimonial.php:107
    15321555#: inc/Elements/Testimonial_Slider.php:97
    15331556msgid "John Doe"
     
    15381561msgstr ""
    15391562
    1540 #: inc/Elements/Flip_Box.php:144 inc/Elements/Slider.php:96
     1563#: inc/Elements/Flip_Box.php:144 inc/Elements/Slider.php:97
    15411564msgid "Sub Title"
    15421565msgstr ""
     
    15461569msgstr ""
    15471570
    1548 #: inc/Elements/Flip_Box.php:156 inc/Elements/Teaser_Box.php:144
     1571#: inc/Elements/Flip_Box.php:156 inc/Elements/Teaser_Box.php:158
    15491572msgid "Show/Hide Text"
    15501573msgstr ""
     
    15911614
    15921615#: inc/Elements/Flip_Box.php:446 inc/Elements/Post_Grid.php:594
    1593 #: inc/Elements/Pricing_Table.php:897 inc/Elements/Teaser_Box.php:607
     1616#: inc/Elements/Pricing_Table.php:890
    15941617msgid "Container Hover Background Color"
    15951618msgstr ""
    15961619
    1597 #: inc/Elements/Flip_Box.php:497
     1620#: inc/Elements/Flip_Box.php:496
    15981621msgid "Avatar"
    15991622msgstr ""
     
    16111634msgstr ""
    16121635
    1613 #: inc/Elements/Icon_Box.php:90 inc/Elements/Image_Overlay.php:165
    1614 #: inc/Elements/Promo-box.php:84 inc/Elements/Slider.php:76
    1615 #: inc/Elements/Teaser_Box.php:200
    1616 msgid "https://softfirm.net/"
    1617 msgstr ""
    1618 
    1619 #: inc/Elements/Icon_Box.php:99 inc/Elements/Icon_Box.php:514
     1636#: inc/Elements/Icon_Box.php:99 inc/Elements/Icon_Box.php:515
    16201637msgid "Icon Box Title"
    16211638msgstr ""
     
    16431660#: inc/Elements/Icon_Box.php:199 inc/Elements/Social_Icon.php:168
    16441661#: inc/Elements/Social_Icon.php:215 inc/Elements/Social_Icon.php:319
    1645 #: inc/Elements/Social_Icon.php:403 inc/Elements/Social_Icon.php:451
     1662#: inc/Elements/Social_Icon.php:403 inc/Elements/Social_Icon.php:450
    16461663msgid "Background Color"
    16471664msgstr ""
    16481665
    1649 #: inc/Elements/Icon_Box.php:216
     1666#: inc/Elements/Icon_Box.php:216 inc/Elements/Staff_Member.php:775
     1667#: inc/Elements/Teaser_Box.php:629
    16501668msgid "Background Hover Color"
    16511669msgstr ""
    16521670
    1653 #: inc/Elements/Icon_Box.php:298 inc/Elements/Icon_Box.php:479
     1671#: inc/Elements/Icon_Box.php:298 inc/Elements/Icon_Box.php:480
    16541672msgid "Icon Hover Animation"
    16551673msgstr ""
    16561674
    1657 #: inc/Elements/Icon_Box.php:590
     1675#: inc/Elements/Icon_Box.php:591
    16581676msgid "Icon Box Description"
    16591677msgstr ""
     
    17211739
    17221740#: inc/Elements/Image_Overlay.php:71 inc/Elements/Post_Grid.php:232
    1723 #: inc/Elements/Promo-box.php:71 inc/Elements/Slider.php:63
    1724 #: inc/Elements/Staff_Member.php:75 inc/Elements/Teaser_Box.php:239
     1741#: inc/Elements/Promo-box.php:71 inc/Elements/Slider.php:64
     1742#: inc/Elements/Staff_Member.php:76 inc/Elements/Teaser_Box.php:241
    17251743#: inc/Elements/Testimonial.php:72 inc/Elements/Testimonial_Slider.php:74
    17261744msgid "Image"
    17271745msgstr ""
    17281746
    1729 #: inc/Elements/Image_Overlay.php:95 inc/Elements/Slider.php:262
     1747#: inc/Elements/Image_Overlay.php:95 inc/Elements/Slider.php:241
    17301748msgid "Show/Hide Overlay"
    17311749msgstr ""
     
    17391757msgstr ""
    17401758
    1741 #: inc/Elements/Image_Overlay.php:162 inc/Elements/Slider.php:73
     1759#: inc/Elements/Image_Overlay.php:132 inc/Elements/Image_Overlay.php:186
     1760msgid "div"
     1761msgstr ""
     1762
     1763#: inc/Elements/Image_Overlay.php:133 inc/Elements/Image_Overlay.php:187
     1764msgid "span"
     1765msgstr ""
     1766
     1767#: inc/Elements/Image_Overlay.php:134 inc/Elements/Image_Overlay.php:188
     1768msgid "P"
     1769msgstr ""
     1770
     1771#: inc/Elements/Image_Overlay.php:147 inc/Elements/Slider.php:74
    17421772#: inc/Elements/Social_Icon.php:82 inc/Elements/Testimonial.php:94
    17431773#: inc/Elements/Testimonial_Slider.php:84
     
    17451775msgstr ""
    17461776
    1747 #: inc/Elements/Image_Overlay.php:183
     1777#: inc/Elements/Image_Overlay.php:168
    17481778msgid "Overlay Subtitle"
    17491779msgstr ""
    17501780
    1751 #: inc/Elements/Image_Overlay.php:184
     1781#: inc/Elements/Image_Overlay.php:169
    17521782msgid "I am Overlay Subtitle"
    17531783msgstr ""
    17541784
    1755 #: inc/Elements/Image_Overlay.php:196
     1785#: inc/Elements/Image_Overlay.php:176
     1786msgid "Sub Title HTML Tag"
     1787msgstr ""
     1788
     1789#: inc/Elements/Image_Overlay.php:205
    17561790msgid "Image Overlay Style"
    17571791msgstr ""
    17581792
    1759 #: inc/Elements/Image_Overlay.php:216
     1793#: inc/Elements/Image_Overlay.php:225
    17601794msgid "Overlay Border Radius"
    17611795msgstr ""
    17621796
    1763 #: inc/Elements/Image_Overlay.php:269
     1797#: inc/Elements/Image_Overlay.php:275
    17641798msgid "Overlay Title Style"
    17651799msgstr ""
    17661800
    1767 #: inc/Elements/Image_Overlay.php:330
     1801#: inc/Elements/Image_Overlay.php:336
    17681802msgid "Overlay Sub Title Style"
    17691803msgstr ""
    17701804
    1771 #: inc/Elements/Image_Overlay.php:340
     1805#: inc/Elements/Image_Overlay.php:346
    17721806msgid "Sub Title Color"
    17731807msgstr ""
    17741808
    1775 #: inc/Elements/Image_Overlay.php:382 inc/Elements/Post_Grid.php:264
    1776 #: inc/Elements/Staff_Member.php:286
     1809#: inc/Elements/Image_Overlay.php:388 inc/Elements/Post_Grid.php:264
     1810#: inc/Elements/Staff_Member.php:310
    17771811msgid "Image Border Radius"
    17781812msgstr ""
    17791813
    1780 #: inc/Elements/Image_Overlay.php:394 inc/Elements/Testimonial.php:304
    1781 #: inc/Elements/Testimonial_Slider.php:412
     1814#: inc/Elements/Image_Overlay.php:400 inc/Elements/Testimonial.php:304
     1815#: inc/Elements/Testimonial_Slider.php:416
    17821816msgid "Image Shadow"
    17831817msgstr ""
    17841818
    1785 #: inc/Elements/Image_Overlay.php:403
     1819#: inc/Elements/Image_Overlay.php:409
    17861820msgid "Image Hover Shadow"
    17871821msgstr ""
     
    18401874msgstr ""
    18411875
     1876#: inc/Elements/Popular_Post.php:180
     1877msgid "Blog Post Thumbnail"
     1878msgstr ""
     1879
    18421880#: inc/Elements/Post_Carousel.php:26
    18431881msgid "DA: Post Carousel"
     
    18531891
    18541892#: inc/Elements/Post_Carousel.php:122 inc/Elements/Products.php:184
    1855 #: inc/Elements/Testimonial_Slider.php:234
     1893#: inc/Elements/Testimonial_Slider.php:238
    18561894msgid "No of Slide per Page"
    18571895msgstr ""
     
    18611899msgstr ""
    18621900
    1863 #: inc/Elements/Post_Carousel.php:135 inc/Elements/Slider.php:170
    1864 #: inc/Elements/Testimonial_Slider.php:248
     1901#: inc/Elements/Post_Carousel.php:135 inc/Elements/Slider.php:171
     1902#: inc/Elements/Testimonial_Slider.php:252
    18651903msgid "Animation Speed"
    18661904msgstr ""
    18671905
    1868 #: inc/Elements/Post_Carousel.php:141 inc/Elements/Slider.php:176
    1869 #: inc/Elements/Testimonial_Slider.php:254
     1906#: inc/Elements/Post_Carousel.php:141 inc/Elements/Slider.php:177
     1907#: inc/Elements/Testimonial_Slider.php:258
    18701908msgid "Value in milliseconds. Default:300"
    18711909msgstr ""
    18721910
    1873 #: inc/Elements/Post_Carousel.php:149 inc/Elements/Slider.php:184
    1874 #: inc/Elements/Testimonial_Slider.php:262
     1911#: inc/Elements/Post_Carousel.php:149 inc/Elements/Slider.php:185
     1912#: inc/Elements/Testimonial_Slider.php:266
    18751913msgid "Slider Autoplay?"
    18761914msgstr ""
    18771915
    1878 #: inc/Elements/Post_Carousel.php:162 inc/Elements/Slider.php:197
    1879 #: inc/Elements/Testimonial_Slider.php:275
     1916#: inc/Elements/Post_Carousel.php:162 inc/Elements/Slider.php:198
     1917#: inc/Elements/Testimonial_Slider.php:279
    18801918msgid "Autoplay Speed"
    18811919msgstr ""
    18821920
    1883 #: inc/Elements/Post_Carousel.php:171 inc/Elements/Slider.php:206
    1884 #: inc/Elements/Testimonial_Slider.php:284
     1921#: inc/Elements/Post_Carousel.php:171 inc/Elements/Slider.php:207
     1922#: inc/Elements/Testimonial_Slider.php:288
    18851923msgid "Value in milliseconds. Default:3000"
    18861924msgstr ""
    18871925
    1888 #: inc/Elements/Post_Carousel.php:180 inc/Elements/Slider.php:215
    1889 #: inc/Elements/Testimonial_Slider.php:293
     1926#: inc/Elements/Post_Carousel.php:180 inc/Elements/Slider.php:216
     1927#: inc/Elements/Testimonial_Slider.php:297
    18901928msgid "Infinite Loop?"
    18911929msgstr ""
     
    18951933msgstr ""
    18961934
    1897 #: inc/Elements/Post_Carousel.php:300 inc/Elements/Post_Grid.php:387
     1935#: inc/Elements/Post_Carousel.php:209
     1936msgid "Blog Post Overlay"
     1937msgstr ""
     1938
     1939#: inc/Elements/Post_Carousel.php:217
     1940msgid "Overlay Width Full?"
     1941msgstr ""
     1942
     1943#: inc/Elements/Post_Carousel.php:241
     1944msgid "Background Hover"
     1945msgstr ""
     1946
     1947#: inc/Elements/Post_Carousel.php:343 inc/Elements/Post_Grid.php:387
    18981948msgid "Meta Hover Color"
    18991949msgstr ""
    19001950
    1901 #: inc/Elements/Post_Carousel.php:322 inc/Elements/Products.php:257
    1902 #: inc/Elements/Slider.php:371 inc/Elements/Testimonial_Slider.php:733
     1951#: inc/Elements/Post_Carousel.php:365 inc/Elements/Products.php:257
     1952#: inc/Elements/Slider.php:361 inc/Elements/Testimonial_Slider.php:737
    19031953msgid "Navigation"
    19041954msgstr ""
    19051955
    1906 #: inc/Elements/Post_Carousel.php:330 inc/Elements/Products.php:266
    1907 #: inc/Elements/Testimonial_Slider.php:741
     1956#: inc/Elements/Post_Carousel.php:373 inc/Elements/Products.php:266
     1957#: inc/Elements/Slider.php:368 inc/Elements/Testimonial_Slider.php:745
    19081958msgid "Arrow Size"
    19091959msgstr ""
    19101960
    1911 #: inc/Elements/Post_Carousel.php:352 inc/Elements/Products.php:288
    1912 #: inc/Elements/Slider.php:380 inc/Elements/Testimonial_Slider.php:763
     1961#: inc/Elements/Post_Carousel.php:395 inc/Elements/Products.php:288
     1962#: inc/Elements/Slider.php:391 inc/Elements/Testimonial_Slider.php:767
    19131963msgid "Arrow Color"
    19141964msgstr ""
    19151965
    1916 #: inc/Elements/Post_Carousel.php:364 inc/Elements/Products.php:300
    1917 #: inc/Elements/Slider.php:392 inc/Elements/Testimonial_Slider.php:786
     1966#: inc/Elements/Post_Carousel.php:407 inc/Elements/Products.php:300
     1967#: inc/Elements/Slider.php:403 inc/Elements/Testimonial_Slider.php:790
    19181968msgid "Arrow Background Color"
    19191969msgstr ""
    19201970
    1921 #: inc/Elements/Post_Carousel.php:375 inc/Elements/Products.php:311
    1922 #: inc/Elements/Slider.php:404 inc/Elements/Testimonial_Slider.php:775
     1971#: inc/Elements/Post_Carousel.php:418 inc/Elements/Products.php:311
     1972#: inc/Elements/Slider.php:415 inc/Elements/Staff_Member.php:480
     1973#: inc/Elements/Testimonial_Slider.php:779
    19231974msgid "Hover Color"
    19241975msgstr ""
    19251976
    1926 #: inc/Elements/Post_Carousel.php:397 inc/Elements/Products.php:333
    1927 #: inc/Elements/Slider.php:426 inc/Elements/Testimonial_Slider.php:809
     1977#: inc/Elements/Post_Carousel.php:440 inc/Elements/Products.php:333
     1978#: inc/Elements/Slider.php:437 inc/Elements/Testimonial_Slider.php:813
    19281979msgid "Arrow Padding"
    19291980msgstr ""
    19301981
    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
    1935 #: inc/Elements/Testimonial_Slider.php:835
     1982#: inc/Elements/Post_Carousel.php:464 inc/Elements/Products.php:357
     1983#: inc/Elements/Social_Icon.php:546 inc/Elements/Staff_Member.php:689
     1984#: inc/Elements/Staff_Member.php:794 inc/Elements/Tabs.php:560
     1985#: inc/Elements/Teaser_Box.php:280 inc/Elements/Teaser_Box.php:647
     1986#: inc/Elements/Testimonial.php:239 inc/Elements/Testimonial_Slider.php:404
     1987#: inc/Elements/Testimonial_Slider.php:839
    19361988msgid "Border Radius"
    19371989msgstr ""
    19381990
    1939 #: inc/Elements/Post_Carousel.php:449 inc/Elements/Products.php:385
    1940 #: inc/Elements/Testimonial_Slider.php:862
     1991#: inc/Elements/Post_Carousel.php:492 inc/Elements/Products.php:385
     1992#: inc/Elements/Slider.php:504 inc/Elements/Testimonial_Slider.php:866
    19411993msgid "Arrow Shadow"
    19421994msgstr ""
     
    19902042msgstr ""
    19912043
    1992 #: inc/Elements/Post_Grid.php:240 inc/Elements/Staff_Member.php:298
    1993 #: inc/Elements/Teaser_Box.php:290
     2044#: inc/Elements/Post_Grid.php:240 inc/Elements/Staff_Member.php:322
     2045#: inc/Elements/Teaser_Box.php:292
    19942046msgid "Image Bottom Spacing"
    19952047msgstr ""
     
    21592211msgstr ""
    21602212
    2161 #: inc/Elements/Pricing_Table.php:877
     2213#: inc/Elements/Pricing_Table.php:870
    21622214msgid "Pricing Table Content"
    21632215msgstr ""
    21642216
    2165 #: inc/Elements/Pricing_Table.php:917
     2217#: inc/Elements/Pricing_Table.php:910
    21662218msgid "Price Table Border Radius"
    21672219msgstr ""
     
    22312283msgstr ""
    22322284
    2233 #: inc/Elements/Products.php:174 inc/Elements/Slider.php:162
    2234 #: inc/Elements/Testimonial_Slider.php:226
     2285#: inc/Elements/Products.php:174 inc/Elements/Slider.php:163
     2286#: inc/Elements/Testimonial_Slider.php:230
    22352287msgid "Slider Navigation Settings"
    22362288msgstr ""
     
    23522404msgstr ""
    23532405
    2354 #: inc/Elements/Slider.php:24
     2406#: inc/Elements/Slider.php:25
    23552407msgid "DA: Slider"
    23562408msgstr ""
    23572409
    2358 #: inc/Elements/Slider.php:52
     2410#: inc/Elements/Slider.php:53
    23592411msgid "Slides"
    23602412msgstr ""
    23612413
    2362 #: inc/Elements/Slider.php:87
     2414#: inc/Elements/Slider.php:88
    23632415msgid "I am Slide1 Title"
    23642416msgstr ""
    23652417
    2366 #: inc/Elements/Slider.php:97
     2418#: inc/Elements/Slider.php:98
    23672419msgid "I am Slide1 Sub Title"
    23682420msgstr ""
    23692421
    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
     2422#: inc/Elements/Slider.php:233
    23912423msgid "Slide Overlay"
    23922424msgstr ""
    23932425
    2394 #: inc/Elements/Slider.php:448
     2426#: inc/Elements/Slider.php:279
     2427msgid "Overlay Background Hover"
     2428msgstr ""
     2429
     2430#: inc/Elements/Slider.php:459
    23952431msgid "Navigation Border Radius"
    23962432msgstr ""
    23972433
    2398 #: inc/Elements/Slider.php:581
     2434#: inc/Elements/Slider.php:487
     2435msgid "Left & Right Spacing"
     2436msgstr ""
     2437
     2438#: inc/Elements/Slider.php:636
    23992439msgid "Dots"
    24002440msgstr ""
    24012441
    2402 #: inc/Elements/Slider.php:589
     2442#: inc/Elements/Slider.php:644
    24032443msgid "Dots Background Color"
    24042444msgstr ""
    24052445
    2406 #: inc/Elements/Slider.php:601
     2446#: inc/Elements/Slider.php:656
    24072447msgid "Dots Active Background Color"
    24082448msgstr ""
    24092449
    2410 #: inc/Elements/Slider.php:613
     2450#: inc/Elements/Slider.php:668
    24112451msgid "Dots Border Color"
    24122452msgstr ""
     
    24172457
    24182458#: inc/Elements/Social_Icon.php:53 inc/Elements/Social_Icon.php:243
    2419 #: inc/Elements/Staff_Member.php:140
     2459#: inc/Elements/Staff_Member.php:131
    24202460msgid "Social Icons"
    24212461msgstr ""
     
    24292469msgstr ""
    24302470
    2431 #: inc/Elements/Social_Icon.php:113 inc/Elements/Social_Icon.php:586
     2471#: inc/Elements/Social_Icon.php:113 inc/Elements/Social_Icon.php:583
    24322472msgid "Social Name"
    24332473msgstr ""
     
    24372477msgstr ""
    24382478
    2439 #: inc/Elements/Social_Icon.php:146 inc/Elements/Social_Icon.php:381
    2440 msgid "Normal"
    2441 msgstr ""
    2442 
    24432479#: 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
     2480#: inc/Elements/Social_Icon.php:388 inc/Elements/Social_Icon.php:438
     2481#: inc/Elements/Staff_Member.php:470
    24452482msgid "Color"
    2446 msgstr ""
    2447 
    2448 #: inc/Elements/Social_Icon.php:182 inc/Elements/Social_Icon.php:227
    2449 #: inc/Elements/Social_Icon.php:419 inc/Elements/Social_Icon.php:463
    2450 msgid "Border Color"
    2451 msgstr ""
    2452 
    2453 #: inc/Elements/Social_Icon.php:196 inc/Elements/Social_Icon.php:432
    2454 msgid "Hover"
    24552483msgstr ""
    24562484
     
    24592487msgstr ""
    24602488
    2461 #: inc/Elements/Social_Icon.php:366 inc/Elements/Staff_Member.php:164
    2462 #: inc/Elements/Staff_Member.php:511
     2489#: inc/Elements/Social_Icon.php:366 inc/Elements/Staff_Member.php:155
     2490#: inc/Elements/Staff_Member.php:564
    24632491msgid "Social Icon"
    24642492msgstr ""
     
    24682496msgstr ""
    24692497
    2470 #: inc/Elements/Social_Icon.php:498
     2498#: inc/Elements/Social_Icon.php:497
    24712499msgid "Space Between Icon"
    24722500msgstr ""
    24732501
    2474 #: inc/Elements/Social_Icon.php:522
     2502#: inc/Elements/Social_Icon.php:519
    24752503msgid "Social Icon Padding"
    24762504msgstr ""
    24772505
    2478 #: inc/Elements/Social_Icon.php:595
     2506#: inc/Elements/Social_Icon.php:592
    24792507msgid "Typography"
    24802508msgstr ""
    24812509
    2482 #: inc/Elements/Social_Icon.php:605
     2510#: inc/Elements/Social_Icon.php:602
    24832511msgid "Space between Name and Icon"
    24842512msgstr ""
    24852513
    2486 #: inc/Elements/Staff_Member.php:30
     2514#: inc/Elements/Staff_Member.php:31
    24872515msgid "DA: Staff Member"
    24882516msgstr ""
    24892517
    2490 #: inc/Elements/Staff_Member.php:64
     2518#: inc/Elements/Staff_Member.php:65
    24912519msgid "Staff Member"
    24922520msgstr ""
    24932521
    2494 #: inc/Elements/Staff_Member.php:85
    2495 msgid "Image Width(%)"
    2496 msgstr ""
    2497 
    2498 #: inc/Elements/Staff_Member.php:109
     2522#: inc/Elements/Staff_Member.php:100
    24992523msgid "Name"
    25002524msgstr ""
    25012525
    2502 #: inc/Elements/Staff_Member.php:120
     2526#: inc/Elements/Staff_Member.php:111
    25032527msgid "Job Position"
    25042528msgstr ""
    25052529
    2506 #: inc/Elements/Staff_Member.php:121 inc/Elements/Testimonial.php:117
     2530#: inc/Elements/Staff_Member.php:112 inc/Elements/Testimonial.php:117
    25072531#: inc/Elements/Testimonial_Slider.php:107
    25082532msgid "Developer"
    25092533msgstr ""
    25102534
    2511 #: inc/Elements/Staff_Member.php:131
     2535#: inc/Elements/Staff_Member.php:122
    25122536msgid "About Staff Member"
    25132537msgstr ""
    25142538
    2515 #: inc/Elements/Staff_Member.php:132
     2539#: inc/Elements/Staff_Member.php:123
    25162540msgid ""
    25172541"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod "
     
    25192543msgstr ""
    25202544
    2521 #: inc/Elements/Staff_Member.php:148
     2545#: inc/Elements/Staff_Member.php:139
    25222546msgid "Social Icons Show/Hide"
    25232547msgstr ""
    25242548
    2525 #: inc/Elements/Staff_Member.php:178
     2549#: inc/Elements/Staff_Member.php:171
    25262550msgid "Social Icon Link"
    25272551msgstr ""
    25282552
    2529 #: inc/Elements/Staff_Member.php:221
     2553#: inc/Elements/Staff_Member.php:217
    25302554msgid "Staff Member Item Style"
    25312555msgstr ""
    25322556
    2533 #: inc/Elements/Staff_Member.php:259
     2557#: inc/Elements/Staff_Member.php:260
    25342558msgid "Staff Member Image"
    25352559msgstr ""
    25362560
    2537 #: inc/Elements/Staff_Member.php:275
     2561#: inc/Elements/Staff_Member.php:268 inc/Elements/Teaser_Box.php:249
     2562msgid "Image Width(%)"
     2563msgstr ""
     2564
     2565#: inc/Elements/Staff_Member.php:299
    25382566msgid "Image Border Hover Color"
    25392567msgstr ""
    25402568
    2541 #: inc/Elements/Staff_Member.php:317
     2569#: inc/Elements/Staff_Member.php:337 inc/Elements/Staff_Member.php:832
     2570msgid "Box Shadow"
     2571msgstr ""
     2572
     2573#: inc/Elements/Staff_Member.php:347 inc/Elements/Teaser_Box.php:307
     2574msgid "CSS Filter"
     2575msgstr ""
     2576
     2577#: inc/Elements/Staff_Member.php:356 inc/Elements/Teaser_Box.php:316
     2578msgid "CSS Filter Hover"
     2579msgstr ""
     2580
     2581#: inc/Elements/Staff_Member.php:370
    25422582msgid "Staff Member Name"
    25432583msgstr ""
    25442584
    2545 #: inc/Elements/Staff_Member.php:326
     2585#: inc/Elements/Staff_Member.php:379
    25462586msgid "Name Bottom Spacing"
    25472587msgstr ""
    25482588
    2549 #: inc/Elements/Staff_Member.php:341 inc/Elements/Testimonial.php:341
    2550 #: inc/Elements/Testimonial_Slider.php:448
     2589#: inc/Elements/Staff_Member.php:394 inc/Elements/Testimonial.php:341
     2590#: inc/Elements/Testimonial_Slider.php:452
    25512591msgid "Name Color"
    25522592msgstr ""
    25532593
    2554 #: inc/Elements/Staff_Member.php:353 inc/Elements/Testimonial.php:352
    2555 #: inc/Elements/Testimonial_Slider.php:459
     2594#: inc/Elements/Staff_Member.php:406 inc/Elements/Testimonial.php:352
     2595#: inc/Elements/Testimonial_Slider.php:463
    25562596msgid "Name Hover Color"
    25572597msgstr ""
    25582598
    2559 #: inc/Elements/Staff_Member.php:394
     2599#: inc/Elements/Staff_Member.php:447
    25602600msgid "Staff Member Job Position"
    25612601msgstr ""
    25622602
    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
     2603#: inc/Elements/Staff_Member.php:522
    25762604msgid "Staff Member Text"
    25772605msgstr ""
    25782606
    2579 #: inc/Elements/Staff_Member.php:478
    2580 msgid "Text Bottom Padding"
    2581 msgstr ""
    2582 
    2583 #: inc/Elements/Staff_Member.php:690
     2607#: inc/Elements/Staff_Member.php:531
     2608msgid "Bottom Padding"
     2609msgstr ""
     2610
     2611#: inc/Elements/Staff_Member.php:743
    25842612msgid "Staff Member Container"
     2613msgstr ""
     2614
     2615#: inc/Elements/Staff_Member.php:842
     2616msgid "Hover Box Shadow"
    25852617msgstr ""
    25862618
     
    26262658
    26272659#: inc/Elements/Subscription.php:229 inc/Elements/Testimonial.php:451
    2628 #: inc/Elements/Testimonial_Slider.php:561
     2660#: inc/Elements/Testimonial_Slider.php:565
    26292661msgid "Text Bottom Spacing"
    26302662msgstr ""
     
    27062738msgstr ""
    27072739
    2708 #: inc/Elements/Teaser_Box.php:28
     2740#: inc/Elements/Teaser_Box.php:29
    27092741msgid "DA: Card"
    27102742msgstr ""
    27112743
    2712 #: inc/Elements/Teaser_Box.php:51
     2744#: inc/Elements/Teaser_Box.php:52
    27132745msgid "Card"
    27142746msgstr ""
    27152747
    2716 #: inc/Elements/Teaser_Box.php:94 inc/Elements/Teaser_Box.php:311
     2748#: inc/Elements/Teaser_Box.php:95 inc/Elements/Teaser_Box.php:333
    27172749msgid "Card Title"
    27182750msgstr ""
    27192751
    2720 #: inc/Elements/Teaser_Box.php:157
     2752#: inc/Elements/Teaser_Box.php:171
    27212753msgid "Card Text"
    27222754msgstr ""
    27232755
    2724 #: inc/Elements/Teaser_Box.php:162
     2756#: inc/Elements/Teaser_Box.php:176
    27252757msgid "Add Card text here or leave it blank."
    27262758msgstr ""
    27272759
    2728 #: inc/Elements/Teaser_Box.php:169
     2760#: inc/Elements/Teaser_Box.php:183
    27292761msgid "Show/Hide Button"
    27302762msgstr ""
    27312763
    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
     2764#: inc/Elements/Teaser_Box.php:411
    27382765msgid "Card Description"
    27392766msgstr ""
    27402767
    2741 #: inc/Elements/Teaser_Box.php:424
     2768#: inc/Elements/Teaser_Box.php:446
    27422769msgid "Description Hover Color"
    27432770msgstr ""
    27442771
    2745 #: inc/Elements/Teaser_Box.php:450
     2772#: inc/Elements/Teaser_Box.php:472
    27462773msgid "Card Button"
    27472774msgstr ""
    27482775
    2749 #: inc/Elements/Teaser_Box.php:576
     2776#: inc/Elements/Teaser_Box.php:598
    27502777msgid "Card Container"
    27512778msgstr ""
     
    27652792#: inc/Elements/Testimonial.php:106 inc/Elements/Testimonial.php:319
    27662793#: inc/Elements/Testimonial_Slider.php:96
    2767 #: inc/Elements/Testimonial_Slider.php:426
     2794#: inc/Elements/Testimonial_Slider.php:430
    27682795msgid "Reviewer Name"
    27692796msgstr ""
     
    27832810#: inc/Elements/Testimonial.php:156 inc/Elements/Testimonial.php:442
    27842811#: inc/Elements/Testimonial_Slider.php:143
    2785 #: inc/Elements/Testimonial_Slider.php:552
     2812#: inc/Elements/Testimonial_Slider.php:556
    27862813msgid "Reviewer Text"
    27872814msgstr ""
     
    27932820msgstr ""
    27942821
    2795 #: inc/Elements/Testimonial.php:164 inc/Elements/Testimonial_Slider.php:206
     2822#: inc/Elements/Testimonial.php:164 inc/Elements/Testimonial_Slider.php:210
    27962823msgid "Testimonial Layout"
    27972824msgstr ""
    27982825
    2799 #: inc/Elements/Testimonial.php:182 inc/Elements/Testimonial_Slider.php:192
     2826#: inc/Elements/Testimonial.php:182 inc/Elements/Testimonial_Slider.php:196
    28002827msgid "Show/Hide Quote"
    28012828msgstr ""
    28022829
    2803 #: inc/Elements/Testimonial.php:202 inc/Elements/Testimonial_Slider.php:309
     2830#: inc/Elements/Testimonial.php:202 inc/Elements/Testimonial_Slider.php:313
    28042831msgid "Reviewer Image"
    28052832msgstr ""
    28062833
    2807 #: inc/Elements/Testimonial.php:375 inc/Elements/Testimonial_Slider.php:482
     2834#: inc/Elements/Testimonial.php:209 inc/Elements/Testimonial_Slider.php:320
     2835msgid "Image Size"
     2836msgstr ""
     2837
     2838#: inc/Elements/Testimonial.php:375 inc/Elements/Testimonial_Slider.php:486
    28082839msgid "Reviewer Title"
    28092840msgstr ""
    28102841
    2811 #: inc/Elements/Testimonial.php:408 inc/Elements/Testimonial_Slider.php:516
     2842#: inc/Elements/Testimonial.php:408 inc/Elements/Testimonial_Slider.php:520
    28122843msgid "Reviewer Organizaiton"
    28132844msgstr ""
    28142845
    2815 #: inc/Elements/Testimonial.php:419 inc/Elements/Testimonial_Slider.php:529
     2846#: inc/Elements/Testimonial.php:419 inc/Elements/Testimonial_Slider.php:533
    28162847msgid "Organization Color"
    28172848msgstr ""
    28182849
    2819 #: inc/Elements/Testimonial.php:486 inc/Elements/Testimonial_Slider.php:596
     2850#: inc/Elements/Testimonial.php:486 inc/Elements/Testimonial_Slider.php:600
    28202851msgid "Reviewer Quote"
    28212852msgstr ""
    28222853
    2823 #: inc/Elements/Testimonial.php:498 inc/Elements/Testimonial_Slider.php:608
     2854#: inc/Elements/Testimonial.php:498 inc/Elements/Testimonial_Slider.php:612
    28242855msgid "Quote Left Spacing"
    28252856msgstr ""
    28262857
    2827 #: inc/Elements/Testimonial.php:513 inc/Elements/Testimonial_Slider.php:623
     2858#: inc/Elements/Testimonial.php:513 inc/Elements/Testimonial_Slider.php:627
    28282859msgid "Quote Right Spacing"
    28292860msgstr ""
    28302861
    2831 #: inc/Elements/Testimonial.php:528 inc/Elements/Testimonial_Slider.php:638
     2862#: inc/Elements/Testimonial.php:528 inc/Elements/Testimonial_Slider.php:642
    28322863msgid "Quote Color"
    28332864msgstr ""
    28342865
    2835 #: inc/Elements/Testimonial.php:539 inc/Elements/Testimonial_Slider.php:649
     2866#: inc/Elements/Testimonial.php:539 inc/Elements/Testimonial_Slider.php:653
    28362867msgid "Quote Size"
    28372868msgstr ""
    28382869
    2839 #: inc/Elements/Testimonial.php:561 inc/Elements/Testimonial_Slider.php:672
     2870#: inc/Elements/Testimonial.php:561 inc/Elements/Testimonial_Slider.php:676
    28402871msgid "Testimonial Container"
    28412872msgstr ""
     
    28492880msgstr ""
    28502881
    2851 #: inc/Elements/Testimonial_Slider.php:240
     2882#: inc/Elements/Testimonial_Slider.php:244
    28522883msgid "Default:1"
    28532884msgstr ""
     
    28612892msgstr ""
    28622893
    2863 #: inc/Elements/Type.php:66 inc/Elements/Type.php:117
     2894#: inc/Elements/Type.php:66 inc/Elements/Type.php:116
    28642895msgid "Typing Text"
    28652896msgstr ""
     
    28732904msgstr ""
    28742905
    2875 #: inc/Elements/Type.php:127
     2906#: inc/Elements/Type.php:126
    28762907msgid "Type Text Color"
    28772908msgstr ""
    28782909
    2879 #: inc/Elements/Type.php:137
     2910#: inc/Elements/Type.php:136
    28802911msgid "Type Text Background Color"
    28812912msgstr ""
    28822913
    2883 #: inc/Elements/Type.php:158
     2914#: inc/Elements/Type.php:157
    28842915msgid "Type Text Hover Color"
    28852916msgstr ""
     
    31333164msgstr ""
    31343165
    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
     3166#: inc/Reuses/Reuse.php:357
    33763167msgid "none"
    33773168msgstr ""
    33783169
    3379 #: inc/Reuses/Reuse.php:274
     3170#: inc/Reuses/Reuse.php:358
    33803171msgid "bounce"
    33813172msgstr ""
    33823173
    3383 #: inc/Reuses/Reuse.php:275
     3174#: inc/Reuses/Reuse.php:359
    33843175msgid "flash"
    33853176msgstr ""
    33863177
    3387 #: inc/Reuses/Reuse.php:276
     3178#: inc/Reuses/Reuse.php:360
    33883179msgid "pulse"
    33893180msgstr ""
    33903181
    3391 #: inc/Reuses/Reuse.php:277
     3182#: inc/Reuses/Reuse.php:361
    33923183msgid "rubberBand"
    33933184msgstr ""
    33943185
    3395 #: inc/Reuses/Reuse.php:278
     3186#: inc/Reuses/Reuse.php:362
    33963187msgid "shake"
    33973188msgstr ""
    33983189
    3399 #: inc/Reuses/Reuse.php:279
     3190#: inc/Reuses/Reuse.php:363
    34003191msgid "headShake"
    34013192msgstr ""
    34023193
    3403 #: inc/Reuses/Reuse.php:280
     3194#: inc/Reuses/Reuse.php:364
    34043195msgid "swing"
    34053196msgstr ""
    34063197
    3407 #: inc/Reuses/Reuse.php:281
     3198#: inc/Reuses/Reuse.php:365
    34083199msgid "tada"
    34093200msgstr ""
    34103201
    3411 #: inc/Reuses/Reuse.php:282
     3202#: inc/Reuses/Reuse.php:366
    34123203msgid "wobble"
    34133204msgstr ""
    34143205
    3415 #: inc/Reuses/Reuse.php:283
     3206#: inc/Reuses/Reuse.php:367
    34163207msgid "jello"
    34173208msgstr ""
    34183209
    3419 #: inc/Reuses/Reuse.php:284
     3210#: inc/Reuses/Reuse.php:368
    34203211msgid "bounceIn"
    34213212msgstr ""
    34223213
    3423 #: inc/Reuses/Reuse.php:285
     3214#: inc/Reuses/Reuse.php:369
    34243215msgid "bounceInDown"
    34253216msgstr ""
    34263217
    3427 #: inc/Reuses/Reuse.php:286 inc/Reuses/Reuse.php:287
     3218#: inc/Reuses/Reuse.php:370 inc/Reuses/Reuse.php:371
    34283219msgid "bounceInLeft"
    34293220msgstr ""
    34303221
    3431 #: inc/Reuses/Reuse.php:288
     3222#: inc/Reuses/Reuse.php:372
    34323223msgid "bounceInUp"
    34333224msgstr ""
    34343225
    3435 #: inc/Reuses/Reuse.php:289
     3226#: inc/Reuses/Reuse.php:373
    34363227msgid "bounceOut"
    34373228msgstr ""
    34383229
    3439 #: inc/Reuses/Reuse.php:290
     3230#: inc/Reuses/Reuse.php:374
    34403231msgid "bounceOutDown"
    34413232msgstr ""
    34423233
    3443 #: inc/Reuses/Reuse.php:291
     3234#: inc/Reuses/Reuse.php:375
    34443235msgid "bounceOutLeft"
    34453236msgstr ""
    34463237
    3447 #: inc/Reuses/Reuse.php:292
     3238#: inc/Reuses/Reuse.php:376
    34483239msgid "bounceOutRight"
    34493240msgstr ""
    34503241
    3451 #: inc/Reuses/Reuse.php:293
     3242#: inc/Reuses/Reuse.php:377
    34523243msgid "bounceOutUp"
    34533244msgstr ""
    34543245
    3455 #: inc/Reuses/Reuse.php:294
     3246#: inc/Reuses/Reuse.php:378
    34563247msgid "fadeIn"
    34573248msgstr ""
    34583249
    3459 #: inc/Reuses/Reuse.php:295
     3250#: inc/Reuses/Reuse.php:379
    34603251msgid "fadeInDown"
    34613252msgstr ""
    34623253
    3463 #: inc/Reuses/Reuse.php:296
     3254#: inc/Reuses/Reuse.php:380
    34643255msgid "fadeInDownBig"
    34653256msgstr ""
    34663257
    3467 #: inc/Reuses/Reuse.php:297
     3258#: inc/Reuses/Reuse.php:381
    34683259msgid "fadeInLeft"
    34693260msgstr ""
    34703261
    3471 #: inc/Reuses/Reuse.php:298
     3262#: inc/Reuses/Reuse.php:382
    34723263msgid "fadeInLeftBig"
    34733264msgstr ""
    34743265
    3475 #: inc/Reuses/Reuse.php:299
     3266#: inc/Reuses/Reuse.php:383
    34763267msgid "fadeInRight"
    34773268msgstr ""
    34783269
    3479 #: inc/Reuses/Reuse.php:300
     3270#: inc/Reuses/Reuse.php:384
    34803271msgid "fadeInRightBig"
    34813272msgstr ""
    34823273
    3483 #: inc/Reuses/Reuse.php:301
     3274#: inc/Reuses/Reuse.php:385
    34843275msgid "fadeInUp"
    34853276msgstr ""
    34863277
    3487 #: inc/Reuses/Reuse.php:302
     3278#: inc/Reuses/Reuse.php:386
    34883279msgid "fadeInUpBig"
    34893280msgstr ""
    34903281
    3491 #: inc/Reuses/Reuse.php:303
     3282#: inc/Reuses/Reuse.php:387
    34923283msgid "fadeOut"
    34933284msgstr ""
    34943285
    3495 #: inc/Reuses/Reuse.php:304
     3286#: inc/Reuses/Reuse.php:388
    34963287msgid "fadeOutDown"
    34973288msgstr ""
    34983289
    3499 #: inc/Reuses/Reuse.php:305
     3290#: inc/Reuses/Reuse.php:389
    35003291msgid "fadeOutDownBig"
    35013292msgstr ""
    35023293
    3503 #: inc/Reuses/Reuse.php:306
     3294#: inc/Reuses/Reuse.php:390
    35043295msgid "fadeOutLeft"
    35053296msgstr ""
    35063297
    3507 #: inc/Reuses/Reuse.php:307
     3298#: inc/Reuses/Reuse.php:391
    35083299msgid "fadeOutLeftBig"
    35093300msgstr ""
    35103301
    3511 #: inc/Reuses/Reuse.php:308
     3302#: inc/Reuses/Reuse.php:392
    35123303msgid "fadeOutRight"
    35133304msgstr ""
    35143305
    3515 #: inc/Reuses/Reuse.php:309
     3306#: inc/Reuses/Reuse.php:393
    35163307msgid "fadeOutRightBig"
    35173308msgstr ""
    35183309
    3519 #: inc/Reuses/Reuse.php:310
     3310#: inc/Reuses/Reuse.php:394
    35203311msgid "fadeOutUp"
    35213312msgstr ""
    35223313
    3523 #: inc/Reuses/Reuse.php:311
     3314#: inc/Reuses/Reuse.php:395
    35243315msgid "fadeOutUpBig"
    35253316msgstr ""
    35263317
    3527 #: inc/Reuses/Reuse.php:312
     3318#: inc/Reuses/Reuse.php:396
    35283319msgid "flipInX"
    35293320msgstr ""
    35303321
    3531 #: inc/Reuses/Reuse.php:313
     3322#: inc/Reuses/Reuse.php:397
    35323323msgid "flipInY"
    35333324msgstr ""
    35343325
    3535 #: inc/Reuses/Reuse.php:314
     3326#: inc/Reuses/Reuse.php:398
    35363327msgid "flipOutX"
    35373328msgstr ""
    35383329
    3539 #: inc/Reuses/Reuse.php:315
     3330#: inc/Reuses/Reuse.php:399
    35403331msgid "flipOutY"
    35413332msgstr ""
    35423333
    3543 #: inc/Reuses/Reuse.php:316
     3334#: inc/Reuses/Reuse.php:400
    35443335msgid "lightSpeedIn"
    35453336msgstr ""
    35463337
    3547 #: inc/Reuses/Reuse.php:317
     3338#: inc/Reuses/Reuse.php:401
    35483339msgid "lightSpeedOut"
    35493340msgstr ""
    35503341
    3551 #: inc/Reuses/Reuse.php:318
     3342#: inc/Reuses/Reuse.php:402
    35523343msgid "rotateIn"
    35533344msgstr ""
    35543345
    3555 #: inc/Reuses/Reuse.php:319
     3346#: inc/Reuses/Reuse.php:403
    35563347msgid "rotateInDownLeft"
    35573348msgstr ""
    35583349
    3559 #: inc/Reuses/Reuse.php:320
     3350#: inc/Reuses/Reuse.php:404
    35603351msgid "rotateInDownRight"
    35613352msgstr ""
    35623353
    3563 #: inc/Reuses/Reuse.php:321
     3354#: inc/Reuses/Reuse.php:405
    35643355msgid "rotateInUpLeft"
    35653356msgstr ""
    35663357
    3567 #: inc/Reuses/Reuse.php:322
     3358#: inc/Reuses/Reuse.php:406
    35683359msgid "rotateInUpRight"
    35693360msgstr ""
    35703361
    3571 #: inc/Reuses/Reuse.php:323
     3362#: inc/Reuses/Reuse.php:407
    35723363msgid "rotateOut"
    35733364msgstr ""
    35743365
    3575 #: inc/Reuses/Reuse.php:324
     3366#: inc/Reuses/Reuse.php:408
    35763367msgid "rotateOutDownLeft"
    35773368msgstr ""
    35783369
    3579 #: inc/Reuses/Reuse.php:325
     3370#: inc/Reuses/Reuse.php:409
    35803371msgid "rotateOutDownRight"
    35813372msgstr ""
    35823373
    3583 #: inc/Reuses/Reuse.php:326
     3374#: inc/Reuses/Reuse.php:410
    35843375msgid "rotateOutUpLeft"
    35853376msgstr ""
    35863377
    3587 #: inc/Reuses/Reuse.php:327
     3378#: inc/Reuses/Reuse.php:411
    35883379msgid "rotateOutUpRight"
    35893380msgstr ""
    35903381
    3591 #: inc/Reuses/Reuse.php:328
     3382#: inc/Reuses/Reuse.php:412
    35923383msgid "hinge"
    35933384msgstr ""
    35943385
    3595 #: inc/Reuses/Reuse.php:329
     3386#: inc/Reuses/Reuse.php:413
    35963387msgid "jackInTheBox"
    35973388msgstr ""
    35983389
    3599 #: inc/Reuses/Reuse.php:330
     3390#: inc/Reuses/Reuse.php:414
    36003391msgid "rollIn"
    36013392msgstr ""
    36023393
    3603 #: inc/Reuses/Reuse.php:331
     3394#: inc/Reuses/Reuse.php:415
    36043395msgid "rollOut"
    36053396msgstr ""
    36063397
    3607 #: inc/Reuses/Reuse.php:332
     3398#: inc/Reuses/Reuse.php:416
    36083399msgid "zoomIn"
    36093400msgstr ""
    36103401
    3611 #: inc/Reuses/Reuse.php:333
     3402#: inc/Reuses/Reuse.php:417
    36123403msgid "zoomInDown"
    36133404msgstr ""
    36143405
    3615 #: inc/Reuses/Reuse.php:334
     3406#: inc/Reuses/Reuse.php:418
    36163407msgid "zoomInLeft"
    36173408msgstr ""
    36183409
    3619 #: inc/Reuses/Reuse.php:335
     3410#: inc/Reuses/Reuse.php:419
    36203411msgid "zoomInRight"
    36213412msgstr ""
    36223413
    3623 #: inc/Reuses/Reuse.php:336
     3414#: inc/Reuses/Reuse.php:420
    36243415msgid "zoomInUp"
    36253416msgstr ""
    36263417
    3627 #: inc/Reuses/Reuse.php:337
     3418#: inc/Reuses/Reuse.php:421
    36283419msgid "zoomOut"
    36293420msgstr ""
    36303421
    3631 #: inc/Reuses/Reuse.php:338
     3422#: inc/Reuses/Reuse.php:422
    36323423msgid "zoomOutDown"
    36333424msgstr ""
    36343425
    3635 #: inc/Reuses/Reuse.php:339
     3426#: inc/Reuses/Reuse.php:423
    36363427msgid "zoomOutLeft"
    36373428msgstr ""
    36383429
    3639 #: inc/Reuses/Reuse.php:340
     3430#: inc/Reuses/Reuse.php:424
    36403431msgid "zoomOutRight"
    36413432msgstr ""
    36423433
    3643 #: inc/Reuses/Reuse.php:341
     3434#: inc/Reuses/Reuse.php:425
    36443435msgid "zoomOutUp"
    36453436msgstr ""
    36463437
    3647 #: inc/Reuses/Reuse.php:342
     3438#: inc/Reuses/Reuse.php:426
    36483439msgid "slideInDown"
    36493440msgstr ""
    36503441
    3651 #: inc/Reuses/Reuse.php:343
     3442#: inc/Reuses/Reuse.php:427
    36523443msgid "slideInLeft"
    36533444msgstr ""
    36543445
    3655 #: inc/Reuses/Reuse.php:344
     3446#: inc/Reuses/Reuse.php:428
    36563447msgid "slideInRight"
    36573448msgstr ""
    36583449
    3659 #: inc/Reuses/Reuse.php:345
     3450#: inc/Reuses/Reuse.php:429
    36603451msgid "slideInUp"
    36613452msgstr ""
    36623453
    3663 #: inc/Reuses/Reuse.php:346
     3454#: inc/Reuses/Reuse.php:430
    36643455msgid "slideOutDown"
    36653456msgstr ""
    36663457
    3667 #: inc/Reuses/Reuse.php:347
     3458#: inc/Reuses/Reuse.php:431
    36683459msgid "slideOutLeft"
    36693460msgstr ""
    36703461
    3671 #: inc/Reuses/Reuse.php:348
     3462#: inc/Reuses/Reuse.php:432
    36723463msgid "slideOutRight"
    36733464msgstr ""
    36743465
    3675 #: inc/Reuses/Reuse.php:349
     3466#: inc/Reuses/Reuse.php:433
    36763467msgid "slideOutUp"
    36773468msgstr ""
    36783469
    3679 #: inc/Reuses/Reuse.php:350
     3470#: inc/Reuses/Reuse.php:434
    36803471msgid "None"
    36813472msgstr ""
  • definitive-addons-for-elementor/trunk/readme.txt

    r2698719 r2700212  
    55Tested up to: 5.9.2
    66Requires PHP: 5.4
    7 Stable tag: 1.5.2
    8 Version: 1.5.2
     7Stable tag: 1.5.3
     8Version: 1.5.3
    99License: GPLv3
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    102102== Changelog ==
    103103
     104= 1.5.3 =
     105link issues fixed
     106elements modified
     107
    104108= 1.5.2 =
    105109all link issues fixed
Note: See TracChangeset for help on using the changeset viewer.