Changeset 2691410
- Timestamp:
- 03/09/2022 11:51:57 AM (4 years ago)
- Location:
- definitive-addons-for-elementor/trunk
- Files:
-
- 19 edited
-
css/dafe_style.css (modified) (2 diffs)
-
definitive_adons_elementor.php (modified) (2 diffs)
-
inc/Elements/CTA.php (modified) (1 diff)
-
inc/Elements/Creative_Button.php (modified) (1 diff)
-
inc/Elements/Filterable_Portfolio.php (modified) (1 diff)
-
inc/Elements/Icon_Box.php (modified) (1 diff)
-
inc/Elements/Icon_List.php (modified) (1 diff)
-
inc/Elements/Image_Overlay.php (modified) (1 diff)
-
inc/Elements/Pricing_Table.php (modified) (1 diff)
-
inc/Elements/Promo-box.php (modified) (1 diff)
-
inc/Elements/Slider.php (modified) (2 diffs)
-
inc/Elements/Social_Icon.php (modified) (1 diff)
-
inc/Elements/Staff_Member.php (modified) (1 diff)
-
inc/Elements/Teaser_Box.php (modified) (1 diff)
-
inc/Elements/Testimonial.php (modified) (27 diffs)
-
inc/Elements/Testimonial_Slider.php (modified) (27 diffs)
-
inc/Reuses/Reuse.php (modified) (2 diffs)
-
languages/definitive-addons-for-elementor.pot (modified) (62 diffs)
-
readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
definitive-addons-for-elementor/trunk/css/dafe_style.css
r2689901 r2691410 381 381 } 382 382 383 383 /* Testimonial */ 384 385 .dafe-testimonial-container .dafe-testimonial-inner-container { 386 -webkit-box-align: start; 387 -ms-flex-align: start; 388 align-items: flex-start; 389 390 } 391 .dafe-testimonial-container.dafe-vertical-align-middle .dafe-testimonial-inner-container { 392 393 } 394 395 396 .dafe-testimonial-container.dafe-testimonial-image-align-left .dafe-testimonial-inner-container { 397 text-align: left; 398 -webkit-box-orient: horizontal; 399 -webkit-box-direction: normal; 400 -ms-flex-direction: row; 401 flex-direction: row; 402 } 403 404 .dafe-testimonial-container.dafe-testimonial-image-align-left .dafe-testimonial-inner-container { 405 text-align: left; 406 -webkit-box-orient: horizontal; 407 -webkit-box-direction: normal; 408 -ms-flex-direction: row; 409 flex-direction: row; 410 411 } 412 413 .dafe-testimonial-container.dafe-testimonial-image-align-right .dafe-testimonial-inner-container { 414 text-align: right; 415 -webkit-box-orient: horizontal; 416 -webkit-box-direction: reverse; 417 -ms-flex-direction: row-reverse; 418 flex-direction: row-reverse; 419 } 420 421 .dafe-testimonial-container.dafe-testimonial-image-align-right .dafe-testimonial-description p { 422 text-align: right; 423 } 424 .dafe-testimonial-container.dafe-testimonial-image-align-left .dafe-testimonial-description p { 425 text-align: left; 426 } 427 .dafe-testimonial-container.dafe-testimonial-image-align-top .dafe-testimonial-description p { 428 text-align: center; 429 } 430 .dafe-testimonial-container.dafe-testimonial-image-align-bottom .dafe-testimonial-description p { 431 text-align: center; 432 } 433 434 .dafe-testimonial-container.dafe-testimonial-image-align-left .dafe-testimonial-inner-container, 435 .dafe-testimonial-container.dafe-testimonial-image-align-right .dafe-testimonial-inner-container { 436 display: -webkit-box; 437 display: -ms-flexbox; 438 display: flex; 439 } 440 441 .dafe-author-title { 442 font-size:14px; 443 } 444 .dafe-author-name { 445 font-size:18px; 446 font-weight:600; 447 } 448 .dafe-testimonial-image-align-right .dafe-testimonial-image { 449 margin-left: 15px; 450 } 451 .dafe-testimonial-image-align-left .dafe-testimonial-image { 452 margin-left: 15px; 453 } 454 .dafe-testimonial-image img { 455 transition-duration: 0.3s; 456 border-radius:50%!important; 457 } 458 .dafe-testimonial-image img { 459 object-fit: cover; 460 max-width: none!important; 461 border: none; 462 -webkit-border-radius: 0; 463 border-radius: 0; 464 -webkit-box-shadow: none; 465 vertical-align: middle; 466 } 467 468 .dafe-testimonial-container .dafe-testimonial-content { 469 width: 100%; 470 } 471 .dafe-testimonial-container .dafe-testimonial-title { 472 color: #1a1a1a; 473 font-family: Sans-serif; 474 font-weight: 400; 475 } 476 .dafe-testimonial-container .dafe-testimonial-description { 477 478 font-size: 22px; 479 } 480 .dafe-testimonial-container .dafe-testimonial-image { 481 display: inline-block; 482 } 483 .dafe-testimonial-container .dafe-testimonial-inner-container { 484 text-align: center; 485 } 486 /************************************/ 384 487 .separator { 385 488 border-style: solid; … … 712 815 713 816 /* testimonial */ 714 .widget-testimonial-slide .slick-prev:before, .widget-testimonial-slide .slick-next:before { 715 color:pink; 716 } 717 .widget-testimonial-slide .reviewer-photo { 718 border-radius:50%; 719 } 720 .widget-testimonial-slide .avater { 721 margin-bottom: 15px; 722 } 723 .widget-testimonial-slide .company { 724 font-size:16px; 725 } 726 .widget-testimonial-grid .reviewer-photo { 727 border-radius:50%; 728 } 817 .widget-testimonial-slide { 818 padding:20px; 819 } 820 729 821 /* testimonial end */ 730 822 -
definitive-addons-for-elementor/trunk/definitive_adons_elementor.php
r2689901 r2691410 4 4 * Description: Advanced Widgets for Elementor Page Builder. 5 5 * Plugin URI: https://softfirm.net/ 6 * Version: 1.4.1 76 * Version: 1.4.18 7 7 * Author: Softfirm 8 8 * Author URI: https://softfirm.net/definitive-addons/ … … 31 31 * @var string The plugin version. 32 32 */ 33 const VERSION = '1.4.1 7';33 const VERSION = '1.4.18'; 34 34 35 35 /** -
definitive-addons-for-elementor/trunk/inc/Elements/CTA.php
r2689901 r2691410 161 161 'type' => Controls_Manager::URL, 162 162 'placeholder' => 'https://softfirm.net/', 163 'dynamic' => [ 164 'active' => true, 165 ] 163 166 164 ] 167 165 ); -
definitive-addons-for-elementor/trunk/inc/Elements/Creative_Button.php
r2675151 r2691410 103 103 'type' => Controls_Manager::URL, 104 104 'placeholder' => 'https://softfirm.net/', 105 'dynamic' => [ 106 'active' => true, 107 ] 105 108 106 ] 109 107 ); -
definitive-addons-for-elementor/trunk/inc/Elements/Filterable_Portfolio.php
r2689901 r2691410 221 221 'default' => __('Read More', 'definitive-addons-for-elementor'), 222 222 223 'dynamic' => [ 'active' => true ],223 224 224 225 225 ] -
definitive-addons-for-elementor/trunk/inc/Elements/Icon_Box.php
r2689901 r2691410 89 89 'type' => Controls_Manager::URL, 90 90 'placeholder' => __('https://softfirm.net/', 'definitive-addons-for-elementor' ), 91 'dynamic' => [ 92 'active' => true, 93 ] 91 94 92 ] 95 93 ); -
definitive-addons-for-elementor/trunk/inc/Elements/Icon_List.php
r2675151 r2691410 100 100 'type' => Controls_Manager::URL, 101 101 'placeholder' => 'https://softfirm.net/', 102 'dynamic' => [ 103 'active' => true, 104 ] 102 105 103 ] 106 104 ); -
definitive-addons-for-elementor/trunk/inc/Elements/Image_Overlay.php
r2689901 r2691410 167 167 'show_hide_ovl' => 'yes' 168 168 ], 169 'dynamic' => [ 170 'active' => true, 171 ] 169 172 170 ] 173 171 ); -
definitive-addons-for-elementor/trunk/inc/Elements/Pricing_Table.php
r2689901 r2691410 259 259 'type' => Controls_Manager::URL, 260 260 'placeholder' => 'https://softfirm.net/', 261 'dynamic' => [ 262 'active' => true, 263 ] 261 264 262 ] 265 263 ); -
definitive-addons-for-elementor/trunk/inc/Elements/Promo-box.php
r2686404 r2691410 83 83 'type' => Controls_Manager::URL, 84 84 'placeholder' => __( 'https://softfirm.net/', 'definitive-addons-for-elementor' ), 85 'dynamic' => [ 86 'active' => true, 87 ] 85 88 86 ] 89 87 ); -
definitive-addons-for-elementor/trunk/inc/Elements/Slider.php
r2689901 r2691410 75 75 'type' => Controls_Manager::URL, 76 76 'placeholder' =>__('https://softfirm.net/', 'definitive-addons-for-elementor' ), 77 'dynamic' => [ 78 'active' => true, 79 ] 77 80 78 ] 81 79 ); … … 627 625 628 626 $overlay_styles = ''; 629 if ($loop == 'yes' ){$loop = true;}630 if ($loop != 'yes' ){$loop = false;}631 if ($autoplay == 'yes' ){$autoplay = true;}632 if ($autoplay != 'yes' ){$autoplay = false;}627 if ($loop == 'yes' ){$loop = 'true';} 628 if ($loop != 'yes' ){$loop = 'false';} 629 if ($autoplay == 'yes' ){$autoplay = 'true';} 630 if ($autoplay != 'yes' ){$autoplay = 'false';} 633 631 634 632 if ($show_hide_ovl != 'yes'){ -
definitive-addons-for-elementor/trunk/inc/Elements/Social_Icon.php
r2675151 r2691410 117 117 'show_hide_text' => 'yes' 118 118 ], 119 'dynamic' => [ 'active' => true ]119 120 120 ] 121 121 ); -
definitive-addons-for-elementor/trunk/inc/Elements/Staff_Member.php
r2686404 r2691410 183 183 'show_external' => false, 184 184 185 'dynamic' => [ 186 'active' => true, 187 ] 185 188 186 ] 189 187 ); -
definitive-addons-for-elementor/trunk/inc/Elements/Teaser_Box.php
r2689901 r2691410 199 199 ], 200 200 'placeholder' => __('https://softfirm.net/', 'definitive-addons-for-elementor' ), 201 'dynamic' => [ 202 'active' => true, 203 ] 201 204 202 ] 205 203 ); -
definitive-addons-for-elementor/trunk/inc/Elements/Testimonial.php
r2675151 r2691410 10 10 use Elementor\Repeater; 11 11 use Elementor\Controls_Manager; 12 use Elementor\Group_Control_Box_Shadow; 13 use Elementor\Group_Control_Text_Shadow; 14 use Elementor\Group_Control_Text_Stroke; 12 15 use Elementor\Group_Control_Border; 13 16 use Elementor\Group_Control_Image_Size; … … 85 88 ] 86 89 ); 90 91 $this->add_control( 92 'link', 93 [ 94 'label' =>__( 'Link', 'definitive-addons-for-elementor' ), 95 'type' => Controls_Manager::URL, 96 97 'placeholder' => esc_html__( 'https://softfirm.com', 'definitive-addons-for-elementor' ), 98 ] 99 ); 87 100 88 101 $this->add_control( … … 95 108 ] 96 109 ); 110 97 111 $this->add_control( 98 ' organization',112 'title', 99 113 [ 100 114 'type' => Controls_Manager::TEXT, 101 'label_block' => true, 102 'label' => __( 'Reviewer Organizaiton', 'definitive-addons-for-elementor' ), 103 'default' => __( 'Softfirm', 'definitive-addons-for-elementor' ) 104 ] 105 ); 115 116 'label' => __( 'Title', 'definitive-addons-for-elementor' ), 117 'default' => __( 'Developer', 'definitive-addons-for-elementor' ) 118 ] 119 ); 120 121 $this->add_control( 122 'show_hide_organization', 123 [ 124 'label' => __( 'Show/Hide Organization', 'definitive-addons-for-elementor' ), 125 'type' => Controls_Manager::SWITCHER, 126 'default' => 'no', 127 'label_on' => __( 'Yes', 'definitive-addons-for-elementor' ), 128 'label_off' => __( 'No', 'definitive-addons-for-elementor' ), 129 'return_value' => 'yes', 130 'frontend_available' => true, 131 132 ] 133 ); 134 135 $this->add_control( 136 'organization', 137 [ 138 'type' => Controls_Manager::TEXT, 139 140 'label' => __( 'Organization', 'definitive-addons-for-elementor' ), 141 'default' => __( 'Softfirm', 'definitive-addons-for-elementor' ), 142 'condition' => [ 143 'show_hide_organization' => 'yes', 144 ], 145 146 ] 147 ); 148 149 106 150 107 151 $this->add_control( … … 119 163 [ 120 164 'label' =>__( 'Testimonial Layout', 'definitive-addons-for-elementor' ), 121 'type' => Controls_Manager:: CHOOSE,165 'type' => Controls_Manager::SELECT2, 122 166 'label_block' => true, 123 167 'options' => [ 168 'left' => 'Image Left - Content Right', 169 'right' => 'Image Right - Content Left', 170 'top' => 'Image Top - Content Down', 171 'bottom' => 'Image Down - Content Top', 124 172 125 'left' => [126 'title' =>__( 'Left', 'definitive-addons-for-elementor' ),127 'icon' => 'fa fa-align-left',128 ],129 'center' => [130 'title' =>__( 'Center', 'definitive-addons-for-elementor' ),131 'icon' => 'fa fa-align-center',132 ],133 'right' => [134 'title' =>__( 'Right', 'definitive-addons-for-elementor' ),135 'icon' => 'fa fa-align-right',136 ],137 'down' => [138 'title' =>__( 'Right', 'definitive-addons-for-elementor' ),139 'icon' => 'fa fa-align-justify',140 ],141 173 ], 142 174 'default' => 'left', … … 145 177 ); 146 178 147 $this->add_control(148 'show_hide_ comma',149 [ 150 'label' => __( 'Show/Hide Comma', 'definitive-addons-for-elementor' ),179 $this->add_control( 180 'show_hide_quote', 181 [ 182 'label' => __( 'Show/Hide Quote', 'definitive-addons-for-elementor' ), 151 183 'type' => Controls_Manager::SWITCHER, 152 184 'default' => 'yes', … … 155 187 'return_value' => 'yes', 156 188 'frontend_available' => true, 189 157 190 ] 158 191 ); … … 161 194 $this->end_controls_section(); 162 195 163 $this->start_controls_section( 164 'testimonial_section_style_entry', 165 [ 166 'label' => __( 'Testimonial Item Style', 'definitive-addons-for-elementor' ), 167 'tab' => Controls_Manager::TAB_STYLE, 168 ] 169 ); 170 $this->add_control( 171 'testimonial_bg_shadow_style', 172 [ 173 'label' =>__( 'Background Shadow Style', 'definitive-addons-for-elementor' ), 174 'type' => Controls_Manager::SELECT2, 175 'label_block' => true, 176 'options' => array( 177 'none' =>__( 'None', 'definitive-addons-for-elementor' ), 178 'style1' =>__( 'Style1', 'definitive-addons-for-elementor' ), 179 'style2' =>__( 'Style2', 'definitive-addons-for-elementor' ), 180 'style3' =>__( 'Style3', 'definitive-addons-for-elementor' )), 181 'default' => 'style3', 182 183 ] 184 ); 185 $this->end_controls_section(); 196 186 197 187 198 // image style 188 199 $this->start_controls_section( 189 ' _section_style_image',200 'section_style_image', 190 201 [ 191 202 'label' => __( 'Reviewer Image', 'definitive-addons-for-elementor' ), … … 193 204 ] 194 205 ); 195 206 $this->add_responsive_control( 207 'image_size', 208 [ 209 'label' => __( 'Image Size', 'definitive-addons-for-elementor' ), 210 'type' => Controls_Manager::SLIDER, 211 'size_units' => ['px'], 212 'default' => [ 213 'unit' => 'px', 214 'size' => 100, 215 ], 216 'range' => [ 217 218 'px' => [ 219 'min' => 10, 220 'max' => 200, 221 ], 222 ], 223 'selectors' => [ 224 '{{WRAPPER}} .dafe-testimonial-image img' => 'width: {{SIZE}}{{UNIT}};height: {{SIZE}}{{UNIT}};', 225 ], 226 ] 227 ); 196 228 $this->add_group_control( 197 229 Group_Control_Border::get_type(), 198 230 [ 199 231 'name' => 'image_border', 200 'selector' => '{{WRAPPER}} . reviewer-photo',232 'selector' => '{{WRAPPER}} .dafe-testimonial-image img', 201 233 ] 202 234 ); … … 209 241 'size_units' => [ '%', 'px' ], 210 242 'selectors' => [ 211 '{{WRAPPER}} . reviewer-photo' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}; overflow: hidden;',243 '{{WRAPPER}} .dafe-testimonial-image img' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}; overflow: hidden;', 212 244 ], 213 245 ] 214 246 ); 215 247 $this->add_responsive_control( 216 'reviewer_image_spacing', 248 'image_right_spacing', 249 [ 250 'label' => __( 'Right Spacing', 'definitive-addons-for-elementor' ), 251 'type' => Controls_Manager::SLIDER, 252 'size_units' => ['px','%'], 253 'default' => [ 254 'size' => 20 255 ], 256 'selectors' => [ 257 '{{WRAPPER}} .dafe-testimonial-image' => 'margin-right: {{SIZE}}{{UNIT}}!important;', 258 ], 259 'condition' => [ 260 'testimonial_alignment' => 'left', 261 ], 262 ] 263 ); 264 $this->add_responsive_control( 265 'image_left_spacing', 266 [ 267 'label' => __( 'Left Spacing', 'definitive-addons-for-elementor' ), 268 'type' => Controls_Manager::SLIDER, 269 'size_units' => ['px','%'], 270 'default' => [ 271 'size' => 20 272 ], 273 'selectors' => [ 274 '{{WRAPPER}} .dafe-testimonial-image' => 'margin-left: {{SIZE}}{{UNIT}}!important;', 275 ], 276 'condition' => [ 277 'testimonial_alignment' => 'right', 278 ], 279 ] 280 ); 281 282 $this->add_responsive_control( 283 'image_bottom_spacing', 217 284 [ 218 285 'label' => __( 'Bottom Spacing', 'definitive-addons-for-elementor' ), 219 286 'type' => Controls_Manager::SLIDER, 220 'size_units' => ['px' ],287 'size_units' => ['px','%'], 221 288 'default' => [ 222 'size' => 15 223 ], 224 'selectors' => [ 225 '{{WRAPPER}} .reviewer-photo' => 'margin-bottom: {{SIZE}}{{UNIT}};', 226 ], 227 ] 228 ); 289 'size' => 20 290 ], 291 'selectors' => [ 292 '{{WRAPPER}} .dafe-testimonial-image' => 'margin-bottom: {{SIZE}}{{UNIT}}!important;', 293 ], 294 'condition' => [ 295 'testimonial_alignment' => ['top','bottom'] 296 ], 297 ] 298 ); 299 300 $this->add_group_control( 301 Group_Control_Box_Shadow::get_type(), 302 [ 303 'label' => __( 'Image Shadow', 'definitive-addons-for-elementor' ), 304 'name' => 'dafe_image_shadow', 305 306 'selector' => '{{WRAPPER}} .dafe-testimonial-image img', 307 ] 308 ); 309 229 310 230 311 $this->end_controls_section(); 231 312 232 313 233 314 // Name style 234 315 $this->start_controls_section( 235 316 'section_style_title', … … 240 321 ); 241 322 242 $this->add_control( 243 'title_tag', 244 [ 245 'label' => __( 'Title HTML Tag', 'definitive-addons-for-elementor' ), 246 'type' => Controls_Manager::CHOOSE, 247 'separator' => 'before', 248 'options' => [ 249 'h1' => [ 250 'title' => __( 'H1', 'definitive-addons-for-elementor' ), 251 'icon' => 'eicon-editor-h1' 252 ], 253 'h2' => [ 254 'title' => __( 'H2', 'definitive-addons-for-elementor' ), 255 'icon' => 'eicon-editor-h2' 256 ], 257 'h3' => [ 258 'title' => __( 'H3', 'definitive-addons-for-elementor' ), 259 'icon' => 'eicon-editor-h3' 260 ], 261 'h4' => [ 262 'title' => __( 'H4', 'definitive-addons-for-elementor' ), 263 'icon' => 'eicon-editor-h4' 264 ], 265 'h5' => [ 266 'title' => __( 'H5', 'definitive-addons-for-elementor' ), 267 'icon' => 'eicon-editor-h5' 268 ], 269 'h6' => [ 270 'title' => __( 'H6', 'definitive-addons-for-elementor' ), 271 'icon' => 'eicon-editor-h6' 272 ] 273 ], 274 'default' => 'h4', 275 'toggle' => false, 276 ] 277 ); 323 278 324 279 325 $this->add_responsive_control( … … 284 330 'size_units' => ['px'], 285 331 'selectors' => [ 286 '{{WRAPPER}} . name-company' => 'margin-bottom: {{SIZE}}{{UNIT}};',332 '{{WRAPPER}} .dafe-testimonial-title' => 'margin-bottom: {{SIZE}}{{UNIT}};', 287 333 ], 288 334 ] … … 292 338 'reviewer_name_color', 293 339 [ 294 'label' => __( ' TextColor', 'definitive-addons-for-elementor' ),340 'label' => __( 'Name Color', 'definitive-addons-for-elementor' ), 295 341 'type' => Controls_Manager::COLOR, 296 342 'selectors' => [ 297 '{{WRAPPER}} .name-company' => 'color: {{VALUE}}', 343 '{{WRAPPER}} .dafe-author-name' => 'color: {{VALUE}}', 344 ], 345 ] 346 ); 347 348 $this->add_control( 349 'reviewer_name_hvr_color', 350 [ 351 'label' => __( 'Name Hover Color', 'definitive-addons-for-elementor' ), 352 'type' => Controls_Manager::COLOR, 353 'selectors' => [ 354 '{{WRAPPER}} .dafe-author-name:hover' => 'color: {{VALUE}}', 298 355 ], 299 356 ] … … 304 361 [ 305 362 'name' => 'reviewer_font', 306 'selector' => '{{WRAPPER}} . name-company',363 'selector' => '{{WRAPPER}} .dafe-author-name', 307 364 308 365 ] … … 310 367 311 368 $this->end_controls_section(); 312 369 370 // Title style 371 $this->start_controls_section( 372 'section_style_reviewer_title', 373 [ 374 'label' => __( 'Reviewer Title', 'definitive-addons-for-elementor' ), 375 'tab' => Controls_Manager::TAB_STYLE, 376 ] 377 ); 378 379 380 $this->add_control( 381 'reviewer_title_color', 382 [ 383 'label' => __( 'Title Color', 'definitive-addons-for-elementor' ), 384 'type' => Controls_Manager::COLOR, 385 'selectors' => [ 386 '{{WRAPPER}} .dafe-author-title' => 'color: {{VALUE}}', 387 ], 388 ] 389 ); 390 391 392 393 $this->add_group_control( 394 Group_Control_Typography::get_type(), 395 [ 396 'name' => 'reviewer_title_font', 397 'selector' => '{{WRAPPER}} .dafe-author-title', 398 399 ] 400 ); 401 402 $this->end_controls_section(); 403 404 405 // organization style 313 406 $this->start_controls_section( 314 407 'section_style_organization', … … 316 409 'label' => __( 'Reviewer Organizaiton', 'definitive-addons-for-elementor' ), 317 410 'tab' => Controls_Manager::TAB_STYLE, 318 ] 319 ); 320 321 322 $this->add_responsive_control( 323 'organization_spacing', 324 [ 325 'label' => __( 'Left Spacing', 'definitive-addons-for-elementor' ), 326 'type' => Controls_Manager::SLIDER, 327 'size_units' => ['px'], 328 'selectors' => [ 329 '{{WRAPPER}} .name-company .company' => 'margin-left: {{SIZE}}{{UNIT}};', 330 ], 331 ] 332 ); 411 'condition' => [ 412 'show_hide_organization' => 'yes', 413 ], 414 ] 415 ); 416 417 333 418 334 419 $this->add_control( 335 420 'organization_color', 336 421 [ 337 'label' => __( ' TextColor', 'definitive-addons-for-elementor' ),422 'label' => __( 'Organization Color', 'definitive-addons-for-elementor' ), 338 423 'type' => Controls_Manager::COLOR, 339 424 'selectors' => [ 340 '{{WRAPPER}} . name-company .company' => 'color: {{VALUE}}',425 '{{WRAPPER}} .dafe-author-organization' => 'color: {{VALUE}}', 341 426 ], 342 427 ] … … 347 432 [ 348 433 'name' => 'organization_font', 349 'selector' => '{{WRAPPER}} . name-company .company',434 'selector' => '{{WRAPPER}} .dafe-author-organization', 350 435 351 436 ] … … 354 439 $this->end_controls_section(); 355 440 441 // text style 356 442 $this->start_controls_section( 357 443 'section_style_text', … … 370 456 'size_units' => ['px'], 371 457 'selectors' => [ 372 '{{WRAPPER}} . speech' => 'margin-bottom: {{SIZE}}{{UNIT}};',458 '{{WRAPPER}} .dafe-testimonial-description' => 'margin-bottom: {{SIZE}}{{UNIT}};', 373 459 ], 374 460 ] … … 381 467 'type' => Controls_Manager::COLOR, 382 468 'selectors' => [ 383 '{{WRAPPER}} . speech' => 'color: {{VALUE}}',469 '{{WRAPPER}} .dafe-testimonial-description,{{WRAPPER}} .speech' => 'color: {{VALUE}}', 384 470 ], 385 471 ] … … 390 476 [ 391 477 'name' => 'text_font', 392 'selector' => '{{WRAPPER}} . speech',478 'selector' => '{{WRAPPER}} .dafe-testimonial-description,{{WRAPPER}} .speech', 393 479 394 480 ] … … 397 483 $this->end_controls_section(); 398 484 485 // Quote style 399 486 $this->start_controls_section( 400 487 'section_style_quote', … … 402 489 'label' => __( 'Reviewer Quote', 'definitive-addons-for-elementor' ), 403 490 'tab' => Controls_Manager::TAB_STYLE, 491 'condition' => [ 492 'show_hide_quote' => 'yes', 493 ], 404 494 ] 405 495 ); … … 468 558 $this->end_controls_section(); 469 559 470 560 // content style 471 561 $this->start_controls_section( 472 ' _section_style_content',562 'section_style_content', 473 563 [ 474 564 'label' => __( 'Testimonial Container', 'definitive-addons-for-elementor' ), … … 482 572 'label' => __( 'Container Padding', 'definitive-addons-for-elementor' ), 483 573 'type' => Controls_Manager::DIMENSIONS, 574 'default' => [ 575 'top' => '10', 576 'right' => '10', 577 'bottom' => '10', 578 'left' => '10', 579 580 ], 484 581 'size_units' => [ 'px', 'em', '%' ], 485 582 'selectors' => [ 486 '{{WRAPPER}} . widget-testimonial-grid' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',583 '{{WRAPPER}} .dafe-testimonial-container' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};', 487 584 ], 488 585 ] … … 493 590 [ 494 591 'name' => 'content_background', 495 'selector' => '{{WRAPPER}} . widget-testimonial-grid',592 'selector' => '{{WRAPPER}} .dafe-testimonial-container', 496 593 'exclude' => [ 497 594 'image' … … 499 596 ] 500 597 ); 598 $this->add_group_control( 599 Group_Control_Background::get_type(), 600 [ 601 'name' => 'content_hvr_background', 602 'selector' => '{{WRAPPER}} .dafe-testimonial-container:hover', 603 'exclude' => [ 604 'image' 605 ] 606 ] 607 ); 608 609 $this->add_group_control( 610 Group_Control_Box_Shadow::get_type(), 611 [ 612 'label' => __( 'Container Shadow', 'definitive-addons-for-elementor' ), 613 'name' => 'dafe_container_shadow', 614 615 'selector' => '{{WRAPPER}} .dafe-testimonial-container', 616 ] 617 ); 618 619 $this->add_group_control( 620 Group_Control_Box_Shadow::get_type(), 621 [ 622 'label' => __( 'Container Hover Shadow', 'definitive-addons-for-elementor' ), 623 'name' => 'dafe_container_hvr_shadow', 624 625 'selector' => '{{WRAPPER}} .dafe-testimonial-container:hover', 626 ] 627 ); 501 628 502 629 $this->end_controls_section(); 503 504 505 506 507 630 508 631 } 509 632 … … 511 634 $settings = $this->get_settings_for_display(); 512 635 $align = $this->get_settings_for_display('testimonial_alignment'); 513 $title_tag = $this->get_settings_for_display('title_tag'); 514 $shadow_style = $this->get_settings_for_display('testimonial_bg_shadow_style'); 515 $show_hide_comma = $this->get_settings_for_display('show_hide_comma'); 516 517 518 519 $avatar_styles = ''; 520 $right_styles = ''; 521 $title_styles = ''; 522 523 if($align == "left"){ 524 525 $avatar_styles .= 'float:left;'; 526 $right_styles .= 'text-align:left;'; 527 $avatar_styles .= 'position:relative; '; 528 $right_styles .= 'position:relative; '; 529 $avatar_styles .= 'margin-right:15px; '; 530 $avatar_styles .= 'margin-left:50px; '; 531 532 $right_styles .= 'overflow:hidden; '; 533 $right_styles .= 'padding-left:5%; '; 534 $right_styles .= 'padding-right:10%; '; 535 536 } 537 if($align == "right"){ 538 539 $avatar_styles .= 'float:right; '; 540 $right_styles .= 'text-align:right;'; 541 $avatar_styles .= 'position:relative; '; 542 $right_styles .= 'position:relative; '; 543 $right_styles .= 'padding-left:10%; '; 544 $right_styles .= 'padding-right:5%; '; 545 $avatar_styles .= 'margin-left:15px; '; 546 $avatar_styles .= 'margin-right:50px; '; 547 548 $right_styles .= 'overflow:hidden; '; 549 550 } 551 552 if($align == "center"){ 553 554 $avatar_styles .= 'text-align:center;'; 555 556 $right_styles .= 'text-align:center;'; 557 558 $right_styles .= 'padding-left:10%; '; 559 $right_styles .= 'padding-right:10%; '; 560 561 } 562 563 if($align == "down"){ 564 565 $avatar_styles .= 'text-align:center;'; 566 $avatar_styles .= 'margin-top: 35px;'; 567 $right_styles .= 'text-align:center;'; 568 569 $right_styles .= 'padding-left:10%;'; 570 $right_styles .= 'padding-right:10%;'; 571 572 573 574 } 575 $comma_styles = ''; 576 if ($show_hide_comma != 'yes'){ 577 $comma_styles .= 'display:none;'; 578 } 579 580 $container_styles = "position:relative;"; 581 582 $container_styles .= "overflow:hidden;"; 583 584 585 586 $image = wp_get_attachment_image_url( $settings['image']['id'], $settings['thumbnail_size'] ); 636 $link = $this->get_settings_for_display('link'); 637 /* 638 $image = wp_get_attachment_image_url( $settings['image']['id'], $settings['thumbnail_size'] ); 587 639 if ( ! $image ) { 588 640 $image = $settings['image']['url']; 589 } 641 }*/ 642 if ( $link['url'] ) { 643 $this->add_link_attributes( 'link', $link ); 644 } 590 645 ?> 591 646 592 <div class="widget-testimonial-grid <?php echo esc_attr($shadow_style); ?>" style="<?php echo esc_attr($container_styles) ?>"> 593 594 <div class="nl-testimonial-entry"> 595 <div class="nl-testimonial-wrap <?php echo esc_attr($style); ?>" style="<?php echo esc_attr( $testimonial_style ); ?>"> 596 597 <?php if (( $align === 'left') || ($align === 'right') || ($align === 'center')){ ?> 598 <div class="left-style"> 599 <div class="avatar" style="<?php echo esc_attr($avatar_styles) ?>"> 600 601 602 <?php if ($image) { ?> 603 604 <img class="reviewer-photo" alt="<?php esc_attr_e('reviewer photo','definitive-addons-for-elementor') ?>" 605 src="<?php echo esc_url($image) ?>" /> 606 607 <?php } ?> 608 </div> 609 610 </div> 611 <?php } ?> 612 <div class="right-style" style="<?php echo esc_attr($right_styles); ?>"> 613 614 <<?php echo esc_attr($title_tag); ?> class="name-company"><?php echo esc_html($settings['name']); ?> 615 616 <?php if($settings['organization']){ ?> 617 <?php $coma =', '; ?> 618 <span class="comma" style="<?php echo esc_attr($comma_styles); ?>"><?php echo esc_attr($coma); ?></span> 619 <span class="company"><?php echo esc_html($settings['organization']);?></span><?php } ?> 620 621 </<?php echo esc_attr($title_tag); ?>> 622 623 624 <div class="author-txt"> 625 626 <blockquote class="speech"><i class="fa fa-quote-left"></i><?php echo esc_html($settings['reviewer_text']);?></blockquote> 627 628 </div> 629 </div> 630 631 <?php if ( $align === 'down' ){ ?> 632 <div class="left-style"> 633 <div class="avatar" style="<?php echo esc_attr($avatar_styles) ?>"> 634 635 <img class="reviewer-photo" alt="<?php esc_attr_e('reviewer photo','definitive-addons-for-elementor') ?>" 636 src="<?php echo esc_url($image) ?>" /> 637 638 </div> 639 640 </div> 641 <?php } ?> 642 </div> 643 </div> <!-- end single post --> 644 645 </div> 647 <div class="dafe-testimonial-container dafe-testimonial-image-align-<?php echo esc_attr( $align ); ?> dafe-vertical-align-middle"> 648 649 <div class="dafe-testimonial-inner-container"> 650 <?php if (( $align === 'left') || ($align === 'right') || ($align === 'top')) : ?> 651 <figure class="dafe-testimonial-image"> 652 <?php 653 $testimonial_image = Group_Control_Image_Size::get_attachment_image_html( $settings, 'thumbnail', 'image' ); 654 if ( $settings['link']['url'] ) : 655 $testimonial_image = '<a ' . $this->get_render_attribute_string( 'link' ) . '>' . $testimonial_image . '</a>'; 656 endif; 657 echo wp_kses_post( $testimonial_image ); 658 ?> 659 </figure> 660 <?php endif; ?> 661 <div class="dafe-testimonial-content"> 662 <div class="dafe-testimonial-title"> 663 <?php if ( $settings['name'] ) : ?> 664 <span class="dafe-author-name"><?php echo esc_html( $settings['name'] ); ?></span> 665 <?php endif; ?> 666 <?php if ( $settings['title'] ) : ?> 667 <span class="dafe-author-title"><?php echo esc_html( $settings['title'] ); ?></span> 668 <?php endif; ?> 669 <?php if ( $settings['organization'] ) : ?> 670 <h5 class="dafe-author-organization"><?php echo esc_html( $settings['organization'] ); ?></h5> 671 <?php endif; ?> 672 </div> 673 <?php if ($settings['reviewer_text'] ){ ?> 674 <div class="dafe-testimonial-description"> 675 <p> 676 <?php if ($settings['show_hide_quote'] == 'yes'){ ?> 677 <blockquote class="speech"><i class="fa fa-quote-left"></i><?php echo esc_html( $settings['reviewer_text'] ); ?> 678 </blockquote> 679 <?php 680 } else { 681 echo esc_html( $settings['reviewer_text'] ); 682 } 683 ?> 684 </p> 685 </div> 686 <?php } ?> 687 </div> 688 689 <?php if ( $align === 'bottom') : ?> 690 <figure class="dafe-testimonial-image"> 691 <?php 692 $testimonial_image = Group_Control_Image_Size::get_attachment_image_html( $settings, 'thumbnail', 'image' ); 693 if ( $settings['link']['url'] ) : 694 $testimonial_image = '<a ' . $this->get_render_attribute_string( 'link' ) . '>' . $testimonial_image . '</a>'; 695 endif; 696 echo wp_kses_post( $testimonial_image ); 697 ?> 698 </figure> 699 <?php endif; ?> 700 </div> 701 702 </div> 646 703 647 704 -
definitive-addons-for-elementor/trunk/inc/Elements/Testimonial_Slider.php
r2689901 r2691410 10 10 use Elementor\Repeater; 11 11 use Elementor\Controls_Manager; 12 use Elementor\Group_Control_Box_Shadow; 13 use Elementor\Group_Control_Text_Shadow; 14 use Elementor\Group_Control_Text_Stroke; 12 15 use Elementor\Group_Control_Border; 13 16 use Elementor\Group_Control_Image_Size; … … 76 79 ); 77 80 78 81 $repeater->add_control( 82 'link', 83 [ 84 'label' =>__( 'Link', 'definitive-addons-for-elementor' ), 85 'type' => Controls_Manager::URL, 86 87 'placeholder' => esc_html__( 'https://softfirm.com', 'definitive-addons-for-elementor' ), 88 ] 89 ); 79 90 80 91 $repeater->add_control( … … 87 98 ] 88 99 ); 100 89 101 $repeater->add_control( 90 ' organization',102 'title', 91 103 [ 92 104 'type' => Controls_Manager::TEXT, 93 'label_block' => true, 94 'label' => __( 'Reviewer Organizaiton', 'definitive-addons-for-elementor' ), 95 'default' => __( 'Softfirm', 'definitive-addons-for-elementor' ) 105 106 'label' => __( 'Title', 'definitive-addons-for-elementor' ), 107 'default' => __( 'Developer', 'definitive-addons-for-elementor' ) 108 ] 109 ); 110 111 $repeater->add_control( 112 'show_hide_organization', 113 [ 114 'label' => __( 'Show/Hide Organization', 'definitive-addons-for-elementor' ), 115 'type' => Controls_Manager::SWITCHER, 116 'default' => 'no', 117 'label_on' => __( 'Yes', 'definitive-addons-for-elementor' ), 118 'label_off' => __( 'No', 'definitive-addons-for-elementor' ), 119 'return_value' => 'yes', 120 'frontend_available' => true, 121 122 ] 123 ); 124 125 $repeater->add_control( 126 'organization', 127 [ 128 'type' => Controls_Manager::TEXT, 129 130 'label' => __( 'Organization', 'definitive-addons-for-elementor' ), 131 'default' => __( 'Softfirm', 'definitive-addons-for-elementor' ), 132 'condition' => [ 133 'show_hide_organization' => 'yes', 134 ], 96 135 ] 97 136 ); … … 125 164 ], 126 165 ], 166 [ 167 'image' => [ 168 'url' => Utils::get_placeholder_image_src(), 169 ], 170 ], 127 171 128 172 … … 142 186 ] 143 187 ); 188 189 $this->add_control( 190 'show_hide_quote', 191 [ 192 'label' => __( 'Show/Hide Quote', 'definitive-addons-for-elementor' ), 193 'type' => Controls_Manager::SWITCHER, 194 'default' => 'yes', 195 'label_on' => __( 'Yes', 'definitive-addons-for-elementor' ), 196 'label_off' => __( 'No', 'definitive-addons-for-elementor' ), 197 'return_value' => 'yes', 198 'frontend_available' => true, 199 200 ] 201 ); 202 203 $this->add_control( 204 'testimonial_alignment', 205 [ 206 'label' =>__( 'Testimonial Layout', 'definitive-addons-for-elementor' ), 207 'type' => Controls_Manager::SELECT2, 208 'label_block' => true, 209 'options' => [ 210 'left' => 'Image Left - Content Right', 211 'right' => 'Image Right - Content Left', 212 'top' => 'Image Top - Content Down', 213 'bottom' => 'Image Down - Content Top', 214 215 ], 216 'default' => 'top', 217 218 ] 219 ); 220 144 221 $this->end_controls_section(); 145 222 … … 226 303 $this->end_controls_section(); 227 304 228 229 230 $this->start_controls_section( 231 'testimonial_section_style_entry', 232 [ 233 'label' => __( 'Testimonial Item Style', 'definitive-addons-for-elementor' ), 234 'tab' => Controls_Manager::TAB_STYLE, 235 ] 236 ); 237 238 $this->add_control( 239 'testimonial_alignment', 240 [ 241 'label' =>__( 'Container Style', 'definitive-addons-for-elementor' ), 242 'type' => Controls_Manager::CHOOSE, 243 'label_block' => true, 244 'options' => [ 245 246 'left' => [ 247 'title' =>__( 'Left', 'definitive-addons-for-elementor' ), 248 'icon' => 'fa fa-align-left', 249 ], 250 'center' => [ 251 'title' =>__( 'Center', 'definitive-addons-for-elementor' ), 252 'icon' => 'fa fa-align-center', 253 ], 254 'right' => [ 255 'title' =>__( 'Right', 'definitive-addons-for-elementor' ), 256 'icon' => 'fa fa-align-right', 257 ], 258 'down' => [ 259 'title' =>__( 'Down', 'definitive-addons-for-elementor' ), 260 'icon' => 'fa fa-align-justify', 261 ], 262 ], 263 'default' => 'center', 264 265 ] 266 ); 267 268 269 $this->add_control( 270 'testimonial_bg_shadow_style', 271 [ 272 'label' =>__( 'Background Shadow Style', 'definitive-addons-for-elementor' ), 273 'type' => Controls_Manager::SELECT2, 274 'label_block' => true, 275 'options' => array( 276 'none' =>__( 'None', 'definitive-addons-for-elementor' ), 277 'style1' =>__( 'Style1', 'definitive-addons-for-elementor' ), 278 'style2' =>__( 'Style2', 'definitive-addons-for-elementor' ), 279 'style3' =>__( 'Style3', 'definitive-addons-for-elementor' )), 280 'default' => 'style3', 281 282 ] 283 ); 284 $this->end_controls_section(); 285 286 305 // image style 287 306 $this->start_controls_section( 288 ' testimonial_section_style_image',307 'section_style_image', 289 308 [ 290 309 'label' => __( 'Reviewer Image', 'definitive-addons-for-elementor' ), … … 292 311 ] 293 312 ); 294 313 $this->add_responsive_control( 314 'image_size', 315 [ 316 'label' => __( 'Image Size', 'definitive-addons-for-elementor' ), 317 'type' => Controls_Manager::SLIDER, 318 'size_units' => ['px'], 319 'default' => [ 320 'unit' => 'px', 321 'size' => 100, 322 ], 323 'range' => [ 324 325 'px' => [ 326 'min' => 10, 327 'max' => 200, 328 ], 329 ], 330 'selectors' => [ 331 '{{WRAPPER}} .dafe-testimonial-image img' => 'width: {{SIZE}}{{UNIT}};height: {{SIZE}}{{UNIT}};', 332 ], 333 ] 334 ); 295 335 $this->add_group_control( 296 336 Group_Control_Border::get_type(), 297 337 [ 298 338 'name' => 'image_border', 299 'selector' => '{{WRAPPER}} . reviewer-photo',339 'selector' => '{{WRAPPER}} .dafe-testimonial-image img', 300 340 ] 301 341 ); 302 342 303 343 $this->add_responsive_control( 304 ' image_border_radius',344 'entry_border_radius', 305 345 [ 306 346 'label' => __( 'Border Radius', 'definitive-addons-for-elementor' ), 307 347 'type' => Controls_Manager::DIMENSIONS, 308 348 'size_units' => [ '%', 'px' ], 309 310 'selectors' => [ 311 '{{WRAPPER}} .reviewer-photo' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}; overflow: hidden;', 312 ], 313 ] 314 ); 315 349 'selectors' => [ 350 '{{WRAPPER}} .dafe-testimonial-image img' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}; overflow: hidden;', 351 ], 352 ] 353 ); 316 354 $this->add_responsive_control( 317 'reviewer_image_spacing', 355 'image_right_spacing', 356 [ 357 'label' => __( 'Right Spacing', 'definitive-addons-for-elementor' ), 358 'type' => Controls_Manager::SLIDER, 359 'size_units' => ['px','%'], 360 'default' => [ 361 'size' => 20 362 ], 363 'selectors' => [ 364 '{{WRAPPER}} .dafe-testimonial-image' => 'margin-right: {{SIZE}}{{UNIT}}!important;', 365 ], 366 'condition' => [ 367 'testimonial_alignment' => 'left', 368 ], 369 ] 370 ); 371 $this->add_responsive_control( 372 'image_left_spacing', 373 [ 374 'label' => __( 'Left Spacing', 'definitive-addons-for-elementor' ), 375 'type' => Controls_Manager::SLIDER, 376 'size_units' => ['px','%'], 377 'default' => [ 378 'size' => 20 379 ], 380 'selectors' => [ 381 '{{WRAPPER}} .dafe-testimonial-image' => 'margin-left: {{SIZE}}{{UNIT}}!important;', 382 ], 383 'condition' => [ 384 'testimonial_alignment' => 'right', 385 ], 386 ] 387 ); 388 389 $this->add_responsive_control( 390 'image_bottom_spacing', 391 [ 392 'label' => __( 'Bottom Spacing', 'definitive-addons-for-elementor' ), 393 'type' => Controls_Manager::SLIDER, 394 'size_units' => ['px','%'], 395 'default' => [ 396 'size' => 20 397 ], 398 'selectors' => [ 399 '{{WRAPPER}} .dafe-testimonial-image' => 'margin-bottom: {{SIZE}}{{UNIT}}!important;', 400 ], 401 'condition' => [ 402 'testimonial_alignment' => ['top','bottom'] 403 ], 404 ] 405 ); 406 407 $this->add_group_control( 408 Group_Control_Box_Shadow::get_type(), 409 [ 410 'label' => __( 'Image Shadow', 'definitive-addons-for-elementor' ), 411 'name' => 'dafe_image_shadow', 412 413 'selector' => '{{WRAPPER}} .dafe-testimonial-image img', 414 ] 415 ); 416 417 418 $this->end_controls_section(); 419 420 // Name style 421 $this->start_controls_section( 422 'section_style_title', 423 [ 424 'label' => __( 'Reviewer Name', 'definitive-addons-for-elementor' ), 425 'tab' => Controls_Manager::TAB_STYLE, 426 ] 427 ); 428 429 430 431 $this->add_responsive_control( 432 'reviewer_name_spacing', 318 433 [ 319 434 'label' => __( 'Bottom Spacing', 'definitive-addons-for-elementor' ), 320 435 'type' => Controls_Manager::SLIDER, 321 436 'size_units' => ['px'], 322 'default' => [ 323 'size' => 15 324 ], 325 'selectors' => [ 326 '{{WRAPPER}} .reviewer-photo' => 'margin-bottom: {{SIZE}}{{UNIT}};', 327 ], 328 ] 329 ); 330 331 $this->end_controls_section(); 332 333 334 335 $this->start_controls_section( 336 'section_style_title', 337 [ 338 'label' => __( 'Reviewer Name', 'definitive-addons-for-elementor' ), 339 'tab' => Controls_Manager::TAB_STYLE, 340 ] 341 ); 342 343 $this->add_control( 344 'title_tag', 345 [ 346 'label' => __( 'Title HTML Tag', 'definitive-addons-for-elementor' ), 347 'type' => Controls_Manager::CHOOSE, 348 'separator' => 'before', 349 'options' => [ 350 'h1' => [ 351 'title' => __( 'H1', 'definitive-addons-for-elementor' ), 352 'icon' => 'eicon-editor-h1' 353 ], 354 'h2' => [ 355 'title' => __( 'H2', 'definitive-addons-for-elementor' ), 356 'icon' => 'eicon-editor-h2' 357 ], 358 'h3' => [ 359 'title' => __( 'H3', 'definitive-addons-for-elementor' ), 360 'icon' => 'eicon-editor-h3' 361 ], 362 'h4' => [ 363 'title' => __( 'H4', 'definitive-addons-for-elementor' ), 364 'icon' => 'eicon-editor-h4' 365 ], 366 'h5' => [ 367 'title' => __( 'H5', 'definitive-addons-for-elementor' ), 368 'icon' => 'eicon-editor-h5' 369 ], 370 'h6' => [ 371 'title' => __( 'H6', 'definitive-addons-for-elementor' ), 372 'icon' => 'eicon-editor-h6' 373 ] 374 ], 375 'default' => 'h4', 376 'toggle' => false, 377 ] 378 ); 379 380 $this->add_responsive_control( 381 'reviewer_name_spacing', 382 [ 383 'label' => __( 'Bottom Spacing', 'definitive-addons-for-elementor' ), 384 'type' => Controls_Manager::SLIDER, 385 'size_units' => ['px'], 386 'selectors' => [ 387 '{{WRAPPER}} .name-company' => 'margin-bottom: {{SIZE}}{{UNIT}};', 437 'selectors' => [ 438 '{{WRAPPER}} .dafe-testimonial-title' => 'margin-bottom: {{SIZE}}{{UNIT}};', 388 439 ], 389 440 ] … … 393 444 'reviewer_name_color', 394 445 [ 395 'label' => __( ' TextColor', 'definitive-addons-for-elementor' ),446 'label' => __( 'Name Color', 'definitive-addons-for-elementor' ), 396 447 'type' => Controls_Manager::COLOR, 397 448 'selectors' => [ 398 '{{WRAPPER}} .name-company' => 'color: {{VALUE}}', 449 '{{WRAPPER}} .dafe-author-name' => 'color: {{VALUE}}', 450 ], 451 ] 452 ); 453 454 $this->add_control( 455 'reviewer_name_hvr_color', 456 [ 457 'label' => __( 'Name Hover Color', 'definitive-addons-for-elementor' ), 458 'type' => Controls_Manager::COLOR, 459 'selectors' => [ 460 '{{WRAPPER}} .dafe-author-name:hover' => 'color: {{VALUE}}', 399 461 ], 400 462 ] … … 405 467 [ 406 468 'name' => 'reviewer_font', 407 'selector' => '{{WRAPPER}} . name-company',469 'selector' => '{{WRAPPER}} .dafe-author-name', 408 470 409 471 ] … … 411 473 412 474 $this->end_controls_section(); 475 // title style 476 // Title style 477 $this->start_controls_section( 478 'section_style_reviewer_title', 479 [ 480 'label' => __( 'Reviewer Title', 'definitive-addons-for-elementor' ), 481 'tab' => Controls_Manager::TAB_STYLE, 482 ] 483 ); 484 485 486 $this->add_control( 487 'reviewer_title_color', 488 [ 489 'label' => __( 'Title Color', 'definitive-addons-for-elementor' ), 490 'type' => Controls_Manager::COLOR, 491 'selectors' => [ 492 '{{WRAPPER}} .dafe-author-title' => 'color: {{VALUE}}', 493 ], 494 ] 495 ); 496 497 498 499 $this->add_group_control( 500 Group_Control_Typography::get_type(), 501 [ 502 'name' => 'reviewer_title_font', 503 'selector' => '{{WRAPPER}} .dafe-author-title', 504 505 ] 506 ); 507 508 $this->end_controls_section(); 509 // organization style 413 510 414 511 $this->start_controls_section( … … 417 514 'label' => __( 'Reviewer Organizaiton', 'definitive-addons-for-elementor' ), 418 515 'tab' => Controls_Manager::TAB_STYLE, 419 ] 420 ); 421 422 423 $this->add_responsive_control( 424 'organization_spacing', 425 [ 426 'label' => __( 'Left Spacing', 'definitive-addons-for-elementor' ), 427 'type' => Controls_Manager::SLIDER, 428 'size_units' => ['px'], 429 'selectors' => [ 430 '{{WRAPPER}} .name-company .company' => 'margin-left: {{SIZE}}{{UNIT}};', 431 ], 432 ] 433 ); 516 'condition' => [ 517 'show_hide_organization' => 'yes', 518 ], 519 ] 520 ); 521 522 434 523 435 524 $this->add_control( 436 525 'organization_color', 437 526 [ 438 'label' => __( ' TextColor', 'definitive-addons-for-elementor' ),527 'label' => __( 'Organization Color', 'definitive-addons-for-elementor' ), 439 528 'type' => Controls_Manager::COLOR, 440 529 'selectors' => [ 441 '{{WRAPPER}} . name-company .company' => 'color: {{VALUE}}',530 '{{WRAPPER}} .dafe-author-organization' => 'color: {{VALUE}}', 442 531 ], 443 532 ] … … 448 537 [ 449 538 'name' => 'organization_font', 450 'selector' => '{{WRAPPER}} . name-company .company',539 'selector' => '{{WRAPPER}} .dafe-author-organization', 451 540 452 541 ] … … 455 544 $this->end_controls_section(); 456 545 457 $this->start_controls_section( 546 547 $this->start_controls_section( 458 548 'section_style_text', 459 549 [ … … 471 561 'size_units' => ['px'], 472 562 'selectors' => [ 473 '{{WRAPPER}} . speech' => 'margin-bottom: {{SIZE}}{{UNIT}};',563 '{{WRAPPER}} .dafe-testimonial-description' => 'margin-bottom: {{SIZE}}{{UNIT}};', 474 564 ], 475 565 ] … … 482 572 'type' => Controls_Manager::COLOR, 483 573 'selectors' => [ 484 '{{WRAPPER}} . speech' => 'color: {{VALUE}}',574 '{{WRAPPER}} .dafe-testimonial-description,{{WRAPPER}} .speech' => 'color: {{VALUE}}', 485 575 ], 486 576 ] … … 491 581 [ 492 582 'name' => 'text_font', 493 494 'selector' => '{{WRAPPER}} .speech', 583 'selector' => '{{WRAPPER}} .dafe-testimonial-description,{{WRAPPER}} .speech', 495 584 496 585 ] … … 499 588 $this->end_controls_section(); 500 589 590 // Quote style 501 591 $this->start_controls_section( 502 592 'section_style_quote', … … 504 594 'label' => __( 'Reviewer Quote', 'definitive-addons-for-elementor' ), 505 595 'tab' => Controls_Manager::TAB_STYLE, 596 'condition' => [ 597 'show_hide_quote' => 'yes', 598 ], 506 599 ] 507 600 ); … … 571 664 572 665 666 // content style 573 667 $this->start_controls_section( 574 ' _section_style_content',575 [ 576 'label' => __( 'Testimonial Cont ent', 'definitive-addons-for-elementor' ),668 'section_style_content', 669 [ 670 'label' => __( 'Testimonial Container', 'definitive-addons-for-elementor' ), 577 671 'tab' => Controls_Manager::TAB_STYLE, 578 672 ] … … 582 676 'content_padding', 583 677 [ 584 'label' => __( 'Cont entPadding', 'definitive-addons-for-elementor' ),678 'label' => __( 'Container Padding', 'definitive-addons-for-elementor' ), 585 679 'type' => Controls_Manager::DIMENSIONS, 680 'default' => [ 681 'top' => '10', 682 'right' => '10', 683 'bottom' => '10', 684 'left' => '10', 685 686 ], 586 687 'size_units' => [ 'px', 'em', '%' ], 587 688 'selectors' => [ 588 '{{WRAPPER}} . right-style' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',689 '{{WRAPPER}} .dafe-testimonial-container' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};', 589 690 ], 590 691 ] … … 595 696 [ 596 697 'name' => 'content_background', 597 'selector' => '{{WRAPPER}} . right-style',698 'selector' => '{{WRAPPER}} .dafe-testimonial-container', 598 699 'exclude' => [ 599 700 'image' … … 601 702 ] 602 703 ); 704 $this->add_group_control( 705 Group_Control_Background::get_type(), 706 [ 707 'name' => 'content_hvr_background', 708 'selector' => '{{WRAPPER}} .dafe-testimonial-container:hover', 709 'exclude' => [ 710 'image' 711 ] 712 ] 713 ); 714 715 $this->add_group_control( 716 Group_Control_Box_Shadow::get_type(), 717 [ 718 'label' => __( 'Container Shadow', 'definitive-addons-for-elementor' ), 719 'name' => 'dafe_container_shadow', 720 721 'selector' => '{{WRAPPER}} .dafe-testimonial-container', 722 ] 723 ); 724 725 $this->add_group_control( 726 Group_Control_Box_Shadow::get_type(), 727 [ 728 'label' => __( 'Container Hover Shadow', 'definitive-addons-for-elementor' ), 729 'name' => 'dafe_container_hvr_shadow', 730 731 'selector' => '{{WRAPPER}} .dafe-testimonial-container:hover', 732 ] 733 ); 603 734 604 735 $this->end_controls_section(); … … 641 772 'label' => __( 'Arrow Background Color', 'definitive-addons-for-elementor' ), 642 773 'type' => Controls_Manager::COLOR, 643 'default' =>'# 6EC1E4',774 'default' =>'#9FBDCA52', 644 775 'selectors' => [ 645 776 '{{WRAPPER}} .widget-testimonial-slide .slick-prev, {{WRAPPER}} .widget-testimonial-slide .slick-next' => 'background-color: {{VALUE}};', … … 670 801 $align = $this->get_settings_for_display('testimonial_alignment'); 671 802 $title_tag = $this->get_settings_for_display('title_tag'); 672 $shadow_style = $this->get_settings_for_display('testimonial_bg_shadow_style');803 673 804 $animation_speed = $this->get_settings_for_display('animation_speed'); 674 805 $autoplay_speed = $this->get_settings_for_display('autoplay_speed'); … … 677 808 $slidesToShow = $this->get_settings_for_display('slidesToShow'); 678 809 679 if ($loop == 'yes' ){$loop = true;} 680 if ($loop == 'no' ){$loop = false;} 681 if ($autoplay == 'yes' ){$autoplay = true;} 682 if ($autoplay == 'no' ){$autoplay = false;} 683 684 $avatar_styles = ''; 685 $right_styles = ''; 686 $title_styles = ''; 687 688 if($align == "left"){ 689 690 $avatar_styles .= 'float:left;'; 691 $right_styles .= 'text-align:left;'; 692 $avatar_styles .= 'position:relative; '; 693 $right_styles .= 'position:relative; '; 694 $avatar_styles .= 'margin-right:15px; '; 695 $avatar_styles .= 'margin-left:50px; '; 696 697 $right_styles .= 'overflow:hidden; '; 698 $right_styles .= 'padding-left:5%; '; 699 $right_styles .= 'padding-right:10%; '; 700 701 } 702 if($align == "right"){ 703 704 $avatar_styles .= 'float:right; '; 705 $right_styles .= 'text-align:right;'; 706 $avatar_styles .= 'position:relative; '; 707 $right_styles .= 'position:relative; '; 708 $right_styles .= 'padding-left:10%; '; 709 $right_styles .= 'padding-right:5%; '; 710 $avatar_styles .= 'margin-left:15px; '; 711 $avatar_styles .= 'margin-right:50px; '; 712 713 $right_styles .= 'overflow:hidden; '; 714 715 } 716 717 if($align == "center"){ 718 $avatar_styles .= 'float:none;margin-left:auto;margin-right:auto;'; 719 $avatar_styles .= 'text-align:center;'; 720 721 $right_styles .= 'text-align:center;'; 722 723 $right_styles .= 'padding-left:10%; '; 724 $right_styles .= 'padding-right:10%; '; 725 726 } 727 728 if($align == "down"){ 729 730 $avatar_styles .= 'float:none;'; 731 $avatar_styles .= 'text-align:center;'; 732 $avatar_styles .= 'margin-top: 35px;'; 733 $right_styles .= 'text-align:center;'; 734 735 $right_styles .= 'padding-left:10%;'; 736 $right_styles .= 'padding-right:10%;'; 737 738 $reviewer_styles = 'margin-left: auto;margin-right: auto;'; 739 } 810 if ($loop == 'yes' ){$loop = 'true';} 811 if ($loop == 'no' ){$loop = 'false';} 812 if ($autoplay == 'yes' ){$autoplay = 'true';} 813 if ($autoplay == 'no' ){$autoplay = 'false';} 814 815 740 816 741 817 … … 753 829 ] ); 754 830 831 755 832 ?> 756 833 … … 761 838 <?php foreach ( $settings['slick_slides'] as $slide ) { 762 839 763 $slider_image = wp_get_attachment_image_url( $slide['image']['id'], $settings['thumbnail_size'] ); 764 if ( empty( $slider_image) ) { 765 $slider_image = $slide['image']['url']; 766 }840 if ( $slide['link']['url'] ) { 841 $this->add_link_attributes( 'link', $slide['link'] ); 842 } 843 767 844 ?> 768 <div class="nl-testimonial-wrap <?php echo esc_attr($shadow_style); ?>" style="<?php echo esc_attr( $testimonial_style ); ?>"> 769 770 <?php if (( $align === 'left') || ($align === 'right') || ($align === 'center')){ ?> 771 <div class="left-style"> 772 <div class="avatar"> 773 774 <?php if ($slider_image) { ?> 775 776 <img class="reviewer-photo" alt="<?php esc_attr_e('Author photo','definitive-addons-for-elementor') ?>" style="<?php echo esc_attr($avatar_styles) ?>" 777 src="<?php echo esc_url($slider_image) ?>" /> 778 779 <?php } ?> 780 </div> 781 782 </div> 783 <?php } ?> 784 <div class="right-style" style="<?php echo esc_attr($right_styles); ?>"> 845 <div class="dafe-testimonial-container dafe-testimonial-image-align-<?php echo esc_attr( $align ); ?> dafe-vertical-align-middle"> 846 847 <div class="dafe-testimonial-inner-container"> 848 <?php if (( $align === 'left') || ($align === 'right') || ($align === 'top')) : ?> 849 <figure class="dafe-testimonial-image"> 850 <?php 851 $testimonial_image = Group_Control_Image_Size::get_attachment_image_html( $slide, 'thumbnail', 'image' ); 852 if ( $slide['link']['url'] ) : 853 $testimonial_image = '<a ' . $this->get_render_attribute_string( 'link' ) . '>' . $testimonial_image . '</a>'; 854 endif; 855 echo wp_kses_post( $testimonial_image ); ?> 856 857 </figure> 858 <?php endif; ?> 859 <div class="dafe-testimonial-content"> 860 <div class="dafe-testimonial-title"> 861 <?php if ( $slide['name'] ) : ?> 862 <span class="dafe-author-name"><?php echo esc_html( $slide['name'] ); ?></span> 863 <?php endif; ?> 864 <?php if ( $slide['title'] ) : ?> 865 <span class="dafe-author-title"><?php echo esc_html( $slide['title'] ); ?></span> 866 <?php endif; ?> 867 <?php if ( $slide['organization'] ) : ?> 868 <h5 class="dafe-author-organization"><?php echo esc_html( $slide['organization'] ); ?></h5> 869 <?php endif; ?> 870 </div> 871 <?php if ($slide['reviewer_text'] ){ ?> 872 <div class="dafe-testimonial-description"> 873 <p> 874 <?php if ($settings['show_hide_quote'] == 'yes'){ ?> 875 <blockquote class="speech"><i class="fa fa-quote-left"></i><?php echo esc_html( $slide['reviewer_text'] ); ?> 876 </blockquote> 877 <?php 878 } else { 879 880 echo esc_html( $slide['reviewer_text'] ); 881 } 882 ?> 883 </p> 884 </div> 885 <?php } ?> 886 </div> 887 888 <?php if ( $align === 'bottom') : ?> 889 <figure class="dafe-testimonial-image"> 890 <?php 891 $testimonial_image = Group_Control_Image_Size::get_attachment_image_html( $slide, 'thumbnail', 'image' ); 892 if ( $slide['link']['url'] ) : 893 $testimonial_image = '<a ' . $this->get_render_attribute_string( 'link' ) . '>' . $testimonial_image . '</a>'; 894 endif; 895 echo wp_kses_post( $testimonial_image ); 896 ?> 897 </figure> 898 <?php endif; ?> 899 </div> 900 901 </div> 902 785 903 786 <<?php echo esc_attr($title_tag); ?> class="name-company"><?php echo esc_html($slide['name']); ?> 787 788 <?php if($slide['organization']){ ?> 789 <?php $coma =', '; ?> 790 <?php echo esc_attr($coma); ?> 791 <span class="company"><?php echo esc_html($slide['organization']);?></span><?php } ?> 792 793 </<?php echo esc_attr($title_tag); ?>> 794 795 <div class="author-txt"> 796 797 <blockquote class="speech"><i class="fa fa-quote-left"></i><?php echo esc_html($slide['reviewer_text']);?></blockquote> 798 799 </div> 800 </div> 801 802 <?php if ( $align === 'down' ){ ?> 803 <div class="left-style"> 804 <div class="avatar" style="<?php echo esc_attr($avatar_styles) ?>"> 805 806 <img class="reviewer-photo" style="<?php echo esc_attr($reviewer_styles) ?>" alt="<?php esc_attr_e('Author Photo','definitive-addons-for-elementor') ?>" 807 src="<?php echo esc_url($slider_image) ?>" /> 808 809 </div> 810 811 </div> 812 <?php } ?> 813 </div> 814 <?php } ?> 815 </div> <!-- end single post --> 816 817 </div> 818 904 <?php } ?> 905 </div> <!-- end single post --> 906 907 </div> 819 908 820 909 <?php 821 822 910 823 911 } 824 912 -
definitive-addons-for-elementor/trunk/inc/Reuses/Reuse.php
r2689901 r2691410 153 153 }else{ 154 154 155 return $form_msg = __( 'No Form found. Create New form ', 'definitive-addons-for-elementor' ) .' <a href="'. admin_url( 'admin.php?page=wpforms-builder').'" target="_blank">'155 return $form_msg = __( 'No Form found. Create New form ', 'definitive-addons-for-elementor' ) .' <a href="'.esc_url(admin_url( 'admin.php?page=wpforms-builder' )).'" target="_blank">' 156 156 . __( 'Click here', 'definitive-addons-for-elementor' ) .'</a>'; 157 157 } … … 192 192 }else{ 193 193 194 return $cf7_msg = __( 'No Form found. Create New form ', 'definitive-addons-for-elementor' ) .' <a href="'.esc_ attr(admin_url( 'admin.php?page=wpcf7-new' )).'" target="_blank">'194 return $cf7_msg = __( 'No Form found. Create New form ', 'definitive-addons-for-elementor' ) .' <a href="'.esc_url(admin_url( 'admin.php?page=wpcf7-new' )).'" target="_blank">' 195 195 . __( 'Click here', 'definitive-addons-for-elementor' ) .'</a>'; 196 196 } -
definitive-addons-for-elementor/trunk/languages/definitive-addons-for-elementor.pot
r2686404 r2691410 3 3 msgstr "" 4 4 "Project-Id-Version: definitive-addons-for-elementor\n" 5 "POT-Creation-Date: 2022-03-0 1 14:26+0600\n"5 "POT-Creation-Date: 2022-03-09 17:29+0600\n" 6 6 "PO-Revision-Date: 2020-03-12 14:48+0600\n" 7 7 "Last-Translator: \n" … … 55 55 msgstr "" 56 56 57 #: inc/Elements/Accordion.php:62 inc/Elements/Feature_list.php:8 557 #: inc/Elements/Accordion.php:62 inc/Elements/Feature_list.php:87 58 58 #: inc/Elements/Filterable_Portfolio.php:159 59 #: inc/Elements/Post_Carousel.php:100 inc/Elements/Post_Grid.php:175 60 #: inc/Elements/Slider.php:88 inc/Elements/Tabs.php:61 59 #: inc/Elements/Post_Carousel.php:100 inc/Elements/Post_Grid.php:178 60 #: inc/Elements/Slider.php:86 inc/Elements/Tabs.php:61 61 #: inc/Elements/Testimonial.php:116 inc/Elements/Testimonial_Slider.php:106 61 62 msgid "Title" 62 63 msgstr "" … … 82 83 msgstr "" 83 84 84 #: inc/Elements/Accordion.php:82 inc/Elements/CTA.php:1 4885 #: inc/Elements/CTA.php:15 0inc/Elements/Creative_Button.php:9386 #: inc/Elements/Creative_Button.php:94 inc/Elements/Pricing_Table.php:24 687 #: inc/Elements/Pricing_Table.php:2 48 inc/Elements/Slider.php:10888 #: inc/Elements/Slider.php:10 9inc/Elements/Tabs.php:8189 #: inc/Elements/Teaser_Box.php:1 3485 #: inc/Elements/Accordion.php:82 inc/Elements/CTA.php:151 86 #: inc/Elements/CTA.php:153 inc/Elements/Creative_Button.php:93 87 #: inc/Elements/Creative_Button.php:94 inc/Elements/Pricing_Table.php:249 88 #: inc/Elements/Pricing_Table.php:251 inc/Elements/Slider.php:106 89 #: inc/Elements/Slider.php:107 inc/Elements/Tabs.php:81 90 #: inc/Elements/Teaser_Box.php:182 90 91 msgid "Button Text" 91 92 msgstr "" … … 96 97 msgstr "" 97 98 98 #: inc/Elements/Accordion.php:95 inc/Elements/CTA.php:15 699 #: inc/Elements/Creative_Button.php:101 inc/Elements/Pricing_Table.php:25 4100 #: inc/Elements/Tabs.php:94 inc/Elements/Teaser_Box.php:1 4499 #: inc/Elements/Accordion.php:95 inc/Elements/CTA.php:159 100 #: inc/Elements/Creative_Button.php:101 inc/Elements/Pricing_Table.php:257 101 #: inc/Elements/Tabs.php:94 inc/Elements/Teaser_Box.php:194 101 102 msgid "Button Link" 102 103 msgstr "" … … 155 156 #: inc/Elements/Accordion.php:244 inc/Elements/Category_List.php:412 156 157 #: inc/Elements/Contact_form_7.php:255 157 #: inc/Elements/Filterable_Portfolio.php:757 inc/Elements/Icon_Box.php:239 158 #: inc/Elements/Ninja_Forms.php:273 inc/Elements/Post_Grid.php:561 159 #: inc/Elements/Social_Icon.php:339 inc/Elements/Staff_Member.php:743 160 #: inc/Elements/Tabs.php:201 inc/Elements/WpForm.php:260 158 #: inc/Elements/Filterable_Portfolio.php:757 inc/Elements/Icon_Box.php:236 159 #: inc/Elements/Ninja_Forms.php:273 inc/Elements/Post_Grid.php:580 160 #: inc/Elements/Social_Icon.php:339 inc/Elements/Staff_Member.php:741 161 #: inc/Elements/Tabs.php:201 inc/Elements/Teaser_Box.php:593 162 #: inc/Elements/WpForm.php:260 161 163 msgid "Container Border Radius" 162 164 msgstr "" 163 165 164 166 #: inc/Elements/Accordion.php:256 inc/Elements/Category_List.php:371 165 #: inc/Elements/Contact_form_7.php:211 inc/Elements/Icon_Box.php:265 166 #: inc/Elements/Ninja_Forms.php:229 inc/Elements/Promo-box.php:272 167 #: inc/Elements/Social_Icon.php:351 inc/Elements/Staff_Member.php:700 168 #: inc/Elements/Tabs.php:213 inc/Elements/Teaser_Box.php:381 169 #: inc/Elements/Testimonial.php:482 inc/Elements/WpForm.php:216 167 #: inc/Elements/Contact_form_7.php:211 inc/Elements/Icon_Box.php:262 168 #: inc/Elements/Ninja_Forms.php:229 inc/Elements/Promo-box.php:270 169 #: inc/Elements/Social_Icon.php:351 inc/Elements/Staff_Member.php:698 170 #: inc/Elements/Tabs.php:213 inc/Elements/Teaser_Box.php:552 171 #: inc/Elements/Testimonial.php:572 inc/Elements/Testimonial_Slider.php:678 172 #: inc/Elements/WpForm.php:216 170 173 msgid "Container Padding" 171 174 msgstr "" … … 175 178 msgstr "" 176 179 177 #: inc/Elements/Accordion.php:279 inc/Elements/CTA.php:4 05180 #: inc/Elements/Accordion.php:279 inc/Elements/CTA.php:417 178 181 #: inc/Elements/Category_Box.php:149 inc/Elements/Contact_form_7.php:290 179 #: inc/Elements/Feature_list.php:3 70inc/Elements/Filterable_Portfolio.php:486180 #: inc/Elements/Flip_Box.php: 251 inc/Elements/Icon_Box.php:538181 #: inc/Elements/Image_Overlay.php:2 37inc/Elements/Ninja_Forms.php:308182 #: inc/Elements/Feature_list.php:384 inc/Elements/Filterable_Portfolio.php:486 183 #: inc/Elements/Flip_Box.php:303 inc/Elements/Icon_Box.php:535 184 #: inc/Elements/Image_Overlay.php:280 inc/Elements/Ninja_Forms.php:308 182 185 #: inc/Elements/Popular_Post.php:88 inc/Elements/Post_Carousel.php:232 183 #: inc/Elements/Post_Grid.php:299 inc/Elements/Products.php:230 184 #: inc/Elements/Promo-box.php:221 inc/Elements/Slider.php:305 185 #: inc/Elements/Tabs.php:245 inc/Elements/Teaser_Box.php:262 186 #: inc/Elements/Post_Grid.php:302 inc/Elements/Products.php:230 187 #: inc/Elements/Promo-box.php:219 inc/Elements/Slider.php:300 188 #: inc/Elements/Tabs.php:245 inc/Elements/Teaser_Box.php:312 189 #: inc/Elements/Testimonial.php:383 inc/Elements/Testimonial_Slider.php:489 186 190 #: inc/Elements/WpForm.php:295 inc/Elements/heading-with-separator.php:162 187 191 msgid "Title Color" … … 193 197 msgstr "" 194 198 195 #: inc/Elements/Accordion.php:302 inc/Elements/Category_Box.php:160 196 #: inc/Elements/Filterable_Portfolio.php:497 inc/Elements/Flip_Box.php:262 197 #: inc/Elements/Icon_Box.php:549 inc/Elements/Popular_Post.php:99 198 #: inc/Elements/Post_Carousel.php:244 inc/Elements/Post_Grid.php:310 199 #: inc/Elements/Promo-box.php:232 inc/Elements/Tabs.php:268 200 #: inc/Elements/Teaser_Box.php:273 inc/Elements/heading-with-separator.php:185 199 #: inc/Elements/Accordion.php:302 inc/Elements/CTA.php:428 200 #: inc/Elements/Category_Box.php:160 inc/Elements/Feature_list.php:394 201 #: inc/Elements/Filterable_Portfolio.php:497 inc/Elements/Flip_Box.php:314 202 #: inc/Elements/Icon_Box.php:546 inc/Elements/Image_Overlay.php:292 203 #: inc/Elements/Popular_Post.php:99 inc/Elements/Post_Carousel.php:244 204 #: inc/Elements/Post_Grid.php:313 inc/Elements/Promo-box.php:230 205 #: inc/Elements/Tabs.php:268 inc/Elements/Teaser_Box.php:323 206 #: inc/Elements/heading-with-separator.php:185 201 207 msgid "Title Hover Color" 202 208 msgstr "" 203 209 204 #: inc/Elements/Accordion.php:322 inc/Elements/Pricing_Table.php: 391210 #: inc/Elements/Accordion.php:322 inc/Elements/Pricing_Table.php:421 205 211 #: inc/Elements/Tabs.php:288 inc/Elements/heading-with-separator.php:236 206 212 msgid "Title Padding" … … 213 219 #: inc/Elements/Accordion.php:378 inc/Elements/Accordion.php:436 214 220 #: inc/Elements/Category_List.php:198 inc/Elements/Counter.php:169 215 #: inc/Elements/Feature_list.php:16 6 inc/Elements/Icon_Box.php:326216 #: inc/Elements/Icon_List.php:21 4 inc/Elements/Pricing_Table.php:503217 #: inc/Elements/Social_Icon.php:477 inc/Elements/Staff_Member.php:5 21221 #: inc/Elements/Feature_list.php:168 inc/Elements/Icon_Box.php:323 222 #: inc/Elements/Icon_List.php:212 inc/Elements/Pricing_Table.php:533 223 #: inc/Elements/Social_Icon.php:477 inc/Elements/Staff_Member.php:519 218 224 #: inc/Elements/Tabs.php:329 219 225 msgid "Size" … … 221 227 222 228 #: inc/Elements/Accordion.php:399 inc/Elements/Accordion.php:458 223 #: inc/Elements/CTA.php:29 4inc/Elements/Category_List.php:221224 #: inc/Elements/Counter.php:230 inc/Elements/Creative_Button.php:34 2225 #: inc/Elements/Feature_list.php:2 29 inc/Elements/Icon_Box.php:414226 #: inc/Elements/Icon_List.php:23 6 inc/Elements/Pricing_Table.php:525227 #: inc/Elements/Staff_Member.php:58 5inc/Elements/Tabs.php:352229 #: inc/Elements/CTA.php:295 inc/Elements/Category_List.php:221 230 #: inc/Elements/Counter.php:230 inc/Elements/Creative_Button.php:340 231 #: inc/Elements/Feature_list.php:231 inc/Elements/Icon_Box.php:411 232 #: inc/Elements/Icon_List.php:234 inc/Elements/Pricing_Table.php:555 233 #: inc/Elements/Staff_Member.php:583 inc/Elements/Tabs.php:352 228 234 msgid "Icon Color" 229 235 msgstr "" 230 236 231 237 #: inc/Elements/Accordion.php:411 inc/Elements/Accordion.php:470 232 #: inc/Elements/CTA.php:31 7inc/Elements/Category_List.php:233233 #: inc/Elements/Counter.php:257 inc/Elements/Creative_Button.php:35 4234 #: inc/Elements/Feature_list.php:24 1 inc/Elements/Icon_Box.php:426235 #: inc/Elements/Icon_List.php:24 8 inc/Elements/Pricing_Table.php:537236 #: inc/Elements/Staff_Member.php:59 7inc/Elements/Tabs.php:364238 #: inc/Elements/CTA.php:318 inc/Elements/Category_List.php:233 239 #: inc/Elements/Counter.php:257 inc/Elements/Creative_Button.php:352 240 #: inc/Elements/Feature_list.php:243 inc/Elements/Icon_Box.php:423 241 #: inc/Elements/Icon_List.php:246 inc/Elements/Pricing_Table.php:567 242 #: inc/Elements/Staff_Member.php:595 inc/Elements/Tabs.php:364 237 243 msgid "Icon Hover Color" 238 244 msgstr "" … … 243 249 244 250 #: inc/Elements/Accordion.php:493 inc/Elements/Counter.php:468 245 #: inc/Elements/Feature_list.php:324 inc/Elements/Image_Overlay.php:211 246 #: inc/Elements/Post_Grid.php:530 inc/Elements/Tabs.php:481 247 #: inc/Elements/Teaser_Box.php:348 inc/Elements/Testimonial_Slider.php:584 251 #: inc/Elements/Feature_list.php:327 inc/Elements/Post_Grid.php:549 252 #: inc/Elements/Tabs.php:481 248 253 msgid "Content Padding" 249 254 msgstr "" … … 254 259 255 260 #: inc/Elements/Accordion.php:523 inc/Elements/Filterable_Portfolio.php:595 256 #: inc/Elements/Post_Grid.php:4 09261 #: inc/Elements/Post_Grid.php:430 257 262 msgid "Content Color" 258 263 msgstr "" … … 264 269 #: inc/Elements/Accordion.php:572 inc/Elements/Post_Carousel.php:386 265 270 #: inc/Elements/Social_Icon.php:549 inc/Elements/Tabs.php:560 266 #: inc/Elements/Teaser_Box.php:2 05 inc/Elements/Testimonial.php:207267 #: inc/Elements/Testimonial_Slider.php:3 06271 #: inc/Elements/Teaser_Box.php:255 inc/Elements/Testimonial.php:239 272 #: inc/Elements/Testimonial_Slider.php:346 268 273 msgid "Border Radius" 269 274 msgstr "" … … 275 280 #: inc/Elements/Accordion.php:596 inc/Elements/Contact_form_7.php:701 276 281 #: inc/Elements/Filterable_Portfolio.php:664 inc/Elements/Ninja_Forms.php:566 277 #: inc/Elements/Post_Grid.php:4 75inc/Elements/Tabs.php:584278 #: inc/Elements/Teaser_Box.php:4 28inc/Elements/WpForm.php:606282 #: inc/Elements/Post_Grid.php:494 inc/Elements/Tabs.php:584 283 #: inc/Elements/Teaser_Box.php:443 inc/Elements/WpForm.php:606 279 284 msgid "Button Color" 280 285 msgstr "" 281 286 282 #: inc/Elements/Accordion.php:608 inc/Elements/CTA.php:5 15283 #: inc/Elements/Contact_form_7.php:712 inc/Elements/Creative_Button.php:21 3287 #: inc/Elements/Accordion.php:608 inc/Elements/CTA.php:556 288 #: inc/Elements/Contact_form_7.php:712 inc/Elements/Creative_Button.php:211 284 289 #: inc/Elements/Filterable_Portfolio.php:675 inc/Elements/Ninja_Forms.php:577 285 #: inc/Elements/Post_Grid.php: 485 inc/Elements/Pricing_Table.php:750286 #: inc/Elements/Slider.php:4 84inc/Elements/Tabs.php:596287 #: inc/Elements/Teaser_Box.php:4 40inc/Elements/WpForm.php:617290 #: inc/Elements/Post_Grid.php:504 inc/Elements/Pricing_Table.php:780 291 #: inc/Elements/Slider.php:479 inc/Elements/Tabs.php:596 292 #: inc/Elements/Teaser_Box.php:455 inc/Elements/WpForm.php:617 288 293 msgid "Button Background Color" 289 294 msgstr "" 290 295 291 #: inc/Elements/Accordion.php:620 inc/Elements/CTA.php:5 26296 #: inc/Elements/Accordion.php:620 inc/Elements/CTA.php:567 292 297 #: inc/Elements/Contact_form_7.php:722 293 298 #: inc/Elements/Filterable_Portfolio.php:686 inc/Elements/Ninja_Forms.php:587 294 #: inc/Elements/Post_Grid.php: 495 inc/Elements/Pricing_Table.php:761295 #: inc/Elements/Slider.php:49 5inc/Elements/Subscription.php:173296 #: inc/Elements/Tabs.php:608 inc/Elements/Teaser_Box.php:4 52299 #: inc/Elements/Post_Grid.php:514 inc/Elements/Pricing_Table.php:791 300 #: inc/Elements/Slider.php:490 inc/Elements/Subscription.php:173 301 #: inc/Elements/Tabs.php:608 inc/Elements/Teaser_Box.php:467 297 302 #: inc/Elements/WpForm.php:627 298 303 msgid "Button Hover Color" 299 304 msgstr "" 300 305 301 #: inc/Elements/Accordion.php:632 inc/Elements/CTA.php:5 37302 #: inc/Elements/Contact_form_7.php:732 inc/Elements/Creative_Button.php:22 5306 #: inc/Elements/Accordion.php:632 inc/Elements/CTA.php:578 307 #: inc/Elements/Contact_form_7.php:732 inc/Elements/Creative_Button.php:223 303 308 #: inc/Elements/Filterable_Portfolio.php:697 inc/Elements/Ninja_Forms.php:597 304 #: inc/Elements/Post_Grid.php:5 05 inc/Elements/Pricing_Table.php:772305 #: inc/Elements/Slider.php:50 6inc/Elements/Subscription.php:195306 #: inc/Elements/Tabs.php:620 inc/Elements/Teaser_Box.php:4 64309 #: inc/Elements/Post_Grid.php:524 inc/Elements/Pricing_Table.php:802 310 #: inc/Elements/Slider.php:501 inc/Elements/Subscription.php:195 311 #: inc/Elements/Tabs.php:620 inc/Elements/Teaser_Box.php:479 307 312 #: inc/Elements/WpForm.php:637 308 313 msgid "Button Hover Background Color" … … 310 315 311 316 #: inc/Elements/Accordion.php:653 inc/Elements/Contact_form_7.php:751 312 #: inc/Elements/Creative_Button.php:26 7inc/Elements/Ninja_Forms.php:616313 #: inc/Elements/Tabs.php:641 inc/Elements/Teaser_Box.php: 485317 #: inc/Elements/Creative_Button.php:265 inc/Elements/Ninja_Forms.php:616 318 #: inc/Elements/Tabs.php:641 inc/Elements/Teaser_Box.php:500 314 319 #: inc/Elements/WpForm.php:656 315 320 msgid "Button Padding" … … 320 325 msgstr "" 321 326 322 #: inc/Elements/Accordion.php:693 inc/Elements/CTA.php: 587323 #: inc/Elements/Contact_form_7.php:771 inc/Elements/Creative_Button.php:28 7324 #: inc/Elements/Ninja_Forms.php:636 inc/Elements/Pricing_Table.php:8 22325 #: inc/Elements/Slider.php:55 6inc/Elements/Subscription.php:205326 #: inc/Elements/Tabs.php:681 inc/Elements/Teaser_Box.php:5 05327 #: inc/Elements/Accordion.php:693 inc/Elements/CTA.php:628 328 #: inc/Elements/Contact_form_7.php:771 inc/Elements/Creative_Button.php:285 329 #: inc/Elements/Ninja_Forms.php:636 inc/Elements/Pricing_Table.php:852 330 #: inc/Elements/Slider.php:551 inc/Elements/Subscription.php:205 331 #: inc/Elements/Tabs.php:681 inc/Elements/Teaser_Box.php:520 327 332 #: inc/Elements/WpForm.php:676 328 333 msgid "Button Border Radius" 329 334 msgstr "" 330 335 331 #: inc/Elements/CTA.php:2 6336 #: inc/Elements/CTA.php:29 332 337 msgid "DA: Call to Action" 333 338 msgstr "" 334 339 335 #: inc/Elements/CTA.php:6 5340 #: inc/Elements/CTA.php:68 336 341 msgid "Call to Action" 337 342 msgstr "" 338 343 339 #: inc/Elements/CTA.php:7 5inc/Elements/Creative_Button.php:76340 #: inc/Elements/Feature_list.php: 69 inc/Elements/Icon_Box.php:75344 #: inc/Elements/CTA.php:78 inc/Elements/Creative_Button.php:76 345 #: inc/Elements/Feature_list.php:71 inc/Elements/Icon_Box.php:74 341 346 #: inc/Elements/Social_Icon.php:64 342 347 msgid "Icon" 343 348 msgstr "" 344 349 345 #: inc/Elements/CTA.php:9 1350 #: inc/Elements/CTA.php:94 346 351 msgid "Call to Action Title" 347 352 msgstr "" 348 353 349 #: inc/Elements/CTA.php:9 3354 #: inc/Elements/CTA.php:96 350 355 msgid "Definitive Addons for Elementor." 351 356 msgstr "" 352 357 353 #: inc/Elements/CTA.php:100 inc/Elements/Contact_form_7.php:129 354 #: inc/Elements/Flip_Box.php:74 inc/Elements/Icon_Box.php:111 355 #: inc/Elements/Image_Overlay.php:102 inc/Elements/Ninja_Forms.php:147 356 #: inc/Elements/Pricing_Table.php:77 inc/Elements/Products.php:70 357 #: inc/Elements/Teaser_Box.php:88 inc/Elements/Testimonial.php:245 358 #: inc/Elements/Testimonial_Slider.php:346 inc/Elements/WpForm.php:134 358 #: inc/Elements/CTA.php:103 inc/Elements/Contact_form_7.php:129 359 #: inc/Elements/Flip_Box.php:91 inc/Elements/Icon_Box.php:108 360 #: inc/Elements/Image_Overlay.php:122 inc/Elements/Ninja_Forms.php:147 361 #: inc/Elements/Pricing_Table.php:80 inc/Elements/Products.php:70 362 #: inc/Elements/Teaser_Box.php:105 inc/Elements/WpForm.php:134 359 363 #: inc/Elements/heading-with-separator.php:79 360 364 msgid "Title HTML Tag" 361 365 msgstr "" 362 366 363 #: inc/Elements/CTA.php:10 5inc/Elements/Contact_form_7.php:134364 #: inc/Elements/Flip_Box.php: 79 inc/Elements/Image_Overlay.php:107365 #: inc/Elements/Ninja_Forms.php:152 inc/Elements/Pricing_Table.php:8 2367 #: inc/Elements/CTA.php:108 inc/Elements/Contact_form_7.php:134 368 #: inc/Elements/Flip_Box.php:96 inc/Elements/Image_Overlay.php:127 369 #: inc/Elements/Ninja_Forms.php:152 inc/Elements/Pricing_Table.php:85 366 370 #: inc/Elements/Products.php:74 inc/Elements/Subscription.php:82 367 #: inc/Elements/Teaser_Box.php:93 inc/Elements/Testimonial.php:250 368 #: inc/Elements/Testimonial_Slider.php:351 inc/Elements/WpForm.php:139 371 #: inc/Elements/Teaser_Box.php:110 inc/Elements/WpForm.php:139 369 372 #: inc/Elements/heading-with-separator.php:83 370 373 msgid "H1" 371 374 msgstr "" 372 375 373 #: inc/Elements/CTA.php:1 09inc/Elements/Contact_form_7.php:135374 #: inc/Elements/Flip_Box.php: 83 inc/Elements/Image_Overlay.php:111375 #: inc/Elements/Ninja_Forms.php:153 inc/Elements/Pricing_Table.php:8 6376 #: inc/Elements/CTA.php:112 inc/Elements/Contact_form_7.php:135 377 #: inc/Elements/Flip_Box.php:100 inc/Elements/Image_Overlay.php:131 378 #: inc/Elements/Ninja_Forms.php:153 inc/Elements/Pricing_Table.php:89 376 379 #: inc/Elements/Products.php:75 inc/Elements/Subscription.php:83 377 #: inc/Elements/Teaser_Box.php:97 inc/Elements/Testimonial.php:254 378 #: inc/Elements/Testimonial_Slider.php:355 inc/Elements/WpForm.php:140 380 #: inc/Elements/Teaser_Box.php:114 inc/Elements/WpForm.php:140 379 381 #: inc/Elements/heading-with-separator.php:84 380 382 msgid "H2" 381 383 msgstr "" 382 384 383 #: inc/Elements/CTA.php:11 3inc/Elements/Contact_form_7.php:136384 #: inc/Elements/Flip_Box.php: 87 inc/Elements/Image_Overlay.php:115385 #: inc/Elements/Ninja_Forms.php:154 inc/Elements/Pricing_Table.php:9 0385 #: inc/Elements/CTA.php:116 inc/Elements/Contact_form_7.php:136 386 #: inc/Elements/Flip_Box.php:104 inc/Elements/Image_Overlay.php:135 387 #: inc/Elements/Ninja_Forms.php:154 inc/Elements/Pricing_Table.php:93 386 388 #: inc/Elements/Products.php:76 inc/Elements/Subscription.php:84 387 #: inc/Elements/Teaser_Box.php:101 inc/Elements/Testimonial.php:258 388 #: inc/Elements/Testimonial_Slider.php:359 inc/Elements/WpForm.php:141 389 #: inc/Elements/Teaser_Box.php:118 inc/Elements/WpForm.php:141 389 390 #: inc/Elements/heading-with-separator.php:85 390 391 msgid "H3" 391 392 msgstr "" 392 393 393 #: inc/Elements/CTA.php:1 17inc/Elements/Contact_form_7.php:137394 #: inc/Elements/Flip_Box.php: 91 inc/Elements/Image_Overlay.php:119395 #: inc/Elements/Ninja_Forms.php:155 inc/Elements/Pricing_Table.php:9 4394 #: inc/Elements/CTA.php:120 inc/Elements/Contact_form_7.php:137 395 #: inc/Elements/Flip_Box.php:108 inc/Elements/Image_Overlay.php:139 396 #: inc/Elements/Ninja_Forms.php:155 inc/Elements/Pricing_Table.php:97 396 397 #: inc/Elements/Products.php:77 inc/Elements/Subscription.php:85 397 #: inc/Elements/Teaser_Box.php:105 inc/Elements/Testimonial.php:262 398 #: inc/Elements/Testimonial_Slider.php:363 inc/Elements/WpForm.php:142 398 #: inc/Elements/Teaser_Box.php:122 inc/Elements/WpForm.php:142 399 399 #: inc/Elements/heading-with-separator.php:86 400 400 msgid "H4" 401 401 msgstr "" 402 402 403 #: inc/Elements/CTA.php:12 1inc/Elements/Contact_form_7.php:138404 #: inc/Elements/Flip_Box.php: 95 inc/Elements/Image_Overlay.php:123405 #: inc/Elements/Ninja_Forms.php:156 inc/Elements/Pricing_Table.php: 98403 #: inc/Elements/CTA.php:124 inc/Elements/Contact_form_7.php:138 404 #: inc/Elements/Flip_Box.php:112 inc/Elements/Image_Overlay.php:143 405 #: inc/Elements/Ninja_Forms.php:156 inc/Elements/Pricing_Table.php:101 406 406 #: inc/Elements/Products.php:78 inc/Elements/Subscription.php:86 407 #: inc/Elements/Teaser_Box.php:109 inc/Elements/Testimonial.php:266 408 #: inc/Elements/Testimonial_Slider.php:367 inc/Elements/WpForm.php:143 407 #: inc/Elements/Teaser_Box.php:126 inc/Elements/WpForm.php:143 409 408 #: inc/Elements/heading-with-separator.php:87 410 409 msgid "H5" 411 410 msgstr "" 412 411 413 #: inc/Elements/CTA.php:12 5inc/Elements/Contact_form_7.php:139414 #: inc/Elements/Flip_Box.php: 99 inc/Elements/Image_Overlay.php:127415 #: inc/Elements/Ninja_Forms.php:157 inc/Elements/Pricing_Table.php:10 2412 #: inc/Elements/CTA.php:128 inc/Elements/Contact_form_7.php:139 413 #: inc/Elements/Flip_Box.php:116 inc/Elements/Image_Overlay.php:147 414 #: inc/Elements/Ninja_Forms.php:157 inc/Elements/Pricing_Table.php:105 416 415 #: inc/Elements/Products.php:79 inc/Elements/Subscription.php:87 417 #: inc/Elements/Teaser_Box.php:113 inc/Elements/Testimonial.php:270 418 #: inc/Elements/Testimonial_Slider.php:371 inc/Elements/WpForm.php:144 416 #: inc/Elements/Teaser_Box.php:130 inc/Elements/WpForm.php:144 419 417 #: inc/Elements/heading-with-separator.php:88 420 418 msgid "H6" 421 419 msgstr "" 422 420 423 #: inc/Elements/CTA.php:1 39421 #: inc/Elements/CTA.php:142 424 422 msgid "Call to Action Description" 425 423 msgstr "" 426 424 427 #: inc/Elements/CTA.php:14 1425 #: inc/Elements/CTA.php:144 428 426 msgid "" 429 427 "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo " … … 431 429 msgstr "" 432 430 433 #: inc/Elements/CTA.php:1 69 inc/Elements/Creative_Button.php:312434 #: inc/Elements/Pricing_Table.php:26 7 inc/Elements/Slider.php:115431 #: inc/Elements/CTA.php:170 inc/Elements/Creative_Button.php:310 432 #: inc/Elements/Pricing_Table.php:268 inc/Elements/Slider.php:113 435 433 msgid "Button Icon" 436 434 msgstr "" 437 435 438 #: inc/Elements/CTA.php:1 89436 #: inc/Elements/CTA.php:190 439 437 msgid "Call to Action Style" 440 438 msgstr "" 441 439 442 #: inc/Elements/CTA.php:19 7440 #: inc/Elements/CTA.php:198 443 441 msgid "CTA Style" 444 442 msgstr "" 445 443 446 #: inc/Elements/CTA.php:20 3444 #: inc/Elements/CTA.php:204 447 445 msgid "Button Left - Icon Right" 448 446 msgstr "" 449 447 450 #: inc/Elements/CTA.php:20 8448 #: inc/Elements/CTA.php:209 451 449 msgid "Button Right - Icon Left" 452 450 msgstr "" 453 451 454 #: inc/Elements/CTA.php:22 2 inc/Elements/Icon_Box.php:318452 #: inc/Elements/CTA.php:223 inc/Elements/Icon_Box.php:315 455 453 msgid "Icon Style" 456 454 msgstr "" 457 455 458 #: inc/Elements/CTA.php:23 0 inc/Elements/Creative_Button.php:320459 #: inc/Elements/Slider.php:51 8456 #: inc/Elements/CTA.php:231 inc/Elements/Creative_Button.php:318 457 #: inc/Elements/Slider.php:513 460 458 msgid "Icon Size" 461 459 msgstr "" 462 460 463 #: inc/Elements/CTA.php:25 1inc/Elements/Counter.php:190464 #: inc/Elements/Feature_list.php:18 7 inc/Elements/Icon_Box.php:347465 #: inc/Elements/Staff_Member.php:54 2461 #: inc/Elements/CTA.php:252 inc/Elements/Counter.php:190 462 #: inc/Elements/Feature_list.php:189 inc/Elements/Icon_Box.php:344 463 #: inc/Elements/Staff_Member.php:540 466 464 msgid "Icon Height" 467 465 msgstr "" 468 466 469 #: inc/Elements/CTA.php:27 2inc/Elements/Counter.php:211470 #: inc/Elements/Feature_list.php:2 08 inc/Elements/Icon_Box.php:368471 #: inc/Elements/Staff_Member.php:56 4467 #: inc/Elements/CTA.php:273 inc/Elements/Counter.php:211 468 #: inc/Elements/Feature_list.php:210 inc/Elements/Icon_Box.php:365 469 #: inc/Elements/Staff_Member.php:562 472 470 msgid "Icon Width" 473 471 msgstr "" 474 472 475 #: inc/Elements/CTA.php:305 inc/Elements/Counter.php:244 473 #: inc/Elements/CTA.php:306 inc/Elements/Counter.php:244 474 #: inc/Elements/Feature_list.php:254 476 475 msgid "Icon Background Color" 477 476 msgstr "" 478 477 479 #: inc/Elements/CTA.php:32 8inc/Elements/Counter.php:268480 #: inc/Elements/Icon_Box.php:43 7478 #: inc/Elements/CTA.php:329 inc/Elements/Counter.php:268 479 #: inc/Elements/Icon_Box.php:434 481 480 msgid "Icon Hover Background Color" 482 481 msgstr "" 483 482 484 #: inc/Elements/CTA.php:35 0inc/Elements/Counter.php:287485 #: inc/Elements/Feature_list.php:28 4 inc/Elements/Icon_Box.php:459486 #: inc/Elements/Staff_Member.php:63 8483 #: inc/Elements/CTA.php:351 inc/Elements/Counter.php:287 484 #: inc/Elements/Feature_list.php:287 inc/Elements/Icon_Box.php:456 485 #: inc/Elements/Staff_Member.php:636 487 486 msgid "Icon Border Radius" 488 487 msgstr "" 489 488 490 #: inc/Elements/CTA.php:362 inc/Elements/Creative_Button.php:377 491 #: inc/Elements/Creative_Button.php:394 inc/Elements/Icon_List.php:300 492 #: inc/Elements/Icon_List.php:315 inc/Elements/Pricing_Table.php:573 493 #: inc/Elements/Pricing_Table.php:588 489 #: inc/Elements/CTA.php:363 inc/Elements/Staff_Member.php:648 490 msgid "Icon Border Hover Color" 491 msgstr "" 492 493 #: inc/Elements/CTA.php:374 inc/Elements/Creative_Button.php:375 494 #: inc/Elements/Creative_Button.php:392 inc/Elements/Icon_List.php:298 495 #: inc/Elements/Icon_List.php:313 inc/Elements/Pricing_Table.php:603 496 #: inc/Elements/Pricing_Table.php:618 494 497 msgid "Space between Icon & Text" 495 498 msgstr "" 496 499 497 #: inc/Elements/CTA.php:3 84500 #: inc/Elements/CTA.php:396 498 501 msgid "CTA Title" 499 502 msgstr "" 500 503 501 #: inc/Elements/CTA.php: 393inc/Elements/Contact_form_7.php:275502 #: inc/Elements/Feature_list.php:3 58 inc/Elements/Icon_Box.php:526503 #: inc/Elements/Ninja_Forms.php:293 inc/Elements/Slider.php:32 6504 #: inc/Elements/CTA.php:405 inc/Elements/Contact_form_7.php:275 505 #: inc/Elements/Feature_list.php:372 inc/Elements/Icon_Box.php:523 506 #: inc/Elements/Ninja_Forms.php:293 inc/Elements/Slider.php:321 504 507 #: inc/Elements/WpForm.php:280 inc/Elements/heading-with-separator.php:150 505 508 msgid "Title Bottom Spacing" 506 509 msgstr "" 507 510 508 #: inc/Elements/CTA.php:4 27511 #: inc/Elements/CTA.php:468 509 512 msgid "CTA Description" 510 513 msgstr "" 511 514 512 #: inc/Elements/CTA.php:4 37inc/Elements/Contact_form_7.php:336513 #: inc/Elements/Feature_list.php:4 14 inc/Elements/Icon_Box.php:615514 #: inc/Elements/Ninja_Forms.php:354 inc/Elements/Slider.php:3 41515 #: inc/Elements/Teaser_Box.php:3 16inc/Elements/WpForm.php:342515 #: inc/Elements/CTA.php:478 inc/Elements/Contact_form_7.php:336 516 #: inc/Elements/Feature_list.php:454 inc/Elements/Icon_Box.php:614 517 #: inc/Elements/Ninja_Forms.php:354 inc/Elements/Slider.php:336 518 #: inc/Elements/Teaser_Box.php:384 inc/Elements/WpForm.php:342 516 519 msgid "Description Color" 517 520 msgstr "" 518 521 519 #: inc/Elements/CTA.php: 460 inc/Elements/Pricing_Table.php:680520 #: inc/Elements/Slider.php:4 53522 #: inc/Elements/CTA.php:501 inc/Elements/Pricing_Table.php:710 523 #: inc/Elements/Slider.php:448 521 524 msgid "Button" 522 525 msgstr "" 523 526 524 #: inc/Elements/CTA.php: 468527 #: inc/Elements/CTA.php:509 525 528 msgid "Space between Button & Text" 526 529 msgstr "" 527 530 528 #: inc/Elements/CTA.php: 484 inc/Elements/Creative_Button.php:191529 #: inc/Elements/Pricing_Table.php:7 19531 #: inc/Elements/CTA.php:525 inc/Elements/Creative_Button.php:189 532 #: inc/Elements/Pricing_Table.php:749 530 533 msgid "Button Width" 531 534 msgstr "" 532 535 533 #: inc/Elements/CTA.php:5 04 inc/Elements/Pricing_Table.php:739534 #: inc/Elements/Slider.php:4 73inc/Elements/Subscription.php:163536 #: inc/Elements/CTA.php:545 inc/Elements/Pricing_Table.php:769 537 #: inc/Elements/Slider.php:468 inc/Elements/Subscription.php:163 535 538 msgid "Button Text Color" 536 539 msgstr "" 537 540 538 #: inc/Elements/CTA.php:5 49 inc/Elements/Pricing_Table.php:784541 #: inc/Elements/CTA.php:590 inc/Elements/Pricing_Table.php:814 539 542 msgid "Button Icon Size" 540 543 msgstr "" 541 544 542 #: inc/Elements/CTA.php:602 543 msgid "CTA Content" 544 msgstr "" 545 546 #: inc/Elements/CTA.php:610 545 #: inc/Elements/CTA.php:639 inc/Elements/Teaser_Box.php:531 546 msgid "Button Border Hover Color" 547 msgstr "" 548 549 #: inc/Elements/CTA.php:651 inc/Elements/Creative_Button.php:411 550 #: inc/Elements/Pricing_Table.php:864 551 msgid "Button Shadow" 552 msgstr "" 553 554 #: inc/Elements/CTA.php:661 555 msgid "Button Hover Shadow" 556 msgstr "" 557 558 #: inc/Elements/CTA.php:673 559 msgid "CTA Container" 560 msgstr "" 561 562 #: inc/Elements/CTA.php:681 547 563 msgid "CTA Padding" 548 564 msgstr "" 549 565 550 #: inc/Elements/CTA.php:6 23566 #: inc/Elements/CTA.php:694 551 567 msgid "CTA Container Background Color" 568 msgstr "" 569 570 #: inc/Elements/CTA.php:706 571 msgid "CTA Container Hover Background Color" 572 msgstr "" 573 574 #: inc/Elements/CTA.php:718 inc/Elements/Flip_Box.php:456 575 #: inc/Elements/Icon_Box.php:276 inc/Elements/Post_Grid.php:604 576 #: inc/Elements/Pricing_Table.php:928 inc/Elements/Teaser_Box.php:616 577 #: inc/Elements/Testimonial.php:612 inc/Elements/Testimonial_Slider.php:718 578 msgid "Container Shadow" 579 msgstr "" 580 581 #: inc/Elements/CTA.php:728 inc/Elements/Flip_Box.php:466 582 #: inc/Elements/Icon_Box.php:286 inc/Elements/Post_Grid.php:614 583 #: inc/Elements/Pricing_Table.php:938 inc/Elements/Teaser_Box.php:626 584 #: inc/Elements/Testimonial.php:622 inc/Elements/Testimonial_Slider.php:728 585 msgid "Container Hover Shadow" 552 586 msgstr "" 553 587 … … 564 598 msgstr "" 565 599 566 #: inc/Elements/Category_Box.php:81 inc/Elements/Promo-box.php:13 4600 #: inc/Elements/Category_Box.php:81 inc/Elements/Promo-box.php:132 567 601 msgid "Overlay Style" 568 602 msgstr "" 569 603 570 604 #: inc/Elements/Category_Box.php:90 inc/Elements/Filterable_Portfolio.php:387 571 #: inc/Elements/Slider.php:2 92605 #: inc/Elements/Slider.php:287 572 606 msgid "Overlay Background Color" 573 607 msgstr "" 574 608 575 #: inc/Elements/Category_Box.php:101 inc/Elements/Promo-box.php:169 609 #: inc/Elements/Category_Box.php:101 inc/Elements/Image_Overlay.php:255 610 #: inc/Elements/Promo-box.php:167 576 611 msgid "Overlay Background Hover Color" 577 612 msgstr "" 578 613 579 #: inc/Elements/Category_Box.php:112 inc/Elements/ Promo-box.php:180580 #: inc/Elements/ Slider.php:280614 #: inc/Elements/Category_Box.php:112 inc/Elements/Image_Overlay.php:231 615 #: inc/Elements/Promo-box.php:178 inc/Elements/Slider.php:275 581 616 msgid "Overlay Padding" 582 617 msgstr "" … … 602 637 msgstr "" 603 638 604 #: inc/Elements/Category_Box.php:267 639 #: inc/Elements/Category_Box.php:267 inc/Elements/Image_Overlay.php:362 605 640 msgid "Image Style" 606 641 msgstr "" … … 655 690 msgstr "" 656 691 657 #: inc/Elements/Category_List.php:244 inc/Elements/Staff_Member.php:6 61692 #: inc/Elements/Category_List.php:244 inc/Elements/Staff_Member.php:659 658 693 msgid "Icon Right Spacing" 659 694 msgstr "" … … 680 715 681 716 #: inc/Elements/Category_List.php:335 inc/Elements/Counter.php:534 682 #: inc/Elements/Icon_Box.php:38 8 inc/Elements/Staff_Member.php:766717 #: inc/Elements/Icon_Box.php:385 inc/Elements/Staff_Member.php:764 683 718 msgid "Rotate" 684 719 msgstr "" … … 692 727 msgstr "" 693 728 694 #: inc/Elements/Category_List.php:394 inc/Elements/Promo-box.php:29 5695 #: inc/Elements/Staff_Member.php:72 4729 #: inc/Elements/Category_List.php:394 inc/Elements/Promo-box.php:293 730 #: inc/Elements/Staff_Member.php:722 696 731 msgid "Container Background Hover Color" 697 732 msgstr "" 698 733 699 #: inc/Elements/Category_List.php:423 inc/Elements/Staff_Member.php:755 734 #: inc/Elements/Category_List.php:423 inc/Elements/Staff_Member.php:753 735 #: inc/Elements/Teaser_Box.php:605 700 736 msgid "Container Border Hover Color" 701 737 msgstr "" 702 738 703 739 #: inc/Elements/Category_List.php:433 inc/Elements/Counter.php:549 704 #: inc/Elements/Promo-box.php:31 4 inc/Elements/Staff_Member.php:781740 #: inc/Elements/Promo-box.php:312 inc/Elements/Staff_Member.php:779 705 741 msgid "Container Box Shadow" 706 742 msgstr "" 707 743 708 744 #: inc/Elements/Category_List.php:443 inc/Elements/Counter.php:559 709 #: inc/Elements/Promo-box.php:32 4 inc/Elements/Staff_Member.php:791745 #: inc/Elements/Promo-box.php:322 inc/Elements/Staff_Member.php:789 710 746 msgid "Container Hover Box Shadow" 711 747 msgstr "" … … 734 770 msgstr "" 735 771 736 #: inc/Elements/Contact_form_7.php:103 inc/Elements/Ninja_Forms.php:108 772 #: inc/Elements/Contact_form_7.php:103 inc/Elements/Flip_Box.php:66 773 #: inc/Elements/Ninja_Forms.php:108 inc/Elements/Teaser_Box.php:82 737 774 #: inc/Elements/WpForm.php:108 738 775 msgid "Show/Hide Title" … … 742 779 #: inc/Elements/Filterable_Portfolio.php:234 743 780 #: inc/Elements/Filterable_Portfolio.php:247 744 #: inc/Elements/Filterable_Portfolio.php:260 inc/Elements/Icon_Box.php:148 745 #: inc/Elements/Image_Overlay.php:178 inc/Elements/Ninja_Forms.php:111 746 #: inc/Elements/Ninja_Forms.php:124 inc/Elements/Ninja_Forms.php:169 747 #: inc/Elements/Post_Carousel.php:152 inc/Elements/Post_Carousel.php:182 748 #: inc/Elements/Post_Carousel.php:196 inc/Elements/Post_Grid.php:189 749 #: inc/Elements/Post_Grid.php:202 inc/Elements/Post_Grid.php:214 750 #: inc/Elements/Products.php:142 inc/Elements/Promo-box.php:119 751 #: inc/Elements/Slider.php:192 inc/Elements/Slider.php:222 752 #: inc/Elements/Slider.php:270 inc/Elements/Social_Icon.php:102 753 #: inc/Elements/Social_Icon.php:129 inc/Elements/Staff_Member.php:151 754 #: inc/Elements/Testimonial.php:153 inc/Elements/Testimonial_Slider.php:188 755 #: inc/Elements/Testimonial_Slider.php:218 inc/Elements/WpForm.php:111 781 #: inc/Elements/Filterable_Portfolio.php:260 inc/Elements/Flip_Box.php:69 782 #: inc/Elements/Flip_Box.php:134 inc/Elements/Flip_Box.php:159 783 #: inc/Elements/Icon_Box.php:145 inc/Elements/Image_Overlay.php:98 784 #: inc/Elements/Ninja_Forms.php:111 inc/Elements/Ninja_Forms.php:124 785 #: inc/Elements/Ninja_Forms.php:169 inc/Elements/Post_Carousel.php:152 786 #: inc/Elements/Post_Carousel.php:182 inc/Elements/Post_Carousel.php:196 787 #: inc/Elements/Post_Grid.php:192 inc/Elements/Post_Grid.php:205 788 #: inc/Elements/Post_Grid.php:217 inc/Elements/Products.php:142 789 #: inc/Elements/Promo-box.php:117 inc/Elements/Slider.php:187 790 #: inc/Elements/Slider.php:217 inc/Elements/Slider.php:265 791 #: inc/Elements/Social_Icon.php:102 inc/Elements/Social_Icon.php:129 792 #: inc/Elements/Staff_Member.php:151 inc/Elements/Teaser_Box.php:85 793 #: inc/Elements/Teaser_Box.php:147 inc/Elements/Teaser_Box.php:172 794 #: inc/Elements/Testimonial.php:127 inc/Elements/Testimonial.php:185 795 #: inc/Elements/Testimonial_Slider.php:117 796 #: inc/Elements/Testimonial_Slider.php:195 797 #: inc/Elements/Testimonial_Slider.php:265 798 #: inc/Elements/Testimonial_Slider.php:295 inc/Elements/WpForm.php:111 756 799 #: inc/Elements/WpForm.php:156 inc/Elements/heading-with-separator.php:99 757 800 msgid "Yes" … … 761 804 #: inc/Elements/Filterable_Portfolio.php:235 762 805 #: inc/Elements/Filterable_Portfolio.php:248 763 #: inc/Elements/Filterable_Portfolio.php:261 inc/Elements/Icon_Box.php:149 764 #: inc/Elements/Image_Overlay.php:179 inc/Elements/Ninja_Forms.php:112 765 #: inc/Elements/Ninja_Forms.php:125 inc/Elements/Ninja_Forms.php:170 766 #: inc/Elements/Post_Carousel.php:153 inc/Elements/Post_Carousel.php:183 767 #: inc/Elements/Post_Carousel.php:197 inc/Elements/Post_Grid.php:190 768 #: inc/Elements/Post_Grid.php:203 inc/Elements/Post_Grid.php:215 769 #: inc/Elements/Products.php:143 inc/Elements/Promo-box.php:120 770 #: inc/Elements/Slider.php:193 inc/Elements/Slider.php:223 771 #: inc/Elements/Slider.php:271 inc/Elements/Social_Icon.php:103 772 #: inc/Elements/Social_Icon.php:130 inc/Elements/Staff_Member.php:152 773 #: inc/Elements/Testimonial.php:154 inc/Elements/Testimonial_Slider.php:189 774 #: inc/Elements/Testimonial_Slider.php:219 inc/Elements/WpForm.php:112 806 #: inc/Elements/Filterable_Portfolio.php:261 inc/Elements/Flip_Box.php:70 807 #: inc/Elements/Flip_Box.php:135 inc/Elements/Flip_Box.php:160 808 #: inc/Elements/Icon_Box.php:146 inc/Elements/Image_Overlay.php:99 809 #: inc/Elements/Ninja_Forms.php:112 inc/Elements/Ninja_Forms.php:125 810 #: inc/Elements/Ninja_Forms.php:170 inc/Elements/Post_Carousel.php:153 811 #: inc/Elements/Post_Carousel.php:183 inc/Elements/Post_Carousel.php:197 812 #: inc/Elements/Post_Grid.php:193 inc/Elements/Post_Grid.php:206 813 #: inc/Elements/Post_Grid.php:218 inc/Elements/Products.php:143 814 #: inc/Elements/Promo-box.php:118 inc/Elements/Slider.php:188 815 #: inc/Elements/Slider.php:218 inc/Elements/Slider.php:266 816 #: inc/Elements/Social_Icon.php:103 inc/Elements/Social_Icon.php:130 817 #: inc/Elements/Staff_Member.php:152 inc/Elements/Teaser_Box.php:86 818 #: inc/Elements/Teaser_Box.php:148 inc/Elements/Teaser_Box.php:173 819 #: inc/Elements/Testimonial.php:128 inc/Elements/Testimonial.php:186 820 #: inc/Elements/Testimonial_Slider.php:118 821 #: inc/Elements/Testimonial_Slider.php:196 822 #: inc/Elements/Testimonial_Slider.php:266 823 #: inc/Elements/Testimonial_Slider.php:296 inc/Elements/WpForm.php:112 775 824 #: inc/Elements/WpForm.php:157 inc/Elements/heading-with-separator.php:100 776 825 msgid "No" … … 815 864 816 865 #: inc/Elements/Contact_form_7.php:179 inc/Elements/Counter.php:136 817 #: inc/Elements/Creative_Button.php:1 21 inc/Elements/Creative_Button.php:148818 #: inc/Elements/Feature_list.php:13 3inc/Elements/Filterable_Portfolio.php:195866 #: inc/Elements/Creative_Button.php:119 inc/Elements/Creative_Button.php:146 867 #: inc/Elements/Feature_list.php:135 inc/Elements/Filterable_Portfolio.php:195 819 868 #: inc/Elements/Filterable_Portfolio.php:279 820 #: inc/Elements/Filterable_Portfolio.php:621 inc/Elements/Icon_Box.php:182 821 #: inc/Elements/Icon_List.php:140 inc/Elements/Icon_List.php:167 822 #: inc/Elements/Ninja_Forms.php:197 inc/Elements/Post_Grid.php:108 823 #: inc/Elements/Post_Grid.php:435 inc/Elements/Pricing_Table.php:202 824 #: inc/Elements/Pricing_Table.php:229 inc/Elements/Social_Icon.php:284 825 #: inc/Elements/Staff_Member.php:236 inc/Elements/Subscription.php:112 826 #: inc/Elements/Teaser_Box.php:164 inc/Elements/Testimonial.php:126 827 #: inc/Elements/Testimonial_Slider.php:247 inc/Elements/Type.php:92 869 #: inc/Elements/Filterable_Portfolio.php:621 inc/Elements/Icon_Box.php:179 870 #: inc/Elements/Icon_List.php:138 inc/Elements/Icon_List.php:165 871 #: inc/Elements/Ninja_Forms.php:197 inc/Elements/Post_Grid.php:111 872 #: inc/Elements/Post_Grid.php:456 inc/Elements/Pricing_Table.php:205 873 #: inc/Elements/Pricing_Table.php:232 inc/Elements/Social_Icon.php:284 874 #: inc/Elements/Staff_Member.php:234 inc/Elements/Subscription.php:112 875 #: inc/Elements/Teaser_Box.php:215 inc/Elements/Type.php:92 828 876 #: inc/Elements/Wording.php:140 inc/Elements/WpForm.php:184 829 877 #: inc/Elements/heading-with-separator.php:115 … … 832 880 833 881 #: inc/Elements/Contact_form_7.php:183 inc/Elements/Counter.php:140 834 #: inc/Elements/Creative_Button.php:12 5 inc/Elements/Feature_list.php:137882 #: inc/Elements/Creative_Button.php:123 inc/Elements/Feature_list.php:139 835 883 #: inc/Elements/Filterable_Portfolio.php:199 836 884 #: inc/Elements/Filterable_Portfolio.php:283 837 #: inc/Elements/Filterable_Portfolio.php:625 inc/Elements/Icon_Box.php:186 838 #: inc/Elements/Icon_List.php:144 inc/Elements/Ninja_Forms.php:201 839 #: inc/Elements/Post_Grid.php:112 inc/Elements/Post_Grid.php:439 840 #: inc/Elements/Pricing_Table.php:206 inc/Elements/Social_Icon.php:288 841 #: inc/Elements/Staff_Member.php:240 inc/Elements/Subscription.php:116 842 #: inc/Elements/Teaser_Box.php:168 inc/Elements/Testimonial.php:130 843 #: inc/Elements/Testimonial_Slider.php:251 inc/Elements/Type.php:96 885 #: inc/Elements/Filterable_Portfolio.php:625 inc/Elements/Icon_Box.php:183 886 #: inc/Elements/Icon_List.php:142 inc/Elements/Ninja_Forms.php:201 887 #: inc/Elements/Post_Grid.php:115 inc/Elements/Post_Grid.php:460 888 #: inc/Elements/Pricing_Table.php:209 inc/Elements/Social_Icon.php:288 889 #: inc/Elements/Staff_Member.php:238 inc/Elements/Subscription.php:116 890 #: inc/Elements/Teaser_Box.php:219 inc/Elements/Type.php:96 844 891 #: inc/Elements/Wording.php:144 inc/Elements/WpForm.php:188 845 892 #: inc/Elements/heading-with-separator.php:119 … … 848 895 849 896 #: inc/Elements/Contact_form_7.php:187 inc/Elements/Counter.php:144 850 #: inc/Elements/Creative_Button.php:12 9 inc/Elements/Creative_Button.php:153851 #: inc/Elements/Feature_list.php:14 1inc/Elements/Filterable_Portfolio.php:203897 #: inc/Elements/Creative_Button.php:127 inc/Elements/Creative_Button.php:151 898 #: inc/Elements/Feature_list.php:143 inc/Elements/Filterable_Portfolio.php:203 852 899 #: inc/Elements/Filterable_Portfolio.php:287 853 #: inc/Elements/Filterable_Portfolio.php:629 inc/Elements/Icon_Box.php:190 854 #: inc/Elements/Icon_List.php:148 inc/Elements/Icon_List.php:172 855 #: inc/Elements/Ninja_Forms.php:205 inc/Elements/Post_Grid.php:116 856 #: inc/Elements/Post_Grid.php:443 inc/Elements/Pricing_Table.php:210 857 #: inc/Elements/Pricing_Table.php:234 inc/Elements/Social_Icon.php:292 858 #: inc/Elements/Staff_Member.php:244 inc/Elements/Subscription.php:120 859 #: inc/Elements/Teaser_Box.php:172 inc/Elements/Testimonial.php:134 860 #: inc/Elements/Testimonial.php:138 inc/Elements/Testimonial_Slider.php:255 861 #: inc/Elements/Type.php:100 inc/Elements/Wording.php:148 862 #: inc/Elements/WpForm.php:192 inc/Elements/heading-with-separator.php:123 900 #: inc/Elements/Filterable_Portfolio.php:629 inc/Elements/Icon_Box.php:187 901 #: inc/Elements/Icon_List.php:146 inc/Elements/Icon_List.php:170 902 #: inc/Elements/Ninja_Forms.php:205 inc/Elements/Post_Grid.php:119 903 #: inc/Elements/Post_Grid.php:464 inc/Elements/Pricing_Table.php:213 904 #: inc/Elements/Pricing_Table.php:237 inc/Elements/Social_Icon.php:292 905 #: inc/Elements/Staff_Member.php:242 inc/Elements/Subscription.php:120 906 #: inc/Elements/Teaser_Box.php:223 inc/Elements/Type.php:100 907 #: inc/Elements/Wording.php:148 inc/Elements/WpForm.php:192 908 #: inc/Elements/heading-with-separator.php:123 863 909 msgid "Right" 864 910 msgstr "" … … 875 921 876 922 #: inc/Elements/Contact_form_7.php:234 inc/Elements/Ninja_Forms.php:252 877 #: inc/Elements/Promo-box.php:28 4inc/Elements/WpForm.php:239923 #: inc/Elements/Promo-box.php:282 inc/Elements/WpForm.php:239 878 924 msgid "Container Background Color" 879 925 msgstr "" … … 889 935 msgstr "" 890 936 891 #: inc/Elements/Contact_form_7.php:321 inc/Elements/Feature_list.php:4 02892 #: inc/Elements/Icon_Box.php:59 9inc/Elements/Ninja_Forms.php:339893 #: inc/Elements/Slider.php:3 62inc/Elements/WpForm.php:327937 #: inc/Elements/Contact_form_7.php:321 inc/Elements/Feature_list.php:442 938 #: inc/Elements/Icon_Box.php:598 inc/Elements/Ninja_Forms.php:339 939 #: inc/Elements/Slider.php:357 inc/Elements/WpForm.php:327 894 940 msgid "Description Bottom Spacing" 895 941 msgstr "" … … 981 1027 982 1028 #: inc/Elements/Contact_form_7.php:616 inc/Elements/Contact_form_7.php:632 983 #: inc/Elements/Counter.php:118 inc/Elements/Icon_List.php:18 81029 #: inc/Elements/Counter.php:118 inc/Elements/Icon_List.php:186 984 1030 #: inc/Elements/Skillbar.php:107 inc/Elements/Subscription.php:137 985 1031 #: inc/Elements/Wording.php:107 … … 988 1034 989 1035 #: inc/Elements/Contact_form_7.php:617 inc/Elements/Contact_form_7.php:633 990 #: inc/Elements/Counter.php:119 inc/Elements/Icon_List.php:18 91036 #: inc/Elements/Counter.php:119 inc/Elements/Icon_List.php:187 991 1037 #: inc/Elements/Skillbar.php:108 inc/Elements/Subscription.php:138 992 1038 #: inc/Elements/Wording.php:108 … … 1008 1054 1009 1055 #: inc/Elements/Contact_form_7.php:689 inc/Elements/Ninja_Forms.php:554 1010 #: inc/Elements/Pricing_Table.php:7 03 inc/Elements/Teaser_Box.php:4131056 #: inc/Elements/Pricing_Table.php:733 inc/Elements/Teaser_Box.php:428 1011 1057 #: inc/Elements/WpForm.php:594 1012 1058 msgid "Button Bottom Spacing" … … 1041 1087 msgstr "" 1042 1088 1043 #: inc/Elements/Counter.php:130 inc/Elements/Feature_list.php:12 71044 #: inc/Elements/Icon_Box.php:17 6inc/Elements/Social_Icon.php:2781045 #: inc/Elements/Staff_Member.php:2 30inc/Elements/Subscription.php:1061046 #: inc/Elements/Teaser_Box.php: 158inc/Elements/Type.php:861089 #: inc/Elements/Counter.php:130 inc/Elements/Feature_list.php:129 1090 #: inc/Elements/Icon_Box.php:173 inc/Elements/Social_Icon.php:278 1091 #: inc/Elements/Staff_Member.php:228 inc/Elements/Subscription.php:106 1092 #: inc/Elements/Teaser_Box.php:209 inc/Elements/Type.php:86 1047 1093 #: inc/Elements/Wording.php:134 inc/Elements/heading-with-separator.php:109 1048 1094 msgid "Set Alignment" … … 1053 1099 msgstr "" 1054 1100 1055 #: inc/Elements/Counter.php:300 inc/Elements/Feature_list.php:29 61056 #: inc/Elements/Icon_Box.php:4 92 inc/Elements/Staff_Member.php:6741101 #: inc/Elements/Counter.php:300 inc/Elements/Feature_list.php:299 1102 #: inc/Elements/Icon_Box.php:489 inc/Elements/Staff_Member.php:672 1057 1103 msgid "Icon Bottom Spacing" 1058 1104 msgstr "" … … 1110 1156 msgstr "" 1111 1157 1112 #: inc/Elements/Creative_Button.php:11 51158 #: inc/Elements/Creative_Button.php:113 1113 1159 msgid "Button Align" 1114 1160 msgstr "" 1115 1161 1116 #: inc/Elements/Creative_Button.php:14 2 inc/Elements/Icon_List.php:1611117 #: inc/Elements/Pricing_Table.php:22 31162 #: inc/Elements/Creative_Button.php:140 inc/Elements/Icon_List.php:159 1163 #: inc/Elements/Pricing_Table.php:226 1118 1164 msgid "Icon Position" 1119 1165 msgstr "" 1120 1166 1121 #: inc/Elements/Creative_Button.php:16 5inc/Elements/Social_Icon.php:5721167 #: inc/Elements/Creative_Button.php:163 inc/Elements/Social_Icon.php:572 1122 1168 msgid "Button Hover Animation" 1123 1169 msgstr "" 1124 1170 1125 #: inc/Elements/Creative_Button.php:18 31171 #: inc/Elements/Creative_Button.php:181 1126 1172 msgid "Button & Text" 1127 1173 msgstr "" 1128 1174 1129 #: inc/Elements/Creative_Button.php:236 inc/Elements/Flip_Box.php:340 1130 #: inc/Elements/Icon_List.php:343 inc/Elements/Pricing_Table.php:634 1131 #: inc/Elements/Staff_Member.php:492 inc/Elements/Subscription.php:241 1132 #: inc/Elements/Testimonial.php:294 inc/Elements/Testimonial.php:337 1133 #: inc/Elements/Testimonial.php:380 inc/Elements/Testimonial_Slider.php:395 1134 #: inc/Elements/Testimonial_Slider.php:438 1135 #: inc/Elements/Testimonial_Slider.php:481 1175 #: inc/Elements/Creative_Button.php:234 inc/Elements/Flip_Box.php:403 1176 #: inc/Elements/Icon_List.php:341 inc/Elements/Pricing_Table.php:664 1177 #: inc/Elements/Staff_Member.php:490 inc/Elements/Subscription.php:241 1178 #: inc/Elements/Testimonial.php:466 inc/Elements/Testimonial_Slider.php:571 1136 1179 msgid "Text Color" 1137 1180 msgstr "" 1138 1181 1139 #: inc/Elements/Creative_Button.php:24 7 inc/Elements/Icon_List.php:3531140 #: inc/Elements/Pricing_Table.php:6 561182 #: inc/Elements/Creative_Button.php:245 inc/Elements/Icon_List.php:351 1183 #: inc/Elements/Pricing_Table.php:686 1141 1184 msgid "Text Hover Color" 1142 1185 msgstr "" 1143 1186 1144 #: inc/Elements/Creative_Button.php:29 9 inc/Elements/Icon_Box.php:2531187 #: inc/Elements/Creative_Button.php:297 inc/Elements/Icon_Box.php:250 1145 1188 msgid "Border Hover Color" 1146 1189 msgstr "" 1147 1190 1148 #: inc/Elements/Creative_Button.php:36 81191 #: inc/Elements/Creative_Button.php:366 1149 1192 msgid "Button/Icon Spacing" 1150 1193 msgstr "" 1151 1194 1152 #: inc/Elements/Creative_Button.php:37 81195 #: inc/Elements/Creative_Button.php:376 1153 1196 msgid "You may need to chane button width" 1154 1197 msgstr "" 1155 1198 1156 #: inc/Elements/Creative_Button.php:413 1157 msgid "Button Shadow" 1158 msgstr "" 1159 1160 #: inc/Elements/Feature_list.php:28 1199 #: inc/Elements/Feature_list.php:30 1161 1200 msgid "DA: Feature List" 1162 1201 msgstr "" 1163 1202 1164 #: inc/Elements/Feature_list.php: 591203 #: inc/Elements/Feature_list.php:61 1165 1204 msgid "Feature List" 1166 1205 msgstr "" 1167 1206 1168 #: inc/Elements/Feature_list.php:8 61207 #: inc/Elements/Feature_list.php:88 1169 1208 msgid "I am feature title" 1170 1209 msgstr "" 1171 1210 1172 #: inc/Elements/Feature_list.php:9 51211 #: inc/Elements/Feature_list.php:97 1173 1212 msgid "Feature Description" 1174 1213 msgstr "" 1175 1214 1176 #: inc/Elements/Feature_list.php:9 61215 #: inc/Elements/Feature_list.php:98 1177 1216 msgid "" 1178 1217 "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod " … … 1180 1219 msgstr "" 1181 1220 1182 #: inc/Elements/Feature_list.php:10 41221 #: inc/Elements/Feature_list.php:106 1183 1222 msgid "Feature Item" 1184 1223 msgstr "" 1185 1224 1186 #: inc/Elements/Feature_list.php:1 581225 #: inc/Elements/Feature_list.php:160 1187 1226 msgid "Feature Icon" 1188 1227 msgstr "" 1189 1228 1190 #: inc/Elements/Feature_list.php:263 inc/Elements/Post_Carousel.php:365 1191 #: inc/Elements/Products.php:299 inc/Elements/Slider.php:420 1192 #: inc/Elements/Staff_Member.php:619 inc/Elements/Testimonial_Slider.php:653 1229 #: inc/Elements/Feature_list.php:266 inc/Elements/Post_Carousel.php:365 1230 #: inc/Elements/Pricing_Table.php:309 inc/Elements/Products.php:299 1231 #: inc/Elements/Slider.php:415 inc/Elements/Staff_Member.php:617 1232 #: inc/Elements/Testimonial_Slider.php:784 1193 1233 msgid "Hover Background Color" 1194 1234 msgstr "" 1195 1235 1196 #: inc/Elements/Feature_list.php:31 61236 #: inc/Elements/Feature_list.php:319 1197 1237 msgid "Feature List Content" 1198 1238 msgstr "" 1199 1239 1200 #: inc/Elements/Feature_list.php:349 1240 #: inc/Elements/Feature_list.php:350 1241 msgid "Content Hover Background Color" 1242 msgstr "" 1243 1244 #: inc/Elements/Feature_list.php:363 1201 1245 msgid "Feature List Title" 1202 1246 msgstr "" 1203 1247 1204 #: inc/Elements/Feature_list.php: 3921248 #: inc/Elements/Feature_list.php:432 1205 1249 msgid "Feature List Description" 1206 1250 msgstr "" … … 1215 1259 1216 1260 #: inc/Elements/Filterable_Portfolio.php:56 inc/Elements/Post_Carousel.php:51 1217 #: inc/Elements/Post_Grid.php:5 21261 #: inc/Elements/Post_Grid.php:55 1218 1262 msgid "Number of Post" 1219 1263 msgstr "" … … 1223 1267 msgstr "" 1224 1268 1225 #: inc/Elements/Filterable_Portfolio.php:73 inc/Elements/Post_Grid.php: 691269 #: inc/Elements/Filterable_Portfolio.php:73 inc/Elements/Post_Grid.php:72 1226 1270 msgid "One" 1227 1271 msgstr "" 1228 1272 1229 #: inc/Elements/Filterable_Portfolio.php:74 inc/Elements/Post_Grid.php:7 11273 #: inc/Elements/Filterable_Portfolio.php:74 inc/Elements/Post_Grid.php:74 1230 1274 msgid "Two" 1231 1275 msgstr "" 1232 1276 1233 #: inc/Elements/Filterable_Portfolio.php:75 inc/Elements/Post_Grid.php:7 31277 #: inc/Elements/Filterable_Portfolio.php:75 inc/Elements/Post_Grid.php:76 1234 1278 #: inc/Elements/Products.php:190 1235 1279 msgid "Three" … … 1265 1309 1266 1310 #: inc/Elements/Filterable_Portfolio.php:110 inc/Elements/Popular_Post.php:51 1267 #: inc/Elements/Post_Carousel.php:61 inc/Elements/Post_Grid.php:1 281311 #: inc/Elements/Post_Carousel.php:61 inc/Elements/Post_Grid.php:131 1268 1312 msgid "Post Categories" 1269 1313 msgstr "" 1270 1314 1271 #: inc/Elements/Filterable_Portfolio.php:121 inc/Elements/Post_Grid.php:1 381315 #: inc/Elements/Filterable_Portfolio.php:121 inc/Elements/Post_Grid.php:141 1272 1316 msgid "Exclude Categories" 1273 1317 msgstr "" 1274 1318 1275 1319 #: inc/Elements/Filterable_Portfolio.php:133 inc/Elements/Post_Carousel.php:74 1276 #: inc/Elements/Post_Grid.php:1 491320 #: inc/Elements/Post_Grid.php:152 1277 1321 msgid "Post Order" 1278 1322 msgstr "" 1279 1323 1280 1324 #: inc/Elements/Filterable_Portfolio.php:138 inc/Elements/Post_Carousel.php:79 1281 #: inc/Elements/Post_Grid.php:15 4inc/Elements/Products.php:1271325 #: inc/Elements/Post_Grid.php:157 inc/Elements/Products.php:127 1282 1326 msgid "ASC" 1283 1327 msgstr "" 1284 1328 1285 1329 #: inc/Elements/Filterable_Portfolio.php:140 inc/Elements/Post_Carousel.php:81 1286 #: inc/Elements/Post_Grid.php:15 6inc/Elements/Products.php:1291330 #: inc/Elements/Post_Grid.php:159 inc/Elements/Products.php:129 1287 1331 msgid "DESC" 1288 1332 msgstr "" 1289 1333 1290 1334 #: inc/Elements/Filterable_Portfolio.php:152 inc/Elements/Post_Carousel.php:93 1291 #: inc/Elements/Post_Grid.php:1 681335 #: inc/Elements/Post_Grid.php:171 1292 1336 msgid "Post Order By" 1293 1337 msgstr "" 1294 1338 1295 1339 #: inc/Elements/Filterable_Portfolio.php:157 inc/Elements/Post_Carousel.php:98 1296 #: inc/Elements/Post_Grid.php:17 3inc/Elements/Products.php:1081340 #: inc/Elements/Post_Grid.php:176 inc/Elements/Products.php:108 1297 1341 msgid "Date" 1298 1342 msgstr "" … … 1326 1370 msgstr "" 1327 1371 1328 #: inc/Elements/Filterable_Portfolio.php:221 inc/Elements/Teaser_Box.php:1 371372 #: inc/Elements/Filterable_Portfolio.php:221 inc/Elements/Teaser_Box.php:187 1329 1373 #: inc/Reuses/Reuse.php:24 1330 1374 msgid "Read More" … … 1339 1383 msgstr "" 1340 1384 1341 #: inc/Elements/Filterable_Portfolio.php:257 inc/Elements/Post_Grid.php:18 61385 #: inc/Elements/Filterable_Portfolio.php:257 inc/Elements/Post_Grid.php:189 1342 1386 msgid "Enable Excerpt?" 1343 1387 msgstr "" … … 1353 1397 #: inc/Elements/Filterable_Portfolio.php:322 1354 1398 #: inc/Elements/Filterable_Portfolio.php:463 1355 #: inc/Elements/Filterable_Portfolio.php:533 inc/Elements/Flip_Box.php:2 361356 #: inc/Elements/Flip_Box.php: 293inc/Elements/Popular_Post.php:761399 #: inc/Elements/Filterable_Portfolio.php:533 inc/Elements/Flip_Box.php:288 1400 #: inc/Elements/Flip_Box.php:361 inc/Elements/Popular_Post.php:76 1357 1401 #: inc/Elements/Post_Carousel.php:220 inc/Elements/Post_Carousel.php:274 1358 #: inc/Elements/Post_Grid.php:2 87 inc/Elements/Post_Grid.php:3411359 #: inc/Elements/Products.php:218 inc/Elements/Slider.php:4 611360 #: inc/Elements/Teaser_Box.php:2 47 inc/Elements/Teaser_Box.php:3041361 #: inc/Elements/Testimonial.php:2 18 inc/Elements/Testimonial.php:2821362 #: inc/Elements/Testimonial_Slider.php:3 191363 #: inc/Elements/Testimonial_Slider.php: 3831402 #: inc/Elements/Post_Grid.php:290 inc/Elements/Post_Grid.php:362 1403 #: inc/Elements/Products.php:218 inc/Elements/Slider.php:456 1404 #: inc/Elements/Teaser_Box.php:297 inc/Elements/Teaser_Box.php:372 1405 #: inc/Elements/Testimonial.php:285 inc/Elements/Testimonial.php:328 1406 #: inc/Elements/Testimonial_Slider.php:392 1407 #: inc/Elements/Testimonial_Slider.php:434 1364 1408 msgid "Bottom Spacing" 1365 1409 msgstr "" … … 1377 1421 msgstr "" 1378 1422 1379 #: inc/Elements/Filterable_Portfolio.php:379 inc/Elements/Image_Overlay.php: 591423 #: inc/Elements/Filterable_Portfolio.php:379 inc/Elements/Image_Overlay.php:62 1380 1424 msgid "Image Overlay" 1381 1425 msgstr "" … … 1394 1438 1395 1439 #: inc/Elements/Filterable_Portfolio.php:454 inc/Elements/Popular_Post.php:67 1396 #: inc/Elements/Post_Carousel.php:211 inc/Elements/Post_Grid.php:2 781440 #: inc/Elements/Post_Carousel.php:211 inc/Elements/Post_Grid.php:281 1397 1441 msgid "Blog Post Title" 1398 1442 msgstr "" … … 1403 1447 1404 1448 #: inc/Elements/Filterable_Portfolio.php:519 1405 #: inc/Elements/Post_Carousel.php:266 inc/Elements/Post_Grid.php:3 321449 #: inc/Elements/Post_Carousel.php:266 inc/Elements/Post_Grid.php:353 1406 1450 msgid "Blog Post Meta" 1407 1451 msgstr "" 1408 1452 1409 1453 #: inc/Elements/Filterable_Portfolio.php:545 1410 #: inc/Elements/Post_Carousel.php:289 inc/Elements/Post_Grid.php:3 531454 #: inc/Elements/Post_Carousel.php:289 inc/Elements/Post_Grid.php:374 1411 1455 msgid "Meta Color" 1412 1456 msgstr "" 1413 1457 1414 #: inc/Elements/Filterable_Portfolio.php:570 inc/Elements/Post_Grid.php: 3881458 #: inc/Elements/Filterable_Portfolio.php:570 inc/Elements/Post_Grid.php:409 1415 1459 msgid "Blog Post Text" 1416 1460 msgstr "" 1417 1461 1418 #: inc/Elements/Filterable_Portfolio.php:583 inc/Elements/Post_Grid.php: 3971462 #: inc/Elements/Filterable_Portfolio.php:583 inc/Elements/Post_Grid.php:418 1419 1463 msgid "Content Bottom Spacing" 1420 1464 msgstr "" 1421 1465 1422 #: inc/Elements/Filterable_Portfolio.php:615 inc/Elements/Post_Grid.php:4 291466 #: inc/Elements/Filterable_Portfolio.php:615 inc/Elements/Post_Grid.php:450 1423 1467 msgid "Text Align" 1424 1468 msgstr "" 1425 1469 1426 #: inc/Elements/Filterable_Portfolio.php:633 inc/Elements/Post_Grid.php:4 471470 #: inc/Elements/Filterable_Portfolio.php:633 inc/Elements/Post_Grid.php:468 1427 1471 msgid "Justify" 1428 1472 msgstr "" 1429 1473 1430 #: inc/Elements/Filterable_Portfolio.php:651 inc/Elements/Post_Grid.php:4 651474 #: inc/Elements/Filterable_Portfolio.php:651 inc/Elements/Post_Grid.php:484 1431 1475 msgid "Blog Read More Button" 1432 1476 msgstr "" … … 1440 1484 msgstr "" 1441 1485 1442 #: inc/Elements/Filterable_Portfolio.php:80 11486 #: inc/Elements/Filterable_Portfolio.php:800 1443 1487 msgid "All" 1444 1488 msgstr "" 1445 1489 1446 #: inc/Elements/Filterable_Portfolio.php:902 inc/Elements/Post_Grid.php: 7551490 #: inc/Elements/Filterable_Portfolio.php:902 inc/Elements/Post_Grid.php:805 1447 1491 #, php-format 1448 1492 msgid "Continue reading%s" 1449 1493 msgstr "" 1450 1494 1451 #: inc/Elements/Filterable_Portfolio.php:911 inc/Elements/Post_Grid.php: 7651495 #: inc/Elements/Filterable_Portfolio.php:911 inc/Elements/Post_Grid.php:815 1452 1496 msgid ", " 1453 1497 msgstr "" 1454 1498 1455 #: inc/Elements/Filterable_Portfolio.php:913 inc/Elements/Post_Grid.php: 7671499 #: inc/Elements/Filterable_Portfolio.php:913 inc/Elements/Post_Grid.php:817 1456 1500 #, php-format 1457 1501 msgid "Tagged %1$s" 1458 1502 msgstr "" 1459 1503 1460 #: inc/Elements/Flip_Box.php:2 61504 #: inc/Elements/Flip_Box.php:29 1461 1505 msgid "DA: Flip Box" 1462 1506 msgstr "" 1463 1507 1464 #: inc/Elements/Flip_Box.php:4 41508 #: inc/Elements/Flip_Box.php:47 1465 1509 msgid "Flip Box" 1466 1510 msgstr "" 1467 1511 1468 #: inc/Elements/Flip_Box.php:5 2 inc/Elements/Teaser_Box.php:561512 #: inc/Elements/Flip_Box.php:55 inc/Elements/Teaser_Box.php:59 1469 1513 msgid "Upload Image" 1470 1514 msgstr "" 1471 1515 1472 #: inc/Elements/Flip_Box.php: 66 inc/Elements/Flip_Box.php:2271516 #: inc/Elements/Flip_Box.php:79 inc/Elements/Flip_Box.php:279 1473 1517 msgid "Flip Box Title" 1474 1518 msgstr "" 1475 1519 1476 #: inc/Elements/Flip_Box.php: 68inc/Elements/Staff_Member.php:1101477 #: inc/Elements/Teaser_Box.php: 82 inc/Elements/Testimonial.php:941478 #: inc/Elements/Testimonial_Slider.php: 861520 #: inc/Elements/Flip_Box.php:84 inc/Elements/Staff_Member.php:110 1521 #: inc/Elements/Teaser_Box.php:99 inc/Elements/Testimonial.php:107 1522 #: inc/Elements/Testimonial_Slider.php:97 1479 1523 msgid "John Doe" 1480 1524 msgstr "" 1481 1525 1482 #: inc/Elements/Flip_Box.php:111 inc/Elements/Slider.php:98 1526 #: inc/Elements/Flip_Box.php:131 1527 msgid "Show/Hide Sub Title" 1528 msgstr "" 1529 1530 #: inc/Elements/Flip_Box.php:144 inc/Elements/Slider.php:96 1483 1531 msgid "Sub Title" 1484 1532 msgstr "" 1485 1533 1486 #: inc/Elements/Flip_Box.php:1 131534 #: inc/Elements/Flip_Box.php:149 1487 1535 msgid "Add subtitle or leave it blank." 1488 1536 msgstr "" 1489 1537 1490 #: inc/Elements/Flip_Box.php:120 inc/Elements/Flip_Box.php:329 1538 #: inc/Elements/Flip_Box.php:156 inc/Elements/Teaser_Box.php:144 1539 msgid "Show/Hide Text" 1540 msgstr "" 1541 1542 #: inc/Elements/Flip_Box.php:169 inc/Elements/Flip_Box.php:395 1491 1543 msgid "Flip Box Text" 1492 1544 msgstr "" 1493 1545 1494 #: inc/Elements/Flip_Box.php:1 221546 #: inc/Elements/Flip_Box.php:174 1495 1547 msgid "Add flip-box text here or leave it blank." 1496 1548 msgstr "" 1497 1549 1498 #: inc/Elements/Flip_Box.php:1 351550 #: inc/Elements/Flip_Box.php:187 1499 1551 msgid "Flip Box Size" 1500 1552 msgstr "" 1501 1553 1502 #: inc/Elements/Flip_Box.php:1 431554 #: inc/Elements/Flip_Box.php:195 1503 1555 msgid "Flip Box Width" 1504 1556 msgstr "" 1505 1557 1506 #: inc/Elements/Flip_Box.php: 1641558 #: inc/Elements/Flip_Box.php:216 1507 1559 msgid "Flip Box Height" 1508 1560 msgstr "" 1509 1561 1510 #: inc/Elements/Flip_Box.php: 1841562 #: inc/Elements/Flip_Box.php:236 1511 1563 msgid "Flip Box Image Width" 1512 1564 msgstr "" 1513 1565 1514 #: inc/Elements/Flip_Box.php:2 051566 #: inc/Elements/Flip_Box.php:257 1515 1567 msgid "Flip Box Image Height" 1516 1568 msgstr "" 1517 1569 1518 #: inc/Elements/Flip_Box.php: 2841570 #: inc/Elements/Flip_Box.php:352 1519 1571 msgid "Flip Box Subtitle" 1520 1572 msgstr "" 1521 1573 1522 #: inc/Elements/Flip_Box.php:3 051574 #: inc/Elements/Flip_Box.php:373 1523 1575 msgid "Subtitle Color" 1524 1576 msgstr "" 1525 1577 1526 #: inc/Elements/Flip_Box.php:364 1527 msgid "Flip Box Content" 1528 msgstr "" 1529 1530 #: inc/Elements/Flip_Box.php:404 1578 #: inc/Elements/Flip_Box.php:427 1579 msgid "Flip Box Container" 1580 msgstr "" 1581 1582 #: inc/Elements/Flip_Box.php:446 inc/Elements/Post_Grid.php:592 1583 #: inc/Elements/Pricing_Table.php:897 inc/Elements/Teaser_Box.php:575 1584 msgid "Container Hover Background Color" 1585 msgstr "" 1586 1587 #: inc/Elements/Flip_Box.php:497 1531 1588 msgid "Avatar" 1532 1589 msgstr "" 1533 1590 1534 #: inc/Elements/Icon_Box.php:3 11591 #: inc/Elements/Icon_Box.php:30 1535 1592 msgid "DA: Icon Box" 1536 1593 msgstr "" 1537 1594 1538 #: inc/Elements/Icon_Box.php:6 51595 #: inc/Elements/Icon_Box.php:64 1539 1596 msgid "Icon Box" 1540 1597 msgstr "" 1541 1598 1542 #: inc/Elements/Icon_Box.php:8 81599 #: inc/Elements/Icon_Box.php:87 1543 1600 msgid "Icon Link" 1544 1601 msgstr "" 1545 1602 1546 #: inc/Elements/Icon_Box.php:91 inc/Elements/Promo-box.php:84 1603 #: inc/Elements/Icon_Box.php:90 inc/Elements/Image_Overlay.php:165 1604 #: inc/Elements/Promo-box.php:84 inc/Elements/Slider.php:76 1605 #: inc/Elements/Teaser_Box.php:200 1547 1606 msgid "https://softfirm.net/" 1548 1607 msgstr "" 1549 1608 1550 #: inc/Elements/Icon_Box.php: 102 inc/Elements/Icon_Box.php:5171609 #: inc/Elements/Icon_Box.php:99 inc/Elements/Icon_Box.php:514 1551 1610 msgid "Icon Box Title" 1552 1611 msgstr "" 1553 1612 1554 #: inc/Elements/Icon_Box.php:10 41613 #: inc/Elements/Icon_Box.php:101 1555 1614 msgid "I am Icon Title." 1556 1615 msgstr "" 1557 1616 1558 #: inc/Elements/Icon_Box.php:13 51617 #: inc/Elements/Icon_Box.php:132 1559 1618 msgid "Icon Box Text" 1560 1619 msgstr "" 1561 1620 1562 #: inc/Elements/Icon_Box.php:13 71621 #: inc/Elements/Icon_Box.php:134 1563 1622 msgid "Add Icon text here or leave it blank." 1564 1623 msgstr "" 1565 1624 1566 #: inc/Elements/Icon_Box.php:14 51625 #: inc/Elements/Icon_Box.php:142 1567 1626 msgid "Enable Link on Text?" 1568 1627 msgstr "" 1569 1628 1570 #: inc/Elements/Icon_Box.php:16 81629 #: inc/Elements/Icon_Box.php:165 1571 1630 msgid "Icon_Box Item Style" 1572 1631 msgstr "" 1573 1632 1574 #: inc/Elements/Icon_Box.php: 202inc/Elements/Social_Icon.php:1681633 #: inc/Elements/Icon_Box.php:199 inc/Elements/Social_Icon.php:168 1575 1634 #: inc/Elements/Social_Icon.php:215 inc/Elements/Social_Icon.php:319 1576 1635 #: inc/Elements/Social_Icon.php:403 inc/Elements/Social_Icon.php:451 … … 1578 1637 msgstr "" 1579 1638 1580 #: inc/Elements/Icon_Box.php:21 91639 #: inc/Elements/Icon_Box.php:216 1581 1640 msgid "Background Hover Color" 1582 1641 msgstr "" 1583 1642 1584 #: inc/Elements/Icon_Box.php:279 1585 msgid "Container Shadow" 1586 msgstr "" 1587 1588 #: inc/Elements/Icon_Box.php:289 1589 msgid "Container Hover Shadow" 1590 msgstr "" 1591 1592 #: inc/Elements/Icon_Box.php:301 inc/Elements/Icon_Box.php:482 1643 #: inc/Elements/Icon_Box.php:298 inc/Elements/Icon_Box.php:479 1593 1644 msgid "Icon Hover Animation" 1594 1645 msgstr "" 1595 1646 1596 #: inc/Elements/Icon_Box.php:59 11647 #: inc/Elements/Icon_Box.php:590 1597 1648 msgid "Icon Box Description" 1598 1649 msgstr "" … … 1606 1657 msgstr "" 1607 1658 1608 #: inc/Elements/Icon_List.php:75 inc/Elements/Icon_List.php:20 61609 #: inc/Elements/Pricing_Table.php:14 5 inc/Elements/Pricing_Table.php:4951659 #: inc/Elements/Icon_List.php:75 inc/Elements/Icon_List.php:204 1660 #: inc/Elements/Pricing_Table.php:148 inc/Elements/Pricing_Table.php:525 1610 1661 msgid "List Icon" 1611 1662 msgstr "" … … 1623 1674 msgstr "" 1624 1675 1625 #: inc/Elements/Icon_List.php:1 111676 #: inc/Elements/Icon_List.php:109 1626 1677 msgid "Icon List Item" 1627 1678 msgstr "" 1628 1679 1629 #: inc/Elements/Icon_List.php:13 41680 #: inc/Elements/Icon_List.php:132 1630 1681 msgid "Icon List Align" 1631 1682 msgstr "" 1632 1683 1633 #: inc/Elements/Icon_List.php:18 41684 #: inc/Elements/Icon_List.php:182 1634 1685 msgid "Icon List Layout" 1635 1686 msgstr "" 1636 1687 1637 #: inc/Elements/Icon_List.php:26 21688 #: inc/Elements/Icon_List.php:260 1638 1689 msgid "Icon List Spacing" 1639 1690 msgstr "" 1640 1691 1641 #: inc/Elements/Icon_List.php:2 701692 #: inc/Elements/Icon_List.php:268 1642 1693 msgid "Icon List Bottom Spacing" 1643 1694 msgstr "" 1644 1695 1645 #: inc/Elements/Icon_List.php:28 51696 #: inc/Elements/Icon_List.php:283 1646 1697 msgid "Icon List Right Spacing" 1647 1698 msgstr "" 1648 1699 1649 #: inc/Elements/Icon_List.php:33 41700 #: inc/Elements/Icon_List.php:332 1650 1701 msgid "Icon List Text" 1651 1702 msgstr "" 1652 1703 1653 #: inc/Elements/Icon_List.php:37 51704 #: inc/Elements/Icon_List.php:373 1654 1705 msgid "Icon List Content" 1655 1706 msgstr "" 1656 1707 1657 #: inc/Elements/Image_Overlay.php:2 61708 #: inc/Elements/Image_Overlay.php:29 1658 1709 msgid "DA: Image Overlay" 1659 1710 msgstr "" 1660 1711 1661 #: inc/Elements/Image_Overlay.php: 68 inc/Elements/Post_Grid.php:2291712 #: inc/Elements/Image_Overlay.php:71 inc/Elements/Post_Grid.php:232 1662 1713 #: inc/Elements/Promo-box.php:71 inc/Elements/Slider.php:63 1663 #: inc/Elements/Staff_Member.php:75 inc/Elements/Teaser_Box.php: 1871664 #: inc/Elements/Testimonial.php: 69 inc/Elements/Testimonial_Slider.php:711714 #: inc/Elements/Staff_Member.php:75 inc/Elements/Teaser_Box.php:239 1715 #: inc/Elements/Testimonial.php:72 inc/Elements/Testimonial_Slider.php:74 1665 1716 msgid "Image" 1666 1717 msgstr "" 1667 1718 1668 #: inc/Elements/Image_Overlay.php:94 1719 #: inc/Elements/Image_Overlay.php:95 inc/Elements/Slider.php:262 1720 msgid "Show/Hide Overlay" 1721 msgstr "" 1722 1723 #: inc/Elements/Image_Overlay.php:114 1669 1724 msgid "Overlay Title" 1670 1725 msgstr "" 1671 1726 1672 #: inc/Elements/Image_Overlay.php: 951727 #: inc/Elements/Image_Overlay.php:115 1673 1728 msgid "I am Overlay Title" 1674 1729 msgstr "" 1675 1730 1676 #: inc/Elements/Image_Overlay.php:139 inc/Elements/Slider.php:73 1677 #: inc/Elements/Social_Icon.php:82 1731 #: inc/Elements/Image_Overlay.php:162 inc/Elements/Slider.php:73 1732 #: inc/Elements/Social_Icon.php:82 inc/Elements/Testimonial.php:94 1733 #: inc/Elements/Testimonial_Slider.php:84 1678 1734 msgid "Link" 1679 1735 msgstr "" 1680 1736 1681 #: inc/Elements/Image_Overlay.php:1 541737 #: inc/Elements/Image_Overlay.php:183 1682 1738 msgid "Overlay Subtitle" 1683 1739 msgstr "" 1684 1740 1685 #: inc/Elements/Image_Overlay.php:1 551741 #: inc/Elements/Image_Overlay.php:184 1686 1742 msgid "I am Overlay Subtitle" 1687 1743 msgstr "" 1688 1744 1689 #: inc/Elements/Image_Overlay.php:1 671745 #: inc/Elements/Image_Overlay.php:196 1690 1746 msgid "Image Overlay Style" 1691 1747 msgstr "" 1692 1748 1693 #: inc/Elements/Image_Overlay.php:175 inc/Elements/Slider.php:267 1694 msgid "Show/Hide Overlay" 1695 msgstr "" 1696 1697 #: inc/Elements/Image_Overlay.php:196 1749 #: inc/Elements/Image_Overlay.php:216 1698 1750 msgid "Overlay Border Radius" 1699 1751 msgstr "" 1700 1752 1701 #: inc/Elements/Image_Overlay.php:258 1753 #: inc/Elements/Image_Overlay.php:269 1754 msgid "Overlay Title Style" 1755 msgstr "" 1756 1757 #: inc/Elements/Image_Overlay.php:330 1758 msgid "Overlay Sub Title Style" 1759 msgstr "" 1760 1761 #: inc/Elements/Image_Overlay.php:340 1702 1762 msgid "Sub Title Color" 1763 msgstr "" 1764 1765 #: inc/Elements/Image_Overlay.php:382 inc/Elements/Post_Grid.php:264 1766 #: inc/Elements/Staff_Member.php:286 1767 msgid "Image Border Radius" 1768 msgstr "" 1769 1770 #: inc/Elements/Image_Overlay.php:394 inc/Elements/Testimonial.php:303 1771 #: inc/Elements/Testimonial_Slider.php:410 1772 msgid "Image Shadow" 1773 msgstr "" 1774 1775 #: inc/Elements/Image_Overlay.php:403 1776 msgid "Image Hover Shadow" 1703 1777 msgstr "" 1704 1778 … … 1769 1843 1770 1844 #: inc/Elements/Post_Carousel.php:122 inc/Elements/Products.php:183 1771 #: inc/Elements/Testimonial_Slider.php: 1571845 #: inc/Elements/Testimonial_Slider.php:234 1772 1846 msgid "No of Slide per Page" 1773 1847 msgstr "" … … 1777 1851 msgstr "" 1778 1852 1779 #: inc/Elements/Post_Carousel.php:135 inc/Elements/Slider.php:17 51780 #: inc/Elements/Testimonial_Slider.php: 1711853 #: inc/Elements/Post_Carousel.php:135 inc/Elements/Slider.php:170 1854 #: inc/Elements/Testimonial_Slider.php:248 1781 1855 msgid "Animation Speed" 1782 1856 msgstr "" 1783 1857 1784 #: inc/Elements/Post_Carousel.php:141 inc/Elements/Slider.php:1 811785 #: inc/Elements/Testimonial_Slider.php: 1771858 #: inc/Elements/Post_Carousel.php:141 inc/Elements/Slider.php:176 1859 #: inc/Elements/Testimonial_Slider.php:254 1786 1860 msgid "Value in milliseconds. Default:300" 1787 1861 msgstr "" 1788 1862 1789 #: inc/Elements/Post_Carousel.php:149 inc/Elements/Slider.php:18 91790 #: inc/Elements/Testimonial_Slider.php: 1851863 #: inc/Elements/Post_Carousel.php:149 inc/Elements/Slider.php:184 1864 #: inc/Elements/Testimonial_Slider.php:262 1791 1865 msgid "Slider Autoplay?" 1792 1866 msgstr "" 1793 1867 1794 #: inc/Elements/Post_Carousel.php:162 inc/Elements/Slider.php: 2021795 #: inc/Elements/Testimonial_Slider.php: 1981868 #: inc/Elements/Post_Carousel.php:162 inc/Elements/Slider.php:197 1869 #: inc/Elements/Testimonial_Slider.php:275 1796 1870 msgid "Autoplay Speed" 1797 1871 msgstr "" 1798 1872 1799 #: inc/Elements/Post_Carousel.php:171 inc/Elements/Slider.php:2 111800 #: inc/Elements/Testimonial_Slider.php:2 071873 #: inc/Elements/Post_Carousel.php:171 inc/Elements/Slider.php:206 1874 #: inc/Elements/Testimonial_Slider.php:284 1801 1875 msgid "Value in milliseconds. Default:3000" 1802 1876 msgstr "" 1803 1877 1804 #: inc/Elements/Post_Carousel.php:180 inc/Elements/Slider.php:2 201805 #: inc/Elements/Testimonial_Slider.php:2 161878 #: inc/Elements/Post_Carousel.php:180 inc/Elements/Slider.php:215 1879 #: inc/Elements/Testimonial_Slider.php:293 1806 1880 msgid "Infinite Loop?" 1807 1881 msgstr "" … … 1811 1885 msgstr "" 1812 1886 1813 #: inc/Elements/Post_Carousel.php:300 inc/Elements/Post_Grid.php:3 651887 #: inc/Elements/Post_Carousel.php:300 inc/Elements/Post_Grid.php:386 1814 1888 msgid "Meta Hover Color" 1815 1889 msgstr "" 1816 1890 1817 1891 #: inc/Elements/Post_Carousel.php:322 inc/Elements/Products.php:256 1818 #: inc/Elements/Slider.php:37 6 inc/Elements/Testimonial_Slider.php:6091892 #: inc/Elements/Slider.php:371 inc/Elements/Testimonial_Slider.php:740 1819 1893 msgid "Navigation" 1820 1894 msgstr "" 1821 1895 1822 1896 #: inc/Elements/Post_Carousel.php:331 inc/Elements/Products.php:265 1823 #: inc/Elements/Slider.php:38 5 inc/Elements/Testimonial_Slider.php:6181897 #: inc/Elements/Slider.php:380 inc/Elements/Testimonial_Slider.php:749 1824 1898 msgid "Arrow Color" 1825 1899 msgstr "" 1826 1900 1827 1901 #: inc/Elements/Post_Carousel.php:343 inc/Elements/Products.php:277 1828 #: inc/Elements/Slider.php:39 7 inc/Elements/Testimonial_Slider.php:6411902 #: inc/Elements/Slider.php:392 inc/Elements/Testimonial_Slider.php:772 1829 1903 msgid "Arrow Background Color" 1830 1904 msgstr "" 1831 1905 1832 1906 #: inc/Elements/Post_Carousel.php:354 inc/Elements/Products.php:288 1833 #: inc/Elements/Slider.php:40 9 inc/Elements/Testimonial_Slider.php:6301907 #: inc/Elements/Slider.php:404 inc/Elements/Testimonial_Slider.php:761 1834 1908 msgid "Hover Color" 1835 1909 msgstr "" 1836 1910 1837 #: inc/Elements/Post_Grid.php:2 61911 #: inc/Elements/Post_Grid.php:29 1838 1912 msgid "DA: Post Grid" 1839 1913 msgstr "" 1840 1914 1841 #: inc/Elements/Post_Grid.php:4 41915 #: inc/Elements/Post_Grid.php:47 1842 1916 msgid "Post Grid" 1843 1917 msgstr "" 1844 1918 1845 #: inc/Elements/Post_Grid.php:6 31919 #: inc/Elements/Post_Grid.php:66 1846 1920 msgid "Column Number & Layout" 1847 1921 msgstr "" 1848 1922 1849 #: inc/Elements/Post_Grid.php:7 01923 #: inc/Elements/Post_Grid.php:73 1850 1924 msgid "One - Inline" 1851 1925 msgstr "" 1852 1926 1853 #: inc/Elements/Post_Grid.php:7 21927 #: inc/Elements/Post_Grid.php:75 1854 1928 msgid "Two - First Post Full Width" 1855 1929 msgstr "" 1856 1930 1857 #: inc/Elements/Post_Grid.php:7 41931 #: inc/Elements/Post_Grid.php:77 1858 1932 msgid "Three - First Post Full Width" 1859 1933 msgstr "" 1860 1934 1861 #: inc/Elements/Post_Grid.php:8 41935 #: inc/Elements/Post_Grid.php:87 1862 1936 msgid "Blog Background Shadow" 1863 1937 msgstr "" 1864 1938 1865 #: inc/Elements/Post_Grid.php: 891939 #: inc/Elements/Post_Grid.php:92 1866 1940 msgid "White Shadow" 1867 1941 msgstr "" 1868 1942 1869 #: inc/Elements/Post_Grid.php:9 11943 #: inc/Elements/Post_Grid.php:94 1870 1944 msgid "Simple" 1871 1945 msgstr "" 1872 1946 1873 #: inc/Elements/Post_Grid.php:10 21947 #: inc/Elements/Post_Grid.php:105 1874 1948 msgid "Header Align" 1875 1949 msgstr "" 1876 1950 1877 #: inc/Elements/Post_Grid.php: 1991951 #: inc/Elements/Post_Grid.php:202 1878 1952 msgid "Show/Hide Date on Meta?" 1879 1953 msgstr "" 1880 1954 1881 #: inc/Elements/Post_Grid.php:21 11955 #: inc/Elements/Post_Grid.php:214 1882 1956 msgid "Show/Hide Date on Feature Image?" 1883 1957 msgstr "" 1884 1958 1885 #: inc/Elements/Post_Grid.php:2 37 inc/Elements/Staff_Member.php:3001886 #: inc/Elements/Teaser_Box.php:2 171959 #: inc/Elements/Post_Grid.php:240 inc/Elements/Staff_Member.php:298 1960 #: inc/Elements/Teaser_Box.php:267 1887 1961 msgid "Image Bottom Spacing" 1888 1962 msgstr "" 1889 1963 1890 #: inc/Elements/Post_Grid.php:261 inc/Elements/Staff_Member.php:288 1891 msgid "Image Border Radius" 1892 msgstr "" 1893 1894 #: inc/Elements/Post_Grid.php:522 1964 #: inc/Elements/Post_Grid.php:541 1895 1965 msgid "Blog Post Content" 1896 1966 msgstr "" 1897 1967 1898 #: inc/Elements/Post_Grid.php: 7891968 #: inc/Elements/Post_Grid.php:839 1899 1969 msgid "Posts navigation" 1900 1970 msgstr "" 1901 1971 1902 #: inc/Elements/Post_Grid.php: 7931972 #: inc/Elements/Post_Grid.php:843 1903 1973 msgid "← Previous" 1904 1974 msgstr "" 1905 1975 1906 #: inc/Elements/Post_Grid.php: 7941976 #: inc/Elements/Post_Grid.php:844 1907 1977 msgid "Next →" 1908 1978 msgstr "" 1909 1979 1910 #: inc/Elements/Pricing_Table.php: 281980 #: inc/Elements/Pricing_Table.php:31 1911 1981 msgid "DA: Pricing Table" 1912 1982 msgstr "" 1913 1983 1914 #: inc/Elements/Pricing_Table.php: 591984 #: inc/Elements/Pricing_Table.php:62 1915 1985 msgid "Pricing Table" 1916 1986 msgstr "" 1917 1987 1918 #: inc/Elements/Pricing_Table.php: 691988 #: inc/Elements/Pricing_Table.php:72 1919 1989 msgid "Pricing Table Title" 1920 1990 msgstr "" 1921 1991 1922 #: inc/Elements/Pricing_Table.php:7 0 inc/Elements/Pricing_Table.php:3411992 #: inc/Elements/Pricing_Table.php:73 inc/Elements/Pricing_Table.php:353 1923 1993 msgid "Table Title" 1924 1994 msgstr "" 1925 1995 1926 #: inc/Elements/Pricing_Table.php:11 61996 #: inc/Elements/Pricing_Table.php:119 1927 1997 msgid "Offer Price" 1928 1998 msgstr "" 1929 1999 1930 #: inc/Elements/Pricing_Table.php:1 172000 #: inc/Elements/Pricing_Table.php:120 1931 2001 msgid "$29" 1932 2002 msgstr "" 1933 2003 1934 #: inc/Elements/Pricing_Table.php:12 52004 #: inc/Elements/Pricing_Table.php:128 1935 2005 msgid "Pricing Separator" 1936 2006 msgstr "" 1937 2007 1938 #: inc/Elements/Pricing_Table.php:12 62008 #: inc/Elements/Pricing_Table.php:129 1939 2009 msgid "/" 1940 2010 msgstr "" 1941 2011 1942 #: inc/Elements/Pricing_Table.php:13 52012 #: inc/Elements/Pricing_Table.php:138 1943 2013 msgid "Pricing Offer Text" 1944 2014 msgstr "" 1945 2015 1946 #: inc/Elements/Pricing_Table.php:13 62016 #: inc/Elements/Pricing_Table.php:139 1947 2017 msgid "month" 1948 2018 msgstr "" 1949 2019 1950 #: inc/Elements/Pricing_Table.php:16 22020 #: inc/Elements/Pricing_Table.php:165 1951 2021 msgid "Pricing List Text" 1952 2022 msgstr "" 1953 2023 1954 #: inc/Elements/Pricing_Table.php:17 12024 #: inc/Elements/Pricing_Table.php:174 1955 2025 msgid "Pricing Table Item" 1956 2026 msgstr "" 1957 2027 1958 #: inc/Elements/Pricing_Table.php:17 62028 #: inc/Elements/Pricing_Table.php:179 1959 2029 msgid "4 GB SSD Storage" 1960 2030 msgstr "" 1961 2031 1962 #: inc/Elements/Pricing_Table.php:1 782032 #: inc/Elements/Pricing_Table.php:181 1963 2033 msgid "LiteSpeed Web Server" 1964 2034 msgstr "" 1965 2035 1966 #: inc/Elements/Pricing_Table.php:18 02036 #: inc/Elements/Pricing_Table.php:183 1967 2037 msgid "4 Addon Domains" 1968 2038 msgstr "" 1969 2039 1970 #: inc/Elements/Pricing_Table.php:18 22040 #: inc/Elements/Pricing_Table.php:185 1971 2041 msgid "FREE Weekly Backup" 1972 2042 msgstr "" 1973 2043 1974 #: inc/Elements/Pricing_Table.php:18 42044 #: inc/Elements/Pricing_Table.php:187 1975 2045 msgid "FREE SSL Life Time" 1976 2046 msgstr "" 1977 2047 1978 #: inc/Elements/Pricing_Table.php:19 62048 #: inc/Elements/Pricing_Table.php:199 1979 2049 msgid "Pricing Table Align" 1980 2050 msgstr "" 1981 2051 1982 #: inc/Elements/Pricing_Table.php:2 892052 #: inc/Elements/Pricing_Table.php:290 1983 2053 msgid "Table Header" 1984 2054 msgstr "" 1985 2055 1986 #: inc/Elements/Pricing_Table.php:29 72056 #: inc/Elements/Pricing_Table.php:298 1987 2057 msgid "Table Header Background Color" 1988 2058 msgstr "" 1989 2059 1990 #: inc/Elements/Pricing_Table.php:3 092060 #: inc/Elements/Pricing_Table.php:321 1991 2061 msgid "Header Padding" 1992 2062 msgstr "" 1993 2063 1994 #: inc/Elements/Pricing_Table.php:3 212064 #: inc/Elements/Pricing_Table.php:333 1995 2065 msgid "Header Bottom Spacing" 1996 2066 msgstr "" 1997 2067 1998 #: inc/Elements/Pricing_Table.php:3 492068 #: inc/Elements/Pricing_Table.php:361 1999 2069 msgid "Table Title Color" 2000 2070 msgstr "" 2001 2071 2002 #: inc/Elements/Pricing_Table.php:3 602072 #: inc/Elements/Pricing_Table.php:372 2003 2073 msgid "Table Title Separator Color" 2004 2074 msgstr "" 2005 2075 2006 #: inc/Elements/Pricing_Table.php:3 712076 #: inc/Elements/Pricing_Table.php:383 2007 2077 msgid "Table Title Background Color" 2008 2078 msgstr "" 2009 2079 2010 #: inc/Elements/Pricing_Table.php:4 062080 #: inc/Elements/Pricing_Table.php:436 2011 2081 msgid "Table Pricing" 2012 2082 msgstr "" 2013 2083 2014 #: inc/Elements/Pricing_Table.php:4 142084 #: inc/Elements/Pricing_Table.php:444 2015 2085 msgid "Table Price Color" 2016 2086 msgstr "" 2017 2087 2018 #: inc/Elements/Pricing_Table.php:4 362088 #: inc/Elements/Pricing_Table.php:466 2019 2089 msgid "Price Text Color" 2020 2090 msgstr "" 2021 2091 2022 #: inc/Elements/Pricing_Table.php:4 582092 #: inc/Elements/Pricing_Table.php:488 2023 2093 msgid "Table Pricing Background Color" 2024 2094 msgstr "" 2025 2095 2026 #: inc/Elements/Pricing_Table.php: 4702096 #: inc/Elements/Pricing_Table.php:500 2027 2097 msgid "Price Container Padding" 2028 2098 msgstr "" 2029 2099 2030 #: inc/Elements/Pricing_Table.php: 4812100 #: inc/Elements/Pricing_Table.php:511 2031 2101 msgid "Price Container Bottom Separator Color" 2032 2102 msgstr "" 2033 2103 2034 #: inc/Elements/Pricing_Table.php:5 512104 #: inc/Elements/Pricing_Table.php:581 2035 2105 msgid "Table List Spacing" 2036 2106 msgstr "" 2037 2107 2038 #: inc/Elements/Pricing_Table.php:5 592108 #: inc/Elements/Pricing_Table.php:589 2039 2109 msgid "Table Item Bottom Spacing" 2040 2110 msgstr "" 2041 2111 2042 #: inc/Elements/Pricing_Table.php:6 042112 #: inc/Elements/Pricing_Table.php:634 2043 2113 msgid "Table List Container Bottom Spacing" 2044 2114 msgstr "" 2045 2115 2046 #: inc/Elements/Pricing_Table.php:6 252116 #: inc/Elements/Pricing_Table.php:655 2047 2117 msgid "Table List Text" 2048 2118 msgstr "" 2049 2119 2050 #: inc/Elements/Pricing_Table.php:6 452120 #: inc/Elements/Pricing_Table.php:675 2051 2121 msgid "List Item Separator Color" 2052 2122 msgstr "" 2053 2123 2054 #: inc/Elements/Pricing_Table.php: 6882124 #: inc/Elements/Pricing_Table.php:718 2055 2125 msgid "Space between Button Text & Icon" 2056 2126 msgstr "" 2057 2127 2058 #: inc/Elements/Pricing_Table.php:8 392128 #: inc/Elements/Pricing_Table.php:877 2059 2129 msgid "Pricing Table Content" 2060 2130 msgstr "" 2061 2131 2062 #: inc/Elements/Pricing_Table.php: 8692132 #: inc/Elements/Pricing_Table.php:917 2063 2133 msgid "Price Table Border Radius" 2064 2134 msgstr "" … … 2128 2198 msgstr "" 2129 2199 2130 #: inc/Elements/Products.php:173 inc/Elements/Slider.php:16 72131 #: inc/Elements/Testimonial_Slider.php: 1492200 #: inc/Elements/Products.php:173 inc/Elements/Slider.php:162 2201 #: inc/Elements/Testimonial_Slider.php:226 2132 2202 msgid "Slider Navigation Settings" 2133 2203 msgstr "" … … 2157 2227 msgstr "" 2158 2228 2159 #: inc/Elements/Promo-box.php:10 8 inc/Elements/Promo-box.php:1092229 #: inc/Elements/Promo-box.php:106 inc/Elements/Promo-box.php:107 2160 2230 msgid "Promo Box Text" 2161 2231 msgstr "" 2162 2232 2163 #: inc/Elements/Promo-box.php:11 62233 #: inc/Elements/Promo-box.php:114 2164 2234 msgid "Show/Hide Overlay Text" 2165 2235 msgstr "" 2166 2236 2167 #: inc/Elements/Promo-box.php:14 22237 #: inc/Elements/Promo-box.php:140 2168 2238 msgid "Overlay Design" 2169 2239 msgstr "" 2170 2240 2171 #: inc/Elements/Promo-box.php:14 72241 #: inc/Elements/Promo-box.php:145 2172 2242 msgid "Default" 2173 2243 msgstr "" 2174 2244 2175 #: inc/Elements/Promo-box.php:14 82245 #: inc/Elements/Promo-box.php:146 2176 2246 msgid "Corner" 2177 2247 msgstr "" 2178 2248 2179 #: inc/Elements/Promo-box.php: 2012249 #: inc/Elements/Promo-box.php:199 2180 2250 msgid "Overlay Box Shadow" 2181 2251 msgstr "" 2182 2252 2183 #: inc/Elements/Promo-box.php:21 32253 #: inc/Elements/Promo-box.php:211 2184 2254 msgid "Overlay Text & Background" 2185 2255 msgstr "" 2186 2256 2187 #: inc/Elements/Promo-box.php:26 4 inc/Elements/Testimonial_Slider.php:2412257 #: inc/Elements/Promo-box.php:262 2188 2258 msgid "Container Style" 2189 2259 msgstr "" … … 2257 2327 msgstr "" 2258 2328 2259 #: inc/Elements/Slider.php:8 92329 #: inc/Elements/Slider.php:87 2260 2330 msgid "I am Slide1 Title" 2261 2331 msgstr "" 2262 2332 2263 #: inc/Elements/Slider.php:9 92333 #: inc/Elements/Slider.php:97 2264 2334 msgid "I am Slide1 Sub Title" 2265 2335 msgstr "" 2266 2336 2267 #: inc/Elements/Slider.php:23 52337 #: inc/Elements/Slider.php:230 2268 2338 msgid "Slide Element Style" 2269 2339 msgstr "" 2270 2340 2341 #: inc/Elements/Slider.php:237 2342 msgid "Navigation Position" 2343 msgstr "" 2344 2271 2345 #: inc/Elements/Slider.php:242 2272 msgid "Navigation Position"2273 msgstr ""2274 2275 #: inc/Elements/Slider.php:2472276 2346 msgid "Top Right Corner" 2277 2347 msgstr "" 2278 2348 2279 #: inc/Elements/Slider.php:24 82349 #: inc/Elements/Slider.php:243 2280 2350 msgid "Bottom Right Corner" 2281 2351 msgstr "" 2282 2352 2283 #: inc/Elements/Slider.php:24 92353 #: inc/Elements/Slider.php:244 2284 2354 msgid "Left Right Middle" 2285 2355 msgstr "" 2286 2356 2287 #: inc/Elements/Slider.php:25 92357 #: inc/Elements/Slider.php:254 2288 2358 msgid "Slide Overlay" 2289 2359 msgstr "" 2290 2360 2291 #: inc/Elements/Slider.php:43 92361 #: inc/Elements/Slider.php:434 2292 2362 msgid "Navigation Border Radius" 2293 2363 msgstr "" 2294 2364 2295 #: inc/Elements/Slider.php:5 722365 #: inc/Elements/Slider.php:567 2296 2366 msgid "Dots" 2297 2367 msgstr "" 2298 2368 2299 #: inc/Elements/Slider.php:5 802369 #: inc/Elements/Slider.php:575 2300 2370 msgid "Dots Background Color" 2301 2371 msgstr "" 2302 2372 2303 #: inc/Elements/Slider.php:5 922373 #: inc/Elements/Slider.php:587 2304 2374 msgid "Dots Active Background Color" 2305 2375 msgstr "" 2306 2376 2307 #: inc/Elements/Slider.php: 6042377 #: inc/Elements/Slider.php:599 2308 2378 msgid "Dots Border Color" 2309 2379 msgstr "" … … 2357 2427 2358 2428 #: inc/Elements/Social_Icon.php:366 inc/Elements/Staff_Member.php:164 2359 #: inc/Elements/Staff_Member.php:51 32429 #: inc/Elements/Staff_Member.php:511 2360 2430 msgid "Social Icon" 2361 2431 msgstr "" … … 2401 2471 msgstr "" 2402 2472 2403 #: inc/Elements/Staff_Member.php:121 2473 #: inc/Elements/Staff_Member.php:121 inc/Elements/Testimonial.php:117 2474 #: inc/Elements/Testimonial_Slider.php:107 2404 2475 msgid "Developer" 2405 2476 msgstr "" … … 2423 2494 msgstr "" 2424 2495 2425 #: inc/Elements/Staff_Member.php:22 32496 #: inc/Elements/Staff_Member.php:221 2426 2497 msgid "Staff Member Item Style" 2427 2498 msgstr "" 2428 2499 2429 #: inc/Elements/Staff_Member.php:2 612500 #: inc/Elements/Staff_Member.php:259 2430 2501 msgid "Staff Member Image" 2431 2502 msgstr "" 2432 2503 2433 #: inc/Elements/Staff_Member.php:27 72504 #: inc/Elements/Staff_Member.php:275 2434 2505 msgid "Image Border Hover Color" 2435 2506 msgstr "" 2436 2507 2437 #: inc/Elements/Staff_Member.php:31 92508 #: inc/Elements/Staff_Member.php:317 2438 2509 msgid "Staff Member Name" 2439 2510 msgstr "" 2440 2511 2441 #: inc/Elements/Staff_Member.php:32 82512 #: inc/Elements/Staff_Member.php:326 2442 2513 msgid "Name Bottom Spacing" 2443 2514 msgstr "" 2444 2515 2445 #: inc/Elements/Staff_Member.php:343 2516 #: inc/Elements/Staff_Member.php:341 inc/Elements/Testimonial.php:340 2517 #: inc/Elements/Testimonial_Slider.php:446 2446 2518 msgid "Name Color" 2447 2519 msgstr "" 2448 2520 2449 #: inc/Elements/Staff_Member.php:355 2521 #: inc/Elements/Staff_Member.php:353 inc/Elements/Testimonial.php:351 2522 #: inc/Elements/Testimonial_Slider.php:457 2450 2523 msgid "Name Hover Color" 2451 2524 msgstr "" 2452 2525 2453 #: inc/Elements/Staff_Member.php:39 62526 #: inc/Elements/Staff_Member.php:394 2454 2527 msgid "Staff Member Job Position" 2455 2528 msgstr "" 2456 2529 2457 #: inc/Elements/Staff_Member.php:40 42530 #: inc/Elements/Staff_Member.php:402 2458 2531 msgid "Job Position Bottom Spacing" 2459 2532 msgstr "" 2460 2533 2461 #: inc/Elements/Staff_Member.php:41 92534 #: inc/Elements/Staff_Member.php:417 2462 2535 msgid "Job Position Color" 2463 2536 msgstr "" 2464 2537 2465 #: inc/Elements/Staff_Member.php:42 92538 #: inc/Elements/Staff_Member.php:427 2466 2539 msgid "Job Position Hover Color" 2467 2540 msgstr "" 2468 2541 2469 #: inc/Elements/Staff_Member.php:4 712542 #: inc/Elements/Staff_Member.php:469 2470 2543 msgid "Staff Member Text" 2471 2544 msgstr "" 2472 2545 2473 #: inc/Elements/Staff_Member.php:4 802546 #: inc/Elements/Staff_Member.php:478 2474 2547 msgid "Text Bottom Padding" 2475 2548 msgstr "" 2476 2549 2477 #: inc/Elements/Staff_Member.php:650 2478 msgid "Icon Border Hover Color" 2479 msgstr "" 2480 2481 #: inc/Elements/Staff_Member.php:692 2550 #: inc/Elements/Staff_Member.php:690 2482 2551 msgid "Staff Member Container" 2483 2552 msgstr "" … … 2523 2592 msgstr "" 2524 2593 2525 #: inc/Elements/Subscription.php:229 inc/Elements/Testimonial.php: 3682526 #: inc/Elements/Testimonial_Slider.php: 4692594 #: inc/Elements/Subscription.php:229 inc/Elements/Testimonial.php:454 2595 #: inc/Elements/Testimonial_Slider.php:559 2527 2596 msgid "Text Bottom Spacing" 2528 2597 msgstr "" … … 2596 2665 msgstr "" 2597 2666 2598 #: inc/Elements/Teaser_Box.php:2 52667 #: inc/Elements/Teaser_Box.php:28 2599 2668 msgid "DA: Card" 2600 2669 msgstr "" 2601 2670 2602 #: inc/Elements/Teaser_Box.php: 482671 #: inc/Elements/Teaser_Box.php:51 2603 2672 msgid "Card" 2604 2673 msgstr "" 2605 2674 2606 #: inc/Elements/Teaser_Box.php: 80 inc/Elements/Teaser_Box.php:2382675 #: inc/Elements/Teaser_Box.php:94 inc/Elements/Teaser_Box.php:288 2607 2676 msgid "Card Title" 2608 2677 msgstr "" 2609 2678 2610 #: inc/Elements/Teaser_Box.php:1 252679 #: inc/Elements/Teaser_Box.php:157 2611 2680 msgid "Card Text" 2612 2681 msgstr "" 2613 2682 2614 #: inc/Elements/Teaser_Box.php:1 272683 #: inc/Elements/Teaser_Box.php:162 2615 2684 msgid "Add Card text here or leave it blank." 2616 2685 msgstr "" 2617 2686 2618 #: inc/Elements/Teaser_Box.php:295 2687 #: inc/Elements/Teaser_Box.php:169 2688 msgid "Show/Hide Button" 2689 msgstr "" 2690 2691 #: inc/Elements/Teaser_Box.php:363 2619 2692 msgid "Card Description" 2620 2693 msgstr "" 2621 2694 2622 #: inc/Elements/Teaser_Box.php:340 2623 msgid "Card Content" 2624 msgstr "" 2625 2626 #: inc/Elements/Teaser_Box.php:373 2695 #: inc/Elements/Teaser_Box.php:395 2696 msgid "Description Hover Color" 2697 msgstr "" 2698 2699 #: inc/Elements/Teaser_Box.php:421 2700 msgid "Card Button" 2701 msgstr "" 2702 2703 #: inc/Elements/Teaser_Box.php:544 2627 2704 msgid "Card Container" 2628 2705 msgstr "" 2629 2706 2630 #: inc/Elements/Teaser_Box.php:406 2631 msgid "Card Button" 2632 msgstr "" 2633 2634 #: inc/Elements/Testimonial.php:27 2707 #: inc/Elements/Testimonial.php:30 2635 2708 msgid "DA: Testimonial" 2636 2709 msgstr "" 2637 2710 2638 #: inc/Elements/Testimonial.php: 582711 #: inc/Elements/Testimonial.php:61 2639 2712 msgid "Testimonial" 2640 2713 msgstr "" 2641 2714 2642 #: inc/Elements/Testimonial.php:93 inc/Elements/Testimonial.php:237 2643 #: inc/Elements/Testimonial_Slider.php:85 2644 #: inc/Elements/Testimonial_Slider.php:338 2715 #: inc/Elements/Testimonial.php:97 inc/Elements/Testimonial_Slider.php:87 2716 msgid "https://softfirm.com" 2717 msgstr "" 2718 2719 #: inc/Elements/Testimonial.php:106 inc/Elements/Testimonial.php:318 2720 #: inc/Elements/Testimonial_Slider.php:96 2721 #: inc/Elements/Testimonial_Slider.php:424 2645 2722 msgid "Reviewer Name" 2646 2723 msgstr "" 2647 2724 2648 #: inc/Elements/Testimonial.php:102 inc/Elements/Testimonial.php:316 2649 #: inc/Elements/Testimonial_Slider.php:94 2650 #: inc/Elements/Testimonial_Slider.php:417 2651 msgid "Reviewer Organizaiton" 2652 msgstr "" 2653 2654 #: inc/Elements/Testimonial.php:103 inc/Elements/Testimonial_Slider.php:95 2725 #: inc/Elements/Testimonial.php:124 inc/Elements/Testimonial_Slider.php:114 2726 msgid "Show/Hide Organization" 2727 msgstr "" 2728 2729 #: inc/Elements/Testimonial.php:140 inc/Elements/Testimonial_Slider.php:130 2730 msgid "Organization" 2731 msgstr "" 2732 2733 #: inc/Elements/Testimonial.php:141 inc/Elements/Testimonial_Slider.php:131 2655 2734 msgid "Softfirm" 2656 2735 msgstr "" 2657 2736 2658 #: inc/Elements/Testimonial.php:1 12 inc/Elements/Testimonial.php:3592659 #: inc/Elements/Testimonial_Slider.php:1 042660 #: inc/Elements/Testimonial_Slider.php: 4602737 #: inc/Elements/Testimonial.php:156 inc/Elements/Testimonial.php:445 2738 #: inc/Elements/Testimonial_Slider.php:143 2739 #: inc/Elements/Testimonial_Slider.php:550 2661 2740 msgid "Reviewer Text" 2662 2741 msgstr "" 2663 2742 2664 #: inc/Elements/Testimonial.php:1 13 inc/Elements/Testimonial_Slider.php:1052743 #: inc/Elements/Testimonial.php:157 inc/Elements/Testimonial_Slider.php:144 2665 2744 msgid "" 2666 2745 "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod " … … 2668 2747 msgstr "" 2669 2748 2670 #: inc/Elements/Testimonial.php:1 202749 #: inc/Elements/Testimonial.php:164 inc/Elements/Testimonial_Slider.php:206 2671 2750 msgid "Testimonial Layout" 2672 2751 msgstr "" 2673 2752 2674 #: inc/Elements/Testimonial.php:150 2675 msgid "Show/Hide Comma" 2676 msgstr "" 2677 2678 #: inc/Elements/Testimonial.php:166 inc/Elements/Testimonial_Slider.php:233 2679 msgid "Testimonial Item Style" 2680 msgstr "" 2681 2682 #: inc/Elements/Testimonial.php:173 inc/Elements/Testimonial_Slider.php:272 2683 msgid "Background Shadow Style" 2684 msgstr "" 2685 2686 #: inc/Elements/Testimonial.php:177 inc/Elements/Testimonial_Slider.php:276 2687 #: inc/Reuses/Reuse.php:352 2688 msgid "None" 2689 msgstr "" 2690 2691 #: inc/Elements/Testimonial.php:178 inc/Elements/Testimonial_Slider.php:277 2692 msgid "Style1" 2693 msgstr "" 2694 2695 #: inc/Elements/Testimonial.php:179 inc/Elements/Testimonial_Slider.php:278 2696 msgid "Style2" 2697 msgstr "" 2698 2699 #: inc/Elements/Testimonial.php:180 inc/Elements/Testimonial_Slider.php:279 2700 msgid "Style3" 2701 msgstr "" 2702 2703 #: inc/Elements/Testimonial.php:191 inc/Elements/Testimonial_Slider.php:290 2753 #: inc/Elements/Testimonial.php:182 inc/Elements/Testimonial_Slider.php:192 2754 msgid "Show/Hide Quote" 2755 msgstr "" 2756 2757 #: inc/Elements/Testimonial.php:202 inc/Elements/Testimonial_Slider.php:309 2704 2758 msgid "Reviewer Image" 2705 2759 msgstr "" 2706 2760 2707 #: inc/Elements/Testimonial.php:325 inc/Elements/Testimonial_Slider.php:426 2761 #: inc/Elements/Testimonial.php:209 inc/Elements/Testimonial_Slider.php:316 2762 msgid "Image Size" 2763 msgstr "" 2764 2765 #: inc/Elements/Testimonial.php:250 inc/Elements/Testimonial_Slider.php:357 2766 msgid "Right Spacing" 2767 msgstr "" 2768 2769 #: inc/Elements/Testimonial.php:267 inc/Elements/Testimonial_Slider.php:374 2708 2770 msgid "Left Spacing" 2709 2771 msgstr "" 2710 2772 2711 #: inc/Elements/Testimonial.php:402 inc/Elements/Testimonial_Slider.php:504 2773 #: inc/Elements/Testimonial.php:374 inc/Elements/Testimonial_Slider.php:480 2774 msgid "Reviewer Title" 2775 msgstr "" 2776 2777 #: inc/Elements/Testimonial.php:409 inc/Elements/Testimonial_Slider.php:514 2778 msgid "Reviewer Organizaiton" 2779 msgstr "" 2780 2781 #: inc/Elements/Testimonial.php:422 inc/Elements/Testimonial_Slider.php:527 2782 msgid "Organization Color" 2783 msgstr "" 2784 2785 #: inc/Elements/Testimonial.php:489 inc/Elements/Testimonial_Slider.php:594 2712 2786 msgid "Reviewer Quote" 2713 2787 msgstr "" 2714 2788 2715 #: inc/Elements/Testimonial.php: 411 inc/Elements/Testimonial_Slider.php:5132789 #: inc/Elements/Testimonial.php:501 inc/Elements/Testimonial_Slider.php:606 2716 2790 msgid "Quote Left Spacing" 2717 2791 msgstr "" 2718 2792 2719 #: inc/Elements/Testimonial.php: 426 inc/Elements/Testimonial_Slider.php:5282793 #: inc/Elements/Testimonial.php:516 inc/Elements/Testimonial_Slider.php:621 2720 2794 msgid "Quote Right Spacing" 2721 2795 msgstr "" 2722 2796 2723 #: inc/Elements/Testimonial.php: 441 inc/Elements/Testimonial_Slider.php:5432797 #: inc/Elements/Testimonial.php:531 inc/Elements/Testimonial_Slider.php:636 2724 2798 msgid "Quote Color" 2725 2799 msgstr "" 2726 2800 2727 #: inc/Elements/Testimonial.php: 452 inc/Elements/Testimonial_Slider.php:5542801 #: inc/Elements/Testimonial.php:542 inc/Elements/Testimonial_Slider.php:647 2728 2802 msgid "Quote Size" 2729 2803 msgstr "" 2730 2804 2731 #: inc/Elements/Testimonial.php: 4742805 #: inc/Elements/Testimonial.php:564 inc/Elements/Testimonial_Slider.php:670 2732 2806 msgid "Testimonial Container" 2733 2807 msgstr "" 2734 2808 2735 #: inc/Elements/Testimonial.php:604 inc/Elements/Testimonial.php:635 2736 msgid "reviewer photo" 2737 msgstr "" 2738 2739 #: inc/Elements/Testimonial_Slider.php:27 2809 #: inc/Elements/Testimonial_Slider.php:30 2740 2810 msgid "DA: Testimonial Slider" 2741 2811 msgstr "" 2742 2812 2743 #: inc/Elements/Testimonial_Slider.php:6 02813 #: inc/Elements/Testimonial_Slider.php:63 2744 2814 msgid "Testimonial Slider" 2745 2815 msgstr "" 2746 2816 2747 #: inc/Elements/Testimonial_Slider.php: 1632817 #: inc/Elements/Testimonial_Slider.php:240 2748 2818 msgid "Default:1" 2749 msgstr ""2750 2751 #: inc/Elements/Testimonial_Slider.php:2592752 msgid "Down"2753 msgstr ""2754 2755 #: inc/Elements/Testimonial_Slider.php:5762756 msgid "Testimonial Content"2757 msgstr ""2758 2759 #: inc/Elements/Testimonial_Slider.php:7682760 msgid "Author photo"2761 msgstr ""2762 2763 #: inc/Elements/Testimonial_Slider.php:8002764 msgid "Author Photo"2765 2819 msgstr "" 2766 2820 … … 3588 3642 msgid "slideOutUp" 3589 3643 msgstr "" 3644 3645 #: inc/Reuses/Reuse.php:352 3646 msgid "None" 3647 msgstr "" -
definitive-addons-for-elementor/trunk/readme.txt
r2689901 r2691410 5 5 Tested up to: 5.9.1 6 6 Requires PHP: 5.4 7 Stable tag: 1.4.1 78 Version: 1.4.1 77 Stable tag: 1.4.18 8 Version: 1.4.18 9 9 License: GPLv3 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 23 23 24 24 <ul> 25 <li><a target="_blank" href="https://softfirm.net/social-icons/">Social Icon</a> - Demos </li> 25 26 <li><a target="_blank" href="https://softfirm.net/filterable-post-portfolio/">Filterable Post/Portfolio</a> - Demos</li> 26 27 <li><a target="_blank" href="https://softfirm.net/icon-box/">Icon Box</a> - Demos </li> … … 55 56 <li><a target="_blank" href="https://softfirm.net/accordion/">Accordion</a> - Demos </li> 56 57 <li><a target="_blank" href="https://softfirm.net/tabs/">Tabs</a> - Demos </li> 57 <li><a target="_blank" href="https://softfirm.net/social-icons/">Social Icon</a> - Demos </li>58 58 59 59 </ul> … … 100 100 == Changelog == 101 101 102 = 1.4.18 = 103 testimonial element hugely modified 104 testimonial slider element hugely modified 105 few issues fixed 106 102 107 = 1.4.17 = 103 108 portfolio issue fixed … … 105 110 css file modified 106 111 js files modified 112 107 113 108 114 = 1.4.16 =
Note: See TracChangeset
for help on using the changeset viewer.