Plugin Directory

Changeset 2691410


Ignore:
Timestamp:
03/09/2022 11:51:57 AM (4 years ago)
Author:
khuda
Message:

Version 1.4.18

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

Legend:

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

    r2689901 r2691410  
    381381}
    382382
    383 
     383/* Testimonial  */
     384
     385.dafe-testimonial-container .dafe-testimonial-inner-container {
     386    -webkit-box-align: start;
     387    -ms-flex-align: start;
     388    align-items: flex-start;
     389   
     390}
     391.dafe-testimonial-container.dafe-vertical-align-middle .dafe-testimonial-inner-container {
     392   
     393}
     394
     395
     396.dafe-testimonial-container.dafe-testimonial-image-align-left .dafe-testimonial-inner-container {
     397    text-align: left;
     398    -webkit-box-orient: horizontal;
     399    -webkit-box-direction: normal;
     400    -ms-flex-direction: row;
     401    flex-direction: row;
     402}
     403
     404.dafe-testimonial-container.dafe-testimonial-image-align-left .dafe-testimonial-inner-container {
     405    text-align: left;
     406    -webkit-box-orient: horizontal;
     407    -webkit-box-direction: normal;
     408    -ms-flex-direction: row;
     409    flex-direction: row;
     410   
     411}
     412
     413.dafe-testimonial-container.dafe-testimonial-image-align-right .dafe-testimonial-inner-container {
     414    text-align: right;
     415    -webkit-box-orient: horizontal;
     416    -webkit-box-direction: reverse;
     417    -ms-flex-direction: row-reverse;
     418    flex-direction: row-reverse;
     419}
     420
     421.dafe-testimonial-container.dafe-testimonial-image-align-right .dafe-testimonial-description p {
     422    text-align: right;
     423}
     424.dafe-testimonial-container.dafe-testimonial-image-align-left .dafe-testimonial-description p {
     425    text-align: left;
     426}
     427.dafe-testimonial-container.dafe-testimonial-image-align-top .dafe-testimonial-description p {
     428    text-align: center;
     429}
     430.dafe-testimonial-container.dafe-testimonial-image-align-bottom .dafe-testimonial-description p {
     431    text-align: center;
     432}
     433
     434.dafe-testimonial-container.dafe-testimonial-image-align-left .dafe-testimonial-inner-container,
     435.dafe-testimonial-container.dafe-testimonial-image-align-right .dafe-testimonial-inner-container {
     436    display: -webkit-box;
     437    display: -ms-flexbox;
     438    display: flex;
     439}
     440
     441.dafe-author-title {
     442    font-size:14px;
     443}
     444.dafe-author-name {
     445    font-size:18px;
     446    font-weight:600;
     447}
     448.dafe-testimonial-image-align-right .dafe-testimonial-image {
     449    margin-left: 15px;
     450}
     451.dafe-testimonial-image-align-left .dafe-testimonial-image {
     452    margin-left: 15px;
     453}
     454.dafe-testimonial-image img {
     455    transition-duration: 0.3s;
     456    border-radius:50%!important;
     457}
     458.dafe-testimonial-image img {
     459    object-fit: cover;
     460    max-width: none!important;
     461    border: none;
     462    -webkit-border-radius: 0;
     463    border-radius: 0;
     464    -webkit-box-shadow: none;
     465    vertical-align: middle;
     466}
     467
     468.dafe-testimonial-container .dafe-testimonial-content {
     469    width: 100%;
     470}
     471.dafe-testimonial-container .dafe-testimonial-title {
     472    color: #1a1a1a;
     473    font-family: Sans-serif;
     474    font-weight: 400;
     475}
     476.dafe-testimonial-container .dafe-testimonial-description {
     477   
     478    font-size: 22px;
     479}
     480.dafe-testimonial-container .dafe-testimonial-image {
     481    display: inline-block;
     482}
     483.dafe-testimonial-container .dafe-testimonial-inner-container {
     484    text-align: center;
     485}
     486/************************************/
    384487.separator {
    385488    border-style: solid;
     
    712815
    713816/* testimonial */
    714 .widget-testimonial-slide .slick-prev:before, .widget-testimonial-slide .slick-next:before {
    715     color:pink;
    716 }
    717 .widget-testimonial-slide .reviewer-photo {
    718     border-radius:50%;
    719 }
    720 .widget-testimonial-slide .avater {
    721     margin-bottom: 15px;
    722 }
    723 .widget-testimonial-slide .company {
    724     font-size:16px;
    725 }
    726 .widget-testimonial-grid .reviewer-photo {
    727     border-radius:50%;
    728 }
     817.widget-testimonial-slide {
     818    padding:20px;
     819}
     820
    729821/* testimonial end */
    730822
  • definitive-addons-for-elementor/trunk/definitive_adons_elementor.php

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

    r2689901 r2691410  
    161161                'type' => Controls_Manager::URL,
    162162                'placeholder' => 'https://softfirm.net/',
    163                 'dynamic' => [
    164                     'active' => true,
    165                 ]
     163               
    166164            ]
    167165        );
  • definitive-addons-for-elementor/trunk/inc/Elements/Creative_Button.php

    r2675151 r2691410  
    103103                'type' => Controls_Manager::URL,
    104104                'placeholder' => 'https://softfirm.net/',
    105                 'dynamic' => [
    106                     'active' => true,
    107                 ]
     105               
    108106            ]
    109107        );
  • definitive-addons-for-elementor/trunk/inc/Elements/Filterable_Portfolio.php

    r2689901 r2691410  
    221221                'default' => __('Read More', 'definitive-addons-for-elementor'),
    222222               
    223                 'dynamic' => [ 'active' => true ],
     223               
    224224               
    225225            ]
  • definitive-addons-for-elementor/trunk/inc/Elements/Icon_Box.php

    r2689901 r2691410  
    8989                'type' => Controls_Manager::URL,
    9090                'placeholder' => __('https://softfirm.net/', 'definitive-addons-for-elementor' ),
    91                 'dynamic' => [
    92                     'active' => true,
    93                 ]
     91               
    9492            ]
    9593        );
  • definitive-addons-for-elementor/trunk/inc/Elements/Icon_List.php

    r2675151 r2691410  
    100100                'type' => Controls_Manager::URL,
    101101                'placeholder' => 'https://softfirm.net/',
    102                 'dynamic' => [
    103                     'active' => true,
    104                 ]
     102               
    105103            ]
    106104        );
  • definitive-addons-for-elementor/trunk/inc/Elements/Image_Overlay.php

    r2689901 r2691410  
    167167                    'show_hide_ovl' => 'yes'
    168168                ],
    169                 'dynamic' => [
    170                     'active' => true,
    171                 ]
     169               
    172170            ]
    173171        );
  • definitive-addons-for-elementor/trunk/inc/Elements/Pricing_Table.php

    r2689901 r2691410  
    259259                'type' => Controls_Manager::URL,
    260260                'placeholder' => 'https://softfirm.net/',
    261                 'dynamic' => [
    262                     'active' => true,
    263                 ]
     261               
    264262            ]
    265263        );
  • definitive-addons-for-elementor/trunk/inc/Elements/Promo-box.php

    r2686404 r2691410  
    8383                'type' => Controls_Manager::URL,
    8484                'placeholder' => __( 'https://softfirm.net/', 'definitive-addons-for-elementor' ),
    85                 'dynamic' => [
    86                     'active' => true,
    87                 ]
     85               
    8886            ]
    8987        );
  • definitive-addons-for-elementor/trunk/inc/Elements/Slider.php

    r2689901 r2691410  
    7575                'type' => Controls_Manager::URL,
    7676                'placeholder' =>__('https://softfirm.net/', 'definitive-addons-for-elementor' ),
    77                 'dynamic' => [
    78                     'active' => true,
    79                 ]
     77               
    8078            ]
    8179        );
     
    627625       
    628626        $overlay_styles = '';
    629         if ($loop == 'yes' ){$loop = true;}
    630         if ($loop != 'yes' ){$loop = false;}
    631         if ($autoplay == 'yes' ){$autoplay = true;}
    632         if ($autoplay != 'yes' ){$autoplay = false;}
     627        if ($loop == 'yes' ){$loop = 'true';}
     628        if ($loop != 'yes' ){$loop = 'false';}
     629        if ($autoplay == 'yes' ){$autoplay = 'true';}
     630        if ($autoplay != 'yes' ){$autoplay = 'false';}
    633631       
    634632        if ($show_hide_ovl != 'yes'){
  • definitive-addons-for-elementor/trunk/inc/Elements/Social_Icon.php

    r2675151 r2691410  
    117117                    'show_hide_text' => 'yes'
    118118                ],
    119                 'dynamic' => [ 'active' => true ]
     119               
    120120            ]
    121121        );
  • definitive-addons-for-elementor/trunk/inc/Elements/Staff_Member.php

    r2686404 r2691410  
    183183                'show_external' => false,
    184184               
    185                 'dynamic' => [
    186                     'active' => true,
    187                 ]
     185               
    188186            ]
    189187        );
  • definitive-addons-for-elementor/trunk/inc/Elements/Teaser_Box.php

    r2689901 r2691410  
    199199                ],
    200200                'placeholder' => __('https://softfirm.net/', 'definitive-addons-for-elementor' ),
    201                 'dynamic' => [
    202                     'active' => true,
    203                 ]
     201               
    204202            ]
    205203        );
  • definitive-addons-for-elementor/trunk/inc/Elements/Testimonial.php

    r2675151 r2691410  
    1010use Elementor\Repeater;
    1111use Elementor\Controls_Manager;
     12use Elementor\Group_Control_Box_Shadow;
     13use Elementor\Group_Control_Text_Shadow;
     14use Elementor\Group_Control_Text_Stroke;
    1215use Elementor\Group_Control_Border;
    1316use Elementor\Group_Control_Image_Size;
     
    8588            ]
    8689        );
     90       
     91        $this->add_control(
     92            'link',
     93            [
     94                'label' =>__( 'Link', 'definitive-addons-for-elementor' ),
     95                'type' => Controls_Manager::URL,
     96               
     97                'placeholder' => esc_html__( 'https://softfirm.com', 'definitive-addons-for-elementor' ),
     98            ]
     99        );
    87100
    88101        $this->add_control(
     
    95108            ]
    96109        );
     110       
    97111         $this->add_control(
    98        'organization',
     112       'title',
    99113            [
    100114                'type' => Controls_Manager::TEXT,
    101                 'label_block' => true,
    102                 'label' => __( 'Reviewer Organizaiton', 'definitive-addons-for-elementor' ),
    103                 'default' => __( 'Softfirm', 'definitive-addons-for-elementor' )
    104             ]
    105         );
     115               
     116                'label' => __( 'Title', 'definitive-addons-for-elementor' ),
     117                'default' => __( 'Developer', 'definitive-addons-for-elementor' )
     118            ]
     119        );
     120       
     121        $this->add_control(
     122            'show_hide_organization',
     123            [
     124                'label' => __( 'Show/Hide Organization', 'definitive-addons-for-elementor' ),
     125                'type' => Controls_Manager::SWITCHER,
     126                'default' => 'no',
     127                'label_on' => __( 'Yes', 'definitive-addons-for-elementor' ),
     128                'label_off' => __( 'No', 'definitive-addons-for-elementor' ),
     129                'return_value' => 'yes',
     130                'frontend_available' => true,
     131               
     132            ]
     133        );
     134       
     135         $this->add_control(
     136            'organization',
     137            [
     138                'type' => Controls_Manager::TEXT,
     139               
     140                'label' => __( 'Organization', 'definitive-addons-for-elementor' ),
     141                'default' => __( 'Softfirm', 'definitive-addons-for-elementor' ),
     142                'condition' => [
     143                        'show_hide_organization' => 'yes',
     144                ],
     145               
     146            ]
     147        );
     148       
     149       
    106150
    107151        $this->add_control(
     
    119163            [
    120164                'label' =>__( 'Testimonial Layout', 'definitive-addons-for-elementor' ),
    121                 'type' => Controls_Manager::CHOOSE,
     165                'type' => Controls_Manager::SELECT2,
    122166                'label_block' => true,
    123167                'options' => [
     168                    'left' => 'Image Left - Content Right',
     169                    'right' => 'Image Right - Content Left',
     170                    'top' => 'Image Top - Content Down',
     171                    'bottom' => 'Image Down - Content Top',
    124172                   
    125                     'left' => [
    126                         'title' =>__( 'Left', 'definitive-addons-for-elementor' ),
    127                         'icon' => 'fa fa-align-left',
    128                     ],
    129                     'center' => [
    130                         'title' =>__( 'Center', 'definitive-addons-for-elementor' ),
    131                         'icon' => 'fa fa-align-center',
    132                     ],
    133                     'right' => [
    134                         'title' =>__( 'Right', 'definitive-addons-for-elementor' ),
    135                         'icon' => 'fa fa-align-right',
    136                     ],
    137                     'down' => [
    138                         'title' =>__( 'Right', 'definitive-addons-for-elementor' ),
    139                         'icon' => 'fa fa-align-justify',
    140                     ],
    141173                ],
    142174                'default' => 'left',
     
    145177        );
    146178       
    147      $this->add_control(
    148             'show_hide_comma',
    149             [
    150                 'label' => __( 'Show/Hide Comma', 'definitive-addons-for-elementor' ),
     179        $this->add_control(
     180            'show_hide_quote',
     181            [
     182                'label' => __( 'Show/Hide Quote', 'definitive-addons-for-elementor' ),
    151183                'type' => Controls_Manager::SWITCHER,
    152184                'default' => 'yes',
     
    155187                'return_value' => 'yes',
    156188                'frontend_available' => true,
     189               
    157190            ]
    158191        );
     
    161194        $this->end_controls_section();
    162195
    163        $this->start_controls_section(
    164             'testimonial_section_style_entry',
    165             [
    166                 'label' => __( 'Testimonial Item Style', 'definitive-addons-for-elementor' ),
    167                 'tab'   => Controls_Manager::TAB_STYLE,
    168             ]
    169         );
    170         $this->add_control(
    171             'testimonial_bg_shadow_style',
    172             [
    173                 'label' =>__( 'Background Shadow Style', 'definitive-addons-for-elementor' ),
    174                 'type' => Controls_Manager::SELECT2,
    175                 'label_block' => true,
    176                 'options' => array(
    177                     'none'  =>__( 'None', 'definitive-addons-for-elementor' ),
    178                     'style1' =>__( 'Style1', 'definitive-addons-for-elementor' ),
    179                     'style2'  =>__( 'Style2', 'definitive-addons-for-elementor' ),
    180                     'style3'  =>__( 'Style3', 'definitive-addons-for-elementor' )),
    181                 'default' => 'style3',
    182                
    183             ]
    184         );
    185          $this->end_controls_section();
     196       
    186197   
    187 
     198        // image style
    188199        $this->start_controls_section(
    189             '_section_style_image',
     200            'section_style_image',
    190201            [
    191202                'label' => __( 'Reviewer Image', 'definitive-addons-for-elementor' ),
     
    193204            ]
    194205        );
    195 
     206        $this->add_responsive_control(
     207            'image_size',
     208            [
     209                'label' => __( 'Image Size', 'definitive-addons-for-elementor' ),
     210                'type' => Controls_Manager::SLIDER,
     211                'size_units' => ['px'],
     212                'default' => [
     213                    'unit' => 'px',
     214                    'size' => 100,
     215                ],
     216                'range'      => [
     217                       
     218                        'px' => [
     219                            'min' => 10,
     220                            'max' => 200,
     221                        ],
     222                ],
     223                'selectors' => [
     224                    '{{WRAPPER}} .dafe-testimonial-image img' => 'width: {{SIZE}}{{UNIT}};height: {{SIZE}}{{UNIT}};',
     225                ],
     226            ]
     227        );
    196228        $this->add_group_control(
    197229            Group_Control_Border::get_type(),
    198230            [
    199231                'name' => 'image_border',
    200                 'selector' => '{{WRAPPER}} .reviewer-photo',
     232                'selector' => '{{WRAPPER}} .dafe-testimonial-image img',
    201233            ]
    202234        );
     
    209241                'size_units' => [ '%', 'px' ],
    210242                'selectors' => [
    211                     '{{WRAPPER}} .reviewer-photo' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}; overflow: hidden;',
     243                    '{{WRAPPER}} .dafe-testimonial-image img' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}; overflow: hidden;',
    212244                ],
    213245            ]
    214246        );
    215247        $this->add_responsive_control(
    216             'reviewer_image_spacing',
     248            'image_right_spacing',
     249            [
     250                'label' => __( 'Right Spacing', 'definitive-addons-for-elementor' ),
     251                'type' => Controls_Manager::SLIDER,
     252                'size_units' => ['px','%'],
     253                'default' => [
     254                    'size' => 20
     255                ],
     256                'selectors' => [
     257                    '{{WRAPPER}} .dafe-testimonial-image' => 'margin-right: {{SIZE}}{{UNIT}}!important;',
     258                ],
     259                'condition' => [
     260                        'testimonial_alignment' => 'left',
     261                ],
     262            ]
     263        );
     264        $this->add_responsive_control(
     265            'image_left_spacing',
     266            [
     267                'label' => __( 'Left Spacing', 'definitive-addons-for-elementor' ),
     268                'type' => Controls_Manager::SLIDER,
     269                'size_units' => ['px','%'],
     270                'default' => [
     271                    'size' => 20
     272                ],
     273                'selectors' => [
     274                    '{{WRAPPER}} .dafe-testimonial-image' => 'margin-left: {{SIZE}}{{UNIT}}!important;',
     275                ],
     276                'condition' => [
     277                        'testimonial_alignment' => 'right',
     278                ],
     279            ]
     280        );
     281       
     282        $this->add_responsive_control(
     283            'image_bottom_spacing',
    217284            [
    218285                'label' => __( 'Bottom Spacing', 'definitive-addons-for-elementor' ),
    219286                'type' => Controls_Manager::SLIDER,
    220                 'size_units' => ['px'],
     287                'size_units' => ['px','%'],
    221288                'default' => [
    222                     'size' => 15
    223                 ],
    224                 'selectors' => [
    225                     '{{WRAPPER}} .reviewer-photo' => 'margin-bottom: {{SIZE}}{{UNIT}};',
    226                 ],
    227             ]
    228         );
     289                    'size' => 20
     290                ],
     291                'selectors' => [
     292                    '{{WRAPPER}} .dafe-testimonial-image' => 'margin-bottom: {{SIZE}}{{UNIT}}!important;',
     293                ],
     294                'condition' => [
     295                        'testimonial_alignment' => ['top','bottom']
     296                ],
     297            ]
     298        );
     299       
     300        $this->add_group_control(
     301            Group_Control_Box_Shadow::get_type(),
     302            [
     303                'label' => __( 'Image Shadow', 'definitive-addons-for-elementor' ),
     304                'name'     => 'dafe_image_shadow',
     305
     306                'selector' => '{{WRAPPER}} .dafe-testimonial-image img',
     307            ]
     308        );
     309
    229310
    230311        $this->end_controls_section();
    231312
    232313       
    233 
     314        // Name style
    234315        $this->start_controls_section(
    235316           'section_style_title',
     
    240321        );
    241322
    242         $this->add_control(
    243             'title_tag',
    244             [
    245                 'label' => __( 'Title HTML Tag', 'definitive-addons-for-elementor' ),
    246                 'type' => Controls_Manager::CHOOSE,
    247                 'separator' => 'before',
    248                 'options' => [
    249                     'h1'  => [
    250                         'title' => __( 'H1', 'definitive-addons-for-elementor' ),
    251                         'icon' => 'eicon-editor-h1'
    252                     ],
    253                     'h2'  => [
    254                         'title' => __( 'H2', 'definitive-addons-for-elementor' ),
    255                         'icon' => 'eicon-editor-h2'
    256                     ],
    257                     'h3'  => [
    258                         'title' => __( 'H3', 'definitive-addons-for-elementor' ),
    259                         'icon' => 'eicon-editor-h3'
    260                     ],
    261                     'h4'  => [
    262                         'title' => __( 'H4', 'definitive-addons-for-elementor' ),
    263                         'icon' => 'eicon-editor-h4'
    264                     ],
    265                     'h5'  => [
    266                         'title' => __( 'H5', 'definitive-addons-for-elementor' ),
    267                         'icon' => 'eicon-editor-h5'
    268                     ],
    269                     'h6'  => [
    270                         'title' => __( 'H6', 'definitive-addons-for-elementor' ),
    271                         'icon' => 'eicon-editor-h6'
    272                     ]
    273                 ],
    274                 'default' => 'h4',
    275                 'toggle' => false,
    276             ]
    277         );
     323       
    278324
    279325        $this->add_responsive_control(
     
    284330                'size_units' => ['px'],
    285331                'selectors' => [
    286                     '{{WRAPPER}} .name-company' => 'margin-bottom: {{SIZE}}{{UNIT}};',
     332                    '{{WRAPPER}} .dafe-testimonial-title' => 'margin-bottom: {{SIZE}}{{UNIT}};',
    287333                ],
    288334            ]
     
    292338           'reviewer_name_color',
    293339            [
    294                 'label' => __( 'Text Color', 'definitive-addons-for-elementor' ),
     340                'label' => __( 'Name Color', 'definitive-addons-for-elementor' ),
    295341                'type' => Controls_Manager::COLOR,
    296342                'selectors' => [
    297                     '{{WRAPPER}} .name-company' => 'color: {{VALUE}}',
     343                    '{{WRAPPER}} .dafe-author-name' => 'color: {{VALUE}}',
     344                ],
     345            ]
     346        );
     347       
     348        $this->add_control(
     349           'reviewer_name_hvr_color',
     350            [
     351                'label' => __( 'Name Hover Color', 'definitive-addons-for-elementor' ),
     352                'type' => Controls_Manager::COLOR,
     353                'selectors' => [
     354                    '{{WRAPPER}} .dafe-author-name:hover' => 'color: {{VALUE}}',
    298355                ],
    299356            ]
     
    304361            [
    305362                'name' => 'reviewer_font',
    306                 'selector' => '{{WRAPPER}} .name-company',
     363                'selector' => '{{WRAPPER}} .dafe-author-name',
    307364               
    308365            ]
     
    310367       
    311368        $this->end_controls_section();
    312 
     369       
     370        // Title style
     371        $this->start_controls_section(
     372           'section_style_reviewer_title',
     373            [
     374                'label' => __( 'Reviewer Title', 'definitive-addons-for-elementor' ),
     375                'tab'   => Controls_Manager::TAB_STYLE,
     376            ]
     377        );
     378
     379 
     380        $this->add_control(
     381           'reviewer_title_color',
     382            [
     383                'label' => __( 'Title Color', 'definitive-addons-for-elementor' ),
     384                'type' => Controls_Manager::COLOR,
     385                'selectors' => [
     386                    '{{WRAPPER}} .dafe-author-title' => 'color: {{VALUE}}',
     387                ],
     388            ]
     389        );
     390       
     391       
     392
     393        $this->add_group_control(
     394            Group_Control_Typography::get_type(),
     395            [
     396                'name' => 'reviewer_title_font',
     397                'selector' => '{{WRAPPER}} .dafe-author-title',
     398               
     399            ]
     400        );
     401       
     402        $this->end_controls_section();
     403       
     404       
     405        // organization style
    313406        $this->start_controls_section(
    314407           'section_style_organization',
     
    316409                'label' => __( 'Reviewer Organizaiton', 'definitive-addons-for-elementor' ),
    317410                'tab'   => Controls_Manager::TAB_STYLE,
    318             ]
    319         );
    320        
    321        
    322         $this->add_responsive_control(
    323             'organization_spacing',
    324             [
    325                 'label' => __( 'Left Spacing', 'definitive-addons-for-elementor' ),
    326                 'type' => Controls_Manager::SLIDER,
    327                 'size_units' => ['px'],
    328                 'selectors' => [
    329                     '{{WRAPPER}} .name-company .company' => 'margin-left: {{SIZE}}{{UNIT}};',
    330                 ],
    331             ]
    332         );
     411                'condition' => [
     412                        'show_hide_organization' => 'yes',
     413                ],
     414            ]
     415        );
     416       
     417
    333418
    334419        $this->add_control(
    335420            'organization_color',
    336421            [
    337                 'label' => __( 'Text Color', 'definitive-addons-for-elementor' ),
     422                'label' => __( 'Organization Color', 'definitive-addons-for-elementor' ),
    338423                'type' => Controls_Manager::COLOR,
    339424                'selectors' => [
    340                     '{{WRAPPER}} .name-company .company' => 'color: {{VALUE}}',
     425                    '{{WRAPPER}} .dafe-author-organization' => 'color: {{VALUE}}',
    341426                ],
    342427            ]
     
    347432            [
    348433                'name' => 'organization_font',
    349                 'selector' => '{{WRAPPER}} .name-company .company',
     434                'selector' => '{{WRAPPER}} .dafe-author-organization',
    350435               
    351436            ]
     
    354439        $this->end_controls_section();
    355440       
     441        // text style
    356442        $this->start_controls_section(
    357443           'section_style_text',
     
    370456                'size_units' => ['px'],
    371457                'selectors' => [
    372                     '{{WRAPPER}} .speech' => 'margin-bottom: {{SIZE}}{{UNIT}};',
     458                    '{{WRAPPER}} .dafe-testimonial-description' => 'margin-bottom: {{SIZE}}{{UNIT}};',
    373459                ],
    374460            ]
     
    381467                'type' => Controls_Manager::COLOR,
    382468                'selectors' => [
    383                     '{{WRAPPER}} .speech' => 'color: {{VALUE}}',
     469                    '{{WRAPPER}} .dafe-testimonial-description,{{WRAPPER}} .speech' => 'color: {{VALUE}}',
    384470                ],
    385471            ]
     
    390476            [
    391477                'name' => 'text_font',
    392                 'selector' => '{{WRAPPER}} .speech',
     478                'selector' => '{{WRAPPER}} .dafe-testimonial-description,{{WRAPPER}} .speech',
    393479               
    394480            ]
     
    397483        $this->end_controls_section();
    398484       
     485        // Quote style
    399486        $this->start_controls_section(
    400487           'section_style_quote',
     
    402489                'label' => __( 'Reviewer Quote', 'definitive-addons-for-elementor' ),
    403490                'tab'   => Controls_Manager::TAB_STYLE,
     491                'condition' => [
     492                        'show_hide_quote' => 'yes',
     493                ],
    404494            ]
    405495        );
     
    468558        $this->end_controls_section();
    469559       
    470        
     560        // content style
    471561        $this->start_controls_section(
    472            '_section_style_content',
     562           'section_style_content',
    473563            [
    474564                'label' => __( 'Testimonial Container', 'definitive-addons-for-elementor' ),
     
    482572                'label' => __( 'Container Padding', 'definitive-addons-for-elementor' ),
    483573                'type' => Controls_Manager::DIMENSIONS,
     574                'default' => [
     575                    'top' => '10',
     576                    'right' => '10',
     577                    'bottom' => '10',
     578                    'left' => '10',
     579   
     580                ],
    484581                'size_units' => [ 'px', 'em', '%' ],
    485582                'selectors' => [
    486                     '{{WRAPPER}} .widget-testimonial-grid' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
     583                    '{{WRAPPER}} .dafe-testimonial-container' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
    487584                ],
    488585            ]
     
    493590            [
    494591                'name' => 'content_background',
    495                 'selector' => '{{WRAPPER}} .widget-testimonial-grid',
     592                'selector' => '{{WRAPPER}} .dafe-testimonial-container',
    496593                'exclude' => [
    497594                    'image'
     
    499596            ]
    500597        );
     598        $this->add_group_control(
     599            Group_Control_Background::get_type(),
     600            [
     601                'name' => 'content_hvr_background',
     602                'selector' => '{{WRAPPER}} .dafe-testimonial-container:hover',
     603                'exclude' => [
     604                    'image'
     605                ]
     606            ]
     607        );
     608       
     609        $this->add_group_control(
     610            Group_Control_Box_Shadow::get_type(),
     611            [
     612                'label' => __( 'Container Shadow', 'definitive-addons-for-elementor' ),
     613                'name'     => 'dafe_container_shadow',
     614
     615                'selector' => '{{WRAPPER}} .dafe-testimonial-container',
     616            ]
     617        );
     618       
     619        $this->add_group_control(
     620            Group_Control_Box_Shadow::get_type(),
     621            [
     622                'label' => __( 'Container Hover Shadow', 'definitive-addons-for-elementor' ),
     623                'name'     => 'dafe_container_hvr_shadow',
     624
     625                'selector' => '{{WRAPPER}} .dafe-testimonial-container:hover',
     626            ]
     627        );
    501628       
    502629        $this->end_controls_section();
    503        
    504 
    505        
    506 
    507        
     630 
    508631    }
    509632
     
    511634        $settings = $this->get_settings_for_display();
    512635        $align = $this->get_settings_for_display('testimonial_alignment');
    513         $title_tag = $this->get_settings_for_display('title_tag');
    514         $shadow_style = $this->get_settings_for_display('testimonial_bg_shadow_style');
    515         $show_hide_comma = $this->get_settings_for_display('show_hide_comma');
    516  
    517        
    518        
    519         $avatar_styles = '';
    520          $right_styles = '';
    521          $title_styles = '';
    522          
    523         if($align == "left"){
    524            
    525             $avatar_styles .= 'float:left;';
    526             $right_styles .= 'text-align:left;';
    527             $avatar_styles .= 'position:relative; ';
    528             $right_styles  .= 'position:relative; ';
    529             $avatar_styles .= 'margin-right:15px; ';
    530             $avatar_styles .= 'margin-left:50px; ';
    531            
    532             $right_styles  .= 'overflow:hidden; ';
    533             $right_styles  .= 'padding-left:5%; ';
    534             $right_styles  .= 'padding-right:10%; ';
    535            
    536         }
    537         if($align == "right"){
    538            
    539             $avatar_styles .= 'float:right; ';
    540             $right_styles .= 'text-align:right;';
    541             $avatar_styles .= 'position:relative; ';
    542             $right_styles  .= 'position:relative; ';
    543             $right_styles  .= 'padding-left:10%; ';
    544             $right_styles  .= 'padding-right:5%; ';
    545             $avatar_styles .= 'margin-left:15px; ';
    546             $avatar_styles .= 'margin-right:50px; ';
    547            
    548             $right_styles  .= 'overflow:hidden; ';
    549            
    550         }
    551        
    552         if($align == "center"){
    553            
    554           $avatar_styles .= 'text-align:center;';
    555          
    556           $right_styles .= 'text-align:center;';
    557          
    558             $right_styles  .= 'padding-left:10%; ';
    559             $right_styles  .= 'padding-right:10%; ';
    560            
    561         }
    562        
    563         if($align == "down"){
    564          
    565           $avatar_styles .= 'text-align:center;';
    566           $avatar_styles .= 'margin-top: 35px;';
    567           $right_styles .= 'text-align:center;';
    568          
    569           $right_styles .= 'padding-left:10%;';
    570           $right_styles .= 'padding-right:10%;';
    571          
    572    
    573            
    574         }
    575         $comma_styles = '';
    576         if ($show_hide_comma != 'yes'){
    577             $comma_styles .= 'display:none;';
    578         }
    579    
    580     $container_styles = "position:relative;";
    581    
    582     $container_styles .= "overflow:hidden;";
    583    
    584    
    585    
    586     $image = wp_get_attachment_image_url( $settings['image']['id'], $settings['thumbnail_size'] );
     636        $link = $this->get_settings_for_display('link');
     637    /*
     638        $image = wp_get_attachment_image_url( $settings['image']['id'], $settings['thumbnail_size'] );
    587639                if ( ! $image ) {
    588640                    $image = $settings['image']['url'];
    589                 }
     641                }*/
     642        if (  $link['url'] ) {
     643            $this->add_link_attributes( 'link', $link );
     644        }
    590645        ?>
    591646       
    592     <div class="widget-testimonial-grid <?php echo esc_attr($shadow_style); ?>" style="<?php echo esc_attr($container_styles) ?>">
    593    
    594             <div class="nl-testimonial-entry">
    595                 <div class="nl-testimonial-wrap <?php echo esc_attr($style); ?>" style="<?php echo esc_attr( $testimonial_style );  ?>">
    596            
    597                 <?php if (( $align  === 'left') || ($align  === 'right') || ($align  === 'center')){ ?>       
    598                 <div class="left-style">
    599                     <div class="avatar"  style="<?php echo esc_attr($avatar_styles) ?>">
    600                    
    601                    
    602                      <?php if ($image) { ?>
    603                      
    604                      <img class="reviewer-photo"  alt="<?php esc_attr_e('reviewer photo','definitive-addons-for-elementor') ?>"
    605                      src="<?php echo esc_url($image) ?>" />
    606                    
    607                     <?php }  ?>
    608                     </div>
    609                                                            
    610                 </div>
    611                 <?php }  ?>
    612                 <div class="right-style" style="<?php echo esc_attr($right_styles); ?>">
    613                
    614                     <<?php echo esc_attr($title_tag); ?> class="name-company"><?php echo esc_html($settings['name']); ?>
    615                    
    616                     <?php if($settings['organization']){ ?>
    617                     <?php $coma =', '; ?>
    618                     <span class="comma" style="<?php echo esc_attr($comma_styles); ?>"><?php echo esc_attr($coma); ?></span>
    619                     <span class="company"><?php echo esc_html($settings['organization']);?></span><?php } ?>
    620                    
    621                     </<?php echo esc_attr($title_tag); ?>>
    622                    
    623                
    624                     <div class="author-txt">
    625                    
    626                     <blockquote class="speech"><i class="fa fa-quote-left"></i><?php echo esc_html($settings['reviewer_text']);?></blockquote> 
    627            
    628                     </div>
    629                 </div>
    630                      
    631                         <?php if ( $align  === 'down' ){ ?>       
    632                           <div class="left-style">
    633                     <div class="avatar"  style="<?php echo esc_attr($avatar_styles) ?>">
    634                    
    635                         <img class="reviewer-photo" alt="<?php esc_attr_e('reviewer photo','definitive-addons-for-elementor') ?>"
    636                             src="<?php echo esc_url($image) ?>" />
    637                    
    638                     </div>
    639                                                            
    640                 </div>
    641                 <?php }  ?>
    642                  </div>             
    643                </div> <!--  end single post -->
    644                
    645         </div>
     647<div class="dafe-testimonial-container dafe-testimonial-image-align-<?php echo esc_attr( $align ); ?> dafe-vertical-align-middle">
     648
     649    <div class="dafe-testimonial-inner-container">
     650    <?php if (( $align  === 'left') || ($align  === 'right') || ($align  === 'top')) : ?>   
     651        <figure class="dafe-testimonial-image">
     652            <?php
     653            $testimonial_image = Group_Control_Image_Size::get_attachment_image_html( $settings, 'thumbnail', 'image' );
     654                            if (  $settings['link']['url'] ) :
     655                                $testimonial_image = '<a ' . $this->get_render_attribute_string( 'link' ) . '>' . $testimonial_image . '</a>';
     656                            endif;
     657                            echo wp_kses_post( $testimonial_image );
     658            ?>
     659        </figure>
     660        <?php endif; ?>
     661        <div class="dafe-testimonial-content">
     662            <div class="dafe-testimonial-title">
     663            <?php if ( $settings['name'] ) :  ?>
     664                <span class="dafe-author-name"><?php echo esc_html( $settings['name'] ); ?></span>
     665            <?php endif; ?>
     666            <?php if ( $settings['title'] ) :  ?>
     667                <span class="dafe-author-title"><?php echo esc_html( $settings['title'] ); ?></span>
     668            <?php endif; ?>
     669            <?php if ( $settings['organization'] ) :  ?>
     670                <h5 class="dafe-author-organization"><?php echo esc_html( $settings['organization'] ); ?></h5>
     671            <?php endif; ?>
     672            </div>
     673            <?php if ($settings['reviewer_text'] ){ ?>
     674            <div class="dafe-testimonial-description">
     675            <p>
     676            <?php if ($settings['show_hide_quote'] == 'yes'){ ?>
     677                <blockquote class="speech"><i class="fa fa-quote-left"></i><?php echo esc_html( $settings['reviewer_text'] ); ?>
     678            </blockquote>
     679            <?php
     680            }  else {
     681                 echo esc_html( $settings['reviewer_text'] );
     682            }
     683            ?>
     684            </p>
     685            </div>
     686            <?php } ?>
     687        </div>
     688       
     689        <?php if ( $align  === 'bottom') : ?>
     690        <figure class="dafe-testimonial-image">
     691            <?php
     692            $testimonial_image = Group_Control_Image_Size::get_attachment_image_html( $settings, 'thumbnail', 'image' );
     693                            if (  $settings['link']['url'] ) :
     694                                $testimonial_image = '<a ' . $this->get_render_attribute_string( 'link' ) . '>' . $testimonial_image . '</a>';
     695                            endif;
     696                            echo wp_kses_post( $testimonial_image );
     697            ?>
     698        </figure>
     699        <?php endif; ?>
     700    </div>
     701
     702</div>
    646703   
    647704
  • definitive-addons-for-elementor/trunk/inc/Elements/Testimonial_Slider.php

    r2689901 r2691410  
    1010use Elementor\Repeater;
    1111use Elementor\Controls_Manager;
     12use Elementor\Group_Control_Box_Shadow;
     13use Elementor\Group_Control_Text_Shadow;
     14use Elementor\Group_Control_Text_Stroke;
    1215use Elementor\Group_Control_Border;
    1316use Elementor\Group_Control_Image_Size;
     
    7679        );
    7780       
    78        
     81        $repeater->add_control(
     82            'link',
     83            [
     84                'label' =>__( 'Link', 'definitive-addons-for-elementor' ),
     85                'type' => Controls_Manager::URL,
     86               
     87                'placeholder' => esc_html__( 'https://softfirm.com', 'definitive-addons-for-elementor' ),
     88            ]
     89        );
    7990
    8091        $repeater->add_control(
     
    8798            ]
    8899        );
     100       
    89101         $repeater->add_control(
    90        'organization',
     102       'title',
    91103            [
    92104                'type' => Controls_Manager::TEXT,
    93                 'label_block' => true,
    94                 'label' => __( 'Reviewer Organizaiton', 'definitive-addons-for-elementor' ),
    95                 'default' => __( 'Softfirm', 'definitive-addons-for-elementor' )
     105               
     106                'label' => __( 'Title', 'definitive-addons-for-elementor' ),
     107                'default' => __( 'Developer', 'definitive-addons-for-elementor' )
     108            ]
     109        );
     110       
     111        $repeater->add_control(
     112            'show_hide_organization',
     113            [
     114                'label' => __( 'Show/Hide Organization', 'definitive-addons-for-elementor' ),
     115                'type' => Controls_Manager::SWITCHER,
     116                'default' => 'no',
     117                'label_on' => __( 'Yes', 'definitive-addons-for-elementor' ),
     118                'label_off' => __( 'No', 'definitive-addons-for-elementor' ),
     119                'return_value' => 'yes',
     120                'frontend_available' => true,
     121               
     122            ]
     123        );
     124       
     125         $repeater->add_control(
     126        'organization',
     127            [
     128                'type' => Controls_Manager::TEXT,
     129               
     130                'label' => __( 'Organization', 'definitive-addons-for-elementor' ),
     131                'default' => __( 'Softfirm', 'definitive-addons-for-elementor' ),
     132                'condition' => [
     133                        'show_hide_organization' => 'yes',
     134                ],
    96135            ]
    97136        );
     
    125164                        ],
    126165                    ],
     166                    [
     167                        'image' => [
     168                            'url' => Utils::get_placeholder_image_src(),
     169                        ],
     170                    ],
    127171                   
    128172                   
     
    142186            ]
    143187        );
     188       
     189        $this->add_control(
     190            'show_hide_quote',
     191            [
     192                'label' => __( 'Show/Hide Quote', 'definitive-addons-for-elementor' ),
     193                'type' => Controls_Manager::SWITCHER,
     194                'default' => 'yes',
     195                'label_on' => __( 'Yes', 'definitive-addons-for-elementor' ),
     196                'label_off' => __( 'No', 'definitive-addons-for-elementor' ),
     197                'return_value' => 'yes',
     198                'frontend_available' => true,
     199               
     200            ]
     201        );
     202       
     203        $this->add_control(
     204            'testimonial_alignment',
     205            [
     206                'label' =>__( 'Testimonial Layout', 'definitive-addons-for-elementor' ),
     207                'type' => Controls_Manager::SELECT2,
     208                'label_block' => true,
     209                'options' => [
     210                    'left' => 'Image Left - Content Right',
     211                    'right' => 'Image Right - Content Left',
     212                    'top' => 'Image Top - Content Down',
     213                    'bottom' => 'Image Down - Content Top',
     214                   
     215                ],
     216                'default' => 'top',
     217               
     218            ]
     219        );
     220       
    144221        $this->end_controls_section();
    145222       
     
    226303        $this->end_controls_section();
    227304
    228        
    229 
    230        $this->start_controls_section(
    231             'testimonial_section_style_entry',
    232             [
    233                 'label' => __( 'Testimonial Item Style', 'definitive-addons-for-elementor' ),
    234                 'tab'   => Controls_Manager::TAB_STYLE,
    235             ]
    236         );
    237        
    238         $this->add_control(
    239             'testimonial_alignment',
    240             [
    241                 'label' =>__( 'Container Style', 'definitive-addons-for-elementor' ),
    242                 'type' => Controls_Manager::CHOOSE,
    243                 'label_block' => true,
    244                 'options' => [
    245                    
    246                     'left' => [
    247                         'title' =>__( 'Left', 'definitive-addons-for-elementor' ),
    248                         'icon' => 'fa fa-align-left',
    249                     ],
    250                     'center' => [
    251                         'title' =>__( 'Center', 'definitive-addons-for-elementor' ),
    252                         'icon' => 'fa fa-align-center',
    253                     ],
    254                     'right' => [
    255                         'title' =>__( 'Right', 'definitive-addons-for-elementor' ),
    256                         'icon' => 'fa fa-align-right',
    257                     ],
    258                     'down' => [
    259                         'title' =>__( 'Down', 'definitive-addons-for-elementor' ),
    260                         'icon' => 'fa fa-align-justify',
    261                     ],
    262                 ],
    263                 'default' => 'center',
    264                
    265             ]
    266         );
    267        
    268    
    269         $this->add_control(
    270             'testimonial_bg_shadow_style',
    271             [
    272                 'label' =>__( 'Background Shadow Style', 'definitive-addons-for-elementor' ),
    273                 'type' => Controls_Manager::SELECT2,
    274                 'label_block' => true,
    275                 'options' => array(
    276                     'none'  =>__( 'None', 'definitive-addons-for-elementor' ),
    277                     'style1' =>__( 'Style1', 'definitive-addons-for-elementor' ),
    278                     'style2'  =>__( 'Style2', 'definitive-addons-for-elementor' ),
    279                     'style3'  =>__( 'Style3', 'definitive-addons-for-elementor' )),
    280                 'default' => 'style3',
    281                
    282             ]
    283         );
    284          $this->end_controls_section();
    285    
    286 
     305        // image style
    287306        $this->start_controls_section(
    288             'testimonial_section_style_image',
     307            'section_style_image',
    289308            [
    290309                'label' => __( 'Reviewer Image', 'definitive-addons-for-elementor' ),
     
    292311            ]
    293312        );
    294 
     313        $this->add_responsive_control(
     314            'image_size',
     315            [
     316                'label' => __( 'Image Size', 'definitive-addons-for-elementor' ),
     317                'type' => Controls_Manager::SLIDER,
     318                'size_units' => ['px'],
     319                'default' => [
     320                    'unit' => 'px',
     321                    'size' => 100,
     322                ],
     323                'range'      => [
     324                       
     325                        'px' => [
     326                            'min' => 10,
     327                            'max' => 200,
     328                        ],
     329                ],
     330                'selectors' => [
     331                    '{{WRAPPER}} .dafe-testimonial-image img' => 'width: {{SIZE}}{{UNIT}};height: {{SIZE}}{{UNIT}};',
     332                ],
     333            ]
     334        );
    295335        $this->add_group_control(
    296336            Group_Control_Border::get_type(),
    297337            [
    298338                'name' => 'image_border',
    299                 'selector' => '{{WRAPPER}} .reviewer-photo',
     339                'selector' => '{{WRAPPER}} .dafe-testimonial-image img',
    300340            ]
    301341        );
    302342
    303343        $this->add_responsive_control(
    304           'image_border_radius',
     344          'entry_border_radius',
    305345            [
    306346                'label' => __( 'Border Radius', 'definitive-addons-for-elementor' ),
    307347                'type' => Controls_Manager::DIMENSIONS,
    308348                'size_units' => [ '%', 'px' ],
    309                
    310                 'selectors' => [
    311                     '{{WRAPPER}} .reviewer-photo' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}; overflow: hidden;',
    312                 ],
    313             ]
    314         );
    315        
     349                'selectors' => [
     350                    '{{WRAPPER}} .dafe-testimonial-image img' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}; overflow: hidden;',
     351                ],
     352            ]
     353        );
    316354        $this->add_responsive_control(
    317             'reviewer_image_spacing',
     355            'image_right_spacing',
     356            [
     357                'label' => __( 'Right Spacing', 'definitive-addons-for-elementor' ),
     358                'type' => Controls_Manager::SLIDER,
     359                'size_units' => ['px','%'],
     360                'default' => [
     361                    'size' => 20
     362                ],
     363                'selectors' => [
     364                    '{{WRAPPER}} .dafe-testimonial-image' => 'margin-right: {{SIZE}}{{UNIT}}!important;',
     365                ],
     366                'condition' => [
     367                        'testimonial_alignment' => 'left',
     368                ],
     369            ]
     370        );
     371        $this->add_responsive_control(
     372            'image_left_spacing',
     373            [
     374                'label' => __( 'Left Spacing', 'definitive-addons-for-elementor' ),
     375                'type' => Controls_Manager::SLIDER,
     376                'size_units' => ['px','%'],
     377                'default' => [
     378                    'size' => 20
     379                ],
     380                'selectors' => [
     381                    '{{WRAPPER}} .dafe-testimonial-image' => 'margin-left: {{SIZE}}{{UNIT}}!important;',
     382                ],
     383                'condition' => [
     384                        'testimonial_alignment' => 'right',
     385                ],
     386            ]
     387        );
     388       
     389        $this->add_responsive_control(
     390            'image_bottom_spacing',
     391            [
     392                'label' => __( 'Bottom Spacing', 'definitive-addons-for-elementor' ),
     393                'type' => Controls_Manager::SLIDER,
     394                'size_units' => ['px','%'],
     395                'default' => [
     396                    'size' => 20
     397                ],
     398                'selectors' => [
     399                    '{{WRAPPER}} .dafe-testimonial-image' => 'margin-bottom: {{SIZE}}{{UNIT}}!important;',
     400                ],
     401                'condition' => [
     402                        'testimonial_alignment' => ['top','bottom']
     403                ],
     404            ]
     405        );
     406       
     407        $this->add_group_control(
     408            Group_Control_Box_Shadow::get_type(),
     409            [
     410                'label' => __( 'Image Shadow', 'definitive-addons-for-elementor' ),
     411                'name'     => 'dafe_image_shadow',
     412
     413                'selector' => '{{WRAPPER}} .dafe-testimonial-image img',
     414            ]
     415        );
     416
     417
     418        $this->end_controls_section();
     419
     420        // Name style
     421        $this->start_controls_section(
     422           'section_style_title',
     423            [
     424                'label' => __( 'Reviewer Name', 'definitive-addons-for-elementor' ),
     425                'tab'   => Controls_Manager::TAB_STYLE,
     426            ]
     427        );
     428
     429       
     430
     431        $this->add_responsive_control(
     432            'reviewer_name_spacing',
    318433            [
    319434                'label' => __( 'Bottom Spacing', 'definitive-addons-for-elementor' ),
    320435                'type' => Controls_Manager::SLIDER,
    321436                'size_units' => ['px'],
    322                 'default' => [
    323                     'size' => 15
    324                 ],
    325                 'selectors' => [
    326                     '{{WRAPPER}}  .reviewer-photo' => 'margin-bottom: {{SIZE}}{{UNIT}};',
    327                 ],
    328             ]
    329         );
    330 
    331         $this->end_controls_section();
    332 
    333        
    334 
    335         $this->start_controls_section(
    336            'section_style_title',
    337             [
    338                 'label' => __( 'Reviewer Name', 'definitive-addons-for-elementor' ),
    339                 'tab'   => Controls_Manager::TAB_STYLE,
    340             ]
    341         );
    342 
    343         $this->add_control(
    344             'title_tag',
    345             [
    346                 'label' => __( 'Title HTML Tag', 'definitive-addons-for-elementor' ),
    347                 'type' => Controls_Manager::CHOOSE,
    348                 'separator' => 'before',
    349                 'options' => [
    350                     'h1'  => [
    351                         'title' => __( 'H1', 'definitive-addons-for-elementor' ),
    352                         'icon' => 'eicon-editor-h1'
    353                     ],
    354                     'h2'  => [
    355                         'title' => __( 'H2', 'definitive-addons-for-elementor' ),
    356                         'icon' => 'eicon-editor-h2'
    357                     ],
    358                     'h3'  => [
    359                         'title' => __( 'H3', 'definitive-addons-for-elementor' ),
    360                         'icon' => 'eicon-editor-h3'
    361                     ],
    362                     'h4'  => [
    363                         'title' => __( 'H4', 'definitive-addons-for-elementor' ),
    364                         'icon' => 'eicon-editor-h4'
    365                     ],
    366                     'h5'  => [
    367                         'title' => __( 'H5', 'definitive-addons-for-elementor' ),
    368                         'icon' => 'eicon-editor-h5'
    369                     ],
    370                     'h6'  => [
    371                         'title' => __( 'H6', 'definitive-addons-for-elementor' ),
    372                         'icon' => 'eicon-editor-h6'
    373                     ]
    374                 ],
    375                 'default' => 'h4',
    376                 'toggle' => false,
    377             ]
    378         );
    379 
    380         $this->add_responsive_control(
    381             'reviewer_name_spacing',
    382             [
    383                 'label' => __( 'Bottom Spacing', 'definitive-addons-for-elementor' ),
    384                 'type' => Controls_Manager::SLIDER,
    385                 'size_units' => ['px'],
    386                 'selectors' => [
    387                     '{{WRAPPER}} .name-company' => 'margin-bottom: {{SIZE}}{{UNIT}};',
     437                'selectors' => [
     438                    '{{WRAPPER}} .dafe-testimonial-title' => 'margin-bottom: {{SIZE}}{{UNIT}};',
    388439                ],
    389440            ]
     
    393444           'reviewer_name_color',
    394445            [
    395                 'label' => __( 'Text Color', 'definitive-addons-for-elementor' ),
     446                'label' => __( 'Name Color', 'definitive-addons-for-elementor' ),
    396447                'type' => Controls_Manager::COLOR,
    397448                'selectors' => [
    398                     '{{WRAPPER}} .name-company' => 'color: {{VALUE}}',
     449                    '{{WRAPPER}} .dafe-author-name' => 'color: {{VALUE}}',
     450                ],
     451            ]
     452        );
     453       
     454        $this->add_control(
     455           'reviewer_name_hvr_color',
     456            [
     457                'label' => __( 'Name Hover Color', 'definitive-addons-for-elementor' ),
     458                'type' => Controls_Manager::COLOR,
     459                'selectors' => [
     460                    '{{WRAPPER}} .dafe-author-name:hover' => 'color: {{VALUE}}',
    399461                ],
    400462            ]
     
    405467            [
    406468                'name' => 'reviewer_font',
    407                 'selector' => '{{WRAPPER}} .name-company',
     469                'selector' => '{{WRAPPER}} .dafe-author-name',
    408470               
    409471            ]
     
    411473       
    412474        $this->end_controls_section();
     475        // title style
     476        // Title style
     477        $this->start_controls_section(
     478           'section_style_reviewer_title',
     479            [
     480                'label' => __( 'Reviewer Title', 'definitive-addons-for-elementor' ),
     481                'tab'   => Controls_Manager::TAB_STYLE,
     482            ]
     483        );
     484
     485 
     486        $this->add_control(
     487           'reviewer_title_color',
     488            [
     489                'label' => __( 'Title Color', 'definitive-addons-for-elementor' ),
     490                'type' => Controls_Manager::COLOR,
     491                'selectors' => [
     492                    '{{WRAPPER}} .dafe-author-title' => 'color: {{VALUE}}',
     493                ],
     494            ]
     495        );
     496       
     497       
     498
     499        $this->add_group_control(
     500            Group_Control_Typography::get_type(),
     501            [
     502                'name' => 'reviewer_title_font',
     503                'selector' => '{{WRAPPER}} .dafe-author-title',
     504               
     505            ]
     506        );
     507       
     508        $this->end_controls_section();
     509        // organization style
    413510
    414511        $this->start_controls_section(
     
    417514                'label' => __( 'Reviewer Organizaiton', 'definitive-addons-for-elementor' ),
    418515                'tab'   => Controls_Manager::TAB_STYLE,
    419             ]
    420         );
    421        
    422        
    423         $this->add_responsive_control(
    424             'organization_spacing',
    425             [
    426                 'label' => __( 'Left Spacing', 'definitive-addons-for-elementor' ),
    427                 'type' => Controls_Manager::SLIDER,
    428                 'size_units' => ['px'],
    429                 'selectors' => [
    430                     '{{WRAPPER}} .name-company .company' => 'margin-left: {{SIZE}}{{UNIT}};',
    431                 ],
    432             ]
    433         );
     516                'condition' => [
     517                        'show_hide_organization' => 'yes',
     518                ],
     519            ]
     520        );
     521       
     522
    434523
    435524        $this->add_control(
    436525            'organization_color',
    437526            [
    438                 'label' => __( 'Text Color', 'definitive-addons-for-elementor' ),
     527                'label' => __( 'Organization Color', 'definitive-addons-for-elementor' ),
    439528                'type' => Controls_Manager::COLOR,
    440529                'selectors' => [
    441                     '{{WRAPPER}} .name-company .company' => 'color: {{VALUE}}',
     530                    '{{WRAPPER}} .dafe-author-organization' => 'color: {{VALUE}}',
    442531                ],
    443532            ]
     
    448537            [
    449538                'name' => 'organization_font',
    450                 'selector' => '{{WRAPPER}} .name-company .company',
     539                'selector' => '{{WRAPPER}} .dafe-author-organization',
    451540               
    452541            ]
     
    455544        $this->end_controls_section();
    456545       
    457         $this->start_controls_section(
     546
     547       $this->start_controls_section(
    458548           'section_style_text',
    459549            [
     
    471561                'size_units' => ['px'],
    472562                'selectors' => [
    473                     '{{WRAPPER}} .speech' => 'margin-bottom: {{SIZE}}{{UNIT}};',
     563                    '{{WRAPPER}} .dafe-testimonial-description' => 'margin-bottom: {{SIZE}}{{UNIT}};',
    474564                ],
    475565            ]
     
    482572                'type' => Controls_Manager::COLOR,
    483573                'selectors' => [
    484                     '{{WRAPPER}} .speech' => 'color: {{VALUE}}',
     574                    '{{WRAPPER}} .dafe-testimonial-description,{{WRAPPER}} .speech' => 'color: {{VALUE}}',
    485575                ],
    486576            ]
     
    491581            [
    492582                'name' => 'text_font',
    493                
    494                 'selector' => '{{WRAPPER}} .speech',
     583                'selector' => '{{WRAPPER}} .dafe-testimonial-description,{{WRAPPER}} .speech',
    495584               
    496585            ]
     
    499588        $this->end_controls_section();
    500589       
     590        // Quote style
    501591        $this->start_controls_section(
    502592           'section_style_quote',
     
    504594                'label' => __( 'Reviewer Quote', 'definitive-addons-for-elementor' ),
    505595                'tab'   => Controls_Manager::TAB_STYLE,
     596                'condition' => [
     597                        'show_hide_quote' => 'yes',
     598                ],
    506599            ]
    507600        );
     
    571664       
    572665       
     666        // content style
    573667        $this->start_controls_section(
    574            '_section_style_content',
    575             [
    576                 'label' => __( 'Testimonial Content', 'definitive-addons-for-elementor' ),
     668           'section_style_content',
     669            [
     670                'label' => __( 'Testimonial Container', 'definitive-addons-for-elementor' ),
    577671                'tab'   => Controls_Manager::TAB_STYLE,
    578672            ]
     
    582676            'content_padding',
    583677            [
    584                 'label' => __( 'Content Padding', 'definitive-addons-for-elementor' ),
     678                'label' => __( 'Container Padding', 'definitive-addons-for-elementor' ),
    585679                'type' => Controls_Manager::DIMENSIONS,
     680                'default' => [
     681                    'top' => '10',
     682                    'right' => '10',
     683                    'bottom' => '10',
     684                    'left' => '10',
     685   
     686                ],
    586687                'size_units' => [ 'px', 'em', '%' ],
    587688                'selectors' => [
    588                     '{{WRAPPER}} .right-style' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
     689                    '{{WRAPPER}} .dafe-testimonial-container' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
    589690                ],
    590691            ]
     
    595696            [
    596697                'name' => 'content_background',
    597                 'selector' => '{{WRAPPER}} .right-style',
     698                'selector' => '{{WRAPPER}} .dafe-testimonial-container',
    598699                'exclude' => [
    599700                    'image'
     
    601702            ]
    602703        );
     704        $this->add_group_control(
     705            Group_Control_Background::get_type(),
     706            [
     707                'name' => 'content_hvr_background',
     708                'selector' => '{{WRAPPER}} .dafe-testimonial-container:hover',
     709                'exclude' => [
     710                    'image'
     711                ]
     712            ]
     713        );
     714       
     715        $this->add_group_control(
     716            Group_Control_Box_Shadow::get_type(),
     717            [
     718                'label' => __( 'Container Shadow', 'definitive-addons-for-elementor' ),
     719                'name'     => 'dafe_container_shadow',
     720
     721                'selector' => '{{WRAPPER}} .dafe-testimonial-container',
     722            ]
     723        );
     724       
     725        $this->add_group_control(
     726            Group_Control_Box_Shadow::get_type(),
     727            [
     728                'label' => __( 'Container Hover Shadow', 'definitive-addons-for-elementor' ),
     729                'name'     => 'dafe_container_hvr_shadow',
     730
     731                'selector' => '{{WRAPPER}} .dafe-testimonial-container:hover',
     732            ]
     733        );
    603734       
    604735        $this->end_controls_section();
     
    641772                'label' => __( 'Arrow Background Color', 'definitive-addons-for-elementor' ),
    642773                'type' => Controls_Manager::COLOR,
    643                 'default' =>'#6EC1E4',
     774                'default' =>'#9FBDCA52',
    644775                'selectors' => [
    645776                    '{{WRAPPER}} .widget-testimonial-slide .slick-prev, {{WRAPPER}} .widget-testimonial-slide .slick-next' => 'background-color: {{VALUE}};',
     
    670801        $align = $this->get_settings_for_display('testimonial_alignment');
    671802        $title_tag = $this->get_settings_for_display('title_tag');
    672         $shadow_style = $this->get_settings_for_display('testimonial_bg_shadow_style');
     803       
    673804        $animation_speed = $this->get_settings_for_display('animation_speed');
    674805        $autoplay_speed = $this->get_settings_for_display('autoplay_speed');
     
    677808        $slidesToShow = $this->get_settings_for_display('slidesToShow');
    678809   
    679         if ($loop == 'yes' ){$loop = true;}
    680         if ($loop == 'no' ){$loop = false;}
    681         if ($autoplay == 'yes' ){$autoplay = true;}
    682         if ($autoplay == 'no' ){$autoplay = false;}
    683        
    684         $avatar_styles = '';
    685          $right_styles = '';
    686          $title_styles = '';
    687          
    688         if($align == "left"){
    689            
    690             $avatar_styles .= 'float:left;';
    691             $right_styles .= 'text-align:left;';
    692             $avatar_styles .= 'position:relative; ';
    693             $right_styles  .= 'position:relative; ';
    694             $avatar_styles .= 'margin-right:15px; ';
    695             $avatar_styles .= 'margin-left:50px; ';
    696            
    697             $right_styles  .= 'overflow:hidden; ';
    698             $right_styles  .= 'padding-left:5%; ';
    699             $right_styles  .= 'padding-right:10%; ';
    700            
    701         }
    702         if($align == "right"){
    703            
    704             $avatar_styles .= 'float:right; ';
    705             $right_styles .= 'text-align:right;';
    706             $avatar_styles .= 'position:relative; ';
    707             $right_styles  .= 'position:relative; ';
    708             $right_styles  .= 'padding-left:10%; ';
    709             $right_styles  .= 'padding-right:5%; ';
    710             $avatar_styles .= 'margin-left:15px; ';
    711             $avatar_styles .= 'margin-right:50px; ';
    712            
    713             $right_styles  .= 'overflow:hidden; ';
    714            
    715         }
    716        
    717         if($align == "center"){
    718              $avatar_styles .= 'float:none;margin-left:auto;margin-right:auto;';
    719           $avatar_styles .= 'text-align:center;';
    720          
    721           $right_styles .= 'text-align:center;';
    722          
    723             $right_styles  .= 'padding-left:10%; ';
    724             $right_styles  .= 'padding-right:10%; ';
    725            
    726         }
    727        
    728         if($align == "down"){
    729            
    730            $avatar_styles .= 'float:none;';
    731           $avatar_styles .= 'text-align:center;';
    732           $avatar_styles .= 'margin-top: 35px;';
    733           $right_styles .= 'text-align:center;';
    734          
    735           $right_styles .= 'padding-left:10%;';
    736           $right_styles .= 'padding-right:10%;';
    737          
    738           $reviewer_styles = 'margin-left: auto;margin-right: auto;';
    739         }
     810        if ($loop == 'yes' ){$loop = 'true';}
     811        if ($loop == 'no' ){$loop = 'false';}
     812        if ($autoplay == 'yes' ){$autoplay = 'true';}
     813        if ($autoplay == 'no' ){$autoplay = 'false';}
     814       
     815       
    740816     
    741817   
     
    753829        ] );
    754830   
     831   
    755832        ?>
    756833       
     
    761838            <?php foreach ( $settings['slick_slides'] as $slide ) {
    762839               
    763                 $slider_image = wp_get_attachment_image_url( $slide['image']['id'], $settings['thumbnail_size'] );
    764                 if ( empty( $slider_image) ) {
    765                     $slider_image = $slide['image']['url'];
    766                 }
     840                if (  $slide['link']['url'] ) {
     841                    $this->add_link_attributes( 'link', $slide['link'] );
     842                }
     843               
    767844                ?>
    768                 <div class="nl-testimonial-wrap <?php echo esc_attr($shadow_style); ?>" style="<?php echo esc_attr( $testimonial_style );  ?>">
    769            
    770                 <?php if (( $align  === 'left') || ($align  === 'right') || ($align  === 'center')){ ?>       
    771                 <div class="left-style">
    772                     <div class="avatar">
    773              
    774                      <?php if ($slider_image) { ?>
    775                      
    776                      <img class="reviewer-photo"  alt="<?php esc_attr_e('Author photo','definitive-addons-for-elementor') ?>" style="<?php echo esc_attr($avatar_styles) ?>"
    777                      src="<?php echo esc_url($slider_image) ?>" />
    778                    
    779                     <?php }  ?>
    780                     </div>
    781                                                            
    782                 </div>
    783                 <?php }  ?>
    784                 <div class="right-style" style="<?php echo esc_attr($right_styles); ?>">
     845                <div class="dafe-testimonial-container dafe-testimonial-image-align-<?php echo esc_attr( $align ); ?> dafe-vertical-align-middle">
     846
     847                    <div class="dafe-testimonial-inner-container">
     848                        <?php if (( $align  === 'left') || ($align  === 'right') || ($align  === 'top')) : ?>   
     849                            <figure class="dafe-testimonial-image">
     850                                <?php
     851                                $testimonial_image = Group_Control_Image_Size::get_attachment_image_html( $slide, 'thumbnail', 'image' );
     852                                if (  $slide['link']['url'] ) :
     853                                    $testimonial_image = '<a ' . $this->get_render_attribute_string( 'link' ) . '>' . $testimonial_image . '</a>';
     854                                endif;
     855                                echo wp_kses_post( $testimonial_image ); ?>
     856           
     857                            </figure>
     858                        <?php endif; ?>
     859                    <div class="dafe-testimonial-content">
     860                        <div class="dafe-testimonial-title">
     861                            <?php if ( $slide['name'] ) :  ?>
     862                                <span class="dafe-author-name"><?php echo esc_html( $slide['name'] ); ?></span>
     863                            <?php endif; ?>
     864                            <?php if ( $slide['title'] ) :  ?>
     865                                <span class="dafe-author-title"><?php echo esc_html( $slide['title'] ); ?></span>
     866                            <?php endif; ?>
     867                            <?php if ( $slide['organization'] ) :  ?>
     868                                <h5 class="dafe-author-organization"><?php echo esc_html( $slide['organization'] ); ?></h5>
     869                            <?php endif; ?>
     870                        </div>
     871                        <?php if ($slide['reviewer_text'] ){ ?>
     872                        <div class="dafe-testimonial-description">
     873                            <p>
     874                                <?php if ($settings['show_hide_quote'] == 'yes'){ ?>
     875                                    <blockquote class="speech"><i class="fa fa-quote-left"></i><?php echo esc_html( $slide['reviewer_text'] ); ?>
     876                                    </blockquote>
     877                                <?php
     878                                }  else {
     879                                   
     880                                echo esc_html( $slide['reviewer_text'] );
     881                            }
     882                            ?>
     883                            </p>
     884                        </div>
     885                        <?php } ?>
     886                    </div>
     887       
     888                        <?php if ( $align  === 'bottom') : ?>
     889                            <figure class="dafe-testimonial-image">
     890                            <?php
     891                                $testimonial_image = Group_Control_Image_Size::get_attachment_image_html( $slide, 'thumbnail', 'image' );
     892                                if (  $slide['link']['url'] ) :
     893                                    $testimonial_image = '<a ' . $this->get_render_attribute_string( 'link' ) . '>' . $testimonial_image . '</a>';
     894                                endif;
     895                                echo wp_kses_post( $testimonial_image );
     896                            ?>
     897                            </figure>
     898                        <?php endif; ?>
     899                    </div>
     900
     901                </div>
     902
    785903               
    786                     <<?php echo esc_attr($title_tag); ?> class="name-company"><?php echo esc_html($slide['name']); ?>
    787                    
    788                     <?php if($slide['organization']){ ?>
    789                     <?php $coma =', '; ?>
    790                     <?php echo esc_attr($coma); ?>
    791                     <span class="company"><?php echo esc_html($slide['organization']);?></span><?php } ?>
    792                    
    793                     </<?php echo esc_attr($title_tag); ?>>
    794                
    795                     <div class="author-txt">
    796                    
    797                     <blockquote class="speech"><i class="fa fa-quote-left"></i><?php echo esc_html($slide['reviewer_text']);?></blockquote> 
    798            
    799                     </div>
    800                 </div>
    801                      
    802                 <?php if ( $align  === 'down' ){ ?>       
    803                 <div class="left-style">
    804                     <div class="avatar"  style="<?php echo esc_attr($avatar_styles) ?>">
    805                    
    806                      <img class="reviewer-photo" style="<?php echo esc_attr($reviewer_styles) ?>" alt="<?php esc_attr_e('Author Photo','definitive-addons-for-elementor') ?>"
    807                     src="<?php echo esc_url($slider_image) ?>" />
    808                    
    809                     </div>
    810                                                            
    811                 </div>
    812                 <?php }  ?>
    813                  </div>   
    814     <?php }  ?>                 
    815                </div> <!--  end single post -->
    816        
    817         </div>
    818    
     904                <?php }  ?>                 
     905            </div> <!--  end single post -->
     906       
     907    </div>
    819908
    820909        <?php
    821        
    822        
     910
    823911    }
    824912   
  • definitive-addons-for-elementor/trunk/inc/Reuses/Reuse.php

    r2689901 r2691410  
    153153        }else{
    154154       
    155         return  $form_msg = __( 'No Form found. Create New form ', 'definitive-addons-for-elementor' ) .' <a href="'.admin_url( 'admin.php?page=wpforms-builder' ).'" target="_blank">'
     155        return  $form_msg = __( 'No Form found. Create New form ', 'definitive-addons-for-elementor' ) .' <a href="'.esc_url(admin_url( 'admin.php?page=wpforms-builder' )).'" target="_blank">'
    156156        . __( 'Click here', 'definitive-addons-for-elementor' ) .'</a>';
    157157        }
     
    192192        }else{
    193193       
    194         return  $cf7_msg = __( 'No Form found. Create New form ', 'definitive-addons-for-elementor' ) .' <a href="'.esc_attr(admin_url( 'admin.php?page=wpcf7-new' )).'" target="_blank">'
     194        return  $cf7_msg = __( 'No Form found. Create New form ', 'definitive-addons-for-elementor' ) .' <a href="'.esc_url(admin_url( 'admin.php?page=wpcf7-new' )).'" target="_blank">'
    195195        . __( 'Click here', 'definitive-addons-for-elementor' ) .'</a>';
    196196        }
  • definitive-addons-for-elementor/trunk/languages/definitive-addons-for-elementor.pot

    r2686404 r2691410  
    33msgstr ""
    44"Project-Id-Version: definitive-addons-for-elementor\n"
    5 "POT-Creation-Date: 2022-03-01 14:26+0600\n"
     5"POT-Creation-Date: 2022-03-09 17:29+0600\n"
    66"PO-Revision-Date: 2020-03-12 14:48+0600\n"
    77"Last-Translator: \n"
     
    5555msgstr ""
    5656
    57 #: inc/Elements/Accordion.php:62 inc/Elements/Feature_list.php:85
     57#: inc/Elements/Accordion.php:62 inc/Elements/Feature_list.php:87
    5858#: inc/Elements/Filterable_Portfolio.php:159
    59 #: inc/Elements/Post_Carousel.php:100 inc/Elements/Post_Grid.php:175
    60 #: inc/Elements/Slider.php:88 inc/Elements/Tabs.php:61
     59#: inc/Elements/Post_Carousel.php:100 inc/Elements/Post_Grid.php:178
     60#: inc/Elements/Slider.php:86 inc/Elements/Tabs.php:61
     61#: inc/Elements/Testimonial.php:116 inc/Elements/Testimonial_Slider.php:106
    6162msgid "Title"
    6263msgstr ""
     
    8283msgstr ""
    8384
    84 #: inc/Elements/Accordion.php:82 inc/Elements/CTA.php:148
    85 #: inc/Elements/CTA.php:150 inc/Elements/Creative_Button.php:93
    86 #: inc/Elements/Creative_Button.php:94 inc/Elements/Pricing_Table.php:246
    87 #: inc/Elements/Pricing_Table.php:248 inc/Elements/Slider.php:108
    88 #: inc/Elements/Slider.php:109 inc/Elements/Tabs.php:81
    89 #: inc/Elements/Teaser_Box.php:134
     85#: inc/Elements/Accordion.php:82 inc/Elements/CTA.php:151
     86#: inc/Elements/CTA.php:153 inc/Elements/Creative_Button.php:93
     87#: 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
    9091msgid "Button Text"
    9192msgstr ""
     
    9697msgstr ""
    9798
    98 #: inc/Elements/Accordion.php:95 inc/Elements/CTA.php:156
    99 #: inc/Elements/Creative_Button.php:101 inc/Elements/Pricing_Table.php:254
    100 #: inc/Elements/Tabs.php:94 inc/Elements/Teaser_Box.php:144
     99#: inc/Elements/Accordion.php:95 inc/Elements/CTA.php:159
     100#: inc/Elements/Creative_Button.php:101 inc/Elements/Pricing_Table.php:257
     101#: inc/Elements/Tabs.php:94 inc/Elements/Teaser_Box.php:194
    101102msgid "Button Link"
    102103msgstr ""
     
    155156#: inc/Elements/Accordion.php:244 inc/Elements/Category_List.php:412
    156157#: inc/Elements/Contact_form_7.php:255
    157 #: inc/Elements/Filterable_Portfolio.php:757 inc/Elements/Icon_Box.php:239
    158 #: inc/Elements/Ninja_Forms.php:273 inc/Elements/Post_Grid.php:561
    159 #: inc/Elements/Social_Icon.php:339 inc/Elements/Staff_Member.php:743
    160 #: inc/Elements/Tabs.php:201 inc/Elements/WpForm.php:260
     158#: inc/Elements/Filterable_Portfolio.php:757 inc/Elements/Icon_Box.php:236
     159#: inc/Elements/Ninja_Forms.php:273 inc/Elements/Post_Grid.php:580
     160#: inc/Elements/Social_Icon.php:339 inc/Elements/Staff_Member.php:741
     161#: inc/Elements/Tabs.php:201 inc/Elements/Teaser_Box.php:593
     162#: inc/Elements/WpForm.php:260
    161163msgid "Container Border Radius"
    162164msgstr ""
    163165
    164166#: inc/Elements/Accordion.php:256 inc/Elements/Category_List.php:371
    165 #: inc/Elements/Contact_form_7.php:211 inc/Elements/Icon_Box.php:265
    166 #: inc/Elements/Ninja_Forms.php:229 inc/Elements/Promo-box.php:272
    167 #: inc/Elements/Social_Icon.php:351 inc/Elements/Staff_Member.php:700
    168 #: inc/Elements/Tabs.php:213 inc/Elements/Teaser_Box.php:381
    169 #: inc/Elements/Testimonial.php:482 inc/Elements/WpForm.php:216
     167#: inc/Elements/Contact_form_7.php:211 inc/Elements/Icon_Box.php:262
     168#: inc/Elements/Ninja_Forms.php:229 inc/Elements/Promo-box.php:270
     169#: inc/Elements/Social_Icon.php:351 inc/Elements/Staff_Member.php:698
     170#: inc/Elements/Tabs.php:213 inc/Elements/Teaser_Box.php:552
     171#: inc/Elements/Testimonial.php:572 inc/Elements/Testimonial_Slider.php:678
     172#: inc/Elements/WpForm.php:216
    170173msgid "Container Padding"
    171174msgstr ""
     
    175178msgstr ""
    176179
    177 #: inc/Elements/Accordion.php:279 inc/Elements/CTA.php:405
     180#: inc/Elements/Accordion.php:279 inc/Elements/CTA.php:417
    178181#: inc/Elements/Category_Box.php:149 inc/Elements/Contact_form_7.php:290
    179 #: inc/Elements/Feature_list.php:370 inc/Elements/Filterable_Portfolio.php:486
    180 #: inc/Elements/Flip_Box.php:251 inc/Elements/Icon_Box.php:538
    181 #: inc/Elements/Image_Overlay.php:237 inc/Elements/Ninja_Forms.php:308
     182#: inc/Elements/Feature_list.php:384 inc/Elements/Filterable_Portfolio.php:486
     183#: inc/Elements/Flip_Box.php:303 inc/Elements/Icon_Box.php:535
     184#: inc/Elements/Image_Overlay.php:280 inc/Elements/Ninja_Forms.php:308
    182185#: inc/Elements/Popular_Post.php:88 inc/Elements/Post_Carousel.php:232
    183 #: inc/Elements/Post_Grid.php:299 inc/Elements/Products.php:230
    184 #: inc/Elements/Promo-box.php:221 inc/Elements/Slider.php:305
    185 #: inc/Elements/Tabs.php:245 inc/Elements/Teaser_Box.php:262
     186#: inc/Elements/Post_Grid.php:302 inc/Elements/Products.php:230
     187#: inc/Elements/Promo-box.php:219 inc/Elements/Slider.php:300
     188#: inc/Elements/Tabs.php:245 inc/Elements/Teaser_Box.php:312
     189#: inc/Elements/Testimonial.php:383 inc/Elements/Testimonial_Slider.php:489
    186190#: inc/Elements/WpForm.php:295 inc/Elements/heading-with-separator.php:162
    187191msgid "Title Color"
     
    193197msgstr ""
    194198
    195 #: inc/Elements/Accordion.php:302 inc/Elements/Category_Box.php:160
    196 #: inc/Elements/Filterable_Portfolio.php:497 inc/Elements/Flip_Box.php:262
    197 #: inc/Elements/Icon_Box.php:549 inc/Elements/Popular_Post.php:99
    198 #: inc/Elements/Post_Carousel.php:244 inc/Elements/Post_Grid.php:310
    199 #: inc/Elements/Promo-box.php:232 inc/Elements/Tabs.php:268
    200 #: inc/Elements/Teaser_Box.php:273 inc/Elements/heading-with-separator.php:185
     199#: inc/Elements/Accordion.php:302 inc/Elements/CTA.php:428
     200#: inc/Elements/Category_Box.php:160 inc/Elements/Feature_list.php:394
     201#: inc/Elements/Filterable_Portfolio.php:497 inc/Elements/Flip_Box.php:314
     202#: inc/Elements/Icon_Box.php:546 inc/Elements/Image_Overlay.php:292
     203#: inc/Elements/Popular_Post.php:99 inc/Elements/Post_Carousel.php:244
     204#: inc/Elements/Post_Grid.php:313 inc/Elements/Promo-box.php:230
     205#: inc/Elements/Tabs.php:268 inc/Elements/Teaser_Box.php:323
     206#: inc/Elements/heading-with-separator.php:185
    201207msgid "Title Hover Color"
    202208msgstr ""
    203209
    204 #: inc/Elements/Accordion.php:322 inc/Elements/Pricing_Table.php:391
     210#: inc/Elements/Accordion.php:322 inc/Elements/Pricing_Table.php:421
    205211#: inc/Elements/Tabs.php:288 inc/Elements/heading-with-separator.php:236
    206212msgid "Title Padding"
     
    213219#: inc/Elements/Accordion.php:378 inc/Elements/Accordion.php:436
    214220#: inc/Elements/Category_List.php:198 inc/Elements/Counter.php:169
    215 #: inc/Elements/Feature_list.php:166 inc/Elements/Icon_Box.php:326
    216 #: inc/Elements/Icon_List.php:214 inc/Elements/Pricing_Table.php:503
    217 #: inc/Elements/Social_Icon.php:477 inc/Elements/Staff_Member.php:521
     221#: inc/Elements/Feature_list.php:168 inc/Elements/Icon_Box.php:323
     222#: inc/Elements/Icon_List.php:212 inc/Elements/Pricing_Table.php:533
     223#: inc/Elements/Social_Icon.php:477 inc/Elements/Staff_Member.php:519
    218224#: inc/Elements/Tabs.php:329
    219225msgid "Size"
     
    221227
    222228#: inc/Elements/Accordion.php:399 inc/Elements/Accordion.php:458
    223 #: inc/Elements/CTA.php:294 inc/Elements/Category_List.php:221
    224 #: inc/Elements/Counter.php:230 inc/Elements/Creative_Button.php:342
    225 #: inc/Elements/Feature_list.php:229 inc/Elements/Icon_Box.php:414
    226 #: inc/Elements/Icon_List.php:236 inc/Elements/Pricing_Table.php:525
    227 #: inc/Elements/Staff_Member.php:585 inc/Elements/Tabs.php:352
     229#: inc/Elements/CTA.php:295 inc/Elements/Category_List.php:221
     230#: inc/Elements/Counter.php:230 inc/Elements/Creative_Button.php:340
     231#: inc/Elements/Feature_list.php:231 inc/Elements/Icon_Box.php:411
     232#: inc/Elements/Icon_List.php:234 inc/Elements/Pricing_Table.php:555
     233#: inc/Elements/Staff_Member.php:583 inc/Elements/Tabs.php:352
    228234msgid "Icon Color"
    229235msgstr ""
    230236
    231237#: inc/Elements/Accordion.php:411 inc/Elements/Accordion.php:470
    232 #: inc/Elements/CTA.php:317 inc/Elements/Category_List.php:233
    233 #: inc/Elements/Counter.php:257 inc/Elements/Creative_Button.php:354
    234 #: inc/Elements/Feature_list.php:241 inc/Elements/Icon_Box.php:426
    235 #: inc/Elements/Icon_List.php:248 inc/Elements/Pricing_Table.php:537
    236 #: inc/Elements/Staff_Member.php:597 inc/Elements/Tabs.php:364
     238#: inc/Elements/CTA.php:318 inc/Elements/Category_List.php:233
     239#: inc/Elements/Counter.php:257 inc/Elements/Creative_Button.php:352
     240#: inc/Elements/Feature_list.php:243 inc/Elements/Icon_Box.php:423
     241#: inc/Elements/Icon_List.php:246 inc/Elements/Pricing_Table.php:567
     242#: inc/Elements/Staff_Member.php:595 inc/Elements/Tabs.php:364
    237243msgid "Icon Hover Color"
    238244msgstr ""
     
    243249
    244250#: inc/Elements/Accordion.php:493 inc/Elements/Counter.php:468
    245 #: inc/Elements/Feature_list.php:324 inc/Elements/Image_Overlay.php:211
    246 #: inc/Elements/Post_Grid.php:530 inc/Elements/Tabs.php:481
    247 #: inc/Elements/Teaser_Box.php:348 inc/Elements/Testimonial_Slider.php:584
     251#: inc/Elements/Feature_list.php:327 inc/Elements/Post_Grid.php:549
     252#: inc/Elements/Tabs.php:481
    248253msgid "Content Padding"
    249254msgstr ""
     
    254259
    255260#: inc/Elements/Accordion.php:523 inc/Elements/Filterable_Portfolio.php:595
    256 #: inc/Elements/Post_Grid.php:409
     261#: inc/Elements/Post_Grid.php:430
    257262msgid "Content Color"
    258263msgstr ""
     
    264269#: inc/Elements/Accordion.php:572 inc/Elements/Post_Carousel.php:386
    265270#: inc/Elements/Social_Icon.php:549 inc/Elements/Tabs.php:560
    266 #: inc/Elements/Teaser_Box.php:205 inc/Elements/Testimonial.php:207
    267 #: inc/Elements/Testimonial_Slider.php:306
     271#: inc/Elements/Teaser_Box.php:255 inc/Elements/Testimonial.php:239
     272#: inc/Elements/Testimonial_Slider.php:346
    268273msgid "Border Radius"
    269274msgstr ""
     
    275280#: inc/Elements/Accordion.php:596 inc/Elements/Contact_form_7.php:701
    276281#: inc/Elements/Filterable_Portfolio.php:664 inc/Elements/Ninja_Forms.php:566
    277 #: inc/Elements/Post_Grid.php:475 inc/Elements/Tabs.php:584
    278 #: inc/Elements/Teaser_Box.php:428 inc/Elements/WpForm.php:606
     282#: inc/Elements/Post_Grid.php:494 inc/Elements/Tabs.php:584
     283#: inc/Elements/Teaser_Box.php:443 inc/Elements/WpForm.php:606
    279284msgid "Button Color"
    280285msgstr ""
    281286
    282 #: inc/Elements/Accordion.php:608 inc/Elements/CTA.php:515
    283 #: inc/Elements/Contact_form_7.php:712 inc/Elements/Creative_Button.php:213
     287#: inc/Elements/Accordion.php:608 inc/Elements/CTA.php:556
     288#: inc/Elements/Contact_form_7.php:712 inc/Elements/Creative_Button.php:211
    284289#: inc/Elements/Filterable_Portfolio.php:675 inc/Elements/Ninja_Forms.php:577
    285 #: inc/Elements/Post_Grid.php:485 inc/Elements/Pricing_Table.php:750
    286 #: inc/Elements/Slider.php:484 inc/Elements/Tabs.php:596
    287 #: inc/Elements/Teaser_Box.php:440 inc/Elements/WpForm.php:617
     290#: inc/Elements/Post_Grid.php:504 inc/Elements/Pricing_Table.php:780
     291#: inc/Elements/Slider.php:479 inc/Elements/Tabs.php:596
     292#: inc/Elements/Teaser_Box.php:455 inc/Elements/WpForm.php:617
    288293msgid "Button Background Color"
    289294msgstr ""
    290295
    291 #: inc/Elements/Accordion.php:620 inc/Elements/CTA.php:526
     296#: inc/Elements/Accordion.php:620 inc/Elements/CTA.php:567
    292297#: inc/Elements/Contact_form_7.php:722
    293298#: inc/Elements/Filterable_Portfolio.php:686 inc/Elements/Ninja_Forms.php:587
    294 #: inc/Elements/Post_Grid.php:495 inc/Elements/Pricing_Table.php:761
    295 #: inc/Elements/Slider.php:495 inc/Elements/Subscription.php:173
    296 #: inc/Elements/Tabs.php:608 inc/Elements/Teaser_Box.php:452
     299#: inc/Elements/Post_Grid.php:514 inc/Elements/Pricing_Table.php:791
     300#: inc/Elements/Slider.php:490 inc/Elements/Subscription.php:173
     301#: inc/Elements/Tabs.php:608 inc/Elements/Teaser_Box.php:467
    297302#: inc/Elements/WpForm.php:627
    298303msgid "Button Hover Color"
    299304msgstr ""
    300305
    301 #: inc/Elements/Accordion.php:632 inc/Elements/CTA.php:537
    302 #: inc/Elements/Contact_form_7.php:732 inc/Elements/Creative_Button.php:225
     306#: inc/Elements/Accordion.php:632 inc/Elements/CTA.php:578
     307#: inc/Elements/Contact_form_7.php:732 inc/Elements/Creative_Button.php:223
    303308#: inc/Elements/Filterable_Portfolio.php:697 inc/Elements/Ninja_Forms.php:597
    304 #: inc/Elements/Post_Grid.php:505 inc/Elements/Pricing_Table.php:772
    305 #: inc/Elements/Slider.php:506 inc/Elements/Subscription.php:195
    306 #: inc/Elements/Tabs.php:620 inc/Elements/Teaser_Box.php:464
     309#: inc/Elements/Post_Grid.php:524 inc/Elements/Pricing_Table.php:802
     310#: inc/Elements/Slider.php:501 inc/Elements/Subscription.php:195
     311#: inc/Elements/Tabs.php:620 inc/Elements/Teaser_Box.php:479
    307312#: inc/Elements/WpForm.php:637
    308313msgid "Button Hover Background Color"
     
    310315
    311316#: inc/Elements/Accordion.php:653 inc/Elements/Contact_form_7.php:751
    312 #: inc/Elements/Creative_Button.php:267 inc/Elements/Ninja_Forms.php:616
    313 #: inc/Elements/Tabs.php:641 inc/Elements/Teaser_Box.php:485
     317#: inc/Elements/Creative_Button.php:265 inc/Elements/Ninja_Forms.php:616
     318#: inc/Elements/Tabs.php:641 inc/Elements/Teaser_Box.php:500
    314319#: inc/Elements/WpForm.php:656
    315320msgid "Button Padding"
     
    320325msgstr ""
    321326
    322 #: inc/Elements/Accordion.php:693 inc/Elements/CTA.php:587
    323 #: inc/Elements/Contact_form_7.php:771 inc/Elements/Creative_Button.php:287
    324 #: inc/Elements/Ninja_Forms.php:636 inc/Elements/Pricing_Table.php:822
    325 #: inc/Elements/Slider.php:556 inc/Elements/Subscription.php:205
    326 #: inc/Elements/Tabs.php:681 inc/Elements/Teaser_Box.php:505
     327#: inc/Elements/Accordion.php:693 inc/Elements/CTA.php:628
     328#: inc/Elements/Contact_form_7.php:771 inc/Elements/Creative_Button.php:285
     329#: inc/Elements/Ninja_Forms.php:636 inc/Elements/Pricing_Table.php:852
     330#: inc/Elements/Slider.php:551 inc/Elements/Subscription.php:205
     331#: inc/Elements/Tabs.php:681 inc/Elements/Teaser_Box.php:520
    327332#: inc/Elements/WpForm.php:676
    328333msgid "Button Border Radius"
    329334msgstr ""
    330335
    331 #: inc/Elements/CTA.php:26
     336#: inc/Elements/CTA.php:29
    332337msgid "DA: Call to Action"
    333338msgstr ""
    334339
    335 #: inc/Elements/CTA.php:65
     340#: inc/Elements/CTA.php:68
    336341msgid "Call to Action"
    337342msgstr ""
    338343
    339 #: inc/Elements/CTA.php:75 inc/Elements/Creative_Button.php:76
    340 #: inc/Elements/Feature_list.php:69 inc/Elements/Icon_Box.php:75
     344#: inc/Elements/CTA.php:78 inc/Elements/Creative_Button.php:76
     345#: inc/Elements/Feature_list.php:71 inc/Elements/Icon_Box.php:74
    341346#: inc/Elements/Social_Icon.php:64
    342347msgid "Icon"
    343348msgstr ""
    344349
    345 #: inc/Elements/CTA.php:91
     350#: inc/Elements/CTA.php:94
    346351msgid "Call to Action Title"
    347352msgstr ""
    348353
    349 #: inc/Elements/CTA.php:93
     354#: inc/Elements/CTA.php:96
    350355msgid "Definitive Addons for Elementor."
    351356msgstr ""
    352357
    353 #: inc/Elements/CTA.php:100 inc/Elements/Contact_form_7.php:129
    354 #: inc/Elements/Flip_Box.php:74 inc/Elements/Icon_Box.php:111
    355 #: inc/Elements/Image_Overlay.php:102 inc/Elements/Ninja_Forms.php:147
    356 #: inc/Elements/Pricing_Table.php:77 inc/Elements/Products.php:70
    357 #: inc/Elements/Teaser_Box.php:88 inc/Elements/Testimonial.php:245
    358 #: inc/Elements/Testimonial_Slider.php:346 inc/Elements/WpForm.php:134
     358#: inc/Elements/CTA.php:103 inc/Elements/Contact_form_7.php:129
     359#: inc/Elements/Flip_Box.php:91 inc/Elements/Icon_Box.php:108
     360#: inc/Elements/Image_Overlay.php:122 inc/Elements/Ninja_Forms.php:147
     361#: inc/Elements/Pricing_Table.php:80 inc/Elements/Products.php:70
     362#: inc/Elements/Teaser_Box.php:105 inc/Elements/WpForm.php:134
    359363#: inc/Elements/heading-with-separator.php:79
    360364msgid "Title HTML Tag"
    361365msgstr ""
    362366
    363 #: inc/Elements/CTA.php:105 inc/Elements/Contact_form_7.php:134
    364 #: inc/Elements/Flip_Box.php:79 inc/Elements/Image_Overlay.php:107
    365 #: inc/Elements/Ninja_Forms.php:152 inc/Elements/Pricing_Table.php:82
     367#: inc/Elements/CTA.php:108 inc/Elements/Contact_form_7.php:134
     368#: inc/Elements/Flip_Box.php:96 inc/Elements/Image_Overlay.php:127
     369#: inc/Elements/Ninja_Forms.php:152 inc/Elements/Pricing_Table.php:85
    366370#: inc/Elements/Products.php:74 inc/Elements/Subscription.php:82
    367 #: inc/Elements/Teaser_Box.php:93 inc/Elements/Testimonial.php:250
    368 #: inc/Elements/Testimonial_Slider.php:351 inc/Elements/WpForm.php:139
     371#: inc/Elements/Teaser_Box.php:110 inc/Elements/WpForm.php:139
    369372#: inc/Elements/heading-with-separator.php:83
    370373msgid "H1"
    371374msgstr ""
    372375
    373 #: inc/Elements/CTA.php:109 inc/Elements/Contact_form_7.php:135
    374 #: inc/Elements/Flip_Box.php:83 inc/Elements/Image_Overlay.php:111
    375 #: inc/Elements/Ninja_Forms.php:153 inc/Elements/Pricing_Table.php:86
     376#: inc/Elements/CTA.php:112 inc/Elements/Contact_form_7.php:135
     377#: inc/Elements/Flip_Box.php:100 inc/Elements/Image_Overlay.php:131
     378#: inc/Elements/Ninja_Forms.php:153 inc/Elements/Pricing_Table.php:89
    376379#: inc/Elements/Products.php:75 inc/Elements/Subscription.php:83
    377 #: inc/Elements/Teaser_Box.php:97 inc/Elements/Testimonial.php:254
    378 #: inc/Elements/Testimonial_Slider.php:355 inc/Elements/WpForm.php:140
     380#: inc/Elements/Teaser_Box.php:114 inc/Elements/WpForm.php:140
    379381#: inc/Elements/heading-with-separator.php:84
    380382msgid "H2"
    381383msgstr ""
    382384
    383 #: inc/Elements/CTA.php:113 inc/Elements/Contact_form_7.php:136
    384 #: inc/Elements/Flip_Box.php:87 inc/Elements/Image_Overlay.php:115
    385 #: inc/Elements/Ninja_Forms.php:154 inc/Elements/Pricing_Table.php:90
     385#: inc/Elements/CTA.php:116 inc/Elements/Contact_form_7.php:136
     386#: inc/Elements/Flip_Box.php:104 inc/Elements/Image_Overlay.php:135
     387#: inc/Elements/Ninja_Forms.php:154 inc/Elements/Pricing_Table.php:93
    386388#: inc/Elements/Products.php:76 inc/Elements/Subscription.php:84
    387 #: inc/Elements/Teaser_Box.php:101 inc/Elements/Testimonial.php:258
    388 #: inc/Elements/Testimonial_Slider.php:359 inc/Elements/WpForm.php:141
     389#: inc/Elements/Teaser_Box.php:118 inc/Elements/WpForm.php:141
    389390#: inc/Elements/heading-with-separator.php:85
    390391msgid "H3"
    391392msgstr ""
    392393
    393 #: inc/Elements/CTA.php:117 inc/Elements/Contact_form_7.php:137
    394 #: inc/Elements/Flip_Box.php:91 inc/Elements/Image_Overlay.php:119
    395 #: inc/Elements/Ninja_Forms.php:155 inc/Elements/Pricing_Table.php:94
     394#: inc/Elements/CTA.php:120 inc/Elements/Contact_form_7.php:137
     395#: inc/Elements/Flip_Box.php:108 inc/Elements/Image_Overlay.php:139
     396#: inc/Elements/Ninja_Forms.php:155 inc/Elements/Pricing_Table.php:97
    396397#: inc/Elements/Products.php:77 inc/Elements/Subscription.php:85
    397 #: inc/Elements/Teaser_Box.php:105 inc/Elements/Testimonial.php:262
    398 #: inc/Elements/Testimonial_Slider.php:363 inc/Elements/WpForm.php:142
     398#: inc/Elements/Teaser_Box.php:122 inc/Elements/WpForm.php:142
    399399#: inc/Elements/heading-with-separator.php:86
    400400msgid "H4"
    401401msgstr ""
    402402
    403 #: inc/Elements/CTA.php:121 inc/Elements/Contact_form_7.php:138
    404 #: inc/Elements/Flip_Box.php:95 inc/Elements/Image_Overlay.php:123
    405 #: inc/Elements/Ninja_Forms.php:156 inc/Elements/Pricing_Table.php:98
     403#: inc/Elements/CTA.php:124 inc/Elements/Contact_form_7.php:138
     404#: inc/Elements/Flip_Box.php:112 inc/Elements/Image_Overlay.php:143
     405#: inc/Elements/Ninja_Forms.php:156 inc/Elements/Pricing_Table.php:101
    406406#: inc/Elements/Products.php:78 inc/Elements/Subscription.php:86
    407 #: inc/Elements/Teaser_Box.php:109 inc/Elements/Testimonial.php:266
    408 #: inc/Elements/Testimonial_Slider.php:367 inc/Elements/WpForm.php:143
     407#: inc/Elements/Teaser_Box.php:126 inc/Elements/WpForm.php:143
    409408#: inc/Elements/heading-with-separator.php:87
    410409msgid "H5"
    411410msgstr ""
    412411
    413 #: inc/Elements/CTA.php:125 inc/Elements/Contact_form_7.php:139
    414 #: inc/Elements/Flip_Box.php:99 inc/Elements/Image_Overlay.php:127
    415 #: inc/Elements/Ninja_Forms.php:157 inc/Elements/Pricing_Table.php:102
     412#: inc/Elements/CTA.php:128 inc/Elements/Contact_form_7.php:139
     413#: inc/Elements/Flip_Box.php:116 inc/Elements/Image_Overlay.php:147
     414#: inc/Elements/Ninja_Forms.php:157 inc/Elements/Pricing_Table.php:105
    416415#: inc/Elements/Products.php:79 inc/Elements/Subscription.php:87
    417 #: inc/Elements/Teaser_Box.php:113 inc/Elements/Testimonial.php:270
    418 #: inc/Elements/Testimonial_Slider.php:371 inc/Elements/WpForm.php:144
     416#: inc/Elements/Teaser_Box.php:130 inc/Elements/WpForm.php:144
    419417#: inc/Elements/heading-with-separator.php:88
    420418msgid "H6"
    421419msgstr ""
    422420
    423 #: inc/Elements/CTA.php:139
     421#: inc/Elements/CTA.php:142
    424422msgid "Call to Action Description"
    425423msgstr ""
    426424
    427 #: inc/Elements/CTA.php:141
     425#: inc/Elements/CTA.php:144
    428426msgid ""
    429427"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo "
     
    431429msgstr ""
    432430
    433 #: inc/Elements/CTA.php:169 inc/Elements/Creative_Button.php:312
    434 #: inc/Elements/Pricing_Table.php:267 inc/Elements/Slider.php:115
     431#: inc/Elements/CTA.php:170 inc/Elements/Creative_Button.php:310
     432#: inc/Elements/Pricing_Table.php:268 inc/Elements/Slider.php:113
    435433msgid "Button Icon"
    436434msgstr ""
    437435
    438 #: inc/Elements/CTA.php:189
     436#: inc/Elements/CTA.php:190
    439437msgid "Call to Action Style"
    440438msgstr ""
    441439
    442 #: inc/Elements/CTA.php:197
     440#: inc/Elements/CTA.php:198
    443441msgid "CTA Style"
    444442msgstr ""
    445443
    446 #: inc/Elements/CTA.php:203
     444#: inc/Elements/CTA.php:204
    447445msgid "Button Left - Icon Right"
    448446msgstr ""
    449447
    450 #: inc/Elements/CTA.php:208
     448#: inc/Elements/CTA.php:209
    451449msgid "Button Right - Icon Left"
    452450msgstr ""
    453451
    454 #: inc/Elements/CTA.php:222 inc/Elements/Icon_Box.php:318
     452#: inc/Elements/CTA.php:223 inc/Elements/Icon_Box.php:315
    455453msgid "Icon Style"
    456454msgstr ""
    457455
    458 #: inc/Elements/CTA.php:230 inc/Elements/Creative_Button.php:320
    459 #: inc/Elements/Slider.php:518
     456#: inc/Elements/CTA.php:231 inc/Elements/Creative_Button.php:318
     457#: inc/Elements/Slider.php:513
    460458msgid "Icon Size"
    461459msgstr ""
    462460
    463 #: inc/Elements/CTA.php:251 inc/Elements/Counter.php:190
    464 #: inc/Elements/Feature_list.php:187 inc/Elements/Icon_Box.php:347
    465 #: inc/Elements/Staff_Member.php:542
     461#: inc/Elements/CTA.php:252 inc/Elements/Counter.php:190
     462#: inc/Elements/Feature_list.php:189 inc/Elements/Icon_Box.php:344
     463#: inc/Elements/Staff_Member.php:540
    466464msgid "Icon Height"
    467465msgstr ""
    468466
    469 #: inc/Elements/CTA.php:272 inc/Elements/Counter.php:211
    470 #: inc/Elements/Feature_list.php:208 inc/Elements/Icon_Box.php:368
    471 #: inc/Elements/Staff_Member.php:564
     467#: inc/Elements/CTA.php:273 inc/Elements/Counter.php:211
     468#: inc/Elements/Feature_list.php:210 inc/Elements/Icon_Box.php:365
     469#: inc/Elements/Staff_Member.php:562
    472470msgid "Icon Width"
    473471msgstr ""
    474472
    475 #: inc/Elements/CTA.php:305 inc/Elements/Counter.php:244
     473#: inc/Elements/CTA.php:306 inc/Elements/Counter.php:244
     474#: inc/Elements/Feature_list.php:254
    476475msgid "Icon Background Color"
    477476msgstr ""
    478477
    479 #: inc/Elements/CTA.php:328 inc/Elements/Counter.php:268
    480 #: inc/Elements/Icon_Box.php:437
     478#: inc/Elements/CTA.php:329 inc/Elements/Counter.php:268
     479#: inc/Elements/Icon_Box.php:434
    481480msgid "Icon Hover Background Color"
    482481msgstr ""
    483482
    484 #: inc/Elements/CTA.php:350 inc/Elements/Counter.php:287
    485 #: inc/Elements/Feature_list.php:284 inc/Elements/Icon_Box.php:459
    486 #: inc/Elements/Staff_Member.php:638
     483#: inc/Elements/CTA.php:351 inc/Elements/Counter.php:287
     484#: inc/Elements/Feature_list.php:287 inc/Elements/Icon_Box.php:456
     485#: inc/Elements/Staff_Member.php:636
    487486msgid "Icon Border Radius"
    488487msgstr ""
    489488
    490 #: inc/Elements/CTA.php:362 inc/Elements/Creative_Button.php:377
    491 #: inc/Elements/Creative_Button.php:394 inc/Elements/Icon_List.php:300
    492 #: inc/Elements/Icon_List.php:315 inc/Elements/Pricing_Table.php:573
    493 #: inc/Elements/Pricing_Table.php:588
     489#: inc/Elements/CTA.php:363 inc/Elements/Staff_Member.php:648
     490msgid "Icon Border Hover Color"
     491msgstr ""
     492
     493#: inc/Elements/CTA.php:374 inc/Elements/Creative_Button.php:375
     494#: inc/Elements/Creative_Button.php:392 inc/Elements/Icon_List.php:298
     495#: inc/Elements/Icon_List.php:313 inc/Elements/Pricing_Table.php:603
     496#: inc/Elements/Pricing_Table.php:618
    494497msgid "Space between Icon & Text"
    495498msgstr ""
    496499
    497 #: inc/Elements/CTA.php:384
     500#: inc/Elements/CTA.php:396
    498501msgid "CTA Title"
    499502msgstr ""
    500503
    501 #: inc/Elements/CTA.php:393 inc/Elements/Contact_form_7.php:275
    502 #: inc/Elements/Feature_list.php:358 inc/Elements/Icon_Box.php:526
    503 #: inc/Elements/Ninja_Forms.php:293 inc/Elements/Slider.php:326
     504#: inc/Elements/CTA.php:405 inc/Elements/Contact_form_7.php:275
     505#: inc/Elements/Feature_list.php:372 inc/Elements/Icon_Box.php:523
     506#: inc/Elements/Ninja_Forms.php:293 inc/Elements/Slider.php:321
    504507#: inc/Elements/WpForm.php:280 inc/Elements/heading-with-separator.php:150
    505508msgid "Title Bottom Spacing"
    506509msgstr ""
    507510
    508 #: inc/Elements/CTA.php:427
     511#: inc/Elements/CTA.php:468
    509512msgid "CTA Description"
    510513msgstr ""
    511514
    512 #: inc/Elements/CTA.php:437 inc/Elements/Contact_form_7.php:336
    513 #: inc/Elements/Feature_list.php:414 inc/Elements/Icon_Box.php:615
    514 #: inc/Elements/Ninja_Forms.php:354 inc/Elements/Slider.php:341
    515 #: inc/Elements/Teaser_Box.php:316 inc/Elements/WpForm.php:342
     515#: inc/Elements/CTA.php:478 inc/Elements/Contact_form_7.php:336
     516#: inc/Elements/Feature_list.php:454 inc/Elements/Icon_Box.php:614
     517#: inc/Elements/Ninja_Forms.php:354 inc/Elements/Slider.php:336
     518#: inc/Elements/Teaser_Box.php:384 inc/Elements/WpForm.php:342
    516519msgid "Description Color"
    517520msgstr ""
    518521
    519 #: inc/Elements/CTA.php:460 inc/Elements/Pricing_Table.php:680
    520 #: inc/Elements/Slider.php:453
     522#: inc/Elements/CTA.php:501 inc/Elements/Pricing_Table.php:710
     523#: inc/Elements/Slider.php:448
    521524msgid "Button"
    522525msgstr ""
    523526
    524 #: inc/Elements/CTA.php:468
     527#: inc/Elements/CTA.php:509
    525528msgid "Space between Button & Text"
    526529msgstr ""
    527530
    528 #: inc/Elements/CTA.php:484 inc/Elements/Creative_Button.php:191
    529 #: inc/Elements/Pricing_Table.php:719
     531#: inc/Elements/CTA.php:525 inc/Elements/Creative_Button.php:189
     532#: inc/Elements/Pricing_Table.php:749
    530533msgid "Button Width"
    531534msgstr ""
    532535
    533 #: inc/Elements/CTA.php:504 inc/Elements/Pricing_Table.php:739
    534 #: inc/Elements/Slider.php:473 inc/Elements/Subscription.php:163
     536#: inc/Elements/CTA.php:545 inc/Elements/Pricing_Table.php:769
     537#: inc/Elements/Slider.php:468 inc/Elements/Subscription.php:163
    535538msgid "Button Text Color"
    536539msgstr ""
    537540
    538 #: inc/Elements/CTA.php:549 inc/Elements/Pricing_Table.php:784
     541#: inc/Elements/CTA.php:590 inc/Elements/Pricing_Table.php:814
    539542msgid "Button Icon Size"
    540543msgstr ""
    541544
    542 #: inc/Elements/CTA.php:602
    543 msgid "CTA Content"
    544 msgstr ""
    545 
    546 #: inc/Elements/CTA.php:610
     545#: inc/Elements/CTA.php:639 inc/Elements/Teaser_Box.php:531
     546msgid "Button Border Hover Color"
     547msgstr ""
     548
     549#: inc/Elements/CTA.php:651 inc/Elements/Creative_Button.php:411
     550#: inc/Elements/Pricing_Table.php:864
     551msgid "Button Shadow"
     552msgstr ""
     553
     554#: inc/Elements/CTA.php:661
     555msgid "Button Hover Shadow"
     556msgstr ""
     557
     558#: inc/Elements/CTA.php:673
     559msgid "CTA Container"
     560msgstr ""
     561
     562#: inc/Elements/CTA.php:681
    547563msgid "CTA Padding"
    548564msgstr ""
    549565
    550 #: inc/Elements/CTA.php:623
     566#: inc/Elements/CTA.php:694
    551567msgid "CTA Container Background Color"
     568msgstr ""
     569
     570#: inc/Elements/CTA.php:706
     571msgid "CTA Container Hover Background Color"
     572msgstr ""
     573
     574#: inc/Elements/CTA.php:718 inc/Elements/Flip_Box.php:456
     575#: inc/Elements/Icon_Box.php:276 inc/Elements/Post_Grid.php:604
     576#: inc/Elements/Pricing_Table.php:928 inc/Elements/Teaser_Box.php:616
     577#: inc/Elements/Testimonial.php:612 inc/Elements/Testimonial_Slider.php:718
     578msgid "Container Shadow"
     579msgstr ""
     580
     581#: inc/Elements/CTA.php:728 inc/Elements/Flip_Box.php:466
     582#: inc/Elements/Icon_Box.php:286 inc/Elements/Post_Grid.php:614
     583#: inc/Elements/Pricing_Table.php:938 inc/Elements/Teaser_Box.php:626
     584#: inc/Elements/Testimonial.php:622 inc/Elements/Testimonial_Slider.php:728
     585msgid "Container Hover Shadow"
    552586msgstr ""
    553587
     
    564598msgstr ""
    565599
    566 #: inc/Elements/Category_Box.php:81 inc/Elements/Promo-box.php:134
     600#: inc/Elements/Category_Box.php:81 inc/Elements/Promo-box.php:132
    567601msgid "Overlay Style"
    568602msgstr ""
    569603
    570604#: inc/Elements/Category_Box.php:90 inc/Elements/Filterable_Portfolio.php:387
    571 #: inc/Elements/Slider.php:292
     605#: inc/Elements/Slider.php:287
    572606msgid "Overlay Background Color"
    573607msgstr ""
    574608
    575 #: inc/Elements/Category_Box.php:101 inc/Elements/Promo-box.php:169
     609#: inc/Elements/Category_Box.php:101 inc/Elements/Image_Overlay.php:255
     610#: inc/Elements/Promo-box.php:167
    576611msgid "Overlay Background Hover Color"
    577612msgstr ""
    578613
    579 #: inc/Elements/Category_Box.php:112 inc/Elements/Promo-box.php:180
    580 #: inc/Elements/Slider.php:280
     614#: inc/Elements/Category_Box.php:112 inc/Elements/Image_Overlay.php:231
     615#: inc/Elements/Promo-box.php:178 inc/Elements/Slider.php:275
    581616msgid "Overlay Padding"
    582617msgstr ""
     
    602637msgstr ""
    603638
    604 #: inc/Elements/Category_Box.php:267
     639#: inc/Elements/Category_Box.php:267 inc/Elements/Image_Overlay.php:362
    605640msgid "Image Style"
    606641msgstr ""
     
    655690msgstr ""
    656691
    657 #: inc/Elements/Category_List.php:244 inc/Elements/Staff_Member.php:661
     692#: inc/Elements/Category_List.php:244 inc/Elements/Staff_Member.php:659
    658693msgid "Icon Right Spacing"
    659694msgstr ""
     
    680715
    681716#: inc/Elements/Category_List.php:335 inc/Elements/Counter.php:534
    682 #: inc/Elements/Icon_Box.php:388 inc/Elements/Staff_Member.php:766
     717#: inc/Elements/Icon_Box.php:385 inc/Elements/Staff_Member.php:764
    683718msgid "Rotate"
    684719msgstr ""
     
    692727msgstr ""
    693728
    694 #: inc/Elements/Category_List.php:394 inc/Elements/Promo-box.php:295
    695 #: inc/Elements/Staff_Member.php:724
     729#: inc/Elements/Category_List.php:394 inc/Elements/Promo-box.php:293
     730#: inc/Elements/Staff_Member.php:722
    696731msgid "Container Background Hover Color"
    697732msgstr ""
    698733
    699 #: inc/Elements/Category_List.php:423 inc/Elements/Staff_Member.php:755
     734#: inc/Elements/Category_List.php:423 inc/Elements/Staff_Member.php:753
     735#: inc/Elements/Teaser_Box.php:605
    700736msgid "Container Border Hover Color"
    701737msgstr ""
    702738
    703739#: inc/Elements/Category_List.php:433 inc/Elements/Counter.php:549
    704 #: inc/Elements/Promo-box.php:314 inc/Elements/Staff_Member.php:781
     740#: inc/Elements/Promo-box.php:312 inc/Elements/Staff_Member.php:779
    705741msgid "Container Box Shadow"
    706742msgstr ""
    707743
    708744#: inc/Elements/Category_List.php:443 inc/Elements/Counter.php:559
    709 #: inc/Elements/Promo-box.php:324 inc/Elements/Staff_Member.php:791
     745#: inc/Elements/Promo-box.php:322 inc/Elements/Staff_Member.php:789
    710746msgid "Container Hover Box Shadow"
    711747msgstr ""
     
    734770msgstr ""
    735771
    736 #: inc/Elements/Contact_form_7.php:103 inc/Elements/Ninja_Forms.php:108
     772#: inc/Elements/Contact_form_7.php:103 inc/Elements/Flip_Box.php:66
     773#: inc/Elements/Ninja_Forms.php:108 inc/Elements/Teaser_Box.php:82
    737774#: inc/Elements/WpForm.php:108
    738775msgid "Show/Hide Title"
     
    742779#: inc/Elements/Filterable_Portfolio.php:234
    743780#: inc/Elements/Filterable_Portfolio.php:247
    744 #: inc/Elements/Filterable_Portfolio.php:260 inc/Elements/Icon_Box.php:148
    745 #: inc/Elements/Image_Overlay.php:178 inc/Elements/Ninja_Forms.php:111
    746 #: inc/Elements/Ninja_Forms.php:124 inc/Elements/Ninja_Forms.php:169
    747 #: inc/Elements/Post_Carousel.php:152 inc/Elements/Post_Carousel.php:182
    748 #: inc/Elements/Post_Carousel.php:196 inc/Elements/Post_Grid.php:189
    749 #: inc/Elements/Post_Grid.php:202 inc/Elements/Post_Grid.php:214
    750 #: inc/Elements/Products.php:142 inc/Elements/Promo-box.php:119
    751 #: inc/Elements/Slider.php:192 inc/Elements/Slider.php:222
    752 #: inc/Elements/Slider.php:270 inc/Elements/Social_Icon.php:102
    753 #: inc/Elements/Social_Icon.php:129 inc/Elements/Staff_Member.php:151
    754 #: inc/Elements/Testimonial.php:153 inc/Elements/Testimonial_Slider.php:188
    755 #: inc/Elements/Testimonial_Slider.php:218 inc/Elements/WpForm.php:111
     781#: inc/Elements/Filterable_Portfolio.php:260 inc/Elements/Flip_Box.php:69
     782#: inc/Elements/Flip_Box.php:134 inc/Elements/Flip_Box.php:159
     783#: inc/Elements/Icon_Box.php:145 inc/Elements/Image_Overlay.php:98
     784#: inc/Elements/Ninja_Forms.php:111 inc/Elements/Ninja_Forms.php:124
     785#: inc/Elements/Ninja_Forms.php:169 inc/Elements/Post_Carousel.php:152
     786#: inc/Elements/Post_Carousel.php:182 inc/Elements/Post_Carousel.php:196
     787#: inc/Elements/Post_Grid.php:192 inc/Elements/Post_Grid.php:205
     788#: inc/Elements/Post_Grid.php:217 inc/Elements/Products.php:142
     789#: inc/Elements/Promo-box.php:117 inc/Elements/Slider.php:187
     790#: inc/Elements/Slider.php:217 inc/Elements/Slider.php:265
     791#: inc/Elements/Social_Icon.php:102 inc/Elements/Social_Icon.php:129
     792#: inc/Elements/Staff_Member.php:151 inc/Elements/Teaser_Box.php:85
     793#: inc/Elements/Teaser_Box.php:147 inc/Elements/Teaser_Box.php:172
     794#: inc/Elements/Testimonial.php:127 inc/Elements/Testimonial.php:185
     795#: inc/Elements/Testimonial_Slider.php:117
     796#: inc/Elements/Testimonial_Slider.php:195
     797#: inc/Elements/Testimonial_Slider.php:265
     798#: inc/Elements/Testimonial_Slider.php:295 inc/Elements/WpForm.php:111
    756799#: inc/Elements/WpForm.php:156 inc/Elements/heading-with-separator.php:99
    757800msgid "Yes"
     
    761804#: inc/Elements/Filterable_Portfolio.php:235
    762805#: inc/Elements/Filterable_Portfolio.php:248
    763 #: inc/Elements/Filterable_Portfolio.php:261 inc/Elements/Icon_Box.php:149
    764 #: inc/Elements/Image_Overlay.php:179 inc/Elements/Ninja_Forms.php:112
    765 #: inc/Elements/Ninja_Forms.php:125 inc/Elements/Ninja_Forms.php:170
    766 #: inc/Elements/Post_Carousel.php:153 inc/Elements/Post_Carousel.php:183
    767 #: inc/Elements/Post_Carousel.php:197 inc/Elements/Post_Grid.php:190
    768 #: inc/Elements/Post_Grid.php:203 inc/Elements/Post_Grid.php:215
    769 #: inc/Elements/Products.php:143 inc/Elements/Promo-box.php:120
    770 #: inc/Elements/Slider.php:193 inc/Elements/Slider.php:223
    771 #: inc/Elements/Slider.php:271 inc/Elements/Social_Icon.php:103
    772 #: inc/Elements/Social_Icon.php:130 inc/Elements/Staff_Member.php:152
    773 #: inc/Elements/Testimonial.php:154 inc/Elements/Testimonial_Slider.php:189
    774 #: inc/Elements/Testimonial_Slider.php:219 inc/Elements/WpForm.php:112
     806#: inc/Elements/Filterable_Portfolio.php:261 inc/Elements/Flip_Box.php:70
     807#: inc/Elements/Flip_Box.php:135 inc/Elements/Flip_Box.php:160
     808#: inc/Elements/Icon_Box.php:146 inc/Elements/Image_Overlay.php:99
     809#: inc/Elements/Ninja_Forms.php:112 inc/Elements/Ninja_Forms.php:125
     810#: inc/Elements/Ninja_Forms.php:170 inc/Elements/Post_Carousel.php:153
     811#: inc/Elements/Post_Carousel.php:183 inc/Elements/Post_Carousel.php:197
     812#: inc/Elements/Post_Grid.php:193 inc/Elements/Post_Grid.php:206
     813#: inc/Elements/Post_Grid.php:218 inc/Elements/Products.php:143
     814#: inc/Elements/Promo-box.php:118 inc/Elements/Slider.php:188
     815#: inc/Elements/Slider.php:218 inc/Elements/Slider.php:266
     816#: inc/Elements/Social_Icon.php:103 inc/Elements/Social_Icon.php:130
     817#: inc/Elements/Staff_Member.php:152 inc/Elements/Teaser_Box.php:86
     818#: inc/Elements/Teaser_Box.php:148 inc/Elements/Teaser_Box.php:173
     819#: inc/Elements/Testimonial.php:128 inc/Elements/Testimonial.php:186
     820#: inc/Elements/Testimonial_Slider.php:118
     821#: inc/Elements/Testimonial_Slider.php:196
     822#: inc/Elements/Testimonial_Slider.php:266
     823#: inc/Elements/Testimonial_Slider.php:296 inc/Elements/WpForm.php:112
    775824#: inc/Elements/WpForm.php:157 inc/Elements/heading-with-separator.php:100
    776825msgid "No"
     
    815864
    816865#: inc/Elements/Contact_form_7.php:179 inc/Elements/Counter.php:136
    817 #: inc/Elements/Creative_Button.php:121 inc/Elements/Creative_Button.php:148
    818 #: inc/Elements/Feature_list.php:133 inc/Elements/Filterable_Portfolio.php:195
     866#: inc/Elements/Creative_Button.php:119 inc/Elements/Creative_Button.php:146
     867#: inc/Elements/Feature_list.php:135 inc/Elements/Filterable_Portfolio.php:195
    819868#: inc/Elements/Filterable_Portfolio.php:279
    820 #: inc/Elements/Filterable_Portfolio.php:621 inc/Elements/Icon_Box.php:182
    821 #: inc/Elements/Icon_List.php:140 inc/Elements/Icon_List.php:167
    822 #: inc/Elements/Ninja_Forms.php:197 inc/Elements/Post_Grid.php:108
    823 #: inc/Elements/Post_Grid.php:435 inc/Elements/Pricing_Table.php:202
    824 #: inc/Elements/Pricing_Table.php:229 inc/Elements/Social_Icon.php:284
    825 #: inc/Elements/Staff_Member.php:236 inc/Elements/Subscription.php:112
    826 #: inc/Elements/Teaser_Box.php:164 inc/Elements/Testimonial.php:126
    827 #: inc/Elements/Testimonial_Slider.php:247 inc/Elements/Type.php:92
     869#: inc/Elements/Filterable_Portfolio.php:621 inc/Elements/Icon_Box.php:179
     870#: inc/Elements/Icon_List.php:138 inc/Elements/Icon_List.php:165
     871#: inc/Elements/Ninja_Forms.php:197 inc/Elements/Post_Grid.php:111
     872#: inc/Elements/Post_Grid.php:456 inc/Elements/Pricing_Table.php:205
     873#: inc/Elements/Pricing_Table.php:232 inc/Elements/Social_Icon.php:284
     874#: inc/Elements/Staff_Member.php:234 inc/Elements/Subscription.php:112
     875#: inc/Elements/Teaser_Box.php:215 inc/Elements/Type.php:92
    828876#: inc/Elements/Wording.php:140 inc/Elements/WpForm.php:184
    829877#: inc/Elements/heading-with-separator.php:115
     
    832880
    833881#: inc/Elements/Contact_form_7.php:183 inc/Elements/Counter.php:140
    834 #: inc/Elements/Creative_Button.php:125 inc/Elements/Feature_list.php:137
     882#: inc/Elements/Creative_Button.php:123 inc/Elements/Feature_list.php:139
    835883#: inc/Elements/Filterable_Portfolio.php:199
    836884#: inc/Elements/Filterable_Portfolio.php:283
    837 #: inc/Elements/Filterable_Portfolio.php:625 inc/Elements/Icon_Box.php:186
    838 #: inc/Elements/Icon_List.php:144 inc/Elements/Ninja_Forms.php:201
    839 #: inc/Elements/Post_Grid.php:112 inc/Elements/Post_Grid.php:439
    840 #: inc/Elements/Pricing_Table.php:206 inc/Elements/Social_Icon.php:288
    841 #: inc/Elements/Staff_Member.php:240 inc/Elements/Subscription.php:116
    842 #: inc/Elements/Teaser_Box.php:168 inc/Elements/Testimonial.php:130
    843 #: inc/Elements/Testimonial_Slider.php:251 inc/Elements/Type.php:96
     885#: inc/Elements/Filterable_Portfolio.php:625 inc/Elements/Icon_Box.php:183
     886#: inc/Elements/Icon_List.php:142 inc/Elements/Ninja_Forms.php:201
     887#: inc/Elements/Post_Grid.php:115 inc/Elements/Post_Grid.php:460
     888#: inc/Elements/Pricing_Table.php:209 inc/Elements/Social_Icon.php:288
     889#: inc/Elements/Staff_Member.php:238 inc/Elements/Subscription.php:116
     890#: inc/Elements/Teaser_Box.php:219 inc/Elements/Type.php:96
    844891#: inc/Elements/Wording.php:144 inc/Elements/WpForm.php:188
    845892#: inc/Elements/heading-with-separator.php:119
     
    848895
    849896#: inc/Elements/Contact_form_7.php:187 inc/Elements/Counter.php:144
    850 #: inc/Elements/Creative_Button.php:129 inc/Elements/Creative_Button.php:153
    851 #: inc/Elements/Feature_list.php:141 inc/Elements/Filterable_Portfolio.php:203
     897#: inc/Elements/Creative_Button.php:127 inc/Elements/Creative_Button.php:151
     898#: inc/Elements/Feature_list.php:143 inc/Elements/Filterable_Portfolio.php:203
    852899#: inc/Elements/Filterable_Portfolio.php:287
    853 #: inc/Elements/Filterable_Portfolio.php:629 inc/Elements/Icon_Box.php:190
    854 #: inc/Elements/Icon_List.php:148 inc/Elements/Icon_List.php:172
    855 #: inc/Elements/Ninja_Forms.php:205 inc/Elements/Post_Grid.php:116
    856 #: inc/Elements/Post_Grid.php:443 inc/Elements/Pricing_Table.php:210
    857 #: inc/Elements/Pricing_Table.php:234 inc/Elements/Social_Icon.php:292
    858 #: inc/Elements/Staff_Member.php:244 inc/Elements/Subscription.php:120
    859 #: inc/Elements/Teaser_Box.php:172 inc/Elements/Testimonial.php:134
    860 #: inc/Elements/Testimonial.php:138 inc/Elements/Testimonial_Slider.php:255
    861 #: inc/Elements/Type.php:100 inc/Elements/Wording.php:148
    862 #: inc/Elements/WpForm.php:192 inc/Elements/heading-with-separator.php:123
     900#: inc/Elements/Filterable_Portfolio.php:629 inc/Elements/Icon_Box.php:187
     901#: inc/Elements/Icon_List.php:146 inc/Elements/Icon_List.php:170
     902#: inc/Elements/Ninja_Forms.php:205 inc/Elements/Post_Grid.php:119
     903#: inc/Elements/Post_Grid.php:464 inc/Elements/Pricing_Table.php:213
     904#: inc/Elements/Pricing_Table.php:237 inc/Elements/Social_Icon.php:292
     905#: inc/Elements/Staff_Member.php:242 inc/Elements/Subscription.php:120
     906#: inc/Elements/Teaser_Box.php:223 inc/Elements/Type.php:100
     907#: inc/Elements/Wording.php:148 inc/Elements/WpForm.php:192
     908#: inc/Elements/heading-with-separator.php:123
    863909msgid "Right"
    864910msgstr ""
     
    875921
    876922#: inc/Elements/Contact_form_7.php:234 inc/Elements/Ninja_Forms.php:252
    877 #: inc/Elements/Promo-box.php:284 inc/Elements/WpForm.php:239
     923#: inc/Elements/Promo-box.php:282 inc/Elements/WpForm.php:239
    878924msgid "Container Background Color"
    879925msgstr ""
     
    889935msgstr ""
    890936
    891 #: inc/Elements/Contact_form_7.php:321 inc/Elements/Feature_list.php:402
    892 #: inc/Elements/Icon_Box.php:599 inc/Elements/Ninja_Forms.php:339
    893 #: inc/Elements/Slider.php:362 inc/Elements/WpForm.php:327
     937#: inc/Elements/Contact_form_7.php:321 inc/Elements/Feature_list.php:442
     938#: inc/Elements/Icon_Box.php:598 inc/Elements/Ninja_Forms.php:339
     939#: inc/Elements/Slider.php:357 inc/Elements/WpForm.php:327
    894940msgid "Description Bottom Spacing"
    895941msgstr ""
     
    9811027
    9821028#: inc/Elements/Contact_form_7.php:616 inc/Elements/Contact_form_7.php:632
    983 #: inc/Elements/Counter.php:118 inc/Elements/Icon_List.php:188
     1029#: inc/Elements/Counter.php:118 inc/Elements/Icon_List.php:186
    9841030#: inc/Elements/Skillbar.php:107 inc/Elements/Subscription.php:137
    9851031#: inc/Elements/Wording.php:107
     
    9881034
    9891035#: inc/Elements/Contact_form_7.php:617 inc/Elements/Contact_form_7.php:633
    990 #: inc/Elements/Counter.php:119 inc/Elements/Icon_List.php:189
     1036#: inc/Elements/Counter.php:119 inc/Elements/Icon_List.php:187
    9911037#: inc/Elements/Skillbar.php:108 inc/Elements/Subscription.php:138
    9921038#: inc/Elements/Wording.php:108
     
    10081054
    10091055#: inc/Elements/Contact_form_7.php:689 inc/Elements/Ninja_Forms.php:554
    1010 #: inc/Elements/Pricing_Table.php:703 inc/Elements/Teaser_Box.php:413
     1056#: inc/Elements/Pricing_Table.php:733 inc/Elements/Teaser_Box.php:428
    10111057#: inc/Elements/WpForm.php:594
    10121058msgid "Button Bottom Spacing"
     
    10411087msgstr ""
    10421088
    1043 #: inc/Elements/Counter.php:130 inc/Elements/Feature_list.php:127
    1044 #: inc/Elements/Icon_Box.php:176 inc/Elements/Social_Icon.php:278
    1045 #: inc/Elements/Staff_Member.php:230 inc/Elements/Subscription.php:106
    1046 #: inc/Elements/Teaser_Box.php:158 inc/Elements/Type.php:86
     1089#: inc/Elements/Counter.php:130 inc/Elements/Feature_list.php:129
     1090#: inc/Elements/Icon_Box.php:173 inc/Elements/Social_Icon.php:278
     1091#: inc/Elements/Staff_Member.php:228 inc/Elements/Subscription.php:106
     1092#: inc/Elements/Teaser_Box.php:209 inc/Elements/Type.php:86
    10471093#: inc/Elements/Wording.php:134 inc/Elements/heading-with-separator.php:109
    10481094msgid "Set Alignment"
     
    10531099msgstr ""
    10541100
    1055 #: inc/Elements/Counter.php:300 inc/Elements/Feature_list.php:296
    1056 #: inc/Elements/Icon_Box.php:492 inc/Elements/Staff_Member.php:674
     1101#: inc/Elements/Counter.php:300 inc/Elements/Feature_list.php:299
     1102#: inc/Elements/Icon_Box.php:489 inc/Elements/Staff_Member.php:672
    10571103msgid "Icon Bottom Spacing"
    10581104msgstr ""
     
    11101156msgstr ""
    11111157
    1112 #: inc/Elements/Creative_Button.php:115
     1158#: inc/Elements/Creative_Button.php:113
    11131159msgid "Button Align"
    11141160msgstr ""
    11151161
    1116 #: inc/Elements/Creative_Button.php:142 inc/Elements/Icon_List.php:161
    1117 #: inc/Elements/Pricing_Table.php:223
     1162#: inc/Elements/Creative_Button.php:140 inc/Elements/Icon_List.php:159
     1163#: inc/Elements/Pricing_Table.php:226
    11181164msgid "Icon Position"
    11191165msgstr ""
    11201166
    1121 #: inc/Elements/Creative_Button.php:165 inc/Elements/Social_Icon.php:572
     1167#: inc/Elements/Creative_Button.php:163 inc/Elements/Social_Icon.php:572
    11221168msgid "Button Hover Animation"
    11231169msgstr ""
    11241170
    1125 #: inc/Elements/Creative_Button.php:183
     1171#: inc/Elements/Creative_Button.php:181
    11261172msgid "Button & Text"
    11271173msgstr ""
    11281174
    1129 #: inc/Elements/Creative_Button.php:236 inc/Elements/Flip_Box.php:340
    1130 #: inc/Elements/Icon_List.php:343 inc/Elements/Pricing_Table.php:634
    1131 #: inc/Elements/Staff_Member.php:492 inc/Elements/Subscription.php:241
    1132 #: inc/Elements/Testimonial.php:294 inc/Elements/Testimonial.php:337
    1133 #: inc/Elements/Testimonial.php:380 inc/Elements/Testimonial_Slider.php:395
    1134 #: inc/Elements/Testimonial_Slider.php:438
    1135 #: inc/Elements/Testimonial_Slider.php:481
     1175#: inc/Elements/Creative_Button.php:234 inc/Elements/Flip_Box.php:403
     1176#: inc/Elements/Icon_List.php:341 inc/Elements/Pricing_Table.php:664
     1177#: inc/Elements/Staff_Member.php:490 inc/Elements/Subscription.php:241
     1178#: inc/Elements/Testimonial.php:466 inc/Elements/Testimonial_Slider.php:571
    11361179msgid "Text Color"
    11371180msgstr ""
    11381181
    1139 #: inc/Elements/Creative_Button.php:247 inc/Elements/Icon_List.php:353
    1140 #: inc/Elements/Pricing_Table.php:656
     1182#: inc/Elements/Creative_Button.php:245 inc/Elements/Icon_List.php:351
     1183#: inc/Elements/Pricing_Table.php:686
    11411184msgid "Text Hover Color"
    11421185msgstr ""
    11431186
    1144 #: inc/Elements/Creative_Button.php:299 inc/Elements/Icon_Box.php:253
     1187#: inc/Elements/Creative_Button.php:297 inc/Elements/Icon_Box.php:250
    11451188msgid "Border Hover Color"
    11461189msgstr ""
    11471190
    1148 #: inc/Elements/Creative_Button.php:368
     1191#: inc/Elements/Creative_Button.php:366
    11491192msgid "Button/Icon Spacing"
    11501193msgstr ""
    11511194
    1152 #: inc/Elements/Creative_Button.php:378
     1195#: inc/Elements/Creative_Button.php:376
    11531196msgid "You may need to chane button width"
    11541197msgstr ""
    11551198
    1156 #: inc/Elements/Creative_Button.php:413
    1157 msgid "Button Shadow"
    1158 msgstr ""
    1159 
    1160 #: inc/Elements/Feature_list.php:28
     1199#: inc/Elements/Feature_list.php:30
    11611200msgid "DA: Feature List"
    11621201msgstr ""
    11631202
    1164 #: inc/Elements/Feature_list.php:59
     1203#: inc/Elements/Feature_list.php:61
    11651204msgid "Feature List"
    11661205msgstr ""
    11671206
    1168 #: inc/Elements/Feature_list.php:86
     1207#: inc/Elements/Feature_list.php:88
    11691208msgid "I am feature title"
    11701209msgstr ""
    11711210
    1172 #: inc/Elements/Feature_list.php:95
     1211#: inc/Elements/Feature_list.php:97
    11731212msgid "Feature Description"
    11741213msgstr ""
    11751214
    1176 #: inc/Elements/Feature_list.php:96
     1215#: inc/Elements/Feature_list.php:98
    11771216msgid ""
    11781217"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod "
     
    11801219msgstr ""
    11811220
    1182 #: inc/Elements/Feature_list.php:104
     1221#: inc/Elements/Feature_list.php:106
    11831222msgid "Feature Item"
    11841223msgstr ""
    11851224
    1186 #: inc/Elements/Feature_list.php:158
     1225#: inc/Elements/Feature_list.php:160
    11871226msgid "Feature Icon"
    11881227msgstr ""
    11891228
    1190 #: inc/Elements/Feature_list.php:263 inc/Elements/Post_Carousel.php:365
    1191 #: inc/Elements/Products.php:299 inc/Elements/Slider.php:420
    1192 #: inc/Elements/Staff_Member.php:619 inc/Elements/Testimonial_Slider.php:653
     1229#: inc/Elements/Feature_list.php:266 inc/Elements/Post_Carousel.php:365
     1230#: inc/Elements/Pricing_Table.php:309 inc/Elements/Products.php:299
     1231#: inc/Elements/Slider.php:415 inc/Elements/Staff_Member.php:617
     1232#: inc/Elements/Testimonial_Slider.php:784
    11931233msgid "Hover Background Color"
    11941234msgstr ""
    11951235
    1196 #: inc/Elements/Feature_list.php:316
     1236#: inc/Elements/Feature_list.php:319
    11971237msgid "Feature List Content"
    11981238msgstr ""
    11991239
    1200 #: inc/Elements/Feature_list.php:349
     1240#: inc/Elements/Feature_list.php:350
     1241msgid "Content Hover Background Color"
     1242msgstr ""
     1243
     1244#: inc/Elements/Feature_list.php:363
    12011245msgid "Feature List Title"
    12021246msgstr ""
    12031247
    1204 #: inc/Elements/Feature_list.php:392
     1248#: inc/Elements/Feature_list.php:432
    12051249msgid "Feature List Description"
    12061250msgstr ""
     
    12151259
    12161260#: inc/Elements/Filterable_Portfolio.php:56 inc/Elements/Post_Carousel.php:51
    1217 #: inc/Elements/Post_Grid.php:52
     1261#: inc/Elements/Post_Grid.php:55
    12181262msgid "Number of Post"
    12191263msgstr ""
     
    12231267msgstr ""
    12241268
    1225 #: inc/Elements/Filterable_Portfolio.php:73 inc/Elements/Post_Grid.php:69
     1269#: inc/Elements/Filterable_Portfolio.php:73 inc/Elements/Post_Grid.php:72
    12261270msgid "One"
    12271271msgstr ""
    12281272
    1229 #: inc/Elements/Filterable_Portfolio.php:74 inc/Elements/Post_Grid.php:71
     1273#: inc/Elements/Filterable_Portfolio.php:74 inc/Elements/Post_Grid.php:74
    12301274msgid "Two"
    12311275msgstr ""
    12321276
    1233 #: inc/Elements/Filterable_Portfolio.php:75 inc/Elements/Post_Grid.php:73
     1277#: inc/Elements/Filterable_Portfolio.php:75 inc/Elements/Post_Grid.php:76
    12341278#: inc/Elements/Products.php:190
    12351279msgid "Three"
     
    12651309
    12661310#: inc/Elements/Filterable_Portfolio.php:110 inc/Elements/Popular_Post.php:51
    1267 #: inc/Elements/Post_Carousel.php:61 inc/Elements/Post_Grid.php:128
     1311#: inc/Elements/Post_Carousel.php:61 inc/Elements/Post_Grid.php:131
    12681312msgid "Post Categories"
    12691313msgstr ""
    12701314
    1271 #: inc/Elements/Filterable_Portfolio.php:121 inc/Elements/Post_Grid.php:138
     1315#: inc/Elements/Filterable_Portfolio.php:121 inc/Elements/Post_Grid.php:141
    12721316msgid "Exclude Categories"
    12731317msgstr ""
    12741318
    12751319#: inc/Elements/Filterable_Portfolio.php:133 inc/Elements/Post_Carousel.php:74
    1276 #: inc/Elements/Post_Grid.php:149
     1320#: inc/Elements/Post_Grid.php:152
    12771321msgid "Post Order"
    12781322msgstr ""
    12791323
    12801324#: inc/Elements/Filterable_Portfolio.php:138 inc/Elements/Post_Carousel.php:79
    1281 #: inc/Elements/Post_Grid.php:154 inc/Elements/Products.php:127
     1325#: inc/Elements/Post_Grid.php:157 inc/Elements/Products.php:127
    12821326msgid "ASC"
    12831327msgstr ""
    12841328
    12851329#: inc/Elements/Filterable_Portfolio.php:140 inc/Elements/Post_Carousel.php:81
    1286 #: inc/Elements/Post_Grid.php:156 inc/Elements/Products.php:129
     1330#: inc/Elements/Post_Grid.php:159 inc/Elements/Products.php:129
    12871331msgid "DESC"
    12881332msgstr ""
    12891333
    12901334#: inc/Elements/Filterable_Portfolio.php:152 inc/Elements/Post_Carousel.php:93
    1291 #: inc/Elements/Post_Grid.php:168
     1335#: inc/Elements/Post_Grid.php:171
    12921336msgid "Post Order By"
    12931337msgstr ""
    12941338
    12951339#: inc/Elements/Filterable_Portfolio.php:157 inc/Elements/Post_Carousel.php:98
    1296 #: inc/Elements/Post_Grid.php:173 inc/Elements/Products.php:108
     1340#: inc/Elements/Post_Grid.php:176 inc/Elements/Products.php:108
    12971341msgid "Date"
    12981342msgstr ""
     
    13261370msgstr ""
    13271371
    1328 #: inc/Elements/Filterable_Portfolio.php:221 inc/Elements/Teaser_Box.php:137
     1372#: inc/Elements/Filterable_Portfolio.php:221 inc/Elements/Teaser_Box.php:187
    13291373#: inc/Reuses/Reuse.php:24
    13301374msgid "Read More"
     
    13391383msgstr ""
    13401384
    1341 #: inc/Elements/Filterable_Portfolio.php:257 inc/Elements/Post_Grid.php:186
     1385#: inc/Elements/Filterable_Portfolio.php:257 inc/Elements/Post_Grid.php:189
    13421386msgid "Enable Excerpt?"
    13431387msgstr ""
     
    13531397#: inc/Elements/Filterable_Portfolio.php:322
    13541398#: inc/Elements/Filterable_Portfolio.php:463
    1355 #: inc/Elements/Filterable_Portfolio.php:533 inc/Elements/Flip_Box.php:236
    1356 #: inc/Elements/Flip_Box.php:293 inc/Elements/Popular_Post.php:76
     1399#: inc/Elements/Filterable_Portfolio.php:533 inc/Elements/Flip_Box.php:288
     1400#: inc/Elements/Flip_Box.php:361 inc/Elements/Popular_Post.php:76
    13571401#: inc/Elements/Post_Carousel.php:220 inc/Elements/Post_Carousel.php:274
    1358 #: inc/Elements/Post_Grid.php:287 inc/Elements/Post_Grid.php:341
    1359 #: inc/Elements/Products.php:218 inc/Elements/Slider.php:461
    1360 #: inc/Elements/Teaser_Box.php:247 inc/Elements/Teaser_Box.php:304
    1361 #: inc/Elements/Testimonial.php:218 inc/Elements/Testimonial.php:282
    1362 #: inc/Elements/Testimonial_Slider.php:319
    1363 #: inc/Elements/Testimonial_Slider.php:383
     1402#: inc/Elements/Post_Grid.php:290 inc/Elements/Post_Grid.php:362
     1403#: inc/Elements/Products.php:218 inc/Elements/Slider.php:456
     1404#: inc/Elements/Teaser_Box.php:297 inc/Elements/Teaser_Box.php:372
     1405#: inc/Elements/Testimonial.php:285 inc/Elements/Testimonial.php:328
     1406#: inc/Elements/Testimonial_Slider.php:392
     1407#: inc/Elements/Testimonial_Slider.php:434
    13641408msgid "Bottom Spacing"
    13651409msgstr ""
     
    13771421msgstr ""
    13781422
    1379 #: inc/Elements/Filterable_Portfolio.php:379 inc/Elements/Image_Overlay.php:59
     1423#: inc/Elements/Filterable_Portfolio.php:379 inc/Elements/Image_Overlay.php:62
    13801424msgid "Image Overlay"
    13811425msgstr ""
     
    13941438
    13951439#: inc/Elements/Filterable_Portfolio.php:454 inc/Elements/Popular_Post.php:67
    1396 #: inc/Elements/Post_Carousel.php:211 inc/Elements/Post_Grid.php:278
     1440#: inc/Elements/Post_Carousel.php:211 inc/Elements/Post_Grid.php:281
    13971441msgid "Blog Post Title"
    13981442msgstr ""
     
    14031447
    14041448#: inc/Elements/Filterable_Portfolio.php:519
    1405 #: inc/Elements/Post_Carousel.php:266 inc/Elements/Post_Grid.php:332
     1449#: inc/Elements/Post_Carousel.php:266 inc/Elements/Post_Grid.php:353
    14061450msgid "Blog Post Meta"
    14071451msgstr ""
    14081452
    14091453#: inc/Elements/Filterable_Portfolio.php:545
    1410 #: inc/Elements/Post_Carousel.php:289 inc/Elements/Post_Grid.php:353
     1454#: inc/Elements/Post_Carousel.php:289 inc/Elements/Post_Grid.php:374
    14111455msgid "Meta Color"
    14121456msgstr ""
    14131457
    1414 #: inc/Elements/Filterable_Portfolio.php:570 inc/Elements/Post_Grid.php:388
     1458#: inc/Elements/Filterable_Portfolio.php:570 inc/Elements/Post_Grid.php:409
    14151459msgid "Blog Post Text"
    14161460msgstr ""
    14171461
    1418 #: inc/Elements/Filterable_Portfolio.php:583 inc/Elements/Post_Grid.php:397
     1462#: inc/Elements/Filterable_Portfolio.php:583 inc/Elements/Post_Grid.php:418
    14191463msgid "Content Bottom Spacing"
    14201464msgstr ""
    14211465
    1422 #: inc/Elements/Filterable_Portfolio.php:615 inc/Elements/Post_Grid.php:429
     1466#: inc/Elements/Filterable_Portfolio.php:615 inc/Elements/Post_Grid.php:450
    14231467msgid "Text Align"
    14241468msgstr ""
    14251469
    1426 #: inc/Elements/Filterable_Portfolio.php:633 inc/Elements/Post_Grid.php:447
     1470#: inc/Elements/Filterable_Portfolio.php:633 inc/Elements/Post_Grid.php:468
    14271471msgid "Justify"
    14281472msgstr ""
    14291473
    1430 #: inc/Elements/Filterable_Portfolio.php:651 inc/Elements/Post_Grid.php:465
     1474#: inc/Elements/Filterable_Portfolio.php:651 inc/Elements/Post_Grid.php:484
    14311475msgid "Blog Read More Button"
    14321476msgstr ""
     
    14401484msgstr ""
    14411485
    1442 #: inc/Elements/Filterable_Portfolio.php:801
     1486#: inc/Elements/Filterable_Portfolio.php:800
    14431487msgid "All"
    14441488msgstr ""
    14451489
    1446 #: inc/Elements/Filterable_Portfolio.php:902 inc/Elements/Post_Grid.php:755
     1490#: inc/Elements/Filterable_Portfolio.php:902 inc/Elements/Post_Grid.php:805
    14471491#, php-format
    14481492msgid "Continue reading%s"
    14491493msgstr ""
    14501494
    1451 #: inc/Elements/Filterable_Portfolio.php:911 inc/Elements/Post_Grid.php:765
     1495#: inc/Elements/Filterable_Portfolio.php:911 inc/Elements/Post_Grid.php:815
    14521496msgid ", "
    14531497msgstr ""
    14541498
    1455 #: inc/Elements/Filterable_Portfolio.php:913 inc/Elements/Post_Grid.php:767
     1499#: inc/Elements/Filterable_Portfolio.php:913 inc/Elements/Post_Grid.php:817
    14561500#, php-format
    14571501msgid "Tagged %1$s"
    14581502msgstr ""
    14591503
    1460 #: inc/Elements/Flip_Box.php:26
     1504#: inc/Elements/Flip_Box.php:29
    14611505msgid "DA: Flip Box"
    14621506msgstr ""
    14631507
    1464 #: inc/Elements/Flip_Box.php:44
     1508#: inc/Elements/Flip_Box.php:47
    14651509msgid "Flip Box"
    14661510msgstr ""
    14671511
    1468 #: inc/Elements/Flip_Box.php:52 inc/Elements/Teaser_Box.php:56
     1512#: inc/Elements/Flip_Box.php:55 inc/Elements/Teaser_Box.php:59
    14691513msgid "Upload Image"
    14701514msgstr ""
    14711515
    1472 #: inc/Elements/Flip_Box.php:66 inc/Elements/Flip_Box.php:227
     1516#: inc/Elements/Flip_Box.php:79 inc/Elements/Flip_Box.php:279
    14731517msgid "Flip Box Title"
    14741518msgstr ""
    14751519
    1476 #: inc/Elements/Flip_Box.php:68 inc/Elements/Staff_Member.php:110
    1477 #: inc/Elements/Teaser_Box.php:82 inc/Elements/Testimonial.php:94
    1478 #: inc/Elements/Testimonial_Slider.php:86
     1520#: inc/Elements/Flip_Box.php:84 inc/Elements/Staff_Member.php:110
     1521#: inc/Elements/Teaser_Box.php:99 inc/Elements/Testimonial.php:107
     1522#: inc/Elements/Testimonial_Slider.php:97
    14791523msgid "John Doe"
    14801524msgstr ""
    14811525
    1482 #: inc/Elements/Flip_Box.php:111 inc/Elements/Slider.php:98
     1526#: inc/Elements/Flip_Box.php:131
     1527msgid "Show/Hide Sub Title"
     1528msgstr ""
     1529
     1530#: inc/Elements/Flip_Box.php:144 inc/Elements/Slider.php:96
    14831531msgid "Sub Title"
    14841532msgstr ""
    14851533
    1486 #: inc/Elements/Flip_Box.php:113
     1534#: inc/Elements/Flip_Box.php:149
    14871535msgid "Add subtitle or leave it blank."
    14881536msgstr ""
    14891537
    1490 #: inc/Elements/Flip_Box.php:120 inc/Elements/Flip_Box.php:329
     1538#: inc/Elements/Flip_Box.php:156 inc/Elements/Teaser_Box.php:144
     1539msgid "Show/Hide Text"
     1540msgstr ""
     1541
     1542#: inc/Elements/Flip_Box.php:169 inc/Elements/Flip_Box.php:395
    14911543msgid "Flip Box Text"
    14921544msgstr ""
    14931545
    1494 #: inc/Elements/Flip_Box.php:122
     1546#: inc/Elements/Flip_Box.php:174
    14951547msgid "Add flip-box text here or leave it blank."
    14961548msgstr ""
    14971549
    1498 #: inc/Elements/Flip_Box.php:135
     1550#: inc/Elements/Flip_Box.php:187
    14991551msgid "Flip Box Size"
    15001552msgstr ""
    15011553
    1502 #: inc/Elements/Flip_Box.php:143
     1554#: inc/Elements/Flip_Box.php:195
    15031555msgid "Flip Box Width"
    15041556msgstr ""
    15051557
    1506 #: inc/Elements/Flip_Box.php:164
     1558#: inc/Elements/Flip_Box.php:216
    15071559msgid "Flip Box Height"
    15081560msgstr ""
    15091561
    1510 #: inc/Elements/Flip_Box.php:184
     1562#: inc/Elements/Flip_Box.php:236
    15111563msgid "Flip Box Image Width"
    15121564msgstr ""
    15131565
    1514 #: inc/Elements/Flip_Box.php:205
     1566#: inc/Elements/Flip_Box.php:257
    15151567msgid "Flip Box Image Height"
    15161568msgstr ""
    15171569
    1518 #: inc/Elements/Flip_Box.php:284
     1570#: inc/Elements/Flip_Box.php:352
    15191571msgid "Flip Box Subtitle"
    15201572msgstr ""
    15211573
    1522 #: inc/Elements/Flip_Box.php:305
     1574#: inc/Elements/Flip_Box.php:373
    15231575msgid "Subtitle Color"
    15241576msgstr ""
    15251577
    1526 #: inc/Elements/Flip_Box.php:364
    1527 msgid "Flip Box Content"
    1528 msgstr ""
    1529 
    1530 #: inc/Elements/Flip_Box.php:404
     1578#: inc/Elements/Flip_Box.php:427
     1579msgid "Flip Box Container"
     1580msgstr ""
     1581
     1582#: inc/Elements/Flip_Box.php:446 inc/Elements/Post_Grid.php:592
     1583#: inc/Elements/Pricing_Table.php:897 inc/Elements/Teaser_Box.php:575
     1584msgid "Container Hover Background Color"
     1585msgstr ""
     1586
     1587#: inc/Elements/Flip_Box.php:497
    15311588msgid "Avatar"
    15321589msgstr ""
    15331590
    1534 #: inc/Elements/Icon_Box.php:31
     1591#: inc/Elements/Icon_Box.php:30
    15351592msgid "DA: Icon Box"
    15361593msgstr ""
    15371594
    1538 #: inc/Elements/Icon_Box.php:65
     1595#: inc/Elements/Icon_Box.php:64
    15391596msgid "Icon Box"
    15401597msgstr ""
    15411598
    1542 #: inc/Elements/Icon_Box.php:88
     1599#: inc/Elements/Icon_Box.php:87
    15431600msgid "Icon Link"
    15441601msgstr ""
    15451602
    1546 #: inc/Elements/Icon_Box.php:91 inc/Elements/Promo-box.php:84
     1603#: inc/Elements/Icon_Box.php:90 inc/Elements/Image_Overlay.php:165
     1604#: inc/Elements/Promo-box.php:84 inc/Elements/Slider.php:76
     1605#: inc/Elements/Teaser_Box.php:200
    15471606msgid "https://softfirm.net/"
    15481607msgstr ""
    15491608
    1550 #: inc/Elements/Icon_Box.php:102 inc/Elements/Icon_Box.php:517
     1609#: inc/Elements/Icon_Box.php:99 inc/Elements/Icon_Box.php:514
    15511610msgid "Icon Box Title"
    15521611msgstr ""
    15531612
    1554 #: inc/Elements/Icon_Box.php:104
     1613#: inc/Elements/Icon_Box.php:101
    15551614msgid "I am Icon Title."
    15561615msgstr ""
    15571616
    1558 #: inc/Elements/Icon_Box.php:135
     1617#: inc/Elements/Icon_Box.php:132
    15591618msgid "Icon Box Text"
    15601619msgstr ""
    15611620
    1562 #: inc/Elements/Icon_Box.php:137
     1621#: inc/Elements/Icon_Box.php:134
    15631622msgid "Add Icon text here or leave it blank."
    15641623msgstr ""
    15651624
    1566 #: inc/Elements/Icon_Box.php:145
     1625#: inc/Elements/Icon_Box.php:142
    15671626msgid "Enable Link on Text?"
    15681627msgstr ""
    15691628
    1570 #: inc/Elements/Icon_Box.php:168
     1629#: inc/Elements/Icon_Box.php:165
    15711630msgid "Icon_Box Item Style"
    15721631msgstr ""
    15731632
    1574 #: inc/Elements/Icon_Box.php:202 inc/Elements/Social_Icon.php:168
     1633#: inc/Elements/Icon_Box.php:199 inc/Elements/Social_Icon.php:168
    15751634#: inc/Elements/Social_Icon.php:215 inc/Elements/Social_Icon.php:319
    15761635#: inc/Elements/Social_Icon.php:403 inc/Elements/Social_Icon.php:451
     
    15781637msgstr ""
    15791638
    1580 #: inc/Elements/Icon_Box.php:219
     1639#: inc/Elements/Icon_Box.php:216
    15811640msgid "Background Hover Color"
    15821641msgstr ""
    15831642
    1584 #: inc/Elements/Icon_Box.php:279
    1585 msgid "Container Shadow"
    1586 msgstr ""
    1587 
    1588 #: inc/Elements/Icon_Box.php:289
    1589 msgid "Container Hover Shadow"
    1590 msgstr ""
    1591 
    1592 #: inc/Elements/Icon_Box.php:301 inc/Elements/Icon_Box.php:482
     1643#: inc/Elements/Icon_Box.php:298 inc/Elements/Icon_Box.php:479
    15931644msgid "Icon Hover Animation"
    15941645msgstr ""
    15951646
    1596 #: inc/Elements/Icon_Box.php:591
     1647#: inc/Elements/Icon_Box.php:590
    15971648msgid "Icon Box Description"
    15981649msgstr ""
     
    16061657msgstr ""
    16071658
    1608 #: inc/Elements/Icon_List.php:75 inc/Elements/Icon_List.php:206
    1609 #: inc/Elements/Pricing_Table.php:145 inc/Elements/Pricing_Table.php:495
     1659#: inc/Elements/Icon_List.php:75 inc/Elements/Icon_List.php:204
     1660#: inc/Elements/Pricing_Table.php:148 inc/Elements/Pricing_Table.php:525
    16101661msgid "List Icon"
    16111662msgstr ""
     
    16231674msgstr ""
    16241675
    1625 #: inc/Elements/Icon_List.php:111
     1676#: inc/Elements/Icon_List.php:109
    16261677msgid "Icon List Item"
    16271678msgstr ""
    16281679
    1629 #: inc/Elements/Icon_List.php:134
     1680#: inc/Elements/Icon_List.php:132
    16301681msgid "Icon List Align"
    16311682msgstr ""
    16321683
    1633 #: inc/Elements/Icon_List.php:184
     1684#: inc/Elements/Icon_List.php:182
    16341685msgid "Icon List Layout"
    16351686msgstr ""
    16361687
    1637 #: inc/Elements/Icon_List.php:262
     1688#: inc/Elements/Icon_List.php:260
    16381689msgid "Icon List Spacing"
    16391690msgstr ""
    16401691
    1641 #: inc/Elements/Icon_List.php:270
     1692#: inc/Elements/Icon_List.php:268
    16421693msgid "Icon List Bottom Spacing"
    16431694msgstr ""
    16441695
    1645 #: inc/Elements/Icon_List.php:285
     1696#: inc/Elements/Icon_List.php:283
    16461697msgid "Icon List Right Spacing"
    16471698msgstr ""
    16481699
    1649 #: inc/Elements/Icon_List.php:334
     1700#: inc/Elements/Icon_List.php:332
    16501701msgid "Icon List Text"
    16511702msgstr ""
    16521703
    1653 #: inc/Elements/Icon_List.php:375
     1704#: inc/Elements/Icon_List.php:373
    16541705msgid "Icon List Content"
    16551706msgstr ""
    16561707
    1657 #: inc/Elements/Image_Overlay.php:26
     1708#: inc/Elements/Image_Overlay.php:29
    16581709msgid "DA: Image Overlay"
    16591710msgstr ""
    16601711
    1661 #: inc/Elements/Image_Overlay.php:68 inc/Elements/Post_Grid.php:229
     1712#: inc/Elements/Image_Overlay.php:71 inc/Elements/Post_Grid.php:232
    16621713#: inc/Elements/Promo-box.php:71 inc/Elements/Slider.php:63
    1663 #: inc/Elements/Staff_Member.php:75 inc/Elements/Teaser_Box.php:187
    1664 #: inc/Elements/Testimonial.php:69 inc/Elements/Testimonial_Slider.php:71
     1714#: inc/Elements/Staff_Member.php:75 inc/Elements/Teaser_Box.php:239
     1715#: inc/Elements/Testimonial.php:72 inc/Elements/Testimonial_Slider.php:74
    16651716msgid "Image"
    16661717msgstr ""
    16671718
    1668 #: inc/Elements/Image_Overlay.php:94
     1719#: inc/Elements/Image_Overlay.php:95 inc/Elements/Slider.php:262
     1720msgid "Show/Hide Overlay"
     1721msgstr ""
     1722
     1723#: inc/Elements/Image_Overlay.php:114
    16691724msgid "Overlay Title"
    16701725msgstr ""
    16711726
    1672 #: inc/Elements/Image_Overlay.php:95
     1727#: inc/Elements/Image_Overlay.php:115
    16731728msgid "I am Overlay Title"
    16741729msgstr ""
    16751730
    1676 #: inc/Elements/Image_Overlay.php:139 inc/Elements/Slider.php:73
    1677 #: inc/Elements/Social_Icon.php:82
     1731#: inc/Elements/Image_Overlay.php:162 inc/Elements/Slider.php:73
     1732#: inc/Elements/Social_Icon.php:82 inc/Elements/Testimonial.php:94
     1733#: inc/Elements/Testimonial_Slider.php:84
    16781734msgid "Link"
    16791735msgstr ""
    16801736
    1681 #: inc/Elements/Image_Overlay.php:154
     1737#: inc/Elements/Image_Overlay.php:183
    16821738msgid "Overlay Subtitle"
    16831739msgstr ""
    16841740
    1685 #: inc/Elements/Image_Overlay.php:155
     1741#: inc/Elements/Image_Overlay.php:184
    16861742msgid "I am Overlay Subtitle"
    16871743msgstr ""
    16881744
    1689 #: inc/Elements/Image_Overlay.php:167
     1745#: inc/Elements/Image_Overlay.php:196
    16901746msgid "Image Overlay Style"
    16911747msgstr ""
    16921748
    1693 #: inc/Elements/Image_Overlay.php:175 inc/Elements/Slider.php:267
    1694 msgid "Show/Hide Overlay"
    1695 msgstr ""
    1696 
    1697 #: inc/Elements/Image_Overlay.php:196
     1749#: inc/Elements/Image_Overlay.php:216
    16981750msgid "Overlay Border Radius"
    16991751msgstr ""
    17001752
    1701 #: inc/Elements/Image_Overlay.php:258
     1753#: inc/Elements/Image_Overlay.php:269
     1754msgid "Overlay Title Style"
     1755msgstr ""
     1756
     1757#: inc/Elements/Image_Overlay.php:330
     1758msgid "Overlay Sub Title Style"
     1759msgstr ""
     1760
     1761#: inc/Elements/Image_Overlay.php:340
    17021762msgid "Sub Title Color"
     1763msgstr ""
     1764
     1765#: inc/Elements/Image_Overlay.php:382 inc/Elements/Post_Grid.php:264
     1766#: inc/Elements/Staff_Member.php:286
     1767msgid "Image Border Radius"
     1768msgstr ""
     1769
     1770#: inc/Elements/Image_Overlay.php:394 inc/Elements/Testimonial.php:303
     1771#: inc/Elements/Testimonial_Slider.php:410
     1772msgid "Image Shadow"
     1773msgstr ""
     1774
     1775#: inc/Elements/Image_Overlay.php:403
     1776msgid "Image Hover Shadow"
    17031777msgstr ""
    17041778
     
    17691843
    17701844#: inc/Elements/Post_Carousel.php:122 inc/Elements/Products.php:183
    1771 #: inc/Elements/Testimonial_Slider.php:157
     1845#: inc/Elements/Testimonial_Slider.php:234
    17721846msgid "No of Slide per Page"
    17731847msgstr ""
     
    17771851msgstr ""
    17781852
    1779 #: inc/Elements/Post_Carousel.php:135 inc/Elements/Slider.php:175
    1780 #: inc/Elements/Testimonial_Slider.php:171
     1853#: inc/Elements/Post_Carousel.php:135 inc/Elements/Slider.php:170
     1854#: inc/Elements/Testimonial_Slider.php:248
    17811855msgid "Animation Speed"
    17821856msgstr ""
    17831857
    1784 #: inc/Elements/Post_Carousel.php:141 inc/Elements/Slider.php:181
    1785 #: inc/Elements/Testimonial_Slider.php:177
     1858#: inc/Elements/Post_Carousel.php:141 inc/Elements/Slider.php:176
     1859#: inc/Elements/Testimonial_Slider.php:254
    17861860msgid "Value in milliseconds. Default:300"
    17871861msgstr ""
    17881862
    1789 #: inc/Elements/Post_Carousel.php:149 inc/Elements/Slider.php:189
    1790 #: inc/Elements/Testimonial_Slider.php:185
     1863#: inc/Elements/Post_Carousel.php:149 inc/Elements/Slider.php:184
     1864#: inc/Elements/Testimonial_Slider.php:262
    17911865msgid "Slider Autoplay?"
    17921866msgstr ""
    17931867
    1794 #: inc/Elements/Post_Carousel.php:162 inc/Elements/Slider.php:202
    1795 #: inc/Elements/Testimonial_Slider.php:198
     1868#: inc/Elements/Post_Carousel.php:162 inc/Elements/Slider.php:197
     1869#: inc/Elements/Testimonial_Slider.php:275
    17961870msgid "Autoplay Speed"
    17971871msgstr ""
    17981872
    1799 #: inc/Elements/Post_Carousel.php:171 inc/Elements/Slider.php:211
    1800 #: inc/Elements/Testimonial_Slider.php:207
     1873#: inc/Elements/Post_Carousel.php:171 inc/Elements/Slider.php:206
     1874#: inc/Elements/Testimonial_Slider.php:284
    18011875msgid "Value in milliseconds. Default:3000"
    18021876msgstr ""
    18031877
    1804 #: inc/Elements/Post_Carousel.php:180 inc/Elements/Slider.php:220
    1805 #: inc/Elements/Testimonial_Slider.php:216
     1878#: inc/Elements/Post_Carousel.php:180 inc/Elements/Slider.php:215
     1879#: inc/Elements/Testimonial_Slider.php:293
    18061880msgid "Infinite Loop?"
    18071881msgstr ""
     
    18111885msgstr ""
    18121886
    1813 #: inc/Elements/Post_Carousel.php:300 inc/Elements/Post_Grid.php:365
     1887#: inc/Elements/Post_Carousel.php:300 inc/Elements/Post_Grid.php:386
    18141888msgid "Meta Hover Color"
    18151889msgstr ""
    18161890
    18171891#: inc/Elements/Post_Carousel.php:322 inc/Elements/Products.php:256
    1818 #: inc/Elements/Slider.php:376 inc/Elements/Testimonial_Slider.php:609
     1892#: inc/Elements/Slider.php:371 inc/Elements/Testimonial_Slider.php:740
    18191893msgid "Navigation"
    18201894msgstr ""
    18211895
    18221896#: inc/Elements/Post_Carousel.php:331 inc/Elements/Products.php:265
    1823 #: inc/Elements/Slider.php:385 inc/Elements/Testimonial_Slider.php:618
     1897#: inc/Elements/Slider.php:380 inc/Elements/Testimonial_Slider.php:749
    18241898msgid "Arrow Color"
    18251899msgstr ""
    18261900
    18271901#: inc/Elements/Post_Carousel.php:343 inc/Elements/Products.php:277
    1828 #: inc/Elements/Slider.php:397 inc/Elements/Testimonial_Slider.php:641
     1902#: inc/Elements/Slider.php:392 inc/Elements/Testimonial_Slider.php:772
    18291903msgid "Arrow Background Color"
    18301904msgstr ""
    18311905
    18321906#: inc/Elements/Post_Carousel.php:354 inc/Elements/Products.php:288
    1833 #: inc/Elements/Slider.php:409 inc/Elements/Testimonial_Slider.php:630
     1907#: inc/Elements/Slider.php:404 inc/Elements/Testimonial_Slider.php:761
    18341908msgid "Hover Color"
    18351909msgstr ""
    18361910
    1837 #: inc/Elements/Post_Grid.php:26
     1911#: inc/Elements/Post_Grid.php:29
    18381912msgid "DA: Post Grid"
    18391913msgstr ""
    18401914
    1841 #: inc/Elements/Post_Grid.php:44
     1915#: inc/Elements/Post_Grid.php:47
    18421916msgid "Post Grid"
    18431917msgstr ""
    18441918
    1845 #: inc/Elements/Post_Grid.php:63
     1919#: inc/Elements/Post_Grid.php:66
    18461920msgid "Column Number & Layout"
    18471921msgstr ""
    18481922
    1849 #: inc/Elements/Post_Grid.php:70
     1923#: inc/Elements/Post_Grid.php:73
    18501924msgid "One - Inline"
    18511925msgstr ""
    18521926
    1853 #: inc/Elements/Post_Grid.php:72
     1927#: inc/Elements/Post_Grid.php:75
    18541928msgid "Two - First Post Full Width"
    18551929msgstr ""
    18561930
    1857 #: inc/Elements/Post_Grid.php:74
     1931#: inc/Elements/Post_Grid.php:77
    18581932msgid "Three - First Post Full Width"
    18591933msgstr ""
    18601934
    1861 #: inc/Elements/Post_Grid.php:84
     1935#: inc/Elements/Post_Grid.php:87
    18621936msgid "Blog Background Shadow"
    18631937msgstr ""
    18641938
    1865 #: inc/Elements/Post_Grid.php:89
     1939#: inc/Elements/Post_Grid.php:92
    18661940msgid "White Shadow"
    18671941msgstr ""
    18681942
    1869 #: inc/Elements/Post_Grid.php:91
     1943#: inc/Elements/Post_Grid.php:94
    18701944msgid "Simple"
    18711945msgstr ""
    18721946
    1873 #: inc/Elements/Post_Grid.php:102
     1947#: inc/Elements/Post_Grid.php:105
    18741948msgid "Header Align"
    18751949msgstr ""
    18761950
    1877 #: inc/Elements/Post_Grid.php:199
     1951#: inc/Elements/Post_Grid.php:202
    18781952msgid "Show/Hide Date on Meta?"
    18791953msgstr ""
    18801954
    1881 #: inc/Elements/Post_Grid.php:211
     1955#: inc/Elements/Post_Grid.php:214
    18821956msgid "Show/Hide Date on Feature Image?"
    18831957msgstr ""
    18841958
    1885 #: inc/Elements/Post_Grid.php:237 inc/Elements/Staff_Member.php:300
    1886 #: inc/Elements/Teaser_Box.php:217
     1959#: inc/Elements/Post_Grid.php:240 inc/Elements/Staff_Member.php:298
     1960#: inc/Elements/Teaser_Box.php:267
    18871961msgid "Image Bottom Spacing"
    18881962msgstr ""
    18891963
    1890 #: inc/Elements/Post_Grid.php:261 inc/Elements/Staff_Member.php:288
    1891 msgid "Image Border Radius"
    1892 msgstr ""
    1893 
    1894 #: inc/Elements/Post_Grid.php:522
     1964#: inc/Elements/Post_Grid.php:541
    18951965msgid "Blog Post Content"
    18961966msgstr ""
    18971967
    1898 #: inc/Elements/Post_Grid.php:789
     1968#: inc/Elements/Post_Grid.php:839
    18991969msgid "Posts navigation"
    19001970msgstr ""
    19011971
    1902 #: inc/Elements/Post_Grid.php:793
     1972#: inc/Elements/Post_Grid.php:843
    19031973msgid "&larr; Previous"
    19041974msgstr ""
    19051975
    1906 #: inc/Elements/Post_Grid.php:794
     1976#: inc/Elements/Post_Grid.php:844
    19071977msgid "Next &rarr;"
    19081978msgstr ""
    19091979
    1910 #: inc/Elements/Pricing_Table.php:28
     1980#: inc/Elements/Pricing_Table.php:31
    19111981msgid "DA: Pricing Table"
    19121982msgstr ""
    19131983
    1914 #: inc/Elements/Pricing_Table.php:59
     1984#: inc/Elements/Pricing_Table.php:62
    19151985msgid "Pricing Table"
    19161986msgstr ""
    19171987
    1918 #: inc/Elements/Pricing_Table.php:69
     1988#: inc/Elements/Pricing_Table.php:72
    19191989msgid "Pricing Table Title"
    19201990msgstr ""
    19211991
    1922 #: inc/Elements/Pricing_Table.php:70 inc/Elements/Pricing_Table.php:341
     1992#: inc/Elements/Pricing_Table.php:73 inc/Elements/Pricing_Table.php:353
    19231993msgid "Table Title"
    19241994msgstr ""
    19251995
    1926 #: inc/Elements/Pricing_Table.php:116
     1996#: inc/Elements/Pricing_Table.php:119
    19271997msgid "Offer Price"
    19281998msgstr ""
    19291999
    1930 #: inc/Elements/Pricing_Table.php:117
     2000#: inc/Elements/Pricing_Table.php:120
    19312001msgid "$29"
    19322002msgstr ""
    19332003
    1934 #: inc/Elements/Pricing_Table.php:125
     2004#: inc/Elements/Pricing_Table.php:128
    19352005msgid "Pricing Separator"
    19362006msgstr ""
    19372007
    1938 #: inc/Elements/Pricing_Table.php:126
     2008#: inc/Elements/Pricing_Table.php:129
    19392009msgid "/"
    19402010msgstr ""
    19412011
    1942 #: inc/Elements/Pricing_Table.php:135
     2012#: inc/Elements/Pricing_Table.php:138
    19432013msgid "Pricing Offer Text"
    19442014msgstr ""
    19452015
    1946 #: inc/Elements/Pricing_Table.php:136
     2016#: inc/Elements/Pricing_Table.php:139
    19472017msgid "month"
    19482018msgstr ""
    19492019
    1950 #: inc/Elements/Pricing_Table.php:162
     2020#: inc/Elements/Pricing_Table.php:165
    19512021msgid "Pricing List Text"
    19522022msgstr ""
    19532023
    1954 #: inc/Elements/Pricing_Table.php:171
     2024#: inc/Elements/Pricing_Table.php:174
    19552025msgid "Pricing Table Item"
    19562026msgstr ""
    19572027
    1958 #: inc/Elements/Pricing_Table.php:176
     2028#: inc/Elements/Pricing_Table.php:179
    19592029msgid "4 GB SSD Storage"
    19602030msgstr ""
    19612031
    1962 #: inc/Elements/Pricing_Table.php:178
     2032#: inc/Elements/Pricing_Table.php:181
    19632033msgid "LiteSpeed Web Server"
    19642034msgstr ""
    19652035
    1966 #: inc/Elements/Pricing_Table.php:180
     2036#: inc/Elements/Pricing_Table.php:183
    19672037msgid "4 Addon Domains"
    19682038msgstr ""
    19692039
    1970 #: inc/Elements/Pricing_Table.php:182
     2040#: inc/Elements/Pricing_Table.php:185
    19712041msgid "FREE Weekly Backup"
    19722042msgstr ""
    19732043
    1974 #: inc/Elements/Pricing_Table.php:184
     2044#: inc/Elements/Pricing_Table.php:187
    19752045msgid "FREE SSL Life Time"
    19762046msgstr ""
    19772047
    1978 #: inc/Elements/Pricing_Table.php:196
     2048#: inc/Elements/Pricing_Table.php:199
    19792049msgid "Pricing Table Align"
    19802050msgstr ""
    19812051
    1982 #: inc/Elements/Pricing_Table.php:289
     2052#: inc/Elements/Pricing_Table.php:290
    19832053msgid "Table Header"
    19842054msgstr ""
    19852055
    1986 #: inc/Elements/Pricing_Table.php:297
     2056#: inc/Elements/Pricing_Table.php:298
    19872057msgid "Table Header Background Color"
    19882058msgstr ""
    19892059
    1990 #: inc/Elements/Pricing_Table.php:309
     2060#: inc/Elements/Pricing_Table.php:321
    19912061msgid "Header Padding"
    19922062msgstr ""
    19932063
    1994 #: inc/Elements/Pricing_Table.php:321
     2064#: inc/Elements/Pricing_Table.php:333
    19952065msgid "Header Bottom Spacing"
    19962066msgstr ""
    19972067
    1998 #: inc/Elements/Pricing_Table.php:349
     2068#: inc/Elements/Pricing_Table.php:361
    19992069msgid "Table Title Color"
    20002070msgstr ""
    20012071
    2002 #: inc/Elements/Pricing_Table.php:360
     2072#: inc/Elements/Pricing_Table.php:372
    20032073msgid "Table Title Separator Color"
    20042074msgstr ""
    20052075
    2006 #: inc/Elements/Pricing_Table.php:371
     2076#: inc/Elements/Pricing_Table.php:383
    20072077msgid "Table Title Background Color"
    20082078msgstr ""
    20092079
    2010 #: inc/Elements/Pricing_Table.php:406
     2080#: inc/Elements/Pricing_Table.php:436
    20112081msgid "Table Pricing"
    20122082msgstr ""
    20132083
    2014 #: inc/Elements/Pricing_Table.php:414
     2084#: inc/Elements/Pricing_Table.php:444
    20152085msgid "Table Price Color"
    20162086msgstr ""
    20172087
    2018 #: inc/Elements/Pricing_Table.php:436
     2088#: inc/Elements/Pricing_Table.php:466
    20192089msgid "Price Text Color"
    20202090msgstr ""
    20212091
    2022 #: inc/Elements/Pricing_Table.php:458
     2092#: inc/Elements/Pricing_Table.php:488
    20232093msgid "Table Pricing Background Color"
    20242094msgstr ""
    20252095
    2026 #: inc/Elements/Pricing_Table.php:470
     2096#: inc/Elements/Pricing_Table.php:500
    20272097msgid "Price Container Padding"
    20282098msgstr ""
    20292099
    2030 #: inc/Elements/Pricing_Table.php:481
     2100#: inc/Elements/Pricing_Table.php:511
    20312101msgid "Price Container Bottom Separator Color"
    20322102msgstr ""
    20332103
    2034 #: inc/Elements/Pricing_Table.php:551
     2104#: inc/Elements/Pricing_Table.php:581
    20352105msgid "Table List Spacing"
    20362106msgstr ""
    20372107
    2038 #: inc/Elements/Pricing_Table.php:559
     2108#: inc/Elements/Pricing_Table.php:589
    20392109msgid "Table Item Bottom Spacing"
    20402110msgstr ""
    20412111
    2042 #: inc/Elements/Pricing_Table.php:604
     2112#: inc/Elements/Pricing_Table.php:634
    20432113msgid "Table List Container Bottom Spacing"
    20442114msgstr ""
    20452115
    2046 #: inc/Elements/Pricing_Table.php:625
     2116#: inc/Elements/Pricing_Table.php:655
    20472117msgid "Table List Text"
    20482118msgstr ""
    20492119
    2050 #: inc/Elements/Pricing_Table.php:645
     2120#: inc/Elements/Pricing_Table.php:675
    20512121msgid "List Item Separator Color"
    20522122msgstr ""
    20532123
    2054 #: inc/Elements/Pricing_Table.php:688
     2124#: inc/Elements/Pricing_Table.php:718
    20552125msgid "Space between Button Text & Icon"
    20562126msgstr ""
    20572127
    2058 #: inc/Elements/Pricing_Table.php:839
     2128#: inc/Elements/Pricing_Table.php:877
    20592129msgid "Pricing Table Content"
    20602130msgstr ""
    20612131
    2062 #: inc/Elements/Pricing_Table.php:869
     2132#: inc/Elements/Pricing_Table.php:917
    20632133msgid "Price Table Border Radius"
    20642134msgstr ""
     
    21282198msgstr ""
    21292199
    2130 #: inc/Elements/Products.php:173 inc/Elements/Slider.php:167
    2131 #: inc/Elements/Testimonial_Slider.php:149
     2200#: inc/Elements/Products.php:173 inc/Elements/Slider.php:162
     2201#: inc/Elements/Testimonial_Slider.php:226
    21322202msgid "Slider Navigation Settings"
    21332203msgstr ""
     
    21572227msgstr ""
    21582228
    2159 #: inc/Elements/Promo-box.php:108 inc/Elements/Promo-box.php:109
     2229#: inc/Elements/Promo-box.php:106 inc/Elements/Promo-box.php:107
    21602230msgid "Promo Box Text"
    21612231msgstr ""
    21622232
    2163 #: inc/Elements/Promo-box.php:116
     2233#: inc/Elements/Promo-box.php:114
    21642234msgid "Show/Hide Overlay Text"
    21652235msgstr ""
    21662236
    2167 #: inc/Elements/Promo-box.php:142
     2237#: inc/Elements/Promo-box.php:140
    21682238msgid "Overlay Design"
    21692239msgstr ""
    21702240
    2171 #: inc/Elements/Promo-box.php:147
     2241#: inc/Elements/Promo-box.php:145
    21722242msgid "Default"
    21732243msgstr ""
    21742244
    2175 #: inc/Elements/Promo-box.php:148
     2245#: inc/Elements/Promo-box.php:146
    21762246msgid "Corner"
    21772247msgstr ""
    21782248
    2179 #: inc/Elements/Promo-box.php:201
     2249#: inc/Elements/Promo-box.php:199
    21802250msgid "Overlay Box Shadow"
    21812251msgstr ""
    21822252
    2183 #: inc/Elements/Promo-box.php:213
     2253#: inc/Elements/Promo-box.php:211
    21842254msgid "Overlay Text & Background"
    21852255msgstr ""
    21862256
    2187 #: inc/Elements/Promo-box.php:264 inc/Elements/Testimonial_Slider.php:241
     2257#: inc/Elements/Promo-box.php:262
    21882258msgid "Container Style"
    21892259msgstr ""
     
    22572327msgstr ""
    22582328
    2259 #: inc/Elements/Slider.php:89
     2329#: inc/Elements/Slider.php:87
    22602330msgid "I am Slide1 Title"
    22612331msgstr ""
    22622332
    2263 #: inc/Elements/Slider.php:99
     2333#: inc/Elements/Slider.php:97
    22642334msgid "I am Slide1 Sub Title"
    22652335msgstr ""
    22662336
    2267 #: inc/Elements/Slider.php:235
     2337#: inc/Elements/Slider.php:230
    22682338msgid "Slide Element Style"
    22692339msgstr ""
    22702340
     2341#: inc/Elements/Slider.php:237
     2342msgid "Navigation Position"
     2343msgstr ""
     2344
    22712345#: inc/Elements/Slider.php:242
    2272 msgid "Navigation Position"
    2273 msgstr ""
    2274 
    2275 #: inc/Elements/Slider.php:247
    22762346msgid "Top Right Corner"
    22772347msgstr ""
    22782348
    2279 #: inc/Elements/Slider.php:248
     2349#: inc/Elements/Slider.php:243
    22802350msgid "Bottom Right Corner"
    22812351msgstr ""
    22822352
    2283 #: inc/Elements/Slider.php:249
     2353#: inc/Elements/Slider.php:244
    22842354msgid "Left Right Middle"
    22852355msgstr ""
    22862356
    2287 #: inc/Elements/Slider.php:259
     2357#: inc/Elements/Slider.php:254
    22882358msgid "Slide Overlay"
    22892359msgstr ""
    22902360
    2291 #: inc/Elements/Slider.php:439
     2361#: inc/Elements/Slider.php:434
    22922362msgid "Navigation Border Radius"
    22932363msgstr ""
    22942364
    2295 #: inc/Elements/Slider.php:572
     2365#: inc/Elements/Slider.php:567
    22962366msgid "Dots"
    22972367msgstr ""
    22982368
    2299 #: inc/Elements/Slider.php:580
     2369#: inc/Elements/Slider.php:575
    23002370msgid "Dots Background Color"
    23012371msgstr ""
    23022372
    2303 #: inc/Elements/Slider.php:592
     2373#: inc/Elements/Slider.php:587
    23042374msgid "Dots Active Background Color"
    23052375msgstr ""
    23062376
    2307 #: inc/Elements/Slider.php:604
     2377#: inc/Elements/Slider.php:599
    23082378msgid "Dots Border Color"
    23092379msgstr ""
     
    23572427
    23582428#: inc/Elements/Social_Icon.php:366 inc/Elements/Staff_Member.php:164
    2359 #: inc/Elements/Staff_Member.php:513
     2429#: inc/Elements/Staff_Member.php:511
    23602430msgid "Social Icon"
    23612431msgstr ""
     
    24012471msgstr ""
    24022472
    2403 #: inc/Elements/Staff_Member.php:121
     2473#: inc/Elements/Staff_Member.php:121 inc/Elements/Testimonial.php:117
     2474#: inc/Elements/Testimonial_Slider.php:107
    24042475msgid "Developer"
    24052476msgstr ""
     
    24232494msgstr ""
    24242495
    2425 #: inc/Elements/Staff_Member.php:223
     2496#: inc/Elements/Staff_Member.php:221
    24262497msgid "Staff Member Item Style"
    24272498msgstr ""
    24282499
    2429 #: inc/Elements/Staff_Member.php:261
     2500#: inc/Elements/Staff_Member.php:259
    24302501msgid "Staff Member Image"
    24312502msgstr ""
    24322503
    2433 #: inc/Elements/Staff_Member.php:277
     2504#: inc/Elements/Staff_Member.php:275
    24342505msgid "Image Border Hover Color"
    24352506msgstr ""
    24362507
    2437 #: inc/Elements/Staff_Member.php:319
     2508#: inc/Elements/Staff_Member.php:317
    24382509msgid "Staff Member Name"
    24392510msgstr ""
    24402511
    2441 #: inc/Elements/Staff_Member.php:328
     2512#: inc/Elements/Staff_Member.php:326
    24422513msgid "Name Bottom Spacing"
    24432514msgstr ""
    24442515
    2445 #: inc/Elements/Staff_Member.php:343
     2516#: inc/Elements/Staff_Member.php:341 inc/Elements/Testimonial.php:340
     2517#: inc/Elements/Testimonial_Slider.php:446
    24462518msgid "Name Color"
    24472519msgstr ""
    24482520
    2449 #: inc/Elements/Staff_Member.php:355
     2521#: inc/Elements/Staff_Member.php:353 inc/Elements/Testimonial.php:351
     2522#: inc/Elements/Testimonial_Slider.php:457
    24502523msgid "Name Hover Color"
    24512524msgstr ""
    24522525
    2453 #: inc/Elements/Staff_Member.php:396
     2526#: inc/Elements/Staff_Member.php:394
    24542527msgid "Staff Member Job Position"
    24552528msgstr ""
    24562529
    2457 #: inc/Elements/Staff_Member.php:404
     2530#: inc/Elements/Staff_Member.php:402
    24582531msgid "Job Position Bottom Spacing"
    24592532msgstr ""
    24602533
    2461 #: inc/Elements/Staff_Member.php:419
     2534#: inc/Elements/Staff_Member.php:417
    24622535msgid "Job Position Color"
    24632536msgstr ""
    24642537
    2465 #: inc/Elements/Staff_Member.php:429
     2538#: inc/Elements/Staff_Member.php:427
    24662539msgid "Job Position Hover Color"
    24672540msgstr ""
    24682541
    2469 #: inc/Elements/Staff_Member.php:471
     2542#: inc/Elements/Staff_Member.php:469
    24702543msgid "Staff Member Text"
    24712544msgstr ""
    24722545
    2473 #: inc/Elements/Staff_Member.php:480
     2546#: inc/Elements/Staff_Member.php:478
    24742547msgid "Text Bottom Padding"
    24752548msgstr ""
    24762549
    2477 #: inc/Elements/Staff_Member.php:650
    2478 msgid "Icon Border Hover Color"
    2479 msgstr ""
    2480 
    2481 #: inc/Elements/Staff_Member.php:692
     2550#: inc/Elements/Staff_Member.php:690
    24822551msgid "Staff Member Container"
    24832552msgstr ""
     
    25232592msgstr ""
    25242593
    2525 #: inc/Elements/Subscription.php:229 inc/Elements/Testimonial.php:368
    2526 #: inc/Elements/Testimonial_Slider.php:469
     2594#: inc/Elements/Subscription.php:229 inc/Elements/Testimonial.php:454
     2595#: inc/Elements/Testimonial_Slider.php:559
    25272596msgid "Text Bottom Spacing"
    25282597msgstr ""
     
    25962665msgstr ""
    25972666
    2598 #: inc/Elements/Teaser_Box.php:25
     2667#: inc/Elements/Teaser_Box.php:28
    25992668msgid "DA: Card"
    26002669msgstr ""
    26012670
    2602 #: inc/Elements/Teaser_Box.php:48
     2671#: inc/Elements/Teaser_Box.php:51
    26032672msgid "Card"
    26042673msgstr ""
    26052674
    2606 #: inc/Elements/Teaser_Box.php:80 inc/Elements/Teaser_Box.php:238
     2675#: inc/Elements/Teaser_Box.php:94 inc/Elements/Teaser_Box.php:288
    26072676msgid "Card Title"
    26082677msgstr ""
    26092678
    2610 #: inc/Elements/Teaser_Box.php:125
     2679#: inc/Elements/Teaser_Box.php:157
    26112680msgid "Card Text"
    26122681msgstr ""
    26132682
    2614 #: inc/Elements/Teaser_Box.php:127
     2683#: inc/Elements/Teaser_Box.php:162
    26152684msgid "Add Card text here or leave it blank."
    26162685msgstr ""
    26172686
    2618 #: inc/Elements/Teaser_Box.php:295
     2687#: inc/Elements/Teaser_Box.php:169
     2688msgid "Show/Hide Button"
     2689msgstr ""
     2690
     2691#: inc/Elements/Teaser_Box.php:363
    26192692msgid "Card Description"
    26202693msgstr ""
    26212694
    2622 #: inc/Elements/Teaser_Box.php:340
    2623 msgid "Card Content"
    2624 msgstr ""
    2625 
    2626 #: inc/Elements/Teaser_Box.php:373
     2695#: inc/Elements/Teaser_Box.php:395
     2696msgid "Description Hover Color"
     2697msgstr ""
     2698
     2699#: inc/Elements/Teaser_Box.php:421
     2700msgid "Card Button"
     2701msgstr ""
     2702
     2703#: inc/Elements/Teaser_Box.php:544
    26272704msgid "Card Container"
    26282705msgstr ""
    26292706
    2630 #: inc/Elements/Teaser_Box.php:406
    2631 msgid "Card Button"
    2632 msgstr ""
    2633 
    2634 #: inc/Elements/Testimonial.php:27
     2707#: inc/Elements/Testimonial.php:30
    26352708msgid "DA: Testimonial"
    26362709msgstr ""
    26372710
    2638 #: inc/Elements/Testimonial.php:58
     2711#: inc/Elements/Testimonial.php:61
    26392712msgid "Testimonial"
    26402713msgstr ""
    26412714
    2642 #: inc/Elements/Testimonial.php:93 inc/Elements/Testimonial.php:237
    2643 #: inc/Elements/Testimonial_Slider.php:85
    2644 #: inc/Elements/Testimonial_Slider.php:338
     2715#: inc/Elements/Testimonial.php:97 inc/Elements/Testimonial_Slider.php:87
     2716msgid "https://softfirm.com"
     2717msgstr ""
     2718
     2719#: inc/Elements/Testimonial.php:106 inc/Elements/Testimonial.php:318
     2720#: inc/Elements/Testimonial_Slider.php:96
     2721#: inc/Elements/Testimonial_Slider.php:424
    26452722msgid "Reviewer Name"
    26462723msgstr ""
    26472724
    2648 #: inc/Elements/Testimonial.php:102 inc/Elements/Testimonial.php:316
    2649 #: inc/Elements/Testimonial_Slider.php:94
    2650 #: inc/Elements/Testimonial_Slider.php:417
    2651 msgid "Reviewer Organizaiton"
    2652 msgstr ""
    2653 
    2654 #: inc/Elements/Testimonial.php:103 inc/Elements/Testimonial_Slider.php:95
     2725#: inc/Elements/Testimonial.php:124 inc/Elements/Testimonial_Slider.php:114
     2726msgid "Show/Hide Organization"
     2727msgstr ""
     2728
     2729#: inc/Elements/Testimonial.php:140 inc/Elements/Testimonial_Slider.php:130
     2730msgid "Organization"
     2731msgstr ""
     2732
     2733#: inc/Elements/Testimonial.php:141 inc/Elements/Testimonial_Slider.php:131
    26552734msgid "Softfirm"
    26562735msgstr ""
    26572736
    2658 #: inc/Elements/Testimonial.php:112 inc/Elements/Testimonial.php:359
    2659 #: inc/Elements/Testimonial_Slider.php:104
    2660 #: inc/Elements/Testimonial_Slider.php:460
     2737#: inc/Elements/Testimonial.php:156 inc/Elements/Testimonial.php:445
     2738#: inc/Elements/Testimonial_Slider.php:143
     2739#: inc/Elements/Testimonial_Slider.php:550
    26612740msgid "Reviewer Text"
    26622741msgstr ""
    26632742
    2664 #: inc/Elements/Testimonial.php:113 inc/Elements/Testimonial_Slider.php:105
     2743#: inc/Elements/Testimonial.php:157 inc/Elements/Testimonial_Slider.php:144
    26652744msgid ""
    26662745"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod "
     
    26682747msgstr ""
    26692748
    2670 #: inc/Elements/Testimonial.php:120
     2749#: inc/Elements/Testimonial.php:164 inc/Elements/Testimonial_Slider.php:206
    26712750msgid "Testimonial Layout"
    26722751msgstr ""
    26732752
    2674 #: inc/Elements/Testimonial.php:150
    2675 msgid "Show/Hide Comma"
    2676 msgstr ""
    2677 
    2678 #: inc/Elements/Testimonial.php:166 inc/Elements/Testimonial_Slider.php:233
    2679 msgid "Testimonial Item Style"
    2680 msgstr ""
    2681 
    2682 #: inc/Elements/Testimonial.php:173 inc/Elements/Testimonial_Slider.php:272
    2683 msgid "Background Shadow Style"
    2684 msgstr ""
    2685 
    2686 #: inc/Elements/Testimonial.php:177 inc/Elements/Testimonial_Slider.php:276
    2687 #: inc/Reuses/Reuse.php:352
    2688 msgid "None"
    2689 msgstr ""
    2690 
    2691 #: inc/Elements/Testimonial.php:178 inc/Elements/Testimonial_Slider.php:277
    2692 msgid "Style1"
    2693 msgstr ""
    2694 
    2695 #: inc/Elements/Testimonial.php:179 inc/Elements/Testimonial_Slider.php:278
    2696 msgid "Style2"
    2697 msgstr ""
    2698 
    2699 #: inc/Elements/Testimonial.php:180 inc/Elements/Testimonial_Slider.php:279
    2700 msgid "Style3"
    2701 msgstr ""
    2702 
    2703 #: inc/Elements/Testimonial.php:191 inc/Elements/Testimonial_Slider.php:290
     2753#: inc/Elements/Testimonial.php:182 inc/Elements/Testimonial_Slider.php:192
     2754msgid "Show/Hide Quote"
     2755msgstr ""
     2756
     2757#: inc/Elements/Testimonial.php:202 inc/Elements/Testimonial_Slider.php:309
    27042758msgid "Reviewer Image"
    27052759msgstr ""
    27062760
    2707 #: inc/Elements/Testimonial.php:325 inc/Elements/Testimonial_Slider.php:426
     2761#: inc/Elements/Testimonial.php:209 inc/Elements/Testimonial_Slider.php:316
     2762msgid "Image Size"
     2763msgstr ""
     2764
     2765#: inc/Elements/Testimonial.php:250 inc/Elements/Testimonial_Slider.php:357
     2766msgid "Right Spacing"
     2767msgstr ""
     2768
     2769#: inc/Elements/Testimonial.php:267 inc/Elements/Testimonial_Slider.php:374
    27082770msgid "Left Spacing"
    27092771msgstr ""
    27102772
    2711 #: inc/Elements/Testimonial.php:402 inc/Elements/Testimonial_Slider.php:504
     2773#: inc/Elements/Testimonial.php:374 inc/Elements/Testimonial_Slider.php:480
     2774msgid "Reviewer Title"
     2775msgstr ""
     2776
     2777#: inc/Elements/Testimonial.php:409 inc/Elements/Testimonial_Slider.php:514
     2778msgid "Reviewer Organizaiton"
     2779msgstr ""
     2780
     2781#: inc/Elements/Testimonial.php:422 inc/Elements/Testimonial_Slider.php:527
     2782msgid "Organization Color"
     2783msgstr ""
     2784
     2785#: inc/Elements/Testimonial.php:489 inc/Elements/Testimonial_Slider.php:594
    27122786msgid "Reviewer Quote"
    27132787msgstr ""
    27142788
    2715 #: inc/Elements/Testimonial.php:411 inc/Elements/Testimonial_Slider.php:513
     2789#: inc/Elements/Testimonial.php:501 inc/Elements/Testimonial_Slider.php:606
    27162790msgid "Quote Left Spacing"
    27172791msgstr ""
    27182792
    2719 #: inc/Elements/Testimonial.php:426 inc/Elements/Testimonial_Slider.php:528
     2793#: inc/Elements/Testimonial.php:516 inc/Elements/Testimonial_Slider.php:621
    27202794msgid "Quote Right Spacing"
    27212795msgstr ""
    27222796
    2723 #: inc/Elements/Testimonial.php:441 inc/Elements/Testimonial_Slider.php:543
     2797#: inc/Elements/Testimonial.php:531 inc/Elements/Testimonial_Slider.php:636
    27242798msgid "Quote Color"
    27252799msgstr ""
    27262800
    2727 #: inc/Elements/Testimonial.php:452 inc/Elements/Testimonial_Slider.php:554
     2801#: inc/Elements/Testimonial.php:542 inc/Elements/Testimonial_Slider.php:647
    27282802msgid "Quote Size"
    27292803msgstr ""
    27302804
    2731 #: inc/Elements/Testimonial.php:474
     2805#: inc/Elements/Testimonial.php:564 inc/Elements/Testimonial_Slider.php:670
    27322806msgid "Testimonial Container"
    27332807msgstr ""
    27342808
    2735 #: inc/Elements/Testimonial.php:604 inc/Elements/Testimonial.php:635
    2736 msgid "reviewer photo"
    2737 msgstr ""
    2738 
    2739 #: inc/Elements/Testimonial_Slider.php:27
     2809#: inc/Elements/Testimonial_Slider.php:30
    27402810msgid "DA: Testimonial Slider"
    27412811msgstr ""
    27422812
    2743 #: inc/Elements/Testimonial_Slider.php:60
     2813#: inc/Elements/Testimonial_Slider.php:63
    27442814msgid "Testimonial Slider"
    27452815msgstr ""
    27462816
    2747 #: inc/Elements/Testimonial_Slider.php:163
     2817#: inc/Elements/Testimonial_Slider.php:240
    27482818msgid "Default:1"
    2749 msgstr ""
    2750 
    2751 #: inc/Elements/Testimonial_Slider.php:259
    2752 msgid "Down"
    2753 msgstr ""
    2754 
    2755 #: inc/Elements/Testimonial_Slider.php:576
    2756 msgid "Testimonial Content"
    2757 msgstr ""
    2758 
    2759 #: inc/Elements/Testimonial_Slider.php:768
    2760 msgid "Author photo"
    2761 msgstr ""
    2762 
    2763 #: inc/Elements/Testimonial_Slider.php:800
    2764 msgid "Author Photo"
    27652819msgstr ""
    27662820
     
    35883642msgid "slideOutUp"
    35893643msgstr ""
     3644
     3645#: inc/Reuses/Reuse.php:352
     3646msgid "None"
     3647msgstr ""
  • definitive-addons-for-elementor/trunk/readme.txt

    r2689901 r2691410  
    55Tested up to: 5.9.1
    66Requires PHP: 5.4
    7 Stable tag: 1.4.17
    8 Version: 1.4.17
     7Stable tag: 1.4.18
     8Version: 1.4.18
    99License: GPLv3
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    2323
    2424<ul>
     25<li><a  target="_blank" href="https://softfirm.net/social-icons/">Social Icon</a> - Demos </li>
    2526<li><a  target="_blank" href="https://softfirm.net/filterable-post-portfolio/">Filterable Post/Portfolio</a> - Demos</li>
    2627<li><a target="_blank" href="https://softfirm.net/icon-box/">Icon Box</a> - Demos </li>
     
    5556<li><a  target="_blank" href="https://softfirm.net/accordion/">Accordion</a> - Demos </li>
    5657<li><a  target="_blank" href="https://softfirm.net/tabs/">Tabs</a> - Demos </li>
    57 <li><a  target="_blank" href="https://softfirm.net/social-icons/">Social Icon</a> - Demos </li>
    5858
    5959</ul>
     
    100100== Changelog ==
    101101
     102= 1.4.18 =
     103testimonial element hugely modified
     104testimonial slider element hugely modified
     105few issues fixed
     106
    102107= 1.4.17 =
    103108portfolio issue fixed
     
    105110css file  modified
    106111js files modified
     112
    107113
    108114= 1.4.16 =
Note: See TracChangeset for help on using the changeset viewer.