Plugin Directory

Changeset 2697892


Ignore:
Timestamp:
03/22/2022 05:41:08 PM (4 years ago)
Author:
khuda
Message:

Version 1.5.1

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

Legend:

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

    r2694101 r2697892  
    762762
    763763.image-box-entry img {
    764     object-fit: cover;
    765     max-width: none!important;
    766764   
     765    overflow:hidden;
    767766    vertical-align: middle;
    768 }
    769 .image-box-entry img {
    770     transition-duration: 0.3s;
     767    height:auto;
     768}
     769.image-box-entry .dafe-card-image img {
     770    transition-duration: 0.4s;
    771771   
    772772}
    773 
     773.image-box-entry {
     774    overflow: hidden;
     775}
    774776/*  Skill Bar */
    775777
     
    910912.widget-testimonial-slide {
    911913    padding:20px;
     914    position:relative;
     915    overflow:hidden;
    912916}
    913917
     
    940944.definitive-slide-entry {
    941945     position:relative;
     946}
     947
     948.definitive-slide-item.no {
     949    display:none;
    942950}
    943951.definitive-slide-item {
     
    10431051}
    10441052
     1053.dafe-staff-image {
     1054    transition-duration: 0.3s;
     1055    position:relative;
     1056    overflow:hidden;
     1057   
     1058}
     1059.dafe-staff-image img {
     1060    object-fit: cover;
     1061    max-width: fit-content!important;
     1062   
     1063    -webkit-box-shadow: none;
     1064    vertical-align: middle;
     1065    overflow:hidden;
     1066}
     1067
    10451068/* Social Icon   .dafe-icon-container*/
    10461069.dafe-social-icons-container .dafe-icon-container{
     
    11911214.da_feature_slide_border_abs.full {
    11921215    width:100%;
     1216}
     1217.da_feature_slide_border_abs.full-width {
     1218    width:100%!important;
     1219}
     1220.da_feature_slide_border_abs:hover, .definitive-slide-item:hover,.promo_box_border_style:hover {
     1221 -webkit-transition: background-color 2s ease-out;
     1222  -moz-transition: background-color 2s ease-out;
     1223  -o-transition: background-color 2s ease-out;
     1224  transition: background-color 2s ease-out;
    11931225}
    11941226.slick-slider {
     
    18381870margin-right:10px;
    18391871}
     1872
     1873.dafe-post-entry-meta i {
     1874margin-right:8px;
     1875}
     1876
    18401877.page-content .da-entry-content p {
    18411878    color: #54595F;
  • definitive-addons-for-elementor/trunk/css/slick-theme.css

    r2694663 r2697892  
    2020
    2121
    22 .slides-container .slick-prev:after {
    23     content: "\f104";
    24     font-family:'Font Awesome 5 Free';
    25     font-size:24px;
    26 }
    27 .slides-container .slick-next:after {
    28      content: "\f105";
    29     font-family:'Font Awesome 5 Free';
    30     font-size:24px;
    31 }
    32 
    33 
    34 .slick-prev:hover:after,
    35 .slick-next:hover:after {
    36     color: #7e7e7e;
    37 }
    38 
    3922.slick-prev,.slick-next {
    4023   
     
    4326}
    4427
    45 .slides-container.top-right .slick-prev,.slides-container.top-right .slick-next {
     28.slides-container.top-right .left.slick-arrow,.slides-container.top-right .right.slick-arrow {
    4629     top: 20px;
    4730}
    48 .slides-container.top-right .slick-prev {
     31.slides-container.top-right .left.slick-arrow {
    4932    right:70px!important;
    5033     text-align: right!important;
    5134}
    52 .slides-container.top-right .slick-next {
     35.slides-container.top-right .right.slick-arrow {
    5336    right:20px;
    5437    top: 20px;
     
    5740
    5841/***/
    59 .slides-container.bottom-right .slick-prev,.slides-container.bottom-right .slick-next {
     42.slides-container.bottom-right .left.slick-arrow,.slides-container.bottom-right .right.slick-arrow {
    6043     bottom: 20px;
    6144}
    62 .slides-container.bottom-right .slick-prev {
     45.slides-container.bottom-right .left.slick-arrow {
    6346     right:60px!important;
    6447     text-align: right!important;
    6548}
    66 .slides-container.bottom-right .slick-next {
     49.slides-container.bottom-right .right.slick-arrow {
    6750    right:20px;
    6851    text-align: right;
     
    7154
    7255
    73 .slides-container.left-right .slick-prev,.slides-container.left-right .slick-next {
     56.slides-container.left-right .left.slick-arrow,.slides-container.left-right .right.slick-arrow {
    7457     top: 45%;
    7558     
    7659}
    77 .slides-container.left-right .slick-prev {
     60.slides-container.left-right .left.slick-arrow {
    7861     left:15px;
    7962     text-align: left;
    8063}
    81 .slides-container.left-right .slick-next {
    82     right:15px;
    83     text-align: right;
    84 }
    85 
     64.slides-container.left-right .right.slick-arrow {
     65    right:15px;
     66    text-align: right;
     67}
     68.slides-container.left-right .left.slick-arrow {
     69    position: absolute;
     70    top: 45%;
     71    padding: 10px;
     72    left:15px;
     73    background: gray;
     74    color:#fff;
     75    z-index: 1;
     76}
     77
     78.slides-container.left-right .right.slick-arrow {
     79    position: absolute;
     80    top: 45%;
     81    right:15px;
     82    padding: 10px;
     83    background: gray;
     84    color:#fff;
     85    z-index: 1;
     86}
    8687
    8788/*Post Carousel/Slider*/
  • definitive-addons-for-elementor/trunk/definitive_adons_elementor.php

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

    r2689901 r2697892  
    332332                'type' => Controls_Manager::COLOR,
    333333                'selectors' => [
    334                     '{{WRAPPER}} .counter-val' => 'color: {{VALUE}}',
     334                    '{{WRAPPER}} .dafe-counter-number' => 'color: {{VALUE}}',
    335335                ],
    336336            ]
     
    341341            [
    342342                'name' => 'counter_val_font',
    343                 'selector' => '{{WRAPPER}} .counter-val',
     343                'selector' => '{{WRAPPER}} .dafe-counter-number',
    344344               
    345345            ]
     
    352352                'name'     => 'counter_val_shadow',
    353353
    354                 'selector' => '{{WRAPPER}} .counter-val',
     354                'selector' => '{{WRAPPER}} .dafe-counter-number',
    355355            ]
    356356        );
     
    362362               
    363363                'name' => 'counter_val_stroke',
    364                 'selector' => '{{WRAPPER}} .counter-val',
     364                'selector' => '{{WRAPPER}} .dafe-counter-number',
    365365            ]
    366366        );
     
    463463        );
    464464
    465         $this->add_responsive_control(
    466             'content_padding',
    467             [
    468                 'label' => __( 'Content Padding', 'definitive-addons-for-elementor' ),
    469                 'type' => Controls_Manager::DIMENSIONS,
    470                 'size_units' => [ 'px', 'em', '%' ],
    471                 'selectors' => [
    472                     '{{WRAPPER}} .counter-container' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
    473                 ],
    474             ]
    475         );
    476 
    477         $this->add_group_control(
     465       
     466
     467        $this->start_controls_tabs(
     468            'dafe_counter_content_colors',
     469            [
     470                'label' => __('Counter Content Colors', 'definitive-addons-for-elementor'),
     471            ]
     472        );
     473
     474        $this->start_controls_tab(
     475            'dafe_normal_counter_content_color_tab',
     476            [
     477                'label' => __('Normal', 'definitive-addons-for-elementor'),
     478            ]
     479        );
     480
     481         $this->add_group_control(
    478482            Group_Control_Background::get_type(),
    479483            [
     
    487491       
    488492        $this->add_control(
    489            'content_bg_hvr_color',
    490             [
    491                 'label' => __( 'Counter Background Hover Color', 'definitive-addons-for-elementor' ),
     493            'dafe_counter_content_border_color',
     494            [
     495                'label'     => __('Border Color', 'definitive-addons-for-elementor'),
     496                'type'      => Controls_Manager::COLOR,
     497                'selectors' => [
     498                    '{{WRAPPER}} .counter-container' => 'border-color: {{VALUE}};',
     499                ]
     500            ]
     501        );
     502       
     503        $this->add_group_control(
     504            Group_Control_Box_Shadow::get_type(),
     505            [
     506                'label' => __( 'Container Box Shadow', 'definitive-addons-for-elementor' ),
     507                'name'     => 'container_shadow',
     508
     509                'selector' => '{{WRAPPER}} .counter-container',
     510            ]
     511        );
     512       
     513
     514        $this->end_controls_tab();
     515       
     516        $this->start_controls_tab(
     517            'dafe_counter_content_hover_tab',
     518            [
     519                'label' => __('Hover', 'definitive-addons-for-elementor'),
     520            ]
     521        );
     522
     523        $this->add_group_control(
     524            Group_Control_Background::get_type(),
     525            [
     526                'name' => 'content_hvr_background',
     527                'selector' => '{{WRAPPER}} .counter-container:hover',
     528                'exclude' => [
     529                    'image'
     530                ]
     531            ]
     532        );
     533       
     534       
     535        $this->add_control(
     536           'content_border_hvr_color',
     537            [
     538                'label' => __( 'Counter Border Hover Color', 'definitive-addons-for-elementor' ),
    492539                'type' => Controls_Manager::COLOR,
    493540                'selectors' => [
    494                     '{{WRAPPER}} .counter-container:hover' => 'background-color: {{VALUE}}',
    495                 ],
    496             ]
    497         );
    498        
    499                
     541                    '{{WRAPPER}} .counter-container:hover' => 'border-color: {{VALUE}}',
     542                ],
     543            ]
     544        );
     545       
     546        $this->add_group_control(
     547            Group_Control_Box_Shadow::get_type(),
     548            [
     549                'label' => __( 'Container Hover Box Shadow', 'definitive-addons-for-elementor' ),
     550                'name'     => 'container_hvr_shadow',
     551
     552                'selector' => '{{WRAPPER}} .counter-container:hover',
     553            ]
     554        );
     555
     556        $this->end_controls_tab();
     557        $this->end_controls_tabs();
     558
     559       
    500560        $this->add_group_control(
    501561            Group_Control_Border::get_type(),
    502562            [
    503563                'name' => 'content_border',
     564                'exclude' => [
     565                    'color'
     566                ],
    504567                'selector' => '{{WRAPPER}} .counter-container',
    505568            ]
    506569        );
     570
    507571
    508572        $this->add_responsive_control(
     
    518582        );
    519583       
    520         $this->add_control(
    521            'content_border_hvr_color',
    522             [
    523                 'label' => __( 'Counter Border Hover Color', 'definitive-addons-for-elementor' ),
    524                 'type' => Controls_Manager::COLOR,
    525                 'selectors' => [
    526                     '{{WRAPPER}} .counter-container:hover' => 'border-color: {{VALUE}}',
    527                 ],
    528             ]
    529         );
     584         $this->add_responsive_control(
     585            'content_padding',
     586            [
     587                'label' => __( 'Content Padding', 'definitive-addons-for-elementor' ),
     588                'type' => Controls_Manager::DIMENSIONS,
     589                'size_units' => [ 'px', 'em', '%' ],
     590                'selectors' => [
     591                    '{{WRAPPER}} .counter-container' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
     592                ],
     593            ]
     594        );
     595
     596
    530597       
    531598        $this->add_control(
     
    544611        );
    545612       
    546         $this->add_group_control(
    547             Group_Control_Box_Shadow::get_type(),
    548             [
    549                 'label' => __( 'Container Box Shadow', 'definitive-addons-for-elementor' ),
    550                 'name'     => 'container_shadow',
    551 
    552                 'selector' => '{{WRAPPER}} .counter-container',
    553             ]
    554         );
    555        
    556         $this->add_group_control(
    557             Group_Control_Box_Shadow::get_type(),
    558             [
    559                 'label' => __( 'Container Hover Box Shadow', 'definitive-addons-for-elementor' ),
    560                 'name'     => 'container_hvr_shadow',
    561 
    562                 'selector' => '{{WRAPPER}} .counter-container:hover',
    563             ]
    564         );
    565        
     613
    566614        $this->end_controls_section();
    567615       
     
    578626        $counter_icon = $settings['counter_icon']['value'];
    579627
    580         $id = uniqid();
     628       
    581629        $this->add_render_attribute( 'counter', [
    582630            'class' => 'dafe-counter-number',
     
    597645        <?php } ?>
    598646        <div class="counter-content">
    599             <span id="<?php echo esc_attr($id) ?>" <?php $this->print_render_attribute_string( 'counter' ); ?>></span>
     647            <span <?php $this->print_render_attribute_string( 'counter' ); ?>></span>
    600648            <span class="counter-text <?php echo esc_attr($settings['counter_val_position']); ?>">
    601649     
  • definitive-addons-for-elementor/trunk/inc/Elements/Feature_list.php

    r2689901 r2697892  
    231231                'label' => __( 'Icon Color', 'definitive-addons-for-elementor' ),
    232232                'type' => Controls_Manager::COLOR,
    233                 'default' => '#6EC1E4',
     233                'default' => '#0eeae3',
    234234                'selectors' => [
    235235                    '{{WRAPPER}} .dafe-feature-list-container .dafe-icon .icon' => 'color: {{VALUE}}',
  • definitive-addons-for-elementor/trunk/inc/Elements/Filterable_Portfolio.php

    r2691410 r2697892  
    188188            [
    189189                'label' =>__( 'Filter Align', 'definitive-addons-for-elementor' ),
     190                'type' => Controls_Manager::CHOOSE,
     191                'label_block' => true,
     192                'options' => [
     193                   
     194                    'left' => [
     195                        'title' =>__( 'Left', 'definitive-addons-for-elementor' ),
     196                        'icon' => 'eicon-text-align-left',
     197                    ],
     198                    'center' => [
     199                        'title' =>__( 'Center', 'definitive-addons-for-elementor' ),
     200                        'icon' => 'eicon-text-align-center',
     201                    ],
     202                    'right' => [
     203                        'title' =>__( 'Right', 'definitive-addons-for-elementor' ),
     204                        'icon' => 'eicon-text-align-right',
     205                    ],
     206                ],
     207                'default' => 'left',
     208                'selectors' => [
     209                    '{{WRAPPER}} .filters' => 'text-align: {{VALUE}};',
     210                ],
     211               
     212               
     213            ]
     214        );
     215       
     216        $this->add_control(
     217            'read_more_text',
     218            [
     219                'label'     => __('Read More on Overlay', 'definitive-addons-for-elementor'),
     220                'type'      => Controls_Manager::TEXT,
     221                'default' => __('Read More', 'definitive-addons-for-elementor'),
     222               
     223               
     224               
     225            ]
     226        );
     227       
     228        $this->add_control(
     229            'enable_post_title',
     230            [
     231                'label' => __( 'Enable Title?', 'definitive-addons-for-elementor' ),
     232                'type' => Controls_Manager::SWITCHER,
     233                'default' => 'yes',
     234                'label_on' => __( 'Yes', 'definitive-addons-for-elementor' ),
     235                'label_off' => __( 'No', 'definitive-addons-for-elementor' ),
     236                'return_value' => 'yes',
     237               
     238            ]
     239        );
     240       
     241        $this->add_control(
     242            'enable_meta_content',
     243            [
     244                'label' => __( 'Enable Meta & Content?', 'definitive-addons-for-elementor' ),
     245                'type' => Controls_Manager::SWITCHER,
     246                'default' => 'no',
     247                'label_on' => __( 'Yes', 'definitive-addons-for-elementor' ),
     248                'label_off' => __( 'No', 'definitive-addons-for-elementor' ),
     249                'return_value' => 'yes',
     250               
     251            ]
     252        );
     253       
     254        $this->add_control(
     255            'enable_excerpt',
     256            [
     257                'label' => __( 'Enable Excerpt?', 'definitive-addons-for-elementor' ),
     258                'type' => Controls_Manager::SWITCHER,
     259                'default' => 'yes',
     260                'label_on' => __( 'Yes', 'definitive-addons-for-elementor' ),
     261                'label_off' => __( 'No', 'definitive-addons-for-elementor' ),
     262                'return_value' => 'yes',
     263                'condition' => [
     264                    'enable_meta_content' => 'yes',
     265                   
     266                ],
     267               
     268            ]
     269        );
     270        $this->add_control(
     271            'post_grid_align',
     272            [
     273                'label' =>__( 'Post Align', 'definitive-addons-for-elementor' ),
    190274                'type' => Controls_Manager::CHOOSE,
    191275                'label_block' => true,
     
    205289                    ],
    206290                ],
    207                 'default' => 'left',
    208                 'selectors' => [
    209                     '{{WRAPPER}} ul#filters' => 'text-align: {{VALUE}};',
    210                 ],
    211                
    212                
    213             ]
    214         );
    215        
    216         $this->add_control(
    217             'read_more_text',
    218             [
    219                 'label'     => __('Read More on Overlay', 'definitive-addons-for-elementor'),
    220                 'type'      => Controls_Manager::TEXT,
    221                 'default' => __('Read More', 'definitive-addons-for-elementor'),
    222                
    223                
    224                
    225             ]
    226         );
    227        
    228         $this->add_control(
    229             'enable_post_title',
    230             [
    231                 'label' => __( 'Enable Title?', 'definitive-addons-for-elementor' ),
    232                 'type' => Controls_Manager::SWITCHER,
    233                 'default' => 'yes',
    234                 'label_on' => __( 'Yes', 'definitive-addons-for-elementor' ),
    235                 'label_off' => __( 'No', 'definitive-addons-for-elementor' ),
    236                 'return_value' => 'yes',
    237                
    238             ]
    239         );
    240        
    241         $this->add_control(
    242             'enable_meta_content',
    243             [
    244                 'label' => __( 'Enable Meta & Content?', 'definitive-addons-for-elementor' ),
    245                 'type' => Controls_Manager::SWITCHER,
    246                 'default' => 'no',
    247                 'label_on' => __( 'Yes', 'definitive-addons-for-elementor' ),
    248                 'label_off' => __( 'No', 'definitive-addons-for-elementor' ),
    249                 'return_value' => 'yes',
    250                
    251             ]
    252         );
    253        
    254         $this->add_control(
    255             'enable_excerpt',
    256             [
    257                 'label' => __( 'Enable Excerpt?', 'definitive-addons-for-elementor' ),
    258                 'type' => Controls_Manager::SWITCHER,
    259                 'default' => 'yes',
    260                 'label_on' => __( 'Yes', 'definitive-addons-for-elementor' ),
    261                 'label_off' => __( 'No', 'definitive-addons-for-elementor' ),
    262                 'return_value' => 'yes',
    263                 'condition' => [
    264                     'enable_meta_content' => 'yes',
    265                    
    266                 ],
    267                
    268             ]
    269         );
    270         $this->add_control(
    271             'post_grid_align',
    272             [
    273                 'label' =>__( 'Post Align', 'definitive-addons-for-elementor' ),
    274                 'type' => Controls_Manager::CHOOSE,
    275                 'label_block' => true,
    276                 'options' => [
    277                    
    278                     'left' => [
    279                         'title' =>__( 'Left', 'definitive-addons-for-elementor' ),
    280                         'icon' => 'eicon-h-align-left',
    281                     ],
    282                     'center' => [
    283                         'title' =>__( 'Center', 'definitive-addons-for-elementor' ),
    284                         'icon' => 'eicon-h-align-center',
    285                     ],
    286                     'right' => [
    287                         'title' =>__( 'Right', 'definitive-addons-for-elementor' ),
    288                         'icon' => 'eicon-h-align-right',
    289                     ],
    290                 ],
    291291                'default' => 'center',
    292292                'condition' => [
     
    324324                'size_units' => ['px'],
    325325                'selectors' => [
    326                     '{{WRAPPER}} ul#filters' => 'margin-bottom: {{SIZE}}{{UNIT}};',
     326                    '{{WRAPPER}} .filters' => 'margin-bottom: {{SIZE}}{{UNIT}};',
    327327                ],
    328328            ]
     
    336336                'default' => '#fff',
    337337                'selectors' => [
    338                     '{{WRAPPER}} ul#filters li a' => 'color: {{VALUE}};',
     338                    '{{WRAPPER}} .filters li a' => 'color: {{VALUE}};',
    339339                ],
    340340            ]
     
    347347                'default' => '#000',
    348348                'selectors' => [
    349                     '{{WRAPPER}} ul#filters li a' => 'background-color: {{VALUE}};',
     349                    '{{WRAPPER}} .filters li a' => 'background-color: {{VALUE}};',
    350350                ],
    351351            ]
     
    358358                'type' => Controls_Manager::COLOR,
    359359                'selectors' => [
    360                     '{{WRAPPER}} ul#filters li a:hover' => 'color: {{VALUE}};',
     360                    '{{WRAPPER}} .filters li a:hover' => 'color: {{VALUE}};',
    361361                ],
    362362            ]
     
    367367            [
    368368                'name' => 'filter_font',
    369                 'selector' => '{{WRAPPER}} ul#filters li',
     369                'selector' => '{{WRAPPER}} .filters li',
    370370               
    371371            ]
     
    546546                'type' => Controls_Manager::COLOR,
    547547                'selectors' => [
    548                     '{{WRAPPER}} .entry-header .post-categories a,{{WRAPPER}} .dafe-post-entry-meta span,{{WRAPPER}} .dafe-post-entry-meta span a,{{WRAPPER}} .dafe-post-entry-meta span.byline:before' => 'color: {{VALUE}}!important',
     548                    '{{WRAPPER}} .entry-header .post-categories a,{{WRAPPER}} .dafe-post-entry-meta span,{{WRAPPER}} .dafe-post-entry-meta span a,{{WRAPPER}} .dafe-post-entry-meta i' => 'color: {{VALUE}}!important',
    549549                ],
    550550            ]
  • definitive-addons-for-elementor/trunk/inc/Elements/Image_Overlay.php

    r2691410 r2697892  
    443443                <div class="overlay-media">
    444444       
    445                         <?php echo Group_Control_Image_Size::get_attachment_image_html( $settings, 'thumbnail', 'image' ); ?>
     445                        <?php echo wp_kses_post(Group_Control_Image_Size::get_attachment_image_html( $settings, 'thumbnail', 'image' )); ?>
    446446   
    447447                </div>
  • definitive-addons-for-elementor/trunk/inc/Elements/Post_Carousel.php

    r2694663 r2697892  
    204204
    205205         // style
    206        
    207 
     206        $this->start_controls_section(
     207           'blog_section_style_overlay',
     208            [
     209                'label' =>__( 'Blog Post Overlay', 'definitive-addons-for-elementor' ),
     210                'tab'   => Controls_Manager::TAB_STYLE,
     211            ]
     212        );
     213       
     214         $this->add_control(
     215            'overlay_width',
     216            [
     217                'label' => __( 'Overlay Width Full?', 'definitive-addons-for-elementor' ),
     218                'type' => Controls_Manager::SWITCHER,
     219                'default' => 'no',
     220                'label_on' => __( 'Yes', 'definitive-addons-for-elementor' ),
     221                'label_off' => __( 'No', 'definitive-addons-for-elementor' ),
     222                'return_value' => 'yes',
     223                'frontend_available' => true,
     224            ]
     225        );
     226       
     227         $this->add_group_control(
     228            Group_Control_Background::get_type(),
     229            [
     230                'name' => 'ovl_background',
     231                'selector' => '{{WRAPPER}} .da_feature_slide_border_abs',
     232                'exclude' => [
     233                    'image'
     234                ]
     235            ]
     236        );
     237       
     238         $this->add_control(
     239           'ovl_hvr_background',
     240            [
     241                'label' => __( 'Background Hover', 'definitive-addons-for-elementor' ),
     242                'type' => Controls_Manager::COLOR,
     243               
     244                'selectors' => [
     245                    '{{WRAPPER}} .da_feature_slide_border_abs:hover' => 'background-color: {{VALUE}}',
     246                ],
     247            ]
     248        );
     249        $this->end_controls_section();
     250       
    208251        $this->start_controls_section(
    209252           'blog_section_style_title',
     
    473516    $loop = $this->get_settings_for_display('loop');
    474517    $show_hide_nav = $this->get_settings_for_display('show_hide_nav');
     518    $overlay_width = $this->get_settings_for_display('overlay_width');
    475519   
    476520    if ($show_hide_nav != 'yes'){
     
    480524    $ovl_width = '';
    481525    $feature_slider = '';
     526    if ($overlay_width == 'yes'){
     527        $ovl_width = 'full-width';
     528    }
    482529   
    483530    if ($slidesToShows > 1){
  • definitive-addons-for-elementor/trunk/inc/Elements/Promo-box.php

    r2691410 r2697892  
    369369                    <a href="<?php echo esc_url( $settings['link']['url'] ); ?>" target="<?php echo esc_attr($settings['link']['is_external']); ?>" rel="<?php echo esc_attr($settings['link']['nofollow']); ?>" >
    370370                   
    371                         <?php echo Group_Control_Image_Size::get_attachment_image_html( $settings, 'thumbnail', 'image' ); ?>
     371                        <?php echo wp_kses_post(Group_Control_Image_Size::get_attachment_image_html( $settings, 'thumbnail', 'image' )); ?>
    372372               
    373373                    </a>
  • definitive-addons-for-elementor/trunk/inc/Elements/Slider.php

    r2694663 r2697892  
    88namespace Definitive_Addons_Elementor\Elements;
    99use Elementor\Group_Control_Background;
     10use Elementor\Group_Control_Box_Shadow;
    1011use Elementor\Repeater;
    1112use Elementor\Controls_Manager;
     
    225226        $this->end_controls_section();
    226227       
    227         $this->start_controls_section(
    228            'slider_element_style',
    229             [
    230                 'label' => __( 'Slide Element Style', 'definitive-addons-for-elementor' ),
    231                 'tab'   => Controls_Manager::TAB_STYLE,
    232             ]
    233         );
    234         $this->add_control(
    235             'nav_position',
    236             [
    237                 'label' =>__('Navigation Position', 'definitive-addons-for-elementor'),
    238                 'type' => Controls_Manager::SELECT,
    239                
    240                 'default' =>'top-right',
    241                 'options' => [
    242                     'top-right'=>__('Top Right Corner','definitive-addons-for-elementor'),
    243                     'bottom-right'=>__('Bottom Right Corner','definitive-addons-for-elementor'),
    244                     'left-right'=>__('Left Right Middle','definitive-addons-for-elementor')
    245                 ],
    246             ]
    247         );
    248        
    249         $this->end_controls_section();
     228       
    250229       
    251230        $this->start_controls_section(
     
    295274       
    296275
     276         $this->add_control(
     277           'ovl_hvr_background',
     278            [
     279                'label' => __( 'Overlay Background Hover', 'definitive-addons-for-elementor' ),
     280                'type' => Controls_Manager::COLOR,
     281               
     282                'selectors' => [
     283                    '{{WRAPPER}} .definitive-slide-item:hover' => 'background-color: {{VALUE}}',
     284                ],
     285            ]
     286        );
    297287        $this->add_control(
    298288           'title_color',
     
    373363            ]
    374364        );
    375 
     365        $this->add_responsive_control(
     366            'nav_size',
     367            [
     368                'label' => __( 'Arrow Size', 'definitive-addons-for-elementor' ),
     369                'type' => Controls_Manager::SLIDER,
     370                'size_units' => ['px'],
     371                'default' => [
     372                    'unit' => 'px',
     373                    'size' => 28,
     374                ],
     375                'range'      => [
     376                       
     377                        'px' => [
     378                            'min' => 10,
     379                            'max' => 100,
     380                        ],
     381                ],
     382                'selectors' => [
     383                    '{{WRAPPER}} .slides-container .left.slick-arrow, {{WRAPPER}} .slides-container .right.slick-arrow' => 'font-size: {{SIZE}}{{UNIT}};',
     384                ],
     385            ]
     386        );
    376387       
    377388        $this->add_control(
     
    382393                'default' => '',
    383394                'selectors' => [
    384                     '{{WRAPPER}} .slides-container .slick-prev:after, {{WRAPPER}} .slides-container .slick-next:after' => 'color: {{VALUE}};',
     395                    '{{WRAPPER}} .slides-container .left.slick-arrow, {{WRAPPER}} .slides-container .right.slick-arrow' => 'color: {{VALUE}};',
    385396                ],
    386397            ]
     
    392403                'label' => __( 'Arrow Background Color', 'definitive-addons-for-elementor' ),
    393404                'type' => Controls_Manager::COLOR,
    394                 'default' =>'#6EC1E4',
    395                 'selectors' => [
    396                     '{{WRAPPER}} .slides-container .slick-prev, {{WRAPPER}} .slides-container .slick-next' => 'background-color: {{VALUE}};',
     405                'default' =>'#9FBDCA52',
     406                'selectors' => [
     407                    '{{WRAPPER}} .slides-container .left.slick-arrow, {{WRAPPER}} .slides-container .right.slick-arrow' => 'background-color: {{VALUE}};',
    397408                ],
    398409            ]
     
    405416                'type' => Controls_Manager::COLOR,
    406417                'selectors' => [
    407                     '{{WRAPPER}} .slides-container .slick-prev:hover:after, {{WRAPPER}} .slides-container .slick-next:hover:after' => 'color: {{VALUE}};',
     418                    '{{WRAPPER}} .slides-container .right.slick-arrow:hover, {{WRAPPER}} .slides-container .left.slick-arrow:hover' => 'color: {{VALUE}};',
    408419                ],
    409420            ]
     
    416427                'type' => Controls_Manager::COLOR,
    417428                'selectors' => [
    418                     '{{WRAPPER}} .slides-container .slick-prev:hover, {{WRAPPER}} .slides-container .slick-next:hover' => 'background-color: {{VALUE}};',
     429                    '{{WRAPPER}} .slides-container .left.slick-arrow:hover, {{WRAPPER}} .slides-container .right.slick-arrow:hover' => 'background-color: {{VALUE}};',
    419430                ],
    420431            ]
     
    430441
    431442                'selectors' => [
    432                     '{{WRAPPER}} .slides-container .slick-prev, {{WRAPPER}} .slides-container .slick-next' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
     443                    '{{WRAPPER}} .slides-container .left.slick-arrow, {{WRAPPER}} .slides-container .right.slick-arrow' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
    433444                ],
    434445            ]
     
    439450            [
    440451                'name' => 'nav_border',
    441                 'selector' => '{{WRAPPER}} .slides-container .slick-prev,{{WRAPPER}} .slides-container .slick-next',
     452                'selector' => '{{WRAPPER}} .slides-container .left.slick-arrow,{{WRAPPER}} .slides-container .right.slick-arrow',
    442453            ]
    443454        );
     
    450461                'size_units' => [ 'px', '%' ],
    451462                'selectors' => [
    452                     '{{WRAPPER}} .slides-container .slick-prev,{{WRAPPER}} .slides-container .slick-next' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}; overflow: hidden;',
    453                 ],
    454             ]
    455         );
     463                    '{{WRAPPER}} .slides-container .left.slick-arrow,{{WRAPPER}} .slides-container .right.slick-arrow' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}; overflow: hidden;',
     464                ],
     465            ]
     466        );
     467       
     468        $this->add_responsive_control(
     469            'nav_top_spacing',
     470            [
     471                'label' => __( 'Top Spacing', 'definitive-addons-for-elementor' ),
     472                'type' => Controls_Manager::SLIDER,
     473                'size_units' => ['%','px'],
     474                'default' => [
     475                    'size' => 50
     476                ],
     477                'selectors' => [
     478                    '{{WRAPPER}} .slides-container .left.slick-arrow,{{WRAPPER}} .slides-container .right.slick-arrow' => 'top: {{SIZE}}%!important;',
     479                ],
     480               
     481            ]
     482        );
     483       
     484        $this->add_responsive_control(
     485            'nav_left_spacing',
     486            [
     487                'label' => __( 'Left & Right Spacing', 'definitive-addons-for-elementor' ),
     488                'type' => Controls_Manager::SLIDER,
     489                'size_units' => ['%','px'],
     490                'default' => [
     491                    'size' => 0
     492                ],
     493                'selectors' => [
     494                    '{{WRAPPER}} .slides-container .left.slick-arrow' => 'left: {{SIZE}}%!important;',
     495                    '{{WRAPPER}} .slides-container .right.slick-arrow' => 'right: {{SIZE}}%!important;',
     496                ],
     497               
     498            ]
     499        );
     500       
     501        $this->add_group_control(
     502            Group_Control_Box_Shadow::get_type(),
     503            [
     504                'label' =>__( 'Arrow Shadow', 'definitive-addons-for-elementor' ),
     505                'name'     => 'dafe_nav_shadow',
     506
     507                'selector' => '{{WRAPPER}} .slides-container .left.slick-arrow,{{WRAPPER}} .slides-container .right.slick-arrow',
     508            ]
     509        );
     510
    456511
    457512        $this->end_controls_section();
     
    634689        $loop = $this->get_settings_for_display('loop');
    635690        $show_hide_ovl = $this->get_settings_for_display( 'show_hide_ovl');
    636         $nav_position = $this->get_settings_for_display('nav_position');
     691        //$nav_position = $this->get_settings_for_display('nav_position');
    637692   
    638693       
    639694       
    640         $overlay_styles = '';
    641         if ($loop == 'yes' ){$loop = 'true';}
    642         if ($loop != 'yes' ){$loop = 'false';}
    643         if ($autoplay == 'yes' ){$autoplay = 'true';}
    644         if ($autoplay != 'yes' ){$autoplay = 'false';}
    645        
     695   
    646696        if ($show_hide_ovl != 'yes'){
    647             $overlay_styles .= 'display:none;';
     697            $show_hide_ovl = 'no';
    648698        }
    649699        $add_icon_right = '';
     
    659709   
    660710        ?>
    661     <div class="slides-container <?php echo esc_attr($nav_position) ?>">
    662         <div id="<?php echo esc_attr($id) ?>" <?php $this->print_render_attribute_string( 'definitive-slick' ); ?>>
     711    <div class="slides-container left-right">
     712        <div <?php $this->print_render_attribute_string( 'definitive-slick' ); ?>>
    663713
    664714            <?php foreach ( $settings['slick_slides'] as $slide ) {
     
    679729                       <?php } ?>
    680730
    681                         <div class="definitive-slide-item" style="<?php echo esc_attr($overlay_styles); ?>">
     731                        <div class="definitive-slide-item <?php echo esc_attr($show_hide_ovl); ?>">
    682732                            <div class="definitive-slide-cta">
    683733                                <?php if ( $slide['title'] ) { ?>
  • definitive-addons-for-elementor/trunk/inc/Elements/Social_Icon.php

    r2691410 r2697892  
    7272                ],
    7373                'recommended' => [
    74                     'fa-brands' => Reuse::dafe_social_brand_icons(),
     74                    'fa-brands' => Reuse::dafe_social_icon_brands(),
    7575                ],
    7676            ]
     
    283283                    'left' => [
    284284                        'title' =>__( 'Left', 'definitive-addons-for-elementor' ),
    285                         'icon' => 'fa fa-align-left',
     285                        'icon' => 'eicon-text-align-left',
    286286                    ],
    287287                    'center' => [
    288288                        'title' =>__( 'Center', 'definitive-addons-for-elementor' ),
    289                         'icon' => 'fa fa-align-center',
     289                        'icon' => 'eicon-text-align-center',
    290290                    ],
    291291                    'right' => [
    292292                        'title' =>__( 'Right', 'definitive-addons-for-elementor' ),
    293                         'icon' => 'fa fa-align-right',
     293                        'icon' => 'eicon-text-align-right',
    294294                    ],
    295295                ],
     
    412412            ]
    413413        );
    414        
    415        
     414
    416415        $this->add_control(
    417416            'dafe_social_icons_border_color',
     
    514513            ]
    515514        );
    516        
    517        
    518        
     515
    519516        $this->add_responsive_control(
    520517          'dafe_social_icon_paddings',
  • definitive-addons-for-elementor/trunk/inc/Elements/Staff_Member.php

    r2691410 r2697892  
    99use Elementor\Group_Control_Background;
    1010use Elementor\Repeater;
     11use Elementor\Group_Control_Css_Filter;
    1112use Elementor\Controls_Manager;
    1213use Elementor\Group_Control_Box_Shadow;
     
    8081        );
    8182       
    82          $this->add_responsive_control(
    83             'image_width',
    84             [
    85                 'label' => __( 'Image Width(%)', 'definitive-addons-for-elementor' ),
    86                 'type' => Controls_Manager::SLIDER,
    87                 'size_units' => ['%'],
    88                 'default' => [
    89                     'size' => 100
    90                 ],
    91                 'range'      => [
    92                        
    93                         '%' => [
    94                             'min' => 0,
    95                             'max' => 100,
    96                         ],
    97                 ],
    98                 'selectors' => [
    99                     '{{WRAPPER}} .staff-member-img' => 'width: {{SIZE}}%;',
    100                 ],
    101             ]
    102         );
    103 
     83        $this->add_group_control(
     84            Group_Control_Image_Size::get_type(),
     85            [
     86                'name' => 'thumbnail',
     87                'default' => 'thumbnail',
     88                'separator' => 'before',
     89                'exclude' => [
     90                    'custom'
     91                ]
     92            ]
     93        );
     94       
    10495        $this->add_control(
    10596       'staff_name',
     
    162153            'icon_name',
    163154            [
    164                 'label'   => esc_html__( 'Social Icon', 'definitive-addons-for-elementor' ),
     155                'label'   => __( 'Social Icon', 'definitive-addons-for-elementor' ),
    165156                'type'    => Controls_Manager::ICONS,
    166157                'default' => [
     
    168159                    'library' => 'fa-brands',
    169160                ],
    170                
     161                'recommended' => [
     162                    'fa-brands' => Reuse::dafe_social_icon_brands(),
     163                ],
    171164               
    172165               
     
    182175                'autocomplete' => false,
    183176                'show_external' => false,
    184                
    185                
     177     
    186178            ]
    187179        );
     
    233225                    'left' => [
    234226                        'title' =>__( 'Left', 'definitive-addons-for-elementor' ),
    235                         'icon' => 'fa fa-align-left',
     227                        'icon' => 'eicon-text-align-left',
    236228                    ],
    237229                    'center' => [
    238230                        'title' =>__( 'Center', 'definitive-addons-for-elementor' ),
    239                         'icon' => 'fa fa-align-center',
     231                        'icon' => 'eicon-text-align-center',
    240232                    ],
    241233                    'right' => [
    242234                        'title' =>__( 'Right', 'definitive-addons-for-elementor' ),
    243                         'icon' => 'fa fa-align-right',
     235                        'icon' => 'eicon-text-align-right',
    244236                    ],
    245237                ],
    246238                'default' => 'left',
     239                'selectors' => [
     240                    '{{WRAPPER}} .staff-member,{{WRAPPER}} .staff-member-text' => 'text-align: {{VALUE}};',
     241                ],
    247242               
    248             ]
    249         );
    250 
    251        
     243               
     244            ]
     245        );
     246
     247       
     248
    252249         $this->end_controls_section();
    253250       
     
    262259        );
    263260       
     261        $this->add_responsive_control(
     262            'image_size',
     263            [
     264                'label' => __( 'Image Width(%)', 'definitive-addons-for-elementor' ),
     265                'type' => Controls_Manager::SLIDER,
     266                'size_units' => ['%'],
     267                'default' => [
     268                    'unit' => '%',
     269                    'size' => 40,
     270                ],
     271                'range'      => [
     272                       
     273                        '%' => [
     274                            'min' => 10,
     275                            'max' => 100,
     276                        ],
     277                ],
     278                'selectors' => [
     279                    '{{WRAPPER}} .staff-member .dafe-staff-image img' => 'width: {{SIZE}}%;',
     280                ],
     281            ]
     282        );
     283       
    264284        $this->add_group_control(
    265285            Group_Control_Border::get_type(),
    266286            [
    267287                'name' => 'image_border',
    268                 'selector' => '{{WRAPPER}} .staff-member-img',
     288                'selector' => '{{WRAPPER}} .dafe-staff-image img',
    269289            ]
    270290        );
     
    276296                'type' => Controls_Manager::COLOR,
    277297                'selectors' => [
    278                     '{{WRAPPER}} .staff-member-name:hover' => 'border-color: {{VALUE}}',
     298                    '{{WRAPPER}} .staff-member .dafe-staff-image img:hover' => 'border-color: {{VALUE}}',
    279299                ],
    280300            ]
     
    288308                'size_units' => [ 'px', '%' ],
    289309                'selectors' => [
    290                     '{{WRAPPER}} .staff-member-img' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}; overflow: hidden;',
     310                    '{{WRAPPER}} .dafe-staff-image img' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}; overflow: hidden;',
    291311                ],
    292312            ]
     
    303323                ],
    304324                'selectors' => [
    305                     '{{WRAPPER}} .staff-member-img' => 'margin-bottom: {{SIZE}}{{UNIT}};',
    306                 ],
    307             ]
    308         );
     325                    '{{WRAPPER}} .dafe-staff-image img' => 'margin-bottom: {{SIZE}}{{UNIT}};',
     326                ],
     327            ]
     328        );
     329       
     330        $this->add_group_control(
     331            Group_Control_Box_Shadow::get_type(),
     332            [
     333                'label' => __( 'Box Shadow', 'definitive-addons-for-elementor' ),
     334                'name'     => 'image_shadow',
     335
     336                'selector' => '{{WRAPPER}} .dafe-staff-image img',
     337            ]
     338        );
     339       
     340        $this->add_group_control(
     341            Group_Control_Css_Filter::get_type(),
     342            [
     343                'label' => __( 'CSS Filter', 'definitive-addons-for-elementor' ),
     344                'name' => 'img_css_filter',
     345                'selector' => '{{WRAPPER}} .dafe-staff-image img',
     346            ]
     347        );
     348       
     349        $this->add_group_control(
     350            Group_Control_Css_Filter::get_type(),
     351            [
     352                'label' => __( 'CSS Filter Hover', 'definitive-addons-for-elementor' ),
     353                'name' => 'img_css_hvr_filter',
     354                'selector' => '{{WRAPPER}}:hover .dafe-staff-image img',
     355            ]
     356        );
     357
    309358   
    310359        $this->end_controls_section();
     
    400449            'job_position_spacing',
    401450            [
    402                 'label' => __( 'Job Position Bottom Spacing', 'definitive-addons-for-elementor' ),
     451                'label' => __( 'Bottom Spacing', 'definitive-addons-for-elementor' ),
    403452                'type' => Controls_Manager::SLIDER,
    404453                'size_units' => ['px'],
     
    415464            'job_position_color',
    416465            [
    417                 'label' => __( 'Job Position Color', 'definitive-addons-for-elementor' ),
     466                'label' => __( 'Color', 'definitive-addons-for-elementor' ),
    418467                'type' => Controls_Manager::COLOR,
    419468                'selectors' => [
     
    425474            'job_position_hvr_color',
    426475            [
    427                 'label' => __( 'Job Position Hover Color', 'definitive-addons-for-elementor' ),
     476                'label' => __( 'Hover Color', 'definitive-addons-for-elementor' ),
    428477                'type' => Controls_Manager::COLOR,
    429478                'selectors' => [
     
    476525            'text_spacing',
    477526            [
    478                 'label' => __( 'Text Bottom Padding', 'definitive-addons-for-elementor' ),
     527                'label' => __( 'Bottom Padding', 'definitive-addons-for-elementor' ),
    479528                'type' => Controls_Manager::SLIDER,
    480529                'size_units' => ['px'],
     
    634683          'icon_border_radius',
    635684            [
    636                 'label' => __( 'Icon Border Radius', 'definitive-addons-for-elementor' ),
     685                'label' => __( 'Border Radius', 'definitive-addons-for-elementor' ),
    637686                'type' => Controls_Manager::DIMENSIONS,
    638687                'size_units' => [ 'px', '%' ],
     
    646695           'icon_hover_border_color',
    647696            [
    648                 'label' => __( 'Icon Border Hover Color', 'definitive-addons-for-elementor' ),
     697                'label' => __( 'Border Hover Color', 'definitive-addons-for-elementor' ),
    649698                'type' => Controls_Manager::COLOR,
    650699                'selectors' => [
     
    720769           'content_hover_bg_color',
    721770            [
    722                 'label' => __( 'Container Background Hover Color', 'definitive-addons-for-elementor' ),
     771                'label' => __( 'Background Hover Color', 'definitive-addons-for-elementor' ),
    723772                'type' => Controls_Manager::COLOR,
    724773                'selectors' => [
     
    739788          'container_border_radius',
    740789            [
    741                 'label' =>__( 'Container Border Radius', 'definitive-addons-for-elementor' ),
     790                'label' =>__( 'Border Radius', 'definitive-addons-for-elementor' ),
    742791                'type' => Controls_Manager::DIMENSIONS,
    743792                'size_units' => [ 'px', '%' ],
     
    751800           'content_border_hvr_color',
    752801            [
    753                 'label' => __( 'Container Border Hover Color', 'definitive-addons-for-elementor' ),
     802                'label' => __( 'Border Hover Color', 'definitive-addons-for-elementor' ),
    754803                'type' => Controls_Manager::COLOR,
    755804                'selectors' => [
     
    777826            Group_Control_Box_Shadow::get_type(),
    778827            [
    779                 'label' => __( 'Container Box Shadow', 'definitive-addons-for-elementor' ),
     828                'label' => __( 'Box Shadow', 'definitive-addons-for-elementor' ),
    780829                'name'     => 'container_shadow',
    781830
     
    787836            Group_Control_Box_Shadow::get_type(),
    788837            [
    789                 'label' => __( 'Container Hover Box Shadow', 'definitive-addons-for-elementor' ),
     838                'label' => __( 'Hover Box Shadow', 'definitive-addons-for-elementor' ),
    790839                'name'     => 'container_hvr_shadow',
    791840
     
    803852       
    804853       
    805         $staff_member_alignment = $this->get_settings_for_display('staff_member_alignment');
    806         $container_styles = 'text-align:'.$staff_member_alignment.';';
     854       
    807855       
    808856        if ($settings['social_off_on'] == 'yes'){
     
    817865        $image = $settings['image']['url'];
    818866       
     867       
    819868        ?>
    820869
    821870 
    822                     <div class="staff-member style3" style="<?php echo esc_attr($container_styles); ?>">
     871                    <div class="staff-member style3">
    823872                        <?php if ( $image ) : ?>
    824                             <img class="staff-member-img" src="<?php echo esc_url( $image ); ?>" alt="<?php echo esc_attr( $settings['staff_name'] ); ?>">
    825                         <?php endif; ?>
    826 
     873                        <figure class="dafe-staff-image">
     874                    <?php
     875                        echo wp_kses_post( Group_Control_Image_Size::get_attachment_image_html( $settings, 'thumbnail', 'image' ));
     876                           
     877                    ?>
     878                    </figure>
     879                    <?php endif; ?>
     880                       
    827881                          <div class="staff-member-content">
    828882                                <?php if ( $settings['staff_name'] ) : ?>
     
    833887                                <?php endif; ?>
    834888                                <?php if ( $settings['staff_text'] ) : ?>
    835                                     <p class="staff-member-text" style="<?php echo esc_attr($container_styles); ?>"><?php echo esc_html( $settings['staff_text'] ); ?></p>
     889                                    <p class="staff-member-text"><?php echo esc_html( $settings['staff_text'] ); ?></p>
    836890                                <?php endif; ?>
    837891                            </div>
  • definitive-addons-for-elementor/trunk/inc/Elements/Teaser_Box.php

    r2693013 r2697892  
    99use Elementor\Controls_Manager;
    1010use Elementor\Group_Control_Box_Shadow;
     11use Elementor\Group_Control_Css_Filter;
    1112use Elementor\Group_Control_Text_Shadow;
    1213use Elementor\Group_Control_Text_Stroke;
     
    214215                    'left' => [
    215216                        'title' =>__( 'Left', 'definitive-addons-for-elementor' ),
    216                         'icon' => 'fa fa-align-left',
     217                        'icon' => 'eicon-text-align-left',
    217218                    ],
    218219                    'center' => [
    219220                        'title' =>__( 'Center', 'definitive-addons-for-elementor' ),
    220                         'icon' => 'fa fa-align-center',
     221                        'icon' => 'eicon-text-align-center',
    221222                    ],
    222223                    'right' => [
    223224                        'title' =>__( 'Right', 'definitive-addons-for-elementor' ),
    224                         'icon' => 'fa fa-align-right',
     225                        'icon' => 'eicon-text-align-right',
    225226                    ],
    226227                ],
    227228                'default' => 'center',
     229                'selectors' => [
     230                    '{{WRAPPER}} .image-box,{{WRAPPER}} .image-box-subtitle' => 'text-align: {{VALUE}};',
     231                ],
    228232               
    229233            ]
     
    245249            'image_size',
    246250            [
    247                 'label' => __( 'Image Size', 'definitive-addons-for-elementor' ),
     251                'label' => __( 'Image Width(%)', 'definitive-addons-for-elementor' ),
    248252                'type' => Controls_Manager::SLIDER,
    249                 'size_units' => ['px'],
     253                'size_units' => ['%'],
    250254                'default' => [
    251                     'unit' => 'px',
    252                     'size' => 200,
     255                    'unit' => '%',
     256                    'size' => 40,
    253257                ],
    254258                'range'      => [
    255259                       
    256                         'px' => [
    257                             'min' => 20,
    258                             'max' => 400,
     260                        '%' => [
     261                            'min' => 10,
     262                            'max' => 100,
    259263                        ],
    260264                ],
    261265                'selectors' => [
    262                     '{{WRAPPER}} .image-box-entry img' => 'width: {{SIZE}}{{UNIT}};height: {{SIZE}}{{UNIT}};',
     266                    '{{WRAPPER}} .dafe-card-image img' => 'width: {{SIZE}}{{UNIT}};',
    263267                ],
    264268            ]
     
    269273            [
    270274                'name' => 'image_border',
    271                 'selector' => '{{WRAPPER}} .image-box-entry img',
     275                'selector' => '{{WRAPPER}} .dafe-card-image img',
    272276            ]
    273277        );
     
    280284                'size_units' => [ 'px', '%' ],
    281285                'selectors' => [
    282                     '{{WRAPPER}} .image-box-entry img' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}; overflow: hidden;',
     286                    '{{WRAPPER}} .dafe-card-image img' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}; overflow: hidden;',
    283287                ],
    284288            ]
     
    295299                ],
    296300                'selectors' => [
    297                     '{{WRAPPER}} .image-box-entry img' => 'margin-bottom: {{SIZE}}{{UNIT}};',
    298                 ],
    299             ]
    300         );
     301                    '{{WRAPPER}} .image-box-entry .dafe-card-image' => 'margin-bottom: {{SIZE}}{{UNIT}};',
     302                ],
     303            ]
     304        );
     305       
     306        $this->add_group_control(
     307            Group_Control_Css_Filter::get_type(),
     308            [
     309                'label' => __( 'CSS Filter', 'definitive-addons-for-elementor' ),
     310                'name' => 'img_css_filter',
     311                'selector' => '{{WRAPPER}} .dafe-card-image img',
     312            ]
     313        );
     314       
     315        $this->add_group_control(
     316            Group_Control_Css_Filter::get_type(),
     317            [
     318                'label' => __( 'CSS Filter Hover', 'definitive-addons-for-elementor' ),
     319                'name' => 'img_css_hvr_filter',
     320                'selector' => '{{WRAPPER}}:hover .dafe-card-image img',
     321            ]
     322        );
     323
     324       
    301325       
    302326       
     
    605629            'container_hvr_bg_color',
    606630            [
    607                 'label' => __( 'Container Hover Background Color', 'definitive-addons-for-elementor' ),
     631                'label' => __( 'Background Hover Color', 'definitive-addons-for-elementor' ),
    608632                'type' => Controls_Manager::COLOR,
    609633                'selectors' => [
     
    623647          'container_border_radius',
    624648            [
    625                 'label' => __( 'Container Border Radius', 'definitive-addons-for-elementor' ),
     649                'label' => __( 'Border Radius', 'definitive-addons-for-elementor' ),
    626650                'type' => Controls_Manager::DIMENSIONS,
    627651                'size_units' => [ 'px', '%' ],
     
    635659            'container_hover_border_color',
    636660            [
    637                 'label'     => __('Container Border Hover Color', 'definitive-addons-for-elementor'),
     661                'label'     => __('Border Hover Color', 'definitive-addons-for-elementor'),
    638662                'type'      => Controls_Manager::COLOR,
    639663                'selectors' => [
     
    675699      $settings = $this->get_settings_for_display();
    676700      $link = $this->get_settings_for_display( 'btn_link' );
    677       $image_box_alignment = $this->get_settings_for_display('image_box_alignment');
    678       $container_styles = 'text-align:'.$image_box_alignment.';';
     701     
    679702      $title_tag = $this->get_settings_for_display( 'title_tag' );
    680703
     
    688711                ?>
    689712
    690                  <div class="image-box style3" style="<?php echo esc_attr($container_styles) ?>">
     713                 <div class="image-box style3">
    691714                    <div class="image-box-entry">
    692715                        <?php if ( $image ) : ?>
    693                            <?php echo Group_Control_Image_Size::get_attachment_image_html( $settings, 'thumbnail', 'box_image' ); ?>
    694                
     716                        <figure class="dafe-card-image">
     717                       
     718                           <?php  echo wp_kses_post( Group_Control_Image_Size::get_attachment_image_html( $settings, 'thumbnail', 'box_image' )); ?>
     719                       
     720                        </figure>
    695721                        <?php endif; ?>
    696722
     
    705731                               
    706732                                <?php if ( $settings['box_text'] ) : ?>
    707                                     <p class="image-box-subtitle" style="<?php echo esc_attr($container_styles) ?>"><?php echo esc_html( $settings['box_text'] ); ?></p>
     733                                    <p class="image-box-subtitle"><?php echo esc_html( $settings['box_text'] ); ?></p>
    708734                                <?php endif; ?>
    709735                                <?php if ( $settings['box_button'] ) : ?>
  • definitive-addons-for-elementor/trunk/inc/Elements/Testimonial.php

    r2694101 r2697892  
    9595                'type' => Controls_Manager::URL,
    9696               
    97                 'placeholder' => esc_html__( 'https://softfirm.com', 'definitive-addons-for-elementor' ),
     97                'placeholder' =>__( 'https://softfirm.com', 'definitive-addons-for-elementor' ),
    9898            ]
    9999        );
  • definitive-addons-for-elementor/trunk/inc/Elements/Testimonial_Slider.php

    r2694663 r2697892  
    885885        $slidesToShow = $this->get_settings_for_display('slidesToShow');
    886886   
    887         if ($loop == 'yes' ){$loop = 'true';}
    888         if ($loop == 'no' ){$loop = 'false';}
    889         if ($autoplay == 'yes' ){$autoplay = 'true';}
    890         if ($autoplay == 'no' ){$autoplay = 'false';}
    891        
    892        
    893      
    894    
    895     $container_styles = "position:relative;";
    896    
    897     $container_styles .= "overflow:hidden;";
     887   
     888   
    898889    $id = uniqid();
    899890    $this->add_render_attribute( 'nl-testimonial-entry', [
     
    909900        ?>
    910901       
    911     <div class="widget-testimonial-slide" style="<?php echo esc_attr($container_styles) ?>">
     902    <div class="widget-testimonial-slide">
    912903
    913904            <div id="<?php echo esc_attr($id); ?>" <?php $this->print_render_attribute_string( 'nl-testimonial-entry' ); ?>>
  • definitive-addons-for-elementor/trunk/inc/Reuses/Reuse.php

    r2694663 r2697892  
    196196}
    197197
    198 public static function dafe_social_brand_icons() {
     198
     199
     200public static function dafe_social_icon_brands() {
    199201    $social_brands = array();
    200202        return $social_brands =
    201203        [               
    202                         '500px'=>__('500px','definitive-addons-for-elementor'),
    203                         'android'=>__('android','definitive-addons-for-elementor'),
    204                         'apple'=>__('apple','definitive-addons-for-elementor'),
    205                         'behance'=>__('behance','definitive-addons-for-elementor'),
    206                         'bitbucket'=>__('bitbucket','definitive-addons-for-elementor'),
    207                         'codepen'=>__('codepen','definitive-addons-for-elementor'),
    208                         'delicious'=>__('delicious','definitive-addons-for-elementor'),
    209                         'deviantart'=>__('deviantart','definitive-addons-for-elementor'),
    210                         'digg'=>__('digg','definitive-addons-for-elementor'),
    211                         'dribbble'=>__('dribbble','definitive-addons-for-elementor'),
    212                        
    213                         'facebook'=>__('facebook','definitive-addons-for-elementor'),
    214                         'flickr'=>__('flickr','definitive-addons-for-elementor'),
    215                         'foursquare'=>__('foursquare','definitive-addons-for-elementor'),
    216                        
    217                         'github'=>__('github','definitive-addons-for-elementor'),
    218                        
    219                         'globe'=>__('globe','definitive-addons-for-elementor'),
    220                         'google-plus'=>__('google-plus','definitive-addons-for-elementor'),
    221                         'houzz'=>__('houzz','definitive-addons-for-elementor'),
    222                         'instagram'=>__('instagram','definitive-addons-for-elementor'),
    223                         'jsfiddle'=>__('jsfiddle','definitive-addons-for-elementor'),
    224                         'linkedin'=>__('linkedin','definitive-addons-for-elementor'),
    225                         'medium'=>__('medium','definitive-addons-for-elementor'),
    226                         'meetup'=>__('meetup','definitive-addons-for-elementor'),
    227                         'mixcloud'=>__('mixcloud','definitive-addons-for-elementor'),
    228                        
    229                         'pinterest'=>__('pinterest','definitive-addons-for-elementor'),
    230                         'product-hunt'=>__('product-hunt','definitive-addons-for-elementor'),
    231                         'reddit'=>__('reddit','definitive-addons-for-elementor'),
    232                         'shopping-cart'=>__('shopping-cart','definitive-addons-for-elementor'),
    233                         'skype'=>__('skype','definitive-addons-for-elementor'),
    234                         'slideshare'=>__('slideshare','definitive-addons-for-elementor'),
    235                         'snapchat'=>__('snapchat','definitive-addons-for-elementor'),
    236                         'soundcloud'=>__('soundcloud','definitive-addons-for-elementor'),
    237                         'spotify'=>__('spotify','definitive-addons-for-elementor'),
    238                        
    239                         'steam'=>__('steam','definitive-addons-for-elementor'),
    240                         'stumbleupon'=>__('stumbleupon','definitive-addons-for-elementor'),
    241                         'telegram'=>__('telegram','definitive-addons-for-elementor'),
    242                         'thumb-tack'=>__('thumb-tack','definitive-addons-for-elementor'),
    243                         'tripadvisor'=>__('tripadvisor','definitive-addons-for-elementor'),
    244                         'tumblr'=>__('tumblr','definitive-addons-for-elementor'),
    245                         'twitch'=>__('twitch','definitive-addons-for-elementor'),
    246                         'twitter'=>__('twitter','definitive-addons-for-elementor'),
    247                         'viber'=>__('viber','definitive-addons-for-elementor'),
    248                         'vimeo'=>__('vimeo','definitive-addons-for-elementor'),
    249                         'vk'=>__('vk','definitive-addons-for-elementor'),
    250                         'weibo'=>__('weibo','definitive-addons-for-elementor'),
    251                         'weixin'=>__('weixin','definitive-addons-for-elementor'),
    252                         'whatsapp'=>__('whatsapp','definitive-addons-for-elementor'),
    253                         'wordpress'=>__('wordpress','definitive-addons-for-elementor'),
    254                         'xing'=>__('xing','definitive-addons-for-elementor'),
    255                         'yelp'=>__('yelp','definitive-addons-for-elementor'),
    256                         'youtube'=>__('youtube','definitive-addons-for-elementor'),
    257                        
    258                         'cc-amex'=>__('cc-amex','definitive-addons-for-elementor'),
    259                         'cc-mastercard'=>__('cc-mastercard','definitive-addons-for-elementor'),
    260                         'cc-paypal'=>__('cc-paypal','definitive-addons-for-elementor'),
    261                         'cc-stripe'=>__('cc-stripe','definitive-addons-for-elementor'),
    262                         'cc-visa'=>__('cc-visa','definitive-addons-for-elementor'),
    263                         'credit-card'=>__('credit-card','definitive-addons-for-elementor'),
    264                         'google-wallet'=>__('google-wallet','definitive-addons-for-elementor'),
    265                         'paypal'=>__('paypal','definitive-addons-for-elementor'),
    266                         'cc-discover'=>__('cc-discover','definitive-addons-for-elementor'),
    267                         'cc-jcb'=>__('cc-jcb','definitive-addons-for-elementor')
     204                        '500px',
     205                        'android',
     206                        'apple',
     207                        'behance',
     208                        'bitbucket',
     209                        'codepen',
     210                        'delicious',
     211                        'deviantart',
     212                        'digg',
     213                        'dribbble',
     214                       
     215                        'facebook',
     216                        'flickr',
     217                        'foursquare',
     218                       
     219                        'github',
     220                       
     221                        'globe',
     222                        'google-plus',
     223                        'houzz',
     224                        'instagram',
     225                        'jsfiddle',
     226                        'linkedin',
     227                        'medium',
     228                        'meetup',
     229                        'mixcloud',
     230                       
     231                        'pinterest',
     232                        'product-hunt',
     233                        'reddit',
     234                        'shopping-cart',
     235                        'skype',
     236                        'slideshare',
     237                        'snapchat',
     238                        'soundcloud',
     239                        'spotify',
     240                       
     241                        'steam',
     242                        'stumbleupon',
     243                        'telegram',
     244                        'thumb-tack',
     245                        'tripadvisor',
     246                        'tumblr',
     247                        'twitch',
     248                        'twitter',
     249                        'viber',
     250                        'vimeo',
     251                        'vk',
     252                        'weibo',
     253                        'weixin',
     254                        'whatsapp',
     255                        'wordpress',
     256                        'xing',
     257                        'yelp',
     258                        'youtube',
     259                       
     260                        'cc-amex',
     261                        'cc-mastercard',
     262                        'cc-paypal',
     263                        'cc-stripe',
     264                        'cc-visa',
     265                        'credit-card',
     266                        'google-wallet',
     267                        'paypal',
     268                        'cc-discover',
     269                        'cc-jcb'
    268270                    ];
    269271}
     272
    270273
    271274public static function dafe_css_animations() {
  • definitive-addons-for-elementor/trunk/js/custom.js

    r2694663 r2697892  
    22       
    33            var slicks = function() {
     4           
    45            $( '.definitive-slick').each( function() {
    5                 var $this = $( this );
     6           
     7            var $this = $( this );
    68            var autospeed = $this.data('autospeed');
    79            var autoplay = $this.data('autoplay');
     
    1214                infinite: loop,
    1315                slidesToShow: 1,
    14                
    1516                arrows: true,
    1617                dots:true,
     
    2021                centerPadding: '0',
    2122                autoplaySpeed: autospeed,
    22                     prevArrow: '<div class="slick-prev fa fa-angle-right"></div>',
    23                     nextArrow: '<div class="slick-next fa fa-angle-left"></div>',
     23                prevArrow: '<i class="eicon-chevron-left left"></i>',
     24                nextArrow: '<i class="eicon-chevron-right right"></i>',
     25           
    2426           
    2527            });
    2628            });
    2729        };
     30           
     31           
    2832           
    2933            var testimonials = function() {
  • definitive-addons-for-elementor/trunk/languages/definitive-addons-for-elementor.pot

    r2694663 r2697892  
    33msgstr ""
    44"Project-Id-Version: definitive-addons-for-elementor\n"
    5 "POT-Creation-Date: 2022-03-16 14:03+0600\n"
     5"POT-Creation-Date: 2022-03-22 23:27+0600\n"
    66"PO-Revision-Date: 2020-03-12 14:48+0600\n"
    77"Last-Translator: \n"
     
    5858#: inc/Elements/Filterable_Portfolio.php:159
    5959#: inc/Elements/Post_Carousel.php:100 inc/Elements/Post_Grid.php:178
    60 #: inc/Elements/Slider.php:86 inc/Elements/Tabs.php:61
     60#: inc/Elements/Slider.php:87 inc/Elements/Tabs.php:61
    6161#: inc/Elements/Testimonial.php:116 inc/Elements/Testimonial_Slider.php:106
    6262msgid "Title"
     
    8686#: inc/Elements/CTA.php:153 inc/Elements/Creative_Button.php:93
    8787#: inc/Elements/Creative_Button.php:94 inc/Elements/Pricing_Table.php:249
    88 #: inc/Elements/Pricing_Table.php:251 inc/Elements/Slider.php:106
    89 #: inc/Elements/Slider.php:107 inc/Elements/Tabs.php:81
    90 #: inc/Elements/Teaser_Box.php:182
     88#: inc/Elements/Pricing_Table.php:251 inc/Elements/Slider.php:107
     89#: inc/Elements/Slider.php:108 inc/Elements/Tabs.php:81
     90#: inc/Elements/Teaser_Box.php:183
    9191msgid "Button Text"
    9292msgstr ""
     
    9999#: inc/Elements/Accordion.php:98 inc/Elements/CTA.php:159
    100100#: inc/Elements/Creative_Button.php:101 inc/Elements/Pricing_Table.php:257
    101 #: inc/Elements/Tabs.php:94 inc/Elements/Teaser_Box.php:194
     101#: inc/Elements/Tabs.php:94 inc/Elements/Teaser_Box.php:195
    102102msgid "Button Link"
    103103msgstr ""
     
    160160#: inc/Elements/Flip_Box.php:303 inc/Elements/Icon_Box.php:535
    161161#: inc/Elements/Image_Overlay.php:280 inc/Elements/Ninja_Forms.php:308
    162 #: inc/Elements/Popular_Post.php:88 inc/Elements/Post_Carousel.php:232
     162#: inc/Elements/Popular_Post.php:88 inc/Elements/Post_Carousel.php:275
    163163#: inc/Elements/Post_Grid.php:302 inc/Elements/Products.php:231
    164 #: inc/Elements/Promo-box.php:219 inc/Elements/Slider.php:300
    165 #: inc/Elements/Tabs.php:245 inc/Elements/Teaser_Box.php:338
     164#: inc/Elements/Promo-box.php:219 inc/Elements/Slider.php:290
     165#: inc/Elements/Tabs.php:245 inc/Elements/Teaser_Box.php:362
    166166#: inc/Elements/Testimonial.php:384 inc/Elements/Testimonial_Slider.php:491
    167167#: inc/Elements/WpForm.php:295 inc/Elements/heading-with-separator.php:162
     
    178178#: inc/Elements/Filterable_Portfolio.php:497 inc/Elements/Flip_Box.php:314
    179179#: inc/Elements/Icon_Box.php:546 inc/Elements/Image_Overlay.php:292
    180 #: inc/Elements/Popular_Post.php:99 inc/Elements/Post_Carousel.php:244
     180#: inc/Elements/Popular_Post.php:99 inc/Elements/Post_Carousel.php:287
    181181#: inc/Elements/Post_Grid.php:313 inc/Elements/Promo-box.php:230
    182 #: inc/Elements/Tabs.php:268 inc/Elements/Teaser_Box.php:349
     182#: inc/Elements/Tabs.php:268 inc/Elements/Teaser_Box.php:373
    183183#: inc/Elements/heading-with-separator.php:185
    184184msgid "Title Hover Color"
     
    202202#: inc/Elements/Feature_list.php:168 inc/Elements/Icon_Box.php:323
    203203#: inc/Elements/Icon_List.php:212 inc/Elements/Pricing_Table.php:533
    204 #: inc/Elements/Social_Icon.php:477 inc/Elements/Staff_Member.php:519
     204#: inc/Elements/Social_Icon.php:476 inc/Elements/Staff_Member.php:568
    205205#: inc/Elements/Tabs.php:329
    206206msgid "Size"
     
    212212#: inc/Elements/Feature_list.php:231 inc/Elements/Icon_Box.php:411
    213213#: inc/Elements/Icon_List.php:234 inc/Elements/Pricing_Table.php:555
    214 #: inc/Elements/Staff_Member.php:583 inc/Elements/Tabs.php:352
     214#: inc/Elements/Staff_Member.php:632 inc/Elements/Tabs.php:352
    215215msgid "Icon Color"
    216216msgstr ""
     
    221221#: inc/Elements/Feature_list.php:243 inc/Elements/Icon_Box.php:423
    222222#: inc/Elements/Icon_List.php:246 inc/Elements/Pricing_Table.php:567
    223 #: inc/Elements/Staff_Member.php:595 inc/Elements/Tabs.php:364
     223#: inc/Elements/Staff_Member.php:644 inc/Elements/Tabs.php:364
    224224msgid "Icon Hover Color"
    225225msgstr ""
     
    239239msgstr ""
    240240
    241 #: inc/Elements/Accordion.php:525 inc/Elements/Counter.php:468
     241#: inc/Elements/Accordion.php:525 inc/Elements/Counter.php:587
    242242#: inc/Elements/Feature_list.php:327 inc/Elements/Post_Grid.php:551
    243243#: inc/Elements/Tabs.php:481
     
    265265#: inc/Elements/Filterable_Portfolio.php:664 inc/Elements/Ninja_Forms.php:566
    266266#: inc/Elements/Post_Grid.php:496 inc/Elements/Tabs.php:584
    267 #: inc/Elements/Teaser_Box.php:475 inc/Elements/WpForm.php:606
     267#: inc/Elements/Teaser_Box.php:499 inc/Elements/WpForm.php:606
    268268msgid "Button Color"
    269269msgstr ""
     
    273273#: inc/Elements/Filterable_Portfolio.php:675 inc/Elements/Ninja_Forms.php:577
    274274#: inc/Elements/Post_Grid.php:506 inc/Elements/Pricing_Table.php:780
    275 #: inc/Elements/Slider.php:493 inc/Elements/Tabs.php:596
    276 #: inc/Elements/Teaser_Box.php:487 inc/Elements/WpForm.php:617
     275#: inc/Elements/Slider.php:548 inc/Elements/Tabs.php:596
     276#: inc/Elements/Teaser_Box.php:511 inc/Elements/WpForm.php:617
    277277msgid "Button Background Color"
    278278msgstr ""
     
    282282#: inc/Elements/Filterable_Portfolio.php:686 inc/Elements/Ninja_Forms.php:587
    283283#: inc/Elements/Post_Grid.php:516 inc/Elements/Pricing_Table.php:791
    284 #: inc/Elements/Slider.php:504 inc/Elements/Subscription.php:173
    285 #: inc/Elements/Tabs.php:608 inc/Elements/Teaser_Box.php:499
     284#: inc/Elements/Slider.php:559 inc/Elements/Subscription.php:173
     285#: inc/Elements/Tabs.php:608 inc/Elements/Teaser_Box.php:523
    286286#: inc/Elements/WpForm.php:627
    287287msgid "Button Hover Color"
     
    292292#: inc/Elements/Filterable_Portfolio.php:697 inc/Elements/Ninja_Forms.php:597
    293293#: inc/Elements/Post_Grid.php:526 inc/Elements/Pricing_Table.php:802
    294 #: inc/Elements/Slider.php:515 inc/Elements/Subscription.php:195
    295 #: inc/Elements/Tabs.php:620 inc/Elements/Teaser_Box.php:511
     294#: inc/Elements/Slider.php:570 inc/Elements/Subscription.php:195
     295#: inc/Elements/Tabs.php:620 inc/Elements/Teaser_Box.php:535
    296296#: inc/Elements/WpForm.php:637
    297297msgid "Button Hover Background Color"
     
    300300#: inc/Elements/Accordion.php:686 inc/Elements/Contact_form_7.php:751
    301301#: inc/Elements/Creative_Button.php:265 inc/Elements/Ninja_Forms.php:616
    302 #: inc/Elements/Tabs.php:641 inc/Elements/Teaser_Box.php:532
     302#: inc/Elements/Tabs.php:641 inc/Elements/Teaser_Box.php:556
    303303#: inc/Elements/WpForm.php:656
    304304msgid "Button Padding"
     
    312312#: inc/Elements/Contact_form_7.php:771 inc/Elements/Creative_Button.php:285
    313313#: inc/Elements/Ninja_Forms.php:636 inc/Elements/Pricing_Table.php:852
    314 #: inc/Elements/Slider.php:565 inc/Elements/Subscription.php:205
    315 #: inc/Elements/Tabs.php:681 inc/Elements/Teaser_Box.php:552
     314#: inc/Elements/Slider.php:620 inc/Elements/Subscription.php:205
     315#: inc/Elements/Tabs.php:681 inc/Elements/Teaser_Box.php:576
    316316#: inc/Elements/WpForm.php:676
    317317msgid "Button Border Radius"
     
    325325#: inc/Elements/Flip_Box.php:456 inc/Elements/Icon_Box.php:276
    326326#: inc/Elements/Post_Grid.php:606 inc/Elements/Pricing_Table.php:928
    327 #: inc/Elements/Teaser_Box.php:648 inc/Elements/Testimonial.php:609
     327#: inc/Elements/Teaser_Box.php:672 inc/Elements/Testimonial.php:609
    328328#: inc/Elements/Testimonial_Slider.php:711
    329329msgid "Container Shadow"
     
    333333#: inc/Elements/Flip_Box.php:466 inc/Elements/Icon_Box.php:286
    334334#: inc/Elements/Post_Grid.php:616 inc/Elements/Pricing_Table.php:938
    335 #: inc/Elements/Teaser_Box.php:658 inc/Elements/Testimonial.php:619
     335#: inc/Elements/Teaser_Box.php:682 inc/Elements/Testimonial.php:619
    336336#: inc/Elements/Testimonial_Slider.php:721
    337337msgid "Container Hover Shadow"
     
    364364#: inc/Elements/Image_Overlay.php:122 inc/Elements/Ninja_Forms.php:147
    365365#: inc/Elements/Pricing_Table.php:80 inc/Elements/Products.php:71
    366 #: inc/Elements/Teaser_Box.php:105 inc/Elements/WpForm.php:134
     366#: inc/Elements/Teaser_Box.php:106 inc/Elements/WpForm.php:134
    367367#: inc/Elements/heading-with-separator.php:79
    368368msgid "Title HTML Tag"
     
    373373#: inc/Elements/Ninja_Forms.php:152 inc/Elements/Pricing_Table.php:85
    374374#: inc/Elements/Products.php:75 inc/Elements/Subscription.php:82
    375 #: inc/Elements/Teaser_Box.php:110 inc/Elements/WpForm.php:139
     375#: inc/Elements/Teaser_Box.php:111 inc/Elements/WpForm.php:139
    376376#: inc/Elements/heading-with-separator.php:83
    377377msgid "H1"
     
    382382#: inc/Elements/Ninja_Forms.php:153 inc/Elements/Pricing_Table.php:89
    383383#: inc/Elements/Products.php:76 inc/Elements/Subscription.php:83
    384 #: inc/Elements/Teaser_Box.php:114 inc/Elements/WpForm.php:140
     384#: inc/Elements/Teaser_Box.php:115 inc/Elements/WpForm.php:140
    385385#: inc/Elements/heading-with-separator.php:84
    386386msgid "H2"
     
    391391#: inc/Elements/Ninja_Forms.php:154 inc/Elements/Pricing_Table.php:93
    392392#: inc/Elements/Products.php:77 inc/Elements/Subscription.php:84
    393 #: inc/Elements/Teaser_Box.php:118 inc/Elements/WpForm.php:141
     393#: inc/Elements/Teaser_Box.php:119 inc/Elements/WpForm.php:141
    394394#: inc/Elements/heading-with-separator.php:85
    395395msgid "H3"
     
    400400#: inc/Elements/Ninja_Forms.php:155 inc/Elements/Pricing_Table.php:97
    401401#: inc/Elements/Products.php:78 inc/Elements/Subscription.php:85
    402 #: inc/Elements/Teaser_Box.php:122 inc/Elements/WpForm.php:142
     402#: inc/Elements/Teaser_Box.php:123 inc/Elements/WpForm.php:142
    403403#: inc/Elements/heading-with-separator.php:86
    404404msgid "H4"
     
    409409#: inc/Elements/Ninja_Forms.php:156 inc/Elements/Pricing_Table.php:101
    410410#: inc/Elements/Products.php:79 inc/Elements/Subscription.php:86
    411 #: inc/Elements/Teaser_Box.php:126 inc/Elements/WpForm.php:143
     411#: inc/Elements/Teaser_Box.php:127 inc/Elements/WpForm.php:143
    412412#: inc/Elements/heading-with-separator.php:87
    413413msgid "H5"
     
    418418#: inc/Elements/Ninja_Forms.php:157 inc/Elements/Pricing_Table.php:105
    419419#: inc/Elements/Products.php:80 inc/Elements/Subscription.php:87
    420 #: inc/Elements/Teaser_Box.php:130 inc/Elements/WpForm.php:144
     420#: inc/Elements/Teaser_Box.php:131 inc/Elements/WpForm.php:144
    421421#: inc/Elements/heading-with-separator.php:88
    422422msgid "H6"
     
    434434
    435435#: inc/Elements/CTA.php:170 inc/Elements/Creative_Button.php:310
    436 #: inc/Elements/Pricing_Table.php:268 inc/Elements/Slider.php:113
     436#: inc/Elements/Pricing_Table.php:268 inc/Elements/Slider.php:114
    437437msgid "Button Icon"
    438438msgstr ""
     
    459459
    460460#: inc/Elements/CTA.php:231 inc/Elements/Creative_Button.php:318
    461 #: inc/Elements/Slider.php:527
     461#: inc/Elements/Slider.php:582
    462462msgid "Icon Size"
    463463msgstr ""
     
    465465#: inc/Elements/CTA.php:252 inc/Elements/Counter.php:190
    466466#: inc/Elements/Feature_list.php:189 inc/Elements/Icon_Box.php:344
    467 #: inc/Elements/Staff_Member.php:540
     467#: inc/Elements/Staff_Member.php:589
    468468msgid "Icon Height"
    469469msgstr ""
     
    471471#: inc/Elements/CTA.php:273 inc/Elements/Counter.php:211
    472472#: inc/Elements/Feature_list.php:210 inc/Elements/Icon_Box.php:365
    473 #: inc/Elements/Staff_Member.php:562
     473#: inc/Elements/Staff_Member.php:611
    474474msgid "Icon Width"
    475475msgstr ""
     
    487487#: inc/Elements/CTA.php:351 inc/Elements/Counter.php:287
    488488#: inc/Elements/Feature_list.php:287 inc/Elements/Icon_Box.php:456
    489 #: inc/Elements/Staff_Member.php:636
    490489msgid "Icon Border Radius"
    491490msgstr ""
    492491
    493 #: inc/Elements/CTA.php:363 inc/Elements/Staff_Member.php:648
     492#: inc/Elements/CTA.php:363
    494493msgid "Icon Border Hover Color"
    495494msgstr ""
     
    508507#: inc/Elements/CTA.php:405 inc/Elements/Contact_form_7.php:275
    509508#: inc/Elements/Feature_list.php:372 inc/Elements/Icon_Box.php:523
    510 #: inc/Elements/Ninja_Forms.php:293 inc/Elements/Slider.php:321
     509#: inc/Elements/Ninja_Forms.php:293 inc/Elements/Slider.php:311
    511510#: inc/Elements/WpForm.php:280 inc/Elements/heading-with-separator.php:150
    512511msgid "Title Bottom Spacing"
     
    519518#: inc/Elements/CTA.php:478 inc/Elements/Contact_form_7.php:336
    520519#: inc/Elements/Feature_list.php:454 inc/Elements/Icon_Box.php:614
    521 #: inc/Elements/Ninja_Forms.php:354 inc/Elements/Slider.php:336
    522 #: inc/Elements/Teaser_Box.php:413 inc/Elements/WpForm.php:342
     520#: inc/Elements/Ninja_Forms.php:354 inc/Elements/Slider.php:326
     521#: inc/Elements/Teaser_Box.php:437 inc/Elements/WpForm.php:342
    523522msgid "Description Color"
    524523msgstr ""
    525524
    526525#: inc/Elements/CTA.php:501 inc/Elements/Pricing_Table.php:710
    527 #: inc/Elements/Slider.php:462
     526#: inc/Elements/Slider.php:517
    528527msgid "Button"
    529528msgstr ""
     
    539538
    540539#: inc/Elements/CTA.php:545 inc/Elements/Pricing_Table.php:769
    541 #: inc/Elements/Slider.php:482 inc/Elements/Subscription.php:163
     540#: inc/Elements/Slider.php:537 inc/Elements/Subscription.php:163
    542541msgid "Button Text Color"
    543542msgstr ""
     
    547546msgstr ""
    548547
    549 #: inc/Elements/CTA.php:639 inc/Elements/Teaser_Box.php:563
     548#: inc/Elements/CTA.php:639 inc/Elements/Teaser_Box.php:587
    550549msgid "Button Border Hover Color"
    551550msgstr ""
     
    593592
    594593#: inc/Elements/Category_Box.php:90 inc/Elements/Filterable_Portfolio.php:387
    595 #: inc/Elements/Slider.php:287
     594#: inc/Elements/Slider.php:266
    596595msgid "Overlay Background Color"
    597596msgstr ""
     
    603602
    604603#: inc/Elements/Category_Box.php:112 inc/Elements/Image_Overlay.php:231
    605 #: inc/Elements/Promo-box.php:178 inc/Elements/Slider.php:275
     604#: inc/Elements/Promo-box.php:178 inc/Elements/Slider.php:254
    606605msgid "Overlay Padding"
    607606msgstr ""
     
    680679msgstr ""
    681680
    682 #: inc/Elements/Category_List.php:244 inc/Elements/Staff_Member.php:659
     681#: inc/Elements/Category_List.php:244 inc/Elements/Staff_Member.php:708
    683682msgid "Icon Right Spacing"
    684683msgstr ""
     
    704703msgstr ""
    705704
    706 #: inc/Elements/Category_List.php:335 inc/Elements/Counter.php:534
    707 #: inc/Elements/Icon_Box.php:385 inc/Elements/Staff_Member.php:764
     705#: inc/Elements/Category_List.php:335 inc/Elements/Counter.php:601
     706#: inc/Elements/Icon_Box.php:385 inc/Elements/Staff_Member.php:813
    708707msgid "Rotate"
    709708msgstr ""
     
    720719#: inc/Elements/Icon_Box.php:262 inc/Elements/Ninja_Forms.php:229
    721720#: inc/Elements/Promo-box.php:270 inc/Elements/Social_Icon.php:351
    722 #: inc/Elements/Staff_Member.php:698 inc/Elements/Tabs.php:213
    723 #: inc/Elements/Teaser_Box.php:584 inc/Elements/Testimonial.php:569
     721#: inc/Elements/Staff_Member.php:747 inc/Elements/Tabs.php:213
     722#: inc/Elements/Teaser_Box.php:608 inc/Elements/Testimonial.php:569
    724723#: inc/Elements/Testimonial_Slider.php:680 inc/Elements/WpForm.php:216
    725724msgid "Container Padding"
     
    727726
    728727#: inc/Elements/Category_List.php:394 inc/Elements/Promo-box.php:293
    729 #: inc/Elements/Staff_Member.php:722
    730728msgid "Container Background Hover Color"
    731729msgstr ""
     
    734732#: inc/Elements/Filterable_Portfolio.php:757 inc/Elements/Icon_Box.php:236
    735733#: inc/Elements/Ninja_Forms.php:273 inc/Elements/Post_Grid.php:582
    736 #: inc/Elements/Social_Icon.php:339 inc/Elements/Staff_Member.php:741
    737 #: inc/Elements/Tabs.php:201 inc/Elements/Teaser_Box.php:625
     734#: inc/Elements/Social_Icon.php:339 inc/Elements/Tabs.php:201
    738735#: inc/Elements/WpForm.php:260
    739736msgid "Container Border Radius"
    740737msgstr ""
    741738
    742 #: inc/Elements/Category_List.php:423 inc/Elements/Staff_Member.php:753
    743 #: inc/Elements/Teaser_Box.php:637
     739#: inc/Elements/Category_List.php:423
    744740msgid "Container Border Hover Color"
    745741msgstr ""
    746742
    747 #: inc/Elements/Category_List.php:433 inc/Elements/Counter.php:549
    748 #: inc/Elements/Promo-box.php:312 inc/Elements/Staff_Member.php:779
     743#: inc/Elements/Category_List.php:433 inc/Elements/Counter.php:506
     744#: inc/Elements/Promo-box.php:312
    749745msgid "Container Box Shadow"
    750746msgstr ""
    751747
    752 #: inc/Elements/Category_List.php:443 inc/Elements/Counter.php:559
    753 #: inc/Elements/Promo-box.php:322 inc/Elements/Staff_Member.php:789
     748#: inc/Elements/Category_List.php:443 inc/Elements/Counter.php:549
     749#: inc/Elements/Promo-box.php:322
    754750msgid "Container Hover Box Shadow"
    755751msgstr ""
     
    779775
    780776#: inc/Elements/Contact_form_7.php:103 inc/Elements/Flip_Box.php:66
    781 #: inc/Elements/Ninja_Forms.php:108 inc/Elements/Teaser_Box.php:82
     777#: inc/Elements/Ninja_Forms.php:108 inc/Elements/Teaser_Box.php:83
    782778#: inc/Elements/WpForm.php:108
    783779msgid "Show/Hide Title"
     
    793789#: inc/Elements/Ninja_Forms.php:169 inc/Elements/Post_Carousel.php:152
    794790#: inc/Elements/Post_Carousel.php:182 inc/Elements/Post_Carousel.php:196
    795 #: inc/Elements/Post_Grid.php:192 inc/Elements/Post_Grid.php:205
    796 #: inc/Elements/Post_Grid.php:217 inc/Elements/Products.php:143
    797 #: inc/Elements/Promo-box.php:117 inc/Elements/Slider.php:187
    798 #: inc/Elements/Slider.php:217 inc/Elements/Slider.php:265
    799 #: inc/Elements/Social_Icon.php:102 inc/Elements/Social_Icon.php:129
    800 #: inc/Elements/Staff_Member.php:151 inc/Elements/Teaser_Box.php:85
    801 #: inc/Elements/Teaser_Box.php:147 inc/Elements/Teaser_Box.php:172
    802 #: inc/Elements/Testimonial.php:127 inc/Elements/Testimonial.php:185
    803 #: inc/Elements/Testimonial_Slider.php:117
     791#: inc/Elements/Post_Carousel.php:220 inc/Elements/Post_Grid.php:192
     792#: inc/Elements/Post_Grid.php:205 inc/Elements/Post_Grid.php:217
     793#: inc/Elements/Products.php:143 inc/Elements/Promo-box.php:117
     794#: inc/Elements/Slider.php:188 inc/Elements/Slider.php:218
     795#: inc/Elements/Slider.php:244 inc/Elements/Social_Icon.php:102
     796#: inc/Elements/Social_Icon.php:129 inc/Elements/Staff_Member.php:142
     797#: inc/Elements/Teaser_Box.php:86 inc/Elements/Teaser_Box.php:148
     798#: inc/Elements/Teaser_Box.php:173 inc/Elements/Testimonial.php:127
     799#: inc/Elements/Testimonial.php:185 inc/Elements/Testimonial_Slider.php:117
    804800#: inc/Elements/Testimonial_Slider.php:195
    805801#: inc/Elements/Testimonial_Slider.php:265
     
    818814#: inc/Elements/Ninja_Forms.php:170 inc/Elements/Post_Carousel.php:153
    819815#: inc/Elements/Post_Carousel.php:183 inc/Elements/Post_Carousel.php:197
    820 #: inc/Elements/Post_Grid.php:193 inc/Elements/Post_Grid.php:206
    821 #: inc/Elements/Post_Grid.php:218 inc/Elements/Products.php:144
    822 #: inc/Elements/Promo-box.php:118 inc/Elements/Slider.php:188
    823 #: inc/Elements/Slider.php:218 inc/Elements/Slider.php:266
    824 #: inc/Elements/Social_Icon.php:103 inc/Elements/Social_Icon.php:130
    825 #: inc/Elements/Staff_Member.php:152 inc/Elements/Teaser_Box.php:86
    826 #: inc/Elements/Teaser_Box.php:148 inc/Elements/Teaser_Box.php:173
    827 #: inc/Elements/Testimonial.php:128 inc/Elements/Testimonial.php:186
    828 #: inc/Elements/Testimonial_Slider.php:118
     816#: inc/Elements/Post_Carousel.php:221 inc/Elements/Post_Grid.php:193
     817#: inc/Elements/Post_Grid.php:206 inc/Elements/Post_Grid.php:218
     818#: inc/Elements/Products.php:144 inc/Elements/Promo-box.php:118
     819#: inc/Elements/Slider.php:189 inc/Elements/Slider.php:219
     820#: inc/Elements/Slider.php:245 inc/Elements/Social_Icon.php:103
     821#: inc/Elements/Social_Icon.php:130 inc/Elements/Staff_Member.php:143
     822#: inc/Elements/Teaser_Box.php:87 inc/Elements/Teaser_Box.php:149
     823#: inc/Elements/Teaser_Box.php:174 inc/Elements/Testimonial.php:128
     824#: inc/Elements/Testimonial.php:186 inc/Elements/Testimonial_Slider.php:118
    829825#: inc/Elements/Testimonial_Slider.php:196
    830826#: inc/Elements/Testimonial_Slider.php:266
     
    880876#: inc/Elements/Post_Grid.php:458 inc/Elements/Pricing_Table.php:205
    881877#: inc/Elements/Pricing_Table.php:232 inc/Elements/Social_Icon.php:284
    882 #: inc/Elements/Staff_Member.php:234 inc/Elements/Subscription.php:112
    883 #: inc/Elements/Teaser_Box.php:215 inc/Elements/Type.php:92
     878#: inc/Elements/Staff_Member.php:226 inc/Elements/Subscription.php:112
     879#: inc/Elements/Teaser_Box.php:216 inc/Elements/Type.php:92
    884880#: inc/Elements/Wording.php:140 inc/Elements/WpForm.php:184
    885881#: inc/Elements/heading-with-separator.php:115
     
    895891#: inc/Elements/Post_Grid.php:115 inc/Elements/Post_Grid.php:462
    896892#: inc/Elements/Pricing_Table.php:209 inc/Elements/Social_Icon.php:288
    897 #: inc/Elements/Staff_Member.php:238 inc/Elements/Subscription.php:116
    898 #: inc/Elements/Teaser_Box.php:219 inc/Elements/Type.php:96
     893#: inc/Elements/Staff_Member.php:230 inc/Elements/Subscription.php:116
     894#: inc/Elements/Teaser_Box.php:220 inc/Elements/Type.php:96
    899895#: inc/Elements/Wording.php:144 inc/Elements/WpForm.php:188
    900896#: inc/Elements/heading-with-separator.php:119
     
    911907#: inc/Elements/Post_Grid.php:466 inc/Elements/Pricing_Table.php:213
    912908#: inc/Elements/Pricing_Table.php:237 inc/Elements/Social_Icon.php:292
    913 #: inc/Elements/Staff_Member.php:242 inc/Elements/Subscription.php:120
    914 #: inc/Elements/Teaser_Box.php:223 inc/Elements/Type.php:100
     909#: inc/Elements/Staff_Member.php:234 inc/Elements/Subscription.php:120
     910#: inc/Elements/Teaser_Box.php:224 inc/Elements/Type.php:100
    915911#: inc/Elements/Wording.php:148 inc/Elements/WpForm.php:192
    916912#: inc/Elements/heading-with-separator.php:123
     
    945941#: inc/Elements/Contact_form_7.php:321 inc/Elements/Feature_list.php:442
    946942#: inc/Elements/Icon_Box.php:598 inc/Elements/Ninja_Forms.php:339
    947 #: inc/Elements/Slider.php:357 inc/Elements/WpForm.php:327
     943#: inc/Elements/Slider.php:347 inc/Elements/WpForm.php:327
    948944msgid "Description Bottom Spacing"
    949945msgstr ""
     
    10621058
    10631059#: inc/Elements/Contact_form_7.php:689 inc/Elements/Ninja_Forms.php:554
    1064 #: inc/Elements/Pricing_Table.php:733 inc/Elements/Teaser_Box.php:460
     1060#: inc/Elements/Pricing_Table.php:733 inc/Elements/Teaser_Box.php:484
    10651061#: inc/Elements/WpForm.php:594
    10661062msgid "Button Bottom Spacing"
     
    10971093#: inc/Elements/Counter.php:130 inc/Elements/Feature_list.php:129
    10981094#: inc/Elements/Icon_Box.php:173 inc/Elements/Social_Icon.php:278
    1099 #: inc/Elements/Staff_Member.php:228 inc/Elements/Subscription.php:106
    1100 #: inc/Elements/Teaser_Box.php:209 inc/Elements/Type.php:86
     1095#: inc/Elements/Staff_Member.php:220 inc/Elements/Subscription.php:106
     1096#: inc/Elements/Teaser_Box.php:210 inc/Elements/Type.php:86
    11011097#: inc/Elements/Wording.php:134 inc/Elements/heading-with-separator.php:109
    11021098msgid "Set Alignment"
     
    11081104
    11091105#: inc/Elements/Counter.php:300 inc/Elements/Feature_list.php:299
    1110 #: inc/Elements/Icon_Box.php:489 inc/Elements/Staff_Member.php:672
     1106#: inc/Elements/Icon_Box.php:489 inc/Elements/Staff_Member.php:721
    11111107msgid "Icon Bottom Spacing"
    11121108msgstr ""
     
    11441140msgstr ""
    11451141
    1146 #: inc/Elements/Counter.php:491
    1147 msgid "Counter Background Hover Color"
    1148 msgstr ""
    1149 
    1150 #: inc/Elements/Counter.php:511
     1142#: inc/Elements/Counter.php:470
     1143msgid "Counter Content Colors"
     1144msgstr ""
     1145
     1146#: inc/Elements/Counter.php:477 inc/Elements/Social_Icon.php:146
     1147#: inc/Elements/Social_Icon.php:381
     1148msgid "Normal"
     1149msgstr ""
     1150
     1151#: inc/Elements/Counter.php:495 inc/Elements/Social_Icon.php:182
     1152#: inc/Elements/Social_Icon.php:227 inc/Elements/Social_Icon.php:418
     1153#: inc/Elements/Social_Icon.php:462
     1154msgid "Border Color"
     1155msgstr ""
     1156
     1157#: inc/Elements/Counter.php:519 inc/Elements/Social_Icon.php:196
     1158#: inc/Elements/Social_Icon.php:431
     1159msgid "Hover"
     1160msgstr ""
     1161
     1162#: inc/Elements/Counter.php:538
     1163msgid "Counter Border Hover Color"
     1164msgstr ""
     1165
     1166#: inc/Elements/Counter.php:575
    11511167msgid "Content Border Radius"
    1152 msgstr ""
    1153 
    1154 #: inc/Elements/Counter.php:523
    1155 msgid "Counter Border Hover Color"
    11561168msgstr ""
    11571169
     
    11731185msgstr ""
    11741186
    1175 #: inc/Elements/Creative_Button.php:163 inc/Elements/Social_Icon.php:572
     1187#: inc/Elements/Creative_Button.php:163 inc/Elements/Social_Icon.php:569
    11761188msgid "Button Hover Animation"
    11771189msgstr ""
     
    11831195#: inc/Elements/Creative_Button.php:234 inc/Elements/Flip_Box.php:403
    11841196#: inc/Elements/Icon_List.php:341 inc/Elements/Pricing_Table.php:664
    1185 #: inc/Elements/Staff_Member.php:490 inc/Elements/Subscription.php:241
     1197#: inc/Elements/Staff_Member.php:539 inc/Elements/Subscription.php:241
    11861198#: inc/Elements/Testimonial.php:463 inc/Elements/Testimonial_Slider.php:573
    11871199msgid "Text Color"
     
    11941206
    11951207#: inc/Elements/Creative_Button.php:297 inc/Elements/Icon_Box.php:250
     1208#: inc/Elements/Staff_Member.php:697 inc/Elements/Staff_Member.php:802
     1209#: inc/Elements/Teaser_Box.php:661
    11961210msgid "Border Hover Color"
    11971211msgstr ""
     
    12351249msgstr ""
    12361250
    1237 #: inc/Elements/Feature_list.php:266 inc/Elements/Post_Carousel.php:386
     1251#: inc/Elements/Feature_list.php:266 inc/Elements/Post_Carousel.php:429
    12381252#: inc/Elements/Pricing_Table.php:309 inc/Elements/Products.php:322
    1239 #: inc/Elements/Slider.php:415 inc/Elements/Staff_Member.php:617
     1253#: inc/Elements/Slider.php:426 inc/Elements/Staff_Member.php:666
    12401254#: inc/Elements/Testimonial_Slider.php:798
    12411255msgid "Hover Background Color"
     
    13781392msgstr ""
    13791393
    1380 #: inc/Elements/Filterable_Portfolio.php:221 inc/Elements/Teaser_Box.php:187
     1394#: inc/Elements/Filterable_Portfolio.php:221 inc/Elements/Teaser_Box.php:188
    13811395#: inc/Reuses/Reuse.php:24
    13821396msgid "Read More"
     
    14071421#: inc/Elements/Filterable_Portfolio.php:533 inc/Elements/Flip_Box.php:288
    14081422#: inc/Elements/Flip_Box.php:361 inc/Elements/Popular_Post.php:76
    1409 #: inc/Elements/Post_Carousel.php:220 inc/Elements/Post_Carousel.php:274
     1423#: inc/Elements/Post_Carousel.php:263 inc/Elements/Post_Carousel.php:317
    14101424#: inc/Elements/Post_Grid.php:290 inc/Elements/Post_Grid.php:362
    1411 #: inc/Elements/Products.php:219 inc/Elements/Slider.php:470
    1412 #: inc/Elements/Teaser_Box.php:323 inc/Elements/Teaser_Box.php:401
    1413 #: inc/Elements/Testimonial.php:286 inc/Elements/Testimonial.php:329
    1414 #: inc/Elements/Testimonial_Slider.php:374
     1425#: inc/Elements/Products.php:219 inc/Elements/Slider.php:525
     1426#: inc/Elements/Staff_Member.php:451 inc/Elements/Teaser_Box.php:347
     1427#: inc/Elements/Teaser_Box.php:425 inc/Elements/Testimonial.php:286
     1428#: inc/Elements/Testimonial.php:329 inc/Elements/Testimonial_Slider.php:374
    14151429#: inc/Elements/Testimonial_Slider.php:436
    14161430msgid "Bottom Spacing"
     
    14461460
    14471461#: inc/Elements/Filterable_Portfolio.php:454 inc/Elements/Popular_Post.php:67
    1448 #: inc/Elements/Post_Carousel.php:211 inc/Elements/Post_Grid.php:281
     1462#: inc/Elements/Post_Carousel.php:254 inc/Elements/Post_Grid.php:281
    14491463msgid "Blog Post Title"
    14501464msgstr ""
    14511465
    14521466#: inc/Elements/Filterable_Portfolio.php:474
    1453 #: inc/Elements/Post_Carousel.php:433 inc/Elements/Products.php:369
    1454 #: inc/Elements/Testimonial_Slider.php:846
     1467#: inc/Elements/Post_Carousel.php:476 inc/Elements/Products.php:369
     1468#: inc/Elements/Slider.php:471 inc/Elements/Testimonial_Slider.php:846
    14551469msgid "Top Spacing"
    14561470msgstr ""
    14571471
    14581472#: inc/Elements/Filterable_Portfolio.php:519
    1459 #: inc/Elements/Post_Carousel.php:266 inc/Elements/Post_Grid.php:353
     1473#: inc/Elements/Post_Carousel.php:309 inc/Elements/Post_Grid.php:353
    14601474msgid "Blog Post Meta"
    14611475msgstr ""
    14621476
    14631477#: inc/Elements/Filterable_Portfolio.php:545
    1464 #: inc/Elements/Post_Carousel.php:289 inc/Elements/Post_Grid.php:374
     1478#: inc/Elements/Post_Carousel.php:332 inc/Elements/Post_Grid.php:374
    14651479msgid "Meta Color"
    14661480msgstr ""
     
    15201534msgstr ""
    15211535
    1522 #: inc/Elements/Flip_Box.php:55 inc/Elements/Teaser_Box.php:59
     1536#: inc/Elements/Flip_Box.php:55 inc/Elements/Teaser_Box.php:60
    15231537msgid "Upload Image"
    15241538msgstr ""
     
    15281542msgstr ""
    15291543
    1530 #: inc/Elements/Flip_Box.php:84 inc/Elements/Staff_Member.php:110
    1531 #: inc/Elements/Teaser_Box.php:99 inc/Elements/Testimonial.php:107
     1544#: inc/Elements/Flip_Box.php:84 inc/Elements/Staff_Member.php:101
     1545#: inc/Elements/Teaser_Box.php:100 inc/Elements/Testimonial.php:107
    15321546#: inc/Elements/Testimonial_Slider.php:97
    15331547msgid "John Doe"
     
    15381552msgstr ""
    15391553
    1540 #: inc/Elements/Flip_Box.php:144 inc/Elements/Slider.php:96
     1554#: inc/Elements/Flip_Box.php:144 inc/Elements/Slider.php:97
    15411555msgid "Sub Title"
    15421556msgstr ""
     
    15461560msgstr ""
    15471561
    1548 #: inc/Elements/Flip_Box.php:156 inc/Elements/Teaser_Box.php:144
     1562#: inc/Elements/Flip_Box.php:156 inc/Elements/Teaser_Box.php:145
    15491563msgid "Show/Hide Text"
    15501564msgstr ""
     
    15911605
    15921606#: inc/Elements/Flip_Box.php:446 inc/Elements/Post_Grid.php:594
    1593 #: inc/Elements/Pricing_Table.php:897 inc/Elements/Teaser_Box.php:607
     1607#: inc/Elements/Pricing_Table.php:897
    15941608msgid "Container Hover Background Color"
    15951609msgstr ""
     
    16121626
    16131627#: inc/Elements/Icon_Box.php:90 inc/Elements/Image_Overlay.php:165
    1614 #: inc/Elements/Promo-box.php:84 inc/Elements/Slider.php:76
    1615 #: inc/Elements/Teaser_Box.php:200
     1628#: inc/Elements/Promo-box.php:84 inc/Elements/Slider.php:77
     1629#: inc/Elements/Teaser_Box.php:201
    16161630msgid "https://softfirm.net/"
    16171631msgstr ""
     
    16431657#: inc/Elements/Icon_Box.php:199 inc/Elements/Social_Icon.php:168
    16441658#: inc/Elements/Social_Icon.php:215 inc/Elements/Social_Icon.php:319
    1645 #: inc/Elements/Social_Icon.php:403 inc/Elements/Social_Icon.php:451
     1659#: inc/Elements/Social_Icon.php:403 inc/Elements/Social_Icon.php:450
    16461660msgid "Background Color"
    16471661msgstr ""
    16481662
    1649 #: inc/Elements/Icon_Box.php:216
     1663#: inc/Elements/Icon_Box.php:216 inc/Elements/Staff_Member.php:771
     1664#: inc/Elements/Teaser_Box.php:631
    16501665msgid "Background Hover Color"
    16511666msgstr ""
     
    17211736
    17221737#: inc/Elements/Image_Overlay.php:71 inc/Elements/Post_Grid.php:232
    1723 #: inc/Elements/Promo-box.php:71 inc/Elements/Slider.php:63
    1724 #: inc/Elements/Staff_Member.php:75 inc/Elements/Teaser_Box.php:239
     1738#: inc/Elements/Promo-box.php:71 inc/Elements/Slider.php:64
     1739#: inc/Elements/Staff_Member.php:76 inc/Elements/Teaser_Box.php:243
    17251740#: inc/Elements/Testimonial.php:72 inc/Elements/Testimonial_Slider.php:74
    17261741msgid "Image"
    17271742msgstr ""
    17281743
    1729 #: inc/Elements/Image_Overlay.php:95 inc/Elements/Slider.php:262
     1744#: inc/Elements/Image_Overlay.php:95 inc/Elements/Slider.php:241
    17301745msgid "Show/Hide Overlay"
    17311746msgstr ""
     
    17391754msgstr ""
    17401755
    1741 #: inc/Elements/Image_Overlay.php:162 inc/Elements/Slider.php:73
     1756#: inc/Elements/Image_Overlay.php:162 inc/Elements/Slider.php:74
    17421757#: inc/Elements/Social_Icon.php:82 inc/Elements/Testimonial.php:94
    17431758#: inc/Elements/Testimonial_Slider.php:84
     
    17741789
    17751790#: inc/Elements/Image_Overlay.php:382 inc/Elements/Post_Grid.php:264
    1776 #: inc/Elements/Staff_Member.php:286
     1791#: inc/Elements/Staff_Member.php:306
    17771792msgid "Image Border Radius"
    17781793msgstr ""
     
    18611876msgstr ""
    18621877
    1863 #: inc/Elements/Post_Carousel.php:135 inc/Elements/Slider.php:170
     1878#: inc/Elements/Post_Carousel.php:135 inc/Elements/Slider.php:171
    18641879#: inc/Elements/Testimonial_Slider.php:248
    18651880msgid "Animation Speed"
    18661881msgstr ""
    18671882
    1868 #: inc/Elements/Post_Carousel.php:141 inc/Elements/Slider.php:176
     1883#: inc/Elements/Post_Carousel.php:141 inc/Elements/Slider.php:177
    18691884#: inc/Elements/Testimonial_Slider.php:254
    18701885msgid "Value in milliseconds. Default:300"
    18711886msgstr ""
    18721887
    1873 #: inc/Elements/Post_Carousel.php:149 inc/Elements/Slider.php:184
     1888#: inc/Elements/Post_Carousel.php:149 inc/Elements/Slider.php:185
    18741889#: inc/Elements/Testimonial_Slider.php:262
    18751890msgid "Slider Autoplay?"
    18761891msgstr ""
    18771892
    1878 #: inc/Elements/Post_Carousel.php:162 inc/Elements/Slider.php:197
     1893#: inc/Elements/Post_Carousel.php:162 inc/Elements/Slider.php:198
    18791894#: inc/Elements/Testimonial_Slider.php:275
    18801895msgid "Autoplay Speed"
    18811896msgstr ""
    18821897
    1883 #: inc/Elements/Post_Carousel.php:171 inc/Elements/Slider.php:206
     1898#: inc/Elements/Post_Carousel.php:171 inc/Elements/Slider.php:207
    18841899#: inc/Elements/Testimonial_Slider.php:284
    18851900msgid "Value in milliseconds. Default:3000"
    18861901msgstr ""
    18871902
    1888 #: inc/Elements/Post_Carousel.php:180 inc/Elements/Slider.php:215
     1903#: inc/Elements/Post_Carousel.php:180 inc/Elements/Slider.php:216
    18891904#: inc/Elements/Testimonial_Slider.php:293
    18901905msgid "Infinite Loop?"
     
    18951910msgstr ""
    18961911
    1897 #: inc/Elements/Post_Carousel.php:300 inc/Elements/Post_Grid.php:387
     1912#: inc/Elements/Post_Carousel.php:209
     1913msgid "Blog Post Overlay"
     1914msgstr ""
     1915
     1916#: inc/Elements/Post_Carousel.php:217
     1917msgid "Overlay Width Full?"
     1918msgstr ""
     1919
     1920#: inc/Elements/Post_Carousel.php:241
     1921msgid "Background Hover"
     1922msgstr ""
     1923
     1924#: inc/Elements/Post_Carousel.php:343 inc/Elements/Post_Grid.php:387
    18981925msgid "Meta Hover Color"
    18991926msgstr ""
    19001927
    1901 #: inc/Elements/Post_Carousel.php:322 inc/Elements/Products.php:257
    1902 #: inc/Elements/Slider.php:371 inc/Elements/Testimonial_Slider.php:733
     1928#: inc/Elements/Post_Carousel.php:365 inc/Elements/Products.php:257
     1929#: inc/Elements/Slider.php:361 inc/Elements/Testimonial_Slider.php:733
    19031930msgid "Navigation"
    19041931msgstr ""
    19051932
    1906 #: inc/Elements/Post_Carousel.php:330 inc/Elements/Products.php:266
    1907 #: inc/Elements/Testimonial_Slider.php:741
     1933#: inc/Elements/Post_Carousel.php:373 inc/Elements/Products.php:266
     1934#: inc/Elements/Slider.php:368 inc/Elements/Testimonial_Slider.php:741
    19081935msgid "Arrow Size"
    19091936msgstr ""
    19101937
    1911 #: inc/Elements/Post_Carousel.php:352 inc/Elements/Products.php:288
    1912 #: inc/Elements/Slider.php:380 inc/Elements/Testimonial_Slider.php:763
     1938#: inc/Elements/Post_Carousel.php:395 inc/Elements/Products.php:288
     1939#: inc/Elements/Slider.php:391 inc/Elements/Testimonial_Slider.php:763
    19131940msgid "Arrow Color"
    19141941msgstr ""
    19151942
    1916 #: inc/Elements/Post_Carousel.php:364 inc/Elements/Products.php:300
    1917 #: inc/Elements/Slider.php:392 inc/Elements/Testimonial_Slider.php:786
     1943#: inc/Elements/Post_Carousel.php:407 inc/Elements/Products.php:300
     1944#: inc/Elements/Slider.php:403 inc/Elements/Testimonial_Slider.php:786
    19181945msgid "Arrow Background Color"
    19191946msgstr ""
    19201947
    1921 #: inc/Elements/Post_Carousel.php:375 inc/Elements/Products.php:311
    1922 #: inc/Elements/Slider.php:404 inc/Elements/Testimonial_Slider.php:775
     1948#: inc/Elements/Post_Carousel.php:418 inc/Elements/Products.php:311
     1949#: inc/Elements/Slider.php:415 inc/Elements/Staff_Member.php:476
     1950#: inc/Elements/Testimonial_Slider.php:775
    19231951msgid "Hover Color"
    19241952msgstr ""
    19251953
    1926 #: inc/Elements/Post_Carousel.php:397 inc/Elements/Products.php:333
    1927 #: inc/Elements/Slider.php:426 inc/Elements/Testimonial_Slider.php:809
     1954#: inc/Elements/Post_Carousel.php:440 inc/Elements/Products.php:333
     1955#: inc/Elements/Slider.php:437 inc/Elements/Testimonial_Slider.php:809
    19281956msgid "Arrow Padding"
    19291957msgstr ""
    19301958
    1931 #: inc/Elements/Post_Carousel.php:421 inc/Elements/Products.php:357
    1932 #: inc/Elements/Social_Icon.php:549 inc/Elements/Tabs.php:560
    1933 #: inc/Elements/Teaser_Box.php:278 inc/Elements/Testimonial.php:239
    1934 #: inc/Elements/Testimonial_Slider.php:400
     1959#: inc/Elements/Post_Carousel.php:464 inc/Elements/Products.php:357
     1960#: inc/Elements/Social_Icon.php:546 inc/Elements/Staff_Member.php:685
     1961#: inc/Elements/Staff_Member.php:790 inc/Elements/Tabs.php:560
     1962#: inc/Elements/Teaser_Box.php:282 inc/Elements/Teaser_Box.php:649
     1963#: inc/Elements/Testimonial.php:239 inc/Elements/Testimonial_Slider.php:400
    19351964#: inc/Elements/Testimonial_Slider.php:835
    19361965msgid "Border Radius"
    19371966msgstr ""
    19381967
    1939 #: inc/Elements/Post_Carousel.php:449 inc/Elements/Products.php:385
    1940 #: inc/Elements/Testimonial_Slider.php:862
     1968#: inc/Elements/Post_Carousel.php:492 inc/Elements/Products.php:385
     1969#: inc/Elements/Slider.php:504 inc/Elements/Testimonial_Slider.php:862
    19411970msgid "Arrow Shadow"
    19421971msgstr ""
     
    19902019msgstr ""
    19912020
    1992 #: inc/Elements/Post_Grid.php:240 inc/Elements/Staff_Member.php:298
    1993 #: inc/Elements/Teaser_Box.php:290
     2021#: inc/Elements/Post_Grid.php:240 inc/Elements/Staff_Member.php:318
     2022#: inc/Elements/Teaser_Box.php:294
    19942023msgid "Image Bottom Spacing"
    19952024msgstr ""
     
    22312260msgstr ""
    22322261
    2233 #: inc/Elements/Products.php:174 inc/Elements/Slider.php:162
     2262#: inc/Elements/Products.php:174 inc/Elements/Slider.php:163
    22342263#: inc/Elements/Testimonial_Slider.php:226
    22352264msgid "Slider Navigation Settings"
     
    23522381msgstr ""
    23532382
    2354 #: inc/Elements/Slider.php:24
     2383#: inc/Elements/Slider.php:25
    23552384msgid "DA: Slider"
    23562385msgstr ""
    23572386
    2358 #: inc/Elements/Slider.php:52
     2387#: inc/Elements/Slider.php:53
    23592388msgid "Slides"
    23602389msgstr ""
    23612390
    2362 #: inc/Elements/Slider.php:87
     2391#: inc/Elements/Slider.php:88
    23632392msgid "I am Slide1 Title"
    23642393msgstr ""
    23652394
    2366 #: inc/Elements/Slider.php:97
     2395#: inc/Elements/Slider.php:98
    23672396msgid "I am Slide1 Sub Title"
    23682397msgstr ""
    23692398
    2370 #: inc/Elements/Slider.php:230
    2371 msgid "Slide Element Style"
    2372 msgstr ""
    2373 
    2374 #: inc/Elements/Slider.php:237
    2375 msgid "Navigation Position"
    2376 msgstr ""
    2377 
    2378 #: inc/Elements/Slider.php:242
    2379 msgid "Top Right Corner"
    2380 msgstr ""
    2381 
    2382 #: inc/Elements/Slider.php:243
    2383 msgid "Bottom Right Corner"
    2384 msgstr ""
    2385 
    2386 #: inc/Elements/Slider.php:244
    2387 msgid "Left Right Middle"
    2388 msgstr ""
    2389 
    2390 #: inc/Elements/Slider.php:254
     2399#: inc/Elements/Slider.php:233
    23912400msgid "Slide Overlay"
    23922401msgstr ""
    23932402
    2394 #: inc/Elements/Slider.php:448
     2403#: inc/Elements/Slider.php:279
     2404msgid "Overlay Background Hover"
     2405msgstr ""
     2406
     2407#: inc/Elements/Slider.php:459
    23952408msgid "Navigation Border Radius"
    23962409msgstr ""
    23972410
    2398 #: inc/Elements/Slider.php:581
     2411#: inc/Elements/Slider.php:487
     2412msgid "Left & Right Spacing"
     2413msgstr ""
     2414
     2415#: inc/Elements/Slider.php:636
    23992416msgid "Dots"
    24002417msgstr ""
    24012418
    2402 #: inc/Elements/Slider.php:589
     2419#: inc/Elements/Slider.php:644
    24032420msgid "Dots Background Color"
    24042421msgstr ""
    24052422
    2406 #: inc/Elements/Slider.php:601
     2423#: inc/Elements/Slider.php:656
    24072424msgid "Dots Active Background Color"
    24082425msgstr ""
    24092426
    2410 #: inc/Elements/Slider.php:613
     2427#: inc/Elements/Slider.php:668
    24112428msgid "Dots Border Color"
    24122429msgstr ""
     
    24172434
    24182435#: inc/Elements/Social_Icon.php:53 inc/Elements/Social_Icon.php:243
    2419 #: inc/Elements/Staff_Member.php:140
     2436#: inc/Elements/Staff_Member.php:131
    24202437msgid "Social Icons"
    24212438msgstr ""
     
    24292446msgstr ""
    24302447
    2431 #: inc/Elements/Social_Icon.php:113 inc/Elements/Social_Icon.php:586
     2448#: inc/Elements/Social_Icon.php:113 inc/Elements/Social_Icon.php:583
    24322449msgid "Social Name"
    24332450msgstr ""
     
    24372454msgstr ""
    24382455
    2439 #: inc/Elements/Social_Icon.php:146 inc/Elements/Social_Icon.php:381
    2440 msgid "Normal"
    2441 msgstr ""
    2442 
    24432456#: inc/Elements/Social_Icon.php:153 inc/Elements/Social_Icon.php:203
    2444 #: inc/Elements/Social_Icon.php:388 inc/Elements/Social_Icon.php:439
     2457#: inc/Elements/Social_Icon.php:388 inc/Elements/Social_Icon.php:438
     2458#: inc/Elements/Staff_Member.php:466
    24452459msgid "Color"
    2446 msgstr ""
    2447 
    2448 #: inc/Elements/Social_Icon.php:182 inc/Elements/Social_Icon.php:227
    2449 #: inc/Elements/Social_Icon.php:419 inc/Elements/Social_Icon.php:463
    2450 msgid "Border Color"
    2451 msgstr ""
    2452 
    2453 #: inc/Elements/Social_Icon.php:196 inc/Elements/Social_Icon.php:432
    2454 msgid "Hover"
    24552460msgstr ""
    24562461
     
    24592464msgstr ""
    24602465
    2461 #: inc/Elements/Social_Icon.php:366 inc/Elements/Staff_Member.php:164
    2462 #: inc/Elements/Staff_Member.php:511
     2466#: inc/Elements/Social_Icon.php:366 inc/Elements/Staff_Member.php:155
     2467#: inc/Elements/Staff_Member.php:560
    24632468msgid "Social Icon"
    24642469msgstr ""
     
    24682473msgstr ""
    24692474
    2470 #: inc/Elements/Social_Icon.php:498
     2475#: inc/Elements/Social_Icon.php:497
    24712476msgid "Space Between Icon"
    24722477msgstr ""
    24732478
    2474 #: inc/Elements/Social_Icon.php:522
     2479#: inc/Elements/Social_Icon.php:519
    24752480msgid "Social Icon Padding"
    24762481msgstr ""
    24772482
    2478 #: inc/Elements/Social_Icon.php:595
     2483#: inc/Elements/Social_Icon.php:592
    24792484msgid "Typography"
    24802485msgstr ""
    24812486
    2482 #: inc/Elements/Social_Icon.php:605
     2487#: inc/Elements/Social_Icon.php:602
    24832488msgid "Space between Name and Icon"
    24842489msgstr ""
    24852490
    2486 #: inc/Elements/Staff_Member.php:30
     2491#: inc/Elements/Staff_Member.php:31
    24872492msgid "DA: Staff Member"
    24882493msgstr ""
    24892494
    2490 #: inc/Elements/Staff_Member.php:64
     2495#: inc/Elements/Staff_Member.php:65
    24912496msgid "Staff Member"
    24922497msgstr ""
    24932498
    2494 #: inc/Elements/Staff_Member.php:85
    2495 msgid "Image Width(%)"
    2496 msgstr ""
    2497 
    2498 #: inc/Elements/Staff_Member.php:109
     2499#: inc/Elements/Staff_Member.php:100
    24992500msgid "Name"
    25002501msgstr ""
    25012502
    2502 #: inc/Elements/Staff_Member.php:120
     2503#: inc/Elements/Staff_Member.php:111
    25032504msgid "Job Position"
    25042505msgstr ""
    25052506
    2506 #: inc/Elements/Staff_Member.php:121 inc/Elements/Testimonial.php:117
     2507#: inc/Elements/Staff_Member.php:112 inc/Elements/Testimonial.php:117
    25072508#: inc/Elements/Testimonial_Slider.php:107
    25082509msgid "Developer"
    25092510msgstr ""
    25102511
    2511 #: inc/Elements/Staff_Member.php:131
     2512#: inc/Elements/Staff_Member.php:122
    25122513msgid "About Staff Member"
    25132514msgstr ""
    25142515
    2515 #: inc/Elements/Staff_Member.php:132
     2516#: inc/Elements/Staff_Member.php:123
    25162517msgid ""
    25172518"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod "
     
    25192520msgstr ""
    25202521
    2521 #: inc/Elements/Staff_Member.php:148
     2522#: inc/Elements/Staff_Member.php:139
    25222523msgid "Social Icons Show/Hide"
    25232524msgstr ""
    25242525
    2525 #: inc/Elements/Staff_Member.php:178
     2526#: inc/Elements/Staff_Member.php:171
    25262527msgid "Social Icon Link"
    25272528msgstr ""
    25282529
    2529 #: inc/Elements/Staff_Member.php:221
     2530#: inc/Elements/Staff_Member.php:213
    25302531msgid "Staff Member Item Style"
    25312532msgstr ""
    25322533
    2533 #: inc/Elements/Staff_Member.php:259
     2534#: inc/Elements/Staff_Member.php:256
    25342535msgid "Staff Member Image"
    25352536msgstr ""
    25362537
    2537 #: inc/Elements/Staff_Member.php:275
     2538#: inc/Elements/Staff_Member.php:264 inc/Elements/Teaser_Box.php:251
     2539msgid "Image Width(%)"
     2540msgstr ""
     2541
     2542#: inc/Elements/Staff_Member.php:295
    25382543msgid "Image Border Hover Color"
    25392544msgstr ""
    25402545
    2541 #: inc/Elements/Staff_Member.php:317
     2546#: inc/Elements/Staff_Member.php:333 inc/Elements/Staff_Member.php:828
     2547msgid "Box Shadow"
     2548msgstr ""
     2549
     2550#: inc/Elements/Staff_Member.php:343 inc/Elements/Teaser_Box.php:309
     2551msgid "CSS Filter"
     2552msgstr ""
     2553
     2554#: inc/Elements/Staff_Member.php:352 inc/Elements/Teaser_Box.php:318
     2555msgid "CSS Filter Hover"
     2556msgstr ""
     2557
     2558#: inc/Elements/Staff_Member.php:366
    25422559msgid "Staff Member Name"
    25432560msgstr ""
    25442561
    2545 #: inc/Elements/Staff_Member.php:326
     2562#: inc/Elements/Staff_Member.php:375
    25462563msgid "Name Bottom Spacing"
    25472564msgstr ""
    25482565
    2549 #: inc/Elements/Staff_Member.php:341 inc/Elements/Testimonial.php:341
     2566#: inc/Elements/Staff_Member.php:390 inc/Elements/Testimonial.php:341
    25502567#: inc/Elements/Testimonial_Slider.php:448
    25512568msgid "Name Color"
    25522569msgstr ""
    25532570
    2554 #: inc/Elements/Staff_Member.php:353 inc/Elements/Testimonial.php:352
     2571#: inc/Elements/Staff_Member.php:402 inc/Elements/Testimonial.php:352
    25552572#: inc/Elements/Testimonial_Slider.php:459
    25562573msgid "Name Hover Color"
    25572574msgstr ""
    25582575
    2559 #: inc/Elements/Staff_Member.php:394
     2576#: inc/Elements/Staff_Member.php:443
    25602577msgid "Staff Member Job Position"
    25612578msgstr ""
    25622579
    2563 #: inc/Elements/Staff_Member.php:402
    2564 msgid "Job Position Bottom Spacing"
    2565 msgstr ""
    2566 
    2567 #: inc/Elements/Staff_Member.php:417
    2568 msgid "Job Position Color"
    2569 msgstr ""
    2570 
    2571 #: inc/Elements/Staff_Member.php:427
    2572 msgid "Job Position Hover Color"
    2573 msgstr ""
    2574 
    2575 #: inc/Elements/Staff_Member.php:469
     2580#: inc/Elements/Staff_Member.php:518
    25762581msgid "Staff Member Text"
    25772582msgstr ""
    25782583
    2579 #: inc/Elements/Staff_Member.php:478
    2580 msgid "Text Bottom Padding"
    2581 msgstr ""
    2582 
    2583 #: inc/Elements/Staff_Member.php:690
     2584#: inc/Elements/Staff_Member.php:527
     2585msgid "Bottom Padding"
     2586msgstr ""
     2587
     2588#: inc/Elements/Staff_Member.php:739
    25842589msgid "Staff Member Container"
     2590msgstr ""
     2591
     2592#: inc/Elements/Staff_Member.php:838
     2593msgid "Hover Box Shadow"
    25852594msgstr ""
    25862595
     
    27062715msgstr ""
    27072716
    2708 #: inc/Elements/Teaser_Box.php:28
     2717#: inc/Elements/Teaser_Box.php:29
    27092718msgid "DA: Card"
    27102719msgstr ""
    27112720
    2712 #: inc/Elements/Teaser_Box.php:51
     2721#: inc/Elements/Teaser_Box.php:52
    27132722msgid "Card"
    27142723msgstr ""
    27152724
    2716 #: inc/Elements/Teaser_Box.php:94 inc/Elements/Teaser_Box.php:311
     2725#: inc/Elements/Teaser_Box.php:95 inc/Elements/Teaser_Box.php:335
    27172726msgid "Card Title"
    27182727msgstr ""
    27192728
    2720 #: inc/Elements/Teaser_Box.php:157
     2729#: inc/Elements/Teaser_Box.php:158
    27212730msgid "Card Text"
    27222731msgstr ""
    27232732
    2724 #: inc/Elements/Teaser_Box.php:162
     2733#: inc/Elements/Teaser_Box.php:163
    27252734msgid "Add Card text here or leave it blank."
    27262735msgstr ""
    27272736
    2728 #: inc/Elements/Teaser_Box.php:169
     2737#: inc/Elements/Teaser_Box.php:170
    27292738msgid "Show/Hide Button"
    27302739msgstr ""
    27312740
    2732 #: inc/Elements/Teaser_Box.php:247 inc/Elements/Testimonial.php:209
    2733 #: inc/Elements/Testimonial_Slider.php:316
    2734 msgid "Image Size"
    2735 msgstr ""
    2736 
    2737 #: inc/Elements/Teaser_Box.php:389
     2741#: inc/Elements/Teaser_Box.php:413
    27382742msgid "Card Description"
    27392743msgstr ""
    27402744
    2741 #: inc/Elements/Teaser_Box.php:424
     2745#: inc/Elements/Teaser_Box.php:448
    27422746msgid "Description Hover Color"
    27432747msgstr ""
    27442748
    2745 #: inc/Elements/Teaser_Box.php:450
     2749#: inc/Elements/Teaser_Box.php:474
    27462750msgid "Card Button"
    27472751msgstr ""
    27482752
    2749 #: inc/Elements/Teaser_Box.php:576
     2753#: inc/Elements/Teaser_Box.php:600
    27502754msgid "Card Container"
    27512755msgstr ""
     
    28052809msgstr ""
    28062810
     2811#: inc/Elements/Testimonial.php:209 inc/Elements/Testimonial_Slider.php:316
     2812msgid "Image Size"
     2813msgstr ""
     2814
    28072815#: inc/Elements/Testimonial.php:375 inc/Elements/Testimonial_Slider.php:482
    28082816msgid "Reviewer Title"
     
    31333141msgstr ""
    31343142
    3135 #: inc/Reuses/Reuse.php:202
    3136 msgid "500px"
    3137 msgstr ""
    3138 
    3139 #: inc/Reuses/Reuse.php:203
    3140 msgid "android"
    3141 msgstr ""
    3142 
    3143 #: inc/Reuses/Reuse.php:204
    3144 msgid "apple"
    3145 msgstr ""
    3146 
    3147 #: inc/Reuses/Reuse.php:205
    3148 msgid "behance"
    3149 msgstr ""
    3150 
    3151 #: inc/Reuses/Reuse.php:206
    3152 msgid "bitbucket"
    3153 msgstr ""
    3154 
    3155 #: inc/Reuses/Reuse.php:207
    3156 msgid "codepen"
    3157 msgstr ""
    3158 
    3159 #: inc/Reuses/Reuse.php:208
    3160 msgid "delicious"
    3161 msgstr ""
    3162 
    3163 #: inc/Reuses/Reuse.php:209
    3164 msgid "deviantart"
    3165 msgstr ""
    3166 
    3167 #: inc/Reuses/Reuse.php:210
    3168 msgid "digg"
    3169 msgstr ""
    3170 
    3171 #: inc/Reuses/Reuse.php:211
    3172 msgid "dribbble"
    3173 msgstr ""
    3174 
    3175 #: inc/Reuses/Reuse.php:213
    3176 msgid "facebook"
    3177 msgstr ""
    3178 
    3179 #: inc/Reuses/Reuse.php:214
    3180 msgid "flickr"
    3181 msgstr ""
    3182 
    3183 #: inc/Reuses/Reuse.php:215
    3184 msgid "foursquare"
    3185 msgstr ""
    3186 
    3187 #: inc/Reuses/Reuse.php:217
    3188 msgid "github"
    3189 msgstr ""
    3190 
    3191 #: inc/Reuses/Reuse.php:219
    3192 msgid "globe"
    3193 msgstr ""
    3194 
    3195 #: inc/Reuses/Reuse.php:220
    3196 msgid "google-plus"
    3197 msgstr ""
    3198 
    3199 #: inc/Reuses/Reuse.php:221
    3200 msgid "houzz"
    3201 msgstr ""
    3202 
    3203 #: inc/Reuses/Reuse.php:222
    3204 msgid "instagram"
    3205 msgstr ""
    3206 
    3207 #: inc/Reuses/Reuse.php:223
    3208 msgid "jsfiddle"
    3209 msgstr ""
    3210 
    3211 #: inc/Reuses/Reuse.php:224
    3212 msgid "linkedin"
    3213 msgstr ""
    3214 
    3215 #: inc/Reuses/Reuse.php:225
    3216 msgid "medium"
    3217 msgstr ""
    3218 
    3219 #: inc/Reuses/Reuse.php:226
    3220 msgid "meetup"
    3221 msgstr ""
    3222 
    3223 #: inc/Reuses/Reuse.php:227
    3224 msgid "mixcloud"
    3225 msgstr ""
    3226 
    3227 #: inc/Reuses/Reuse.php:229
    3228 msgid "pinterest"
    3229 msgstr ""
    3230 
    3231 #: inc/Reuses/Reuse.php:230
    3232 msgid "product-hunt"
    3233 msgstr ""
    3234 
    3235 #: inc/Reuses/Reuse.php:231
    3236 msgid "reddit"
    3237 msgstr ""
    3238 
    3239 #: inc/Reuses/Reuse.php:232
    3240 msgid "shopping-cart"
    3241 msgstr ""
    3242 
    3243 #: inc/Reuses/Reuse.php:233
    3244 msgid "skype"
    3245 msgstr ""
    3246 
    3247 #: inc/Reuses/Reuse.php:234
    3248 msgid "slideshare"
    3249 msgstr ""
    3250 
    3251 #: inc/Reuses/Reuse.php:235
    3252 msgid "snapchat"
    3253 msgstr ""
    3254 
    3255 #: inc/Reuses/Reuse.php:236
    3256 msgid "soundcloud"
    3257 msgstr ""
    3258 
    3259 #: inc/Reuses/Reuse.php:237
    3260 msgid "spotify"
    3261 msgstr ""
    3262 
    3263 #: inc/Reuses/Reuse.php:239
    3264 msgid "steam"
    3265 msgstr ""
    3266 
    3267 #: inc/Reuses/Reuse.php:240
    3268 msgid "stumbleupon"
    3269 msgstr ""
    3270 
    3271 #: inc/Reuses/Reuse.php:241
    3272 msgid "telegram"
    3273 msgstr ""
    3274 
    3275 #: inc/Reuses/Reuse.php:242
    3276 msgid "thumb-tack"
    3277 msgstr ""
    3278 
    3279 #: inc/Reuses/Reuse.php:243
    3280 msgid "tripadvisor"
    3281 msgstr ""
    3282 
    3283 #: inc/Reuses/Reuse.php:244
    3284 msgid "tumblr"
    3285 msgstr ""
    3286 
    3287 #: inc/Reuses/Reuse.php:245
    3288 msgid "twitch"
    3289 msgstr ""
    3290 
    3291 #: inc/Reuses/Reuse.php:246
    3292 msgid "twitter"
    3293 msgstr ""
    3294 
    3295 #: inc/Reuses/Reuse.php:247
    3296 msgid "viber"
    3297 msgstr ""
    3298 
    3299 #: inc/Reuses/Reuse.php:248
    3300 msgid "vimeo"
    3301 msgstr ""
    3302 
    3303 #: inc/Reuses/Reuse.php:249
    3304 msgid "vk"
    3305 msgstr ""
    3306 
    3307 #: inc/Reuses/Reuse.php:250
    3308 msgid "weibo"
    3309 msgstr ""
    3310 
    3311 #: inc/Reuses/Reuse.php:251
    3312 msgid "weixin"
    3313 msgstr ""
    3314 
    3315 #: inc/Reuses/Reuse.php:252
    3316 msgid "whatsapp"
    3317 msgstr ""
    3318 
    3319 #: inc/Reuses/Reuse.php:253
    3320 msgid "wordpress"
    3321 msgstr ""
    3322 
    3323 #: inc/Reuses/Reuse.php:254
    3324 msgid "xing"
    3325 msgstr ""
    3326 
    3327 #: inc/Reuses/Reuse.php:255
    3328 msgid "yelp"
    3329 msgstr ""
    3330 
    3331 #: inc/Reuses/Reuse.php:256
    3332 msgid "youtube"
    3333 msgstr ""
    3334 
    3335 #: inc/Reuses/Reuse.php:258
    3336 msgid "cc-amex"
    3337 msgstr ""
    3338 
    3339 #: inc/Reuses/Reuse.php:259
    3340 msgid "cc-mastercard"
    3341 msgstr ""
    3342 
    3343 #: inc/Reuses/Reuse.php:260
    3344 msgid "cc-paypal"
    3345 msgstr ""
    3346 
    3347 #: inc/Reuses/Reuse.php:261
    3348 msgid "cc-stripe"
    3349 msgstr ""
    3350 
    3351 #: inc/Reuses/Reuse.php:262
    3352 msgid "cc-visa"
    3353 msgstr ""
    3354 
    3355 #: inc/Reuses/Reuse.php:263
    3356 msgid "credit-card"
    3357 msgstr ""
    3358 
    3359 #: inc/Reuses/Reuse.php:264
    3360 msgid "google-wallet"
    3361 msgstr ""
    3362 
    3363 #: inc/Reuses/Reuse.php:265
    3364 msgid "paypal"
    3365 msgstr ""
    3366 
    3367 #: inc/Reuses/Reuse.php:266
    3368 msgid "cc-discover"
    3369 msgstr ""
    3370 
    3371 #: inc/Reuses/Reuse.php:267
    3372 msgid "cc-jcb"
    3373 msgstr ""
    3374 
    3375 #: inc/Reuses/Reuse.php:273
     3143#: inc/Reuses/Reuse.php:276
    33763144msgid "none"
    33773145msgstr ""
    33783146
    3379 #: inc/Reuses/Reuse.php:274
     3147#: inc/Reuses/Reuse.php:277
    33803148msgid "bounce"
    33813149msgstr ""
    33823150
    3383 #: inc/Reuses/Reuse.php:275
     3151#: inc/Reuses/Reuse.php:278
    33843152msgid "flash"
    33853153msgstr ""
    33863154
    3387 #: inc/Reuses/Reuse.php:276
     3155#: inc/Reuses/Reuse.php:279
    33883156msgid "pulse"
    33893157msgstr ""
    33903158
    3391 #: inc/Reuses/Reuse.php:277
     3159#: inc/Reuses/Reuse.php:280
    33923160msgid "rubberBand"
    33933161msgstr ""
    33943162
    3395 #: inc/Reuses/Reuse.php:278
     3163#: inc/Reuses/Reuse.php:281
    33963164msgid "shake"
    33973165msgstr ""
    33983166
    3399 #: inc/Reuses/Reuse.php:279
     3167#: inc/Reuses/Reuse.php:282
    34003168msgid "headShake"
    34013169msgstr ""
    34023170
    3403 #: inc/Reuses/Reuse.php:280
     3171#: inc/Reuses/Reuse.php:283
    34043172msgid "swing"
    34053173msgstr ""
    34063174
    3407 #: inc/Reuses/Reuse.php:281
     3175#: inc/Reuses/Reuse.php:284
    34083176msgid "tada"
    34093177msgstr ""
    34103178
    3411 #: inc/Reuses/Reuse.php:282
     3179#: inc/Reuses/Reuse.php:285
    34123180msgid "wobble"
    34133181msgstr ""
    34143182
    3415 #: inc/Reuses/Reuse.php:283
     3183#: inc/Reuses/Reuse.php:286
    34163184msgid "jello"
    34173185msgstr ""
    34183186
    3419 #: inc/Reuses/Reuse.php:284
     3187#: inc/Reuses/Reuse.php:287
    34203188msgid "bounceIn"
    34213189msgstr ""
    34223190
    3423 #: inc/Reuses/Reuse.php:285
     3191#: inc/Reuses/Reuse.php:288
    34243192msgid "bounceInDown"
    34253193msgstr ""
    34263194
    3427 #: inc/Reuses/Reuse.php:286 inc/Reuses/Reuse.php:287
     3195#: inc/Reuses/Reuse.php:289 inc/Reuses/Reuse.php:290
    34283196msgid "bounceInLeft"
    34293197msgstr ""
    34303198
    3431 #: inc/Reuses/Reuse.php:288
     3199#: inc/Reuses/Reuse.php:291
    34323200msgid "bounceInUp"
    34333201msgstr ""
    34343202
    3435 #: inc/Reuses/Reuse.php:289
     3203#: inc/Reuses/Reuse.php:292
    34363204msgid "bounceOut"
    34373205msgstr ""
    34383206
    3439 #: inc/Reuses/Reuse.php:290
     3207#: inc/Reuses/Reuse.php:293
    34403208msgid "bounceOutDown"
    34413209msgstr ""
    34423210
    3443 #: inc/Reuses/Reuse.php:291
     3211#: inc/Reuses/Reuse.php:294
    34443212msgid "bounceOutLeft"
    34453213msgstr ""
    34463214
    3447 #: inc/Reuses/Reuse.php:292
     3215#: inc/Reuses/Reuse.php:295
    34483216msgid "bounceOutRight"
    34493217msgstr ""
    34503218
    3451 #: inc/Reuses/Reuse.php:293
     3219#: inc/Reuses/Reuse.php:296
    34523220msgid "bounceOutUp"
    34533221msgstr ""
    34543222
    3455 #: inc/Reuses/Reuse.php:294
     3223#: inc/Reuses/Reuse.php:297
    34563224msgid "fadeIn"
    34573225msgstr ""
    34583226
    3459 #: inc/Reuses/Reuse.php:295
     3227#: inc/Reuses/Reuse.php:298
    34603228msgid "fadeInDown"
    34613229msgstr ""
    34623230
    3463 #: inc/Reuses/Reuse.php:296
     3231#: inc/Reuses/Reuse.php:299
    34643232msgid "fadeInDownBig"
    34653233msgstr ""
    34663234
    3467 #: inc/Reuses/Reuse.php:297
     3235#: inc/Reuses/Reuse.php:300
    34683236msgid "fadeInLeft"
    34693237msgstr ""
    34703238
    3471 #: inc/Reuses/Reuse.php:298
     3239#: inc/Reuses/Reuse.php:301
    34723240msgid "fadeInLeftBig"
    34733241msgstr ""
    34743242
    3475 #: inc/Reuses/Reuse.php:299
     3243#: inc/Reuses/Reuse.php:302
    34763244msgid "fadeInRight"
    34773245msgstr ""
    34783246
    3479 #: inc/Reuses/Reuse.php:300
     3247#: inc/Reuses/Reuse.php:303
    34803248msgid "fadeInRightBig"
    34813249msgstr ""
    34823250
    3483 #: inc/Reuses/Reuse.php:301
     3251#: inc/Reuses/Reuse.php:304
    34843252msgid "fadeInUp"
    34853253msgstr ""
    34863254
    3487 #: inc/Reuses/Reuse.php:302
     3255#: inc/Reuses/Reuse.php:305
    34883256msgid "fadeInUpBig"
    34893257msgstr ""
    34903258
    3491 #: inc/Reuses/Reuse.php:303
     3259#: inc/Reuses/Reuse.php:306
    34923260msgid "fadeOut"
    34933261msgstr ""
    34943262
    3495 #: inc/Reuses/Reuse.php:304
     3263#: inc/Reuses/Reuse.php:307
    34963264msgid "fadeOutDown"
    34973265msgstr ""
    34983266
    3499 #: inc/Reuses/Reuse.php:305
     3267#: inc/Reuses/Reuse.php:308
    35003268msgid "fadeOutDownBig"
    35013269msgstr ""
    35023270
    3503 #: inc/Reuses/Reuse.php:306
     3271#: inc/Reuses/Reuse.php:309
    35043272msgid "fadeOutLeft"
    35053273msgstr ""
    35063274
    3507 #: inc/Reuses/Reuse.php:307
     3275#: inc/Reuses/Reuse.php:310
    35083276msgid "fadeOutLeftBig"
    35093277msgstr ""
    35103278
    3511 #: inc/Reuses/Reuse.php:308
     3279#: inc/Reuses/Reuse.php:311
    35123280msgid "fadeOutRight"
    35133281msgstr ""
    35143282
    3515 #: inc/Reuses/Reuse.php:309
     3283#: inc/Reuses/Reuse.php:312
    35163284msgid "fadeOutRightBig"
    35173285msgstr ""
    35183286
    3519 #: inc/Reuses/Reuse.php:310
     3287#: inc/Reuses/Reuse.php:313
    35203288msgid "fadeOutUp"
    35213289msgstr ""
    35223290
    3523 #: inc/Reuses/Reuse.php:311
     3291#: inc/Reuses/Reuse.php:314
    35243292msgid "fadeOutUpBig"
    35253293msgstr ""
    35263294
    3527 #: inc/Reuses/Reuse.php:312
     3295#: inc/Reuses/Reuse.php:315
    35283296msgid "flipInX"
    35293297msgstr ""
    35303298
    3531 #: inc/Reuses/Reuse.php:313
     3299#: inc/Reuses/Reuse.php:316
    35323300msgid "flipInY"
    35333301msgstr ""
    35343302
    3535 #: inc/Reuses/Reuse.php:314
     3303#: inc/Reuses/Reuse.php:317
    35363304msgid "flipOutX"
    35373305msgstr ""
    35383306
    3539 #: inc/Reuses/Reuse.php:315
     3307#: inc/Reuses/Reuse.php:318
    35403308msgid "flipOutY"
    35413309msgstr ""
    35423310
    3543 #: inc/Reuses/Reuse.php:316
     3311#: inc/Reuses/Reuse.php:319
    35443312msgid "lightSpeedIn"
    35453313msgstr ""
    35463314
    3547 #: inc/Reuses/Reuse.php:317
     3315#: inc/Reuses/Reuse.php:320
    35483316msgid "lightSpeedOut"
    35493317msgstr ""
    35503318
    3551 #: inc/Reuses/Reuse.php:318
     3319#: inc/Reuses/Reuse.php:321
    35523320msgid "rotateIn"
    35533321msgstr ""
    35543322
    3555 #: inc/Reuses/Reuse.php:319
     3323#: inc/Reuses/Reuse.php:322
    35563324msgid "rotateInDownLeft"
    35573325msgstr ""
    35583326
    3559 #: inc/Reuses/Reuse.php:320
     3327#: inc/Reuses/Reuse.php:323
    35603328msgid "rotateInDownRight"
    35613329msgstr ""
    35623330
    3563 #: inc/Reuses/Reuse.php:321
     3331#: inc/Reuses/Reuse.php:324
    35643332msgid "rotateInUpLeft"
    35653333msgstr ""
    35663334
    3567 #: inc/Reuses/Reuse.php:322
     3335#: inc/Reuses/Reuse.php:325
    35683336msgid "rotateInUpRight"
    35693337msgstr ""
    35703338
    3571 #: inc/Reuses/Reuse.php:323
     3339#: inc/Reuses/Reuse.php:326
    35723340msgid "rotateOut"
    35733341msgstr ""
    35743342
    3575 #: inc/Reuses/Reuse.php:324
     3343#: inc/Reuses/Reuse.php:327
    35763344msgid "rotateOutDownLeft"
    35773345msgstr ""
    35783346
    3579 #: inc/Reuses/Reuse.php:325
     3347#: inc/Reuses/Reuse.php:328
    35803348msgid "rotateOutDownRight"
    35813349msgstr ""
    35823350
    3583 #: inc/Reuses/Reuse.php:326
     3351#: inc/Reuses/Reuse.php:329
    35843352msgid "rotateOutUpLeft"
    35853353msgstr ""
    35863354
    3587 #: inc/Reuses/Reuse.php:327
     3355#: inc/Reuses/Reuse.php:330
    35883356msgid "rotateOutUpRight"
    35893357msgstr ""
    35903358
    3591 #: inc/Reuses/Reuse.php:328
     3359#: inc/Reuses/Reuse.php:331
    35923360msgid "hinge"
    35933361msgstr ""
    35943362
    3595 #: inc/Reuses/Reuse.php:329
     3363#: inc/Reuses/Reuse.php:332
    35963364msgid "jackInTheBox"
    35973365msgstr ""
    35983366
    3599 #: inc/Reuses/Reuse.php:330
     3367#: inc/Reuses/Reuse.php:333
    36003368msgid "rollIn"
    36013369msgstr ""
    36023370
    3603 #: inc/Reuses/Reuse.php:331
     3371#: inc/Reuses/Reuse.php:334
    36043372msgid "rollOut"
    36053373msgstr ""
    36063374
    3607 #: inc/Reuses/Reuse.php:332
     3375#: inc/Reuses/Reuse.php:335
    36083376msgid "zoomIn"
    36093377msgstr ""
    36103378
    3611 #: inc/Reuses/Reuse.php:333
     3379#: inc/Reuses/Reuse.php:336
    36123380msgid "zoomInDown"
    36133381msgstr ""
    36143382
    3615 #: inc/Reuses/Reuse.php:334
     3383#: inc/Reuses/Reuse.php:337
    36163384msgid "zoomInLeft"
    36173385msgstr ""
    36183386
    3619 #: inc/Reuses/Reuse.php:335
     3387#: inc/Reuses/Reuse.php:338
    36203388msgid "zoomInRight"
    36213389msgstr ""
    36223390
    3623 #: inc/Reuses/Reuse.php:336
     3391#: inc/Reuses/Reuse.php:339
    36243392msgid "zoomInUp"
    36253393msgstr ""
    36263394
    3627 #: inc/Reuses/Reuse.php:337
     3395#: inc/Reuses/Reuse.php:340
    36283396msgid "zoomOut"
    36293397msgstr ""
    36303398
    3631 #: inc/Reuses/Reuse.php:338
     3399#: inc/Reuses/Reuse.php:341
    36323400msgid "zoomOutDown"
    36333401msgstr ""
    36343402
    3635 #: inc/Reuses/Reuse.php:339
     3403#: inc/Reuses/Reuse.php:342
    36363404msgid "zoomOutLeft"
    36373405msgstr ""
    36383406
    3639 #: inc/Reuses/Reuse.php:340
     3407#: inc/Reuses/Reuse.php:343
    36403408msgid "zoomOutRight"
    36413409msgstr ""
    36423410
    3643 #: inc/Reuses/Reuse.php:341
     3411#: inc/Reuses/Reuse.php:344
    36443412msgid "zoomOutUp"
    36453413msgstr ""
    36463414
    3647 #: inc/Reuses/Reuse.php:342
     3415#: inc/Reuses/Reuse.php:345
    36483416msgid "slideInDown"
    36493417msgstr ""
    36503418
    3651 #: inc/Reuses/Reuse.php:343
     3419#: inc/Reuses/Reuse.php:346
    36523420msgid "slideInLeft"
    36533421msgstr ""
    36543422
    3655 #: inc/Reuses/Reuse.php:344
     3423#: inc/Reuses/Reuse.php:347
    36563424msgid "slideInRight"
    36573425msgstr ""
    36583426
    3659 #: inc/Reuses/Reuse.php:345
     3427#: inc/Reuses/Reuse.php:348
    36603428msgid "slideInUp"
    36613429msgstr ""
    36623430
    3663 #: inc/Reuses/Reuse.php:346
     3431#: inc/Reuses/Reuse.php:349
    36643432msgid "slideOutDown"
    36653433msgstr ""
    36663434
    3667 #: inc/Reuses/Reuse.php:347
     3435#: inc/Reuses/Reuse.php:350
    36683436msgid "slideOutLeft"
    36693437msgstr ""
    36703438
    3671 #: inc/Reuses/Reuse.php:348
     3439#: inc/Reuses/Reuse.php:351
    36723440msgid "slideOutRight"
    36733441msgstr ""
    36743442
    3675 #: inc/Reuses/Reuse.php:349
     3443#: inc/Reuses/Reuse.php:352
    36763444msgid "slideOutUp"
    36773445msgstr ""
    36783446
    3679 #: inc/Reuses/Reuse.php:350
     3447#: inc/Reuses/Reuse.php:353
    36803448msgid "None"
    36813449msgstr ""
  • definitive-addons-for-elementor/trunk/readme.txt

    r2694663 r2697892  
    55Tested up to: 5.9.2
    66Requires PHP: 5.4
    7 Stable tag: 1.5.0
    8 Version: 1.5.0
     7Stable tag: 1.5.1
     8Version: 1.5.1
    99License: GPLv3
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    1919detail attention to provide you an ultimate experience.
    2020Definitive addons for elementor can be used with any WordPress theme. It turns a simple theme into gorgeous website. Try with your theme to create unique website. All necessary elements are included to create complete website without coding skill. This plugin best suited with all popular WordPress theme. You can create blog, e-commerce and business website with Definitive Addons.
    21 
    22 ### 33 FREE WIDGETS
    23 
    24 <ul>
    25 <li><a  target="_blank" href="https://softfirm.net/social-icons/">Social Icon</a> - Demos </li>
    26 <li><a  target="_blank" href="https://softfirm.net/filterable-post-portfolio/">Filterable Post/Portfolio</a> - Demos</li>
    27 <li><a target="_blank" href="https://softfirm.net/icon-box/">Icon Box</a> - Demos </li>
    28 <li><a  target="_blank" href="https://softfirm.net/image-slider/">Image Slider</a> - Demos </li>
    29 <li><a  target="_blank" href="https://softfirm.net/testimonial">Testimonial</a> - Demos </li>
    30 <li><a  target="_blank" href="https://softfirm.net/team-member/">Staff/Team Member</a> - Demos </li>
    31 <li><a  target="_blank" href="https://softfirm.net/image-box/">Card</a> - Demos </li>
    32 <li><a  target="_blank" href="https://softfirm.net/promo-box">Promo Box</a> - Demos </li>
    33 <li><a  target="_blank" href="https://softfirm.net/image-overlay/">Image Overlay</a> - Demos </li>
    34 <li><a  target="_blank" href="https://softfirm.net/counter/">Counter</a> - Demos</li>
    35 <li><a  target="_blank" href="https://softfirm.net/heading/">Heading with Separator</a> - Demos </li>
    36 <li><a  target="_blank" href="https://softfirm.net/subscription/">Subscription</a> - Demos </li>
    37 <li><a  target="_blank" href="https://softfirm.net/feature-list/">Feature List</a> - Demos </li>
    38 <li><a  target="_blank" href="https://softfirm.net/testimonial-carousel">Testimonial Slider/Testimonial Carouse</a> - Demos </li>
    39 <li><a  target="_blank" href="https://softfirm.net/post-grid/">Post Grid</a> - Demos</li>
    40 <li><a  target="_blank" href="https://softfirm.net/post-slider/">Post Carousel/Post Slider</a> - Demos </li>
    41 <li><a  target="_blank" href="https://softfirm.net/category-list/">Category List(Post/Product)</a> - Demos </li>
    42 <li><a  target="_blank" href="https://softfirm.net/contact-form7/">Contact form 7</a> - Demos </li>
    43 <li><a  target="_blank" href="https://softfirm.net/category-box/">Product Category Box</a> - Demos </li>
    44 <li><a  target="_blank" href="https://softfirm.net/popular-post/">Popular Post</a> - Demos </li>
    45 <li><a  target="_blank" href="https://softfirm.net/product-slider/">Products(Carousel)</a> - Demos </li>
    46 <li><a  target="_blank" href="https://softfirm.net/skillbar">Skill Bar</a> - Demos </li>
    47 <li><a  target="_blank" href="https://softfirm.net/flip-box">Flip Box</a> - Demos </li>
    48 <li><a  target="_blank" href="https://softfirm.net/type-animation/">Type Animation</a> - Demos </li>
    49 <li><a  target="_blank" href="https://softfirm.net/wording/">Wording/Dual Header</a> - Demos </li>
    50 <li><a  target="_blank" href="https://softfirm.net/icon-list">Icon List</a> - Demos </li>
    51 <li><a  target="_blank" href="https://softfirm.net/button">Creative Button</a> - Demos </li>
    52 <li><a  target="_blank" href="https://softfirm.net/cta/">Call to Action</a> - Demos </li>
    53 <li><a  target="_blank" href="https://softfirm.net/pricing-table">Pricing Table</a> - Demos </li>
    54 <li><a  target="_blank" href="https://softfirm.net/wpforms">WPForms</a> - Demos </li>
    55 <li><a  target="_blank" href="https://softfirm.net/ninjaforms/">Ninja Forms</a> - Demos </li>
    56 <li><a  target="_blank" href="https://softfirm.net/accordion/">Accordion</a> - Demos </li>
    57 <li><a  target="_blank" href="https://softfirm.net/tabs/">Tabs</a> - Demos </li>
    58 
    59 </ul>
    6021
    6122<div>
     
    6829<a href="https://softfirm.net/popular-theme-demos/" target="__blank" title="Definitive Addons for Elementor Demos"><strong>POPULAR THEME DEMOS</strong></a>
    6930</div>
     31
     32### 33 FREE WIDGETS
     33
     34<ul>
     35<li><a  target="_blank" href="https://softfirm.net/social-icons/">Social Icon</a> - Add social icons with hundreds of customize options </li>
     36<li><a  target="_blank" href="https://softfirm.net/filterable-post-portfolio/">Filterable Post/Portfolio</a> - Add stylish filterable portfolio or blog post</li>
     37<li><a target="_blank" href="https://softfirm.net/icon-box/">Icon Box</a> - Create stylish icon box with icon and content. </li>
     38<li><a  target="_blank" href="https://softfirm.net/image-slider/">Image Slider</a> - Create beautiful image slider or carousel with hundreds of customization options </li>
     39<li><a  target="_blank" href="https://softfirm.net/testimonial">Testimonial</a> - Create modern customer reviews and increase values of your brand </li>
     40<li><a  target="_blank" href="https://softfirm.net/team-member/">Staff/Team Member</a> - Design you team members with different styles </li>
     41<li><a  target="_blank" href="https://softfirm.net/image-box/">Card</a> - Create modern and creative card like content. </li>
     42<li><a  target="_blank" href="https://softfirm.net/promo-box">Promo Box</a> - Create modern and creative promotional banners. </li>
     43<li><a  target="_blank" href="https://softfirm.net/image-overlay/">Image Overlay</a> - Create image over text stylish ways </li>
     44<li><a  target="_blank" href="https://softfirm.net/counter/">Counter</a> - Show your important data with animation</li>
     45<li><a  target="_blank" href="https://softfirm.net/heading/">Heading with Separator</a> - Add headings or text with separator to save time </li>
     46<li><a  target="_blank" href="https://softfirm.net/subscription/">Subscription</a> - Add Mailchimp form to subscribe your customer email </li>
     47<li><a  target="_blank" href="https://softfirm.net/feature-list/">Feature List</a> - Create beautiful feature lists with icon and content </li>
     48<li><a  target="_blank" href="https://softfirm.net/testimonial-carousel">Testimonial Slider/Testimonial Carouse</a> - Add customer reviews with slider or carousel </li>
     49<li><a  target="_blank" href="https://softfirm.net/post-grid/">Post Grid</a> - Design your blog posts in 4 different layouts</li>
     50<li><a  target="_blank" href="https://softfirm.net/post-slider/">Post Carousel/Post Slider</a> - Showcase your blog posts either as a slider or carousel </li>
     51<li><a  target="_blank" href="https://softfirm.net/category-list/">Category List(Post/Product)</a> - To display list of category with font icons. </li>
     52<li><a  target="_blank" href="https://softfirm.net/contact-form7/">Contact form 7</a> - No coding required to creative stunning forms </li>
     53<li><a  target="_blank" href="https://softfirm.net/category-box/">Product Category Box</a> - Create modern and creative category box </li>
     54<li><a  target="_blank" href="https://softfirm.net/popular-post/">Popular Post</a> - Add Popular blog posts in a grid </li>
     55<li><a  target="_blank" href="https://softfirm.net/product-slider/">Products(Carousel)</a> - Display WooCommerce products with different layouts - Slider, Carousel or Grid </li>
     56<li><a  target="_blank" href="https://softfirm.net/skillbar">Skill Bar</a> - Design progress bars with many features and styles </li>
     57<li><a  target="_blank" href="https://softfirm.net/flip-box">Flip Box</a> - Flips over when you hover over it with different animation. Flip box can help make your content more interactive. </li>
     58<li><a  target="_blank" href="https://softfirm.net/type-animation/">Type Animation</a> - Add animated text look like type writing </li>
     59<li><a  target="_blank" href="https://softfirm.net/wording/">Wording/Multi-Color Header</a> - Showcase your headings with Multiple colors </li>
     60<li><a  target="_blank" href="https://softfirm.net/icon-list">Icon List</a> - To display list of features with font icons. </li>
     61<li><a  target="_blank" href="https://softfirm.net/button">Creative Button</a> - Make creative and stunning buttons with different hover effects </li>
     62<li><a  target="_blank" href="https://softfirm.net/cta/">Call to Action</a> - Add call-to-action section in your site and increase brand value </li>
     63<li><a  target="_blank" href="https://softfirm.net/pricing-table">Pricing Table</a> - Create beautiful Pricing Tables with hundreds of customize options </li>
     64<li><a  target="_blank" href="https://softfirm.net/wpforms">WPForms</a> - Create beautiful WordPress forms without any hassle </li>
     65<li><a  target="_blank" href="https://softfirm.net/ninjaforms/">Ninja Forms</a> - Create stylish form without effort </li>
     66<li><a  target="_blank" href="https://softfirm.net/accordion/">Accordion</a> - Design your accordion with advanced features </li>
     67<li><a  target="_blank" href="https://softfirm.net/tabs/">Tabs</a> - Display stylish content in tabs </li>
     68
     69</ul>
     70
     71
    7072
    7173== Installation ==
     
    99101
    100102== Changelog ==
     103
     104= 1.5.1 =
     105Group_Control_Image_Size::get_attachment_image_html escaping issue fixed
     106social icon issue fixed
     107many elements modified
    101108
    102109= 1.5.0 =
Note: See TracChangeset for help on using the changeset viewer.