Changeset 2990834
- Timestamp:
- 11/07/2023 01:59:16 PM (2 years ago)
- Location:
- piotnet-addons-for-elementor
- Files:
-
- 20 edited
-
assets/banner-1544x500.png (modified) (previous)
-
assets/banner-772x250.png (modified) (previous)
-
assets/icon-128x128.png (modified) (previous)
-
assets/icon-256x256.png (modified) (previous)
-
trunk/controls/pafe-form-style.php (modified) (10 diffs)
-
trunk/controls/pafe-particles.php (modified) (2 diffs)
-
trunk/controls/pafe-tooltip.php (modified) (3 diffs)
-
trunk/piotnet-addons-for-elementor.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/widgets/pafe-countdown-cart.php (modified) (7 diffs)
-
trunk/widgets/pafe-dual-color-headline.php (modified) (3 diffs)
-
trunk/widgets/pafe-hotspot.php (modified) (8 diffs)
-
trunk/widgets/pafe-image-accordion.php (modified) (10 diffs)
-
trunk/widgets/pafe-posts-list.php (modified) (20 diffs)
-
trunk/widgets/pafe-progressbar.php (modified) (2 diffs)
-
trunk/widgets/pafe-sales-pop.php (modified) (7 diffs)
-
trunk/widgets/pafe-switch-content.php (modified) (11 diffs)
-
trunk/widgets/pafe-table.php (modified) (5 diffs)
-
trunk/widgets/pafe-vertical-timeline.php (modified) (16 diffs)
-
trunk/widgets/pafe-video-playlist.php (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
piotnet-addons-for-elementor/trunk/controls/pafe-form-style.php
r2595417 r2990834 197 197 'label' => __( 'Background Color', 'pafe' ), 198 198 'type' => \Elementor\Controls_Manager::COLOR, 199 'scheme' => [ 200 'type' => \Elementor\Core\Schemes\Color::get_type(), 201 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 202 ], 199 'global' => [ 200 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 201 ], 203 202 'default' => '#f1f1f1', 204 203 'selectors' => [ … … 219 218 'name' => 'pafe_form_style_label', 220 219 'selector' => '{{WRAPPER}} .wpcf7 label', 221 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1, 220 'global' => [ 221 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_PRIMARY, 222 ], 222 223 'separator' => 'before', 223 224 'condition' => [ … … 232 233 'label' => __( 'Label Color', 'pafe' ), 233 234 'type' => \Elementor\Controls_Manager::COLOR, 234 'scheme' => [ 235 'type' => \Elementor\Core\Schemes\Color::get_type(), 236 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 237 ], 235 'global' => [ 236 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 237 ], 238 238 'default' => '#000', 239 239 'selectors' => [ … … 287 287 'name' => 'pafe_form_style_placeholder', 288 288 'selector' => '{{WRAPPER}} ::placeholder', 289 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1, 289 'global' => [ 290 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_PRIMARY, 291 ], 290 292 'separator' => 'before', 291 293 'condition' => [ … … 300 302 'label' => __( 'Placeholder Color', 'pafe' ), 301 303 'type' => \Elementor\Controls_Manager::COLOR, 302 'scheme' => [ 303 'type' => \Elementor\Core\Schemes\Color::get_type(), 304 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 305 ], 304 'global' => [ 305 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 306 ], 306 307 'default' => '#7D7676', 307 308 'selectors' => [ … … 321 322 'name' => 'pafe_form_style_button', 322 323 'selector' => '{{WRAPPER}} .wpcf7-submit', 323 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1, 324 'global' => [ 325 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_PRIMARY, 326 ], 324 327 'separator' => 'before', 325 328 'condition' => [ … … 394 397 'label' => __( 'Button Color', 'pafe' ), 395 398 'type' => \Elementor\Controls_Manager::COLOR, 396 'scheme' => [ 397 'type' => \Elementor\Core\Schemes\Color::get_type(), 398 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 399 ], 399 'global' => [ 400 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 401 ], 400 402 'default' => '#fff', 401 403 'selectors' => [ … … 413 415 'label' => __( 'Background Color', 'pafe' ), 414 416 'type' => \Elementor\Controls_Manager::COLOR, 415 'scheme' => [ 416 'type' => \Elementor\Core\Schemes\Color::get_type(), 417 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 418 ], 417 'global' => [ 418 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 419 ], 419 420 'default' => '#6EC1E4', 420 421 'selectors' => [ … … 443 444 'label' => __( 'Button Color', 'pafe' ), 444 445 'type' => \Elementor\Controls_Manager::COLOR, 445 'scheme' => [ 446 'type' => \Elementor\Core\Schemes\Color::get_type(), 447 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 448 ], 446 'global' => [ 447 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 448 ], 449 449 'default' => '#fff', 450 450 'selectors' => [ … … 462 462 'label' => __( 'Background Color', 'pafe' ), 463 463 'type' => \Elementor\Controls_Manager::COLOR, 464 'scheme' => [ 465 'type' => \Elementor\Core\Schemes\Color::get_type(), 466 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 467 ], 464 'global' => [ 465 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 466 ], 468 467 'default' => '#04A5E9', 469 468 'selectors' => [ -
piotnet-addons-for-elementor/trunk/controls/pafe-particles.php
r2715548 r2990834 58 58 'type' => \Elementor\Controls_Manager::COLOR, 59 59 'default' => '#910a0a', 60 'scheme' => [ 61 'type' => \Elementor\Core\Schemes\Color::get_type(), 62 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 63 ], 60 'global' => [ 61 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 62 ], 64 63 'condition' => [ 65 64 'pafe_particles_enable' => 'yes', … … 161 160 'type' => \Elementor\Controls_Manager::COLOR, 162 161 'default' => '#910a0a', 163 'scheme' => [ 164 'type' => \Elementor\Core\Schemes\Color::get_type(), 165 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 166 ], 162 'global' => [ 163 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 164 ], 167 165 'condition' => [ 168 166 'pafe_particles_enable' => 'yes', -
piotnet-addons-for-elementor/trunk/controls/pafe-tooltip.php
r2785828 r2990834 158 158 'label' => __( 'Content Color', 'pafe' ), 159 159 'type' => \Elementor\Controls_Manager::COLOR, 160 'scheme' => [ 161 'type' => \Elementor\Core\Schemes\Color::get_type(), 162 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 163 ], 160 'global' => [ 161 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 162 ], 164 163 'default' => '#fff', 165 164 'selectors' => [ … … 223 222 'label' => __( 'Background Color', 'pafe' ), 224 223 'type' => \Elementor\Controls_Manager::COLOR, 225 'scheme' => [ 226 'type' => \Elementor\Core\Schemes\Color::get_type(), 227 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 228 ], 224 'global' => [ 225 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 226 ], 229 227 'default' => '#000', 230 228 'selectors' => [ … … 243 241 'name' => 'pafe_tooltip_label_typography', 244 242 'selector' => '{{WRAPPER}} [data-tippy-root] > .tippy-box', 245 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_4, 243 'global' => [ 244 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_ACCENT, 245 ], 246 246 'condition' => [ 247 247 'pafe_tooltip' => 'yes', -
piotnet-addons-for-elementor/trunk/piotnet-addons-for-elementor.php
r2865405 r2990834 4 4 * Description: Piotnet Addons For Elementor (PAFE) adds many new features for Elementor 5 5 * Plugin URI: https://pafe.piotnet.com/ 6 * Version: 2.4.2 36 * Version: 2.4.24 7 7 * Author: Piotnet 8 8 * Author URI: https://piotnet.com/ … … 14 14 if ( ! defined( 'ABSPATH' ) ) { exit; } 15 15 16 define( 'PAFE_VERSION', '2.4.2 3' );16 define( 'PAFE_VERSION', '2.4.24' ); 17 17 18 18 define( 'PAFE_DIR', plugin_dir_path(__FILE__)); … … 20 20 21 21 final class Piotnet_Addons_For_Elementor { 22 const MINIMUM_ELEMENTOR_VERSION = ' 2.8.0';22 const MINIMUM_ELEMENTOR_VERSION = '3.0.0'; 23 23 const MINIMUM_PHP_VERSION = '5.4'; 24 24 const TAB_PAFE = 'tab_pafe'; -
piotnet-addons-for-elementor/trunk/readme.txt
r2865405 r2990834 5 5 Tested up to: 6.1 6 6 Requires PHP: 5.4 7 Stable tag: 2.4.2 37 Stable tag: 2.4.24 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 120 120 121 121 == Changelog == 122 = 2.4.24 = 123 * Fix issues with Elementor latest version 122 124 = 2.4.23 = 123 125 * Integrate with WPML. -
piotnet-addons-for-elementor/trunk/widgets/pafe-countdown-cart.php
r2715548 r2990834 181 181 'label' => __( 'Color', 'pafe' ), 182 182 'type' => \Elementor\Controls_Manager::COLOR, 183 'scheme' => [ 184 'type' => \Elementor\Core\Schemes\Color::get_type(), 185 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 186 ], 183 'global' => [ 184 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 185 ], 187 186 'default' => '#000', 188 187 'selectors' => [ … … 197 196 'name' => 'label_before', 198 197 'selector' => '{{WRAPPER}} .pafe-countdown-stock__label-before', 199 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1, 198 'global' => [ 199 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_PRIMARY, 200 ], 200 201 ] 201 202 ); … … 216 217 'label' => __( 'Color', 'pafe' ), 217 218 'type' => \Elementor\Controls_Manager::COLOR, 218 'scheme' => [ 219 'type' => \Elementor\Core\Schemes\Color::get_type(), 220 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 221 ], 219 'global' => [ 220 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 221 ], 222 222 'default' => '#000', 223 223 'selectors' => [ … … 232 232 'name' => 'label_after', 233 233 'selector' => '{{WRAPPER}} .pafe-countdown-stock__label-after', 234 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1, 234 'global' => [ 235 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_PRIMARY, 236 ], 235 237 ] 236 238 ); … … 251 253 'label' => __( 'Color', 'pafe' ), 252 254 'type' => \Elementor\Controls_Manager::COLOR, 253 'scheme' => [ 254 'type' => \Elementor\Core\Schemes\Color::get_type(), 255 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 256 ], 255 'global' => [ 256 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 257 ], 257 258 'default' => '#000', 258 259 'selectors' => [ … … 267 268 'name' => 'number', 268 269 'selector' => '{{WRAPPER}} .pafe-countdown-stock__number', 269 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1, 270 'global' => [ 271 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_PRIMARY, 272 ], 270 273 ] 271 274 ); … … 358 361 'label' => __( 'Background', 'pafe' ), 359 362 'type' => \Elementor\Controls_Manager::COLOR, 360 'scheme' => [ 361 'type' => \Elementor\Core\Schemes\Color::get_type(), 362 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 363 ], 363 'global' => [ 364 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 365 ], 364 366 'default' => '#ededed', 365 367 'selectors' => [ -
piotnet-addons-for-elementor/trunk/widgets/pafe-dual-color-headline.php
r2604694 r2990834 157 157 'name' => 'headline_before_typography', 158 158 'selector' => '{{WRAPPER}} .pafe_dual_color_content_section_before', 159 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_2, 159 'global' => [ 160 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_SECONDARY, 161 ], 160 162 ] 161 163 ); … … 268 270 'name' => 'headline_after_typography', 269 271 'selector' => '{{WRAPPER}} .pafe_dual_color_content_section_after', 270 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_2, 272 'global' => [ 273 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_SECONDARY, 274 ], 271 275 ] 272 276 ); … … 277 281 'label' => __( 'Color', 'pafe' ), 278 282 'type' => \Elementor\Controls_Manager::COLOR, 279 'default' => '#000',280 283 'default' => '#000', 281 284 'selectors' => [ -
piotnet-addons-for-elementor/trunk/widgets/pafe-hotspot.php
r2604694 r2990834 155 155 '{{WRAPPER}} {{CURRENT_ITEM}} .pafe-hotspot-icon-view-default' => 'color: {{VALUE}};', 156 156 ], 157 'scheme' => [ 158 'type' => \Elementor\Core\Schemes\Color::get_type(), 159 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 160 ], 157 'global' => [ 158 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 159 ], 161 160 'condition' => [ 162 161 'pafe_hotspot_marker_type' => 'icon', … … 180 179 '{{WRAPPER}} {{CURRENT_ITEM}} .pafe-hotspot-icon-view-framed' => 'border-color: {{VALUE}};', 181 180 ], 182 'scheme' => [ 183 'type' => \Elementor\Core\Schemes\Color::get_type(), 184 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 185 ], 181 'global' => [ 182 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 183 ], 186 184 ] 187 185 ); … … 291 289 'name' => 'pafe_hotspot_marker_type_text_style', 292 290 'selector' => '{{WRAPPER}} {{CURRENT_ITEM}} .pafe-hopspot__marker-icon-text', 293 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_2, 291 'global' => [ 292 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_SECONDARY, 293 ], 294 294 'condition' => [ 295 295 'pafe_hotspot_marker_type' => 'text', … … 303 303 'label' => __( 'Color', 'pafe' ), 304 304 'type' => \Elementor\Controls_Manager::COLOR, 305 'default' => '#000',306 305 'default' => '#000', 307 306 'selectors' => [ … … 530 529 'label' => __( 'Content Color', 'pafe' ), 531 530 'type' => \Elementor\Controls_Manager::COLOR, 532 'scheme' => [ 533 'type' => \Elementor\Core\Schemes\Color::get_type(), 534 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 535 ], 531 'global' => [ 532 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 533 ], 536 534 'default' => '#6ec1e4', 537 535 'selectors' => [ … … 577 575 'label' => __( 'Background Color', 'pafe' ), 578 576 'type' => \Elementor\Controls_Manager::COLOR, 579 'scheme' => [ 580 'type' => \Elementor\Core\Schemes\Color::get_type(), 581 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 582 ], 577 'global' => [ 578 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 579 ], 583 580 'default' => '#fff', 584 581 'selectors' => [ … … 598 595 'name' => 'pafe_hotspot_tooltip_label_typography', 599 596 'selector' => '{{WRAPPER}} {{CURRENT_ITEM}} .pafe-hotspot__tooltip p', 600 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_4, 597 'global' => [ 598 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_ACCENT, 599 ], 601 600 'condition' => [ 602 601 'pafe_hotspot_tooltip_content_type' => 'content', … … 640 639 echo '<div>'; 641 640 foreach ( $settings['pafe_hotspot_list'] as $item ) { ?> 642 <div class="pafe-hotspot__marker-wrapper elementor-repeater-item-<?php echo esc_attr( $item['_id'] ); ?>" data-pafe-hotspot-tippy-content='<?php echo $content;?>' data-pafe-hotspot-tippy-option='<?php echo json_encode( $tippy_options );?>' >641 <div class="pafe-hotspot__marker-wrapper elementor-repeater-item-<?php echo esc_attr( $item['_id'] ); ?>" data-pafe-hotspot-tippy-content='<?php echo !empty($content) ? $content : '';?>' data-pafe-hotspot-tippy-option='<?php echo !empty($tippy_options) ? json_encode( $tippy_options ) : '';?>' > 643 642 <div class="pafe-hotspot__marker-icon" data-pafe-hotspot-trigger='<?php echo $item['pafe_hotspot_tooltip_trigger'];?>'> 644 643 <?php if ($item['pafe_hotspot_marker_type'] == 'icon') {?> -
piotnet-addons-for-elementor/trunk/widgets/pafe-image-accordion.php
r2604694 r2990834 218 218 'label' => __( 'Background', 'pafe' ), 219 219 'type' => \Elementor\Controls_Manager::COLOR, 220 'scheme' => [ 221 'type' => \Elementor\Core\Schemes\Color::get_type(), 222 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 223 ], 220 'global' => [ 221 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 222 ], 224 223 'default' => 'rgba(242,242,242,0.29)', 225 224 'selectors' => [ … … 367 366 'label' => __( 'Color', 'pafe' ), 368 367 'type' => \Elementor\Controls_Manager::COLOR, 369 'scheme' => [ 370 'type' => \Elementor\Core\Schemes\Color::get_type(), 371 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 372 ], 368 'global' => [ 369 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 370 ], 373 371 'default' => '#fff', 374 372 'selectors' => [ … … 382 380 'name' => 'title_typography', 383 381 'selector' => '{{WRAPPER}} .pafe-image-accordion__item-content__title-inner', 384 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_2, 382 'global' => [ 383 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_SECONDARY, 384 ], 385 385 ] 386 386 ); … … 421 421 'label' => __( 'Color', 'pafe' ), 422 422 'type' => \Elementor\Controls_Manager::COLOR, 423 'scheme' => [ 424 'type' => \Elementor\Core\Schemes\Color::get_type(), 425 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 426 ], 423 'global' => [ 424 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 425 ], 427 426 'default' => '#fff', 428 427 'selectors' => [ … … 437 436 'name' => 'content_typography', 438 437 'selector' => '{{WRAPPER}} .pafe-image-accordion__item-content__text', 439 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_2, 438 'global' => [ 439 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_SECONDARY, 440 ], 440 441 ] 441 442 ); … … 486 487 'label' => __( 'Color', 'pafe' ), 487 488 'type' => \Elementor\Controls_Manager::COLOR, 488 'scheme' => [ 489 'type' => \Elementor\Core\Schemes\Color::get_type(), 490 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 491 ], 489 'global' => [ 490 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 491 ], 492 492 'default' => '#fff', 493 493 'selectors' => [ … … 501 501 'label' => __( 'Background', 'pafe' ), 502 502 'type' => \Elementor\Controls_Manager::COLOR, 503 'scheme' => [ 504 'type' => \Elementor\Core\Schemes\Color::get_type(), 505 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 506 ], 503 'global' => [ 504 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 505 ], 507 506 'default' => '#3CCD94', 508 507 'selectors' => [ … … 523 522 'label' => __( 'Color', 'pafe' ), 524 523 'type' => \Elementor\Controls_Manager::COLOR, 525 'scheme' => [ 526 'type' => \Elementor\Core\Schemes\Color::get_type(), 527 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 528 ], 524 'global' => [ 525 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 526 ], 529 527 'default' => '#fff', 530 528 'selectors' => [ … … 538 536 'label' => __( 'Background', 'pafe' ), 539 537 'type' => \Elementor\Controls_Manager::COLOR, 540 'scheme' => [ 541 'type' => \Elementor\Core\Schemes\Color::get_type(), 542 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 543 ], 538 'global' => [ 539 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 540 ], 544 541 'default' => '#3CCD94', 545 542 'selectors' => [ … … 555 552 'name' => 'readmore_typography', 556 553 'selector' => '{{WRAPPER}} .pafe-image-accordion__item-content__link', 557 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_2, 554 'global' => [ 555 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_SECONDARY, 556 ], 558 557 ] 559 558 ); -
piotnet-addons-for-elementor/trunk/widgets/pafe-posts-list.php
r2604694 r2990834 212 212 'label' => __( 'Background', 'pafe' ), 213 213 'type' => \Elementor\Controls_Manager::COLOR, 214 'scheme' => [ 215 'type' => \Elementor\Core\Schemes\Color::get_type(), 216 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 217 ], 214 'global' => [ 215 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 216 ], 218 217 'default' => '#fff', 219 218 'selectors' => [ … … 471 470 'label' => __( 'Background', 'pafe' ), 472 471 'type' => \Elementor\Controls_Manager::COLOR, 473 'scheme' => [ 474 'type' => \Elementor\Core\Schemes\Color::get_type(), 475 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 476 ], 472 'global' => [ 473 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 474 ], 477 475 'default' => '#fff', 478 476 'selectors' => [ … … 486 484 'label' => __( 'Color', 'pafe' ), 487 485 'type' => \Elementor\Controls_Manager::COLOR, 488 'scheme' => [ 489 'type' => \Elementor\Core\Schemes\Color::get_type(), 490 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 491 ], 486 'global' => [ 487 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 488 ], 492 489 'default' => '#0095EB', 493 490 'selectors' => [ … … 509 506 'label' => __( 'Background', 'pafe' ), 510 507 'type' => \Elementor\Controls_Manager::COLOR, 511 'scheme' => [ 512 'type' => \Elementor\Core\Schemes\Color::get_type(), 513 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 514 ], 508 'global' => [ 509 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 510 ], 515 511 'default' => '#0095EB', 516 512 'selectors' => [ … … 525 521 'label' => __( 'Color', 'pafe' ), 526 522 'type' => \Elementor\Controls_Manager::COLOR, 527 'scheme' => [ 528 'type' => \Elementor\Core\Schemes\Color::get_type(), 529 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 530 ], 523 'global' => [ 524 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 525 ], 531 526 'default' => '#fff', 532 527 'selectors' => [ … … 577 572 'name' => 'filter_typography', 578 573 'selector' => '{{WRAPPER}} .pafe-posts-list__filter-item', 579 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1, 574 'global' => [ 575 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_PRIMARY, 576 ], 580 577 ] 581 578 ); … … 625 622 'name' => 'title_widget_typography', 626 623 'selector' => '{{WRAPPER}} .pafe-posts-list__filter-title', 627 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1, 624 'global' => [ 625 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_PRIMARY, 626 ], 628 627 ] 629 628 ); … … 633 632 'label' => __( 'Color', 'pafe' ), 634 633 'type' => \Elementor\Controls_Manager::COLOR, 635 'scheme' => [ 636 'type' => \Elementor\Core\Schemes\Color::get_type(), 637 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 638 ], 634 'global' => [ 635 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 636 ], 639 637 'default' => '#42527B', 640 638 'selectors' => [ … … 681 679 'name' => 'title_typography', 682 680 'selector' => '{{WRAPPER}} .pafe-card-right__title', 683 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1, 681 'global' => [ 682 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_PRIMARY, 683 ], 684 684 ] 685 685 ); … … 689 689 'label' => __( 'Color', 'pafe' ), 690 690 'type' => \Elementor\Controls_Manager::COLOR, 691 'scheme' => [ 692 'type' => \Elementor\Core\Schemes\Color::get_type(), 693 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 694 ], 691 'global' => [ 692 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 693 ], 695 694 'default' => '#1b326e', 696 695 'selectors' => [ … … 704 703 'label' => __( 'Hover', 'pafe' ), 705 704 'type' => \Elementor\Controls_Manager::COLOR, 706 'scheme' => [ 707 'type' => \Elementor\Core\Schemes\Color::get_type(), 708 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 709 ], 705 'global' => [ 706 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 707 ], 710 708 'default' => '#0095EB', 711 709 'selectors' => [ … … 728 726 'label' => __( 'Color', 'pafe' ), 729 727 'type' => \Elementor\Controls_Manager::COLOR, 730 'scheme' => [ 731 'type' => \Elementor\Core\Schemes\Color::get_type(), 732 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 733 ], 728 'global' => [ 729 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 730 ], 734 731 'default' => 'rgba(35,76,109,0.56)', 735 732 'selectors' => [ … … 743 740 'name' => 'text_typography', 744 741 'selector' => '{{WRAPPER}} .pafe-card-right__description', 745 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1, 742 'global' => [ 743 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_PRIMARY, 744 ], 746 745 ] 747 746 ); … … 782 781 'name' => 'author_typography', 783 782 'selector' => '{{WRAPPER}} .pafe-card-right__info,.pafe-card-left__info', 784 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1, 783 'global' => [ 784 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_PRIMARY, 785 ], 785 786 ] 786 787 ); … … 790 791 'label' => __( 'Color', 'pafe' ), 791 792 'type' => \Elementor\Controls_Manager::COLOR, 792 'scheme' => [ 793 'type' => \Elementor\Core\Schemes\Color::get_type(), 794 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 795 ], 793 'global' => [ 794 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 795 ], 796 796 'default' => 'rgba(35,76,109,0.56)', 797 797 'selectors' => [ … … 859 859 'label' => __( 'Color', 'pafe' ), 860 860 'type' => \Elementor\Controls_Manager::COLOR, 861 'scheme' => [ 862 'type' => \Elementor\Core\Schemes\Color::get_type(), 863 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 864 ], 861 'global' => [ 862 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 863 ], 865 864 'default' => '#fff', 866 865 'selectors' => [ … … 876 875 'label' => __( 'Hover', 'pafe' ), 877 876 'type' => \Elementor\Controls_Manager::COLOR, 878 'scheme' => [ 879 'type' => \Elementor\Core\Schemes\Color::get_type(), 880 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 881 ], 877 'global' => [ 878 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 879 ], 882 880 'default' => '#0095EB', 883 881 'selectors' => [ … … 891 889 'name' => 'title_featured_typography', 892 890 'selector' => '{{WRAPPER}} .pafe-card-left__title', 893 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1, 891 'global' => [ 892 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_PRIMARY, 893 ], 894 894 ] 895 895 ); … … 912 912 'label' => __( 'Background Ovelay', 'pafe' ), 913 913 'type' => \Elementor\Controls_Manager::COLOR, 914 'scheme' => [ 915 'type' => \Elementor\Core\Schemes\Color::get_type(), 916 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 917 ], 914 'global' => [ 915 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 916 ], 918 917 'default' => '', 919 918 'selectors' => [ … … 1065 1064 'label' => __( 'Content Background', 'pafe' ), 1066 1065 'type' => \Elementor\Controls_Manager::COLOR, 1067 'scheme' => [ 1068 'type' => \Elementor\Core\Schemes\Color::get_type(), 1069 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 1070 ], 1066 'global' => [ 1067 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 1068 ], 1071 1069 'separator' => 'before', 1072 1070 'default' => '#00e8cc', -
piotnet-addons-for-elementor/trunk/widgets/pafe-progressbar.php
r2604694 r2990834 154 154 'name' => 'progressbar_label_typography', 155 155 'selector' => '{{WRAPPER}} .pafe-progressbar__label', 156 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1, 156 'global' => [ 157 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_PRIMARY, 158 ], 157 159 ] 158 160 ); … … 198 200 'label' => __( 'Background color', 'pafe' ), 199 201 'type' => \Elementor\Controls_Manager::COLOR, 200 'scheme' => [ 201 'type' => \Elementor\Core\Schemes\Color::get_type(), 202 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 203 ], 202 'global' => [ 203 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 204 ], 204 205 'default' => '#FFFFFF', 205 206 'selectors' => [ -
piotnet-addons-for-elementor/trunk/widgets/pafe-sales-pop.php
r2527727 r2990834 302 302 'name' => 'sales_pop_time_typography', 303 303 'selector' => '{{WRAPPER}} .pafe-sales-pop-item__time', 304 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1, 304 'global' => [ 305 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_PRIMARY, 306 ], 305 307 ] 306 308 ); … … 310 312 'label' => __( 'Color', 'pafe' ), 311 313 'type' => \Elementor\Controls_Manager::COLOR, 312 'scheme' => [ 313 'type' => \Elementor\Core\Schemes\Color::get_type(), 314 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 315 ], 314 'global' => [ 315 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 316 ], 316 317 'default' => '#000', 317 318 'selectors' => [ … … 334 335 'name' => 'sales_pop_title_typography', 335 336 'selector' => '{{WRAPPER}} .pafe-sales-pop-item__title', 336 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1, 337 'global' => [ 338 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_PRIMARY, 339 ], 337 340 ] 338 341 ); … … 342 345 'label' => __( 'Color', 'pafe' ), 343 346 'type' => \Elementor\Controls_Manager::COLOR, 344 'scheme' => [ 345 'type' => \Elementor\Core\Schemes\Color::get_type(), 346 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 347 ], 347 'global' => [ 348 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 349 ], 348 350 'default' => '#000', 349 351 'selectors' => [ … … 366 368 'name' => 'sales_pop_description_typography', 367 369 'selector' => '{{WRAPPER}} .pafe-sales-pop-item__description', 368 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1, 370 'global' => [ 371 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_PRIMARY, 372 ], 369 373 ] 370 374 ); … … 374 378 'label' => __( 'Color', 'pafe' ), 375 379 'type' => \Elementor\Controls_Manager::COLOR, 376 'scheme' => [ 377 'type' => \Elementor\Core\Schemes\Color::get_type(), 378 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 379 ], 380 'global' => [ 381 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 382 ], 380 383 'default' => '#000', 381 384 'selectors' => [ … … 398 401 'label' => __( 'Color', 'pafe' ), 399 402 'type' => \Elementor\Controls_Manager::COLOR, 400 'scheme' => [ 401 'type' => \Elementor\Core\Schemes\Color::get_type(), 402 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 403 ], 403 'global' => [ 404 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 405 ], 404 406 'default' => '#55586c', 405 407 'selectors' => [ -
piotnet-addons-for-elementor/trunk/widgets/pafe-switch-content.php
r2849626 r2990834 196 196 'label' => __( 'Box Around Color 1', 'pafe' ), 197 197 'type' => \Elementor\Controls_Manager::COLOR, 198 'scheme' => [ 199 'type' => \Elementor\Core\Schemes\Color::get_type(), 200 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 201 ], 198 'global' => [ 199 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 200 ], 202 201 'default' => '#ccc', 203 202 'selectors' => [ … … 212 211 'label' => __( 'Box Around Color 2', 'pafe' ), 213 212 'type' => \Elementor\Controls_Manager::COLOR, 214 'scheme' => [ 215 'type' => \Elementor\Core\Schemes\Color::get_type(), 216 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 217 ], 213 'global' => [ 214 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 215 ], 218 216 'default' => '#2196F3', 219 217 'selectors' => [ … … 228 226 'label' => __( 'Switch Color', 'pafe' ), 229 227 'type' => \Elementor\Controls_Manager::COLOR, 230 'scheme' => [ 231 'type' => \Elementor\Core\Schemes\Color::get_type(), 232 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 233 ], 228 'global' => [ 229 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 230 ], 234 231 'default' => '#fff', 235 232 'selectors' => [ … … 388 385 'name' => 'label_typography', 389 386 'selector' => '{{WRAPPER}} .pafe-switch-content-primary-label', 390 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_2, 387 'global' => [ 388 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_SECONDARY, 389 ], 391 390 ] 392 391 ); … … 397 396 'label' => __( 'Color', 'pafe' ), 398 397 'type' => \Elementor\Controls_Manager::COLOR, 399 'scheme' => [ 400 'type' => \Elementor\Core\Schemes\Color::get_type(), 401 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 402 ], 398 'global' => [ 399 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 400 ], 403 401 'default' => '#000', 404 402 'selectors' => [ … … 422 420 'name' => 'label_secondary_typography', 423 421 'selector' => '{{WRAPPER}} .pafe-switch-content-secondary-label', 424 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_2, 422 'global' => [ 423 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_SECONDARY, 424 ], 425 425 ] 426 426 ); … … 431 431 'label' => __( 'Color', 'pafe' ), 432 432 'type' => \Elementor\Controls_Manager::COLOR, 433 'scheme' => [ 434 'type' => \Elementor\Core\Schemes\Color::get_type(), 435 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 436 ], 433 'global' => [ 434 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 435 ], 437 436 'default' => '#000', 438 437 'selectors' => [ … … 472 471 'name' => 'content_typography', 473 472 'selector' => '{{WRAPPER}} .pafe-switch_content-primary-content-wysiwyg', 474 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_3, 473 'global' => [ 474 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_TEXT, 475 ], 475 476 ] 476 477 ); … … 481 482 'label' => __( 'Color', 'pafe' ), 482 483 'type' => \Elementor\Controls_Manager::COLOR, 483 'scheme' => [ 484 'type' => \Elementor\Core\Schemes\Color::get_type(), 485 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 486 ], 484 'global' => [ 485 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 486 ], 487 487 'default' => '#000', 488 488 'selectors' => [ … … 506 506 'name' => 'content_secondary_typography', 507 507 'selector' => '{{WRAPPER}} .pafe-switch_content-secondary-content-wysiwyg', 508 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_3, 508 'global' => [ 509 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_TEXT, 510 ], 509 511 ] 510 512 ); … … 515 517 'label' => __( 'Color', 'pafe' ), 516 518 'type' => \Elementor\Controls_Manager::COLOR, 517 'scheme' => [ 518 'type' => \Elementor\Core\Schemes\Color::get_type(), 519 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 520 ], 519 'global' => [ 520 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 521 ], 521 522 'default' => '#000', 522 523 'selectors' => [ -
piotnet-addons-for-elementor/trunk/widgets/pafe-table.php
r2865405 r2990834 457 457 'name' => 'pafe_table_head_typography', 458 458 'selector' => '{{WRAPPER}} .pafe-table-head-text', 459 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1, 459 'global' => [ 460 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_PRIMARY, 461 ] 460 462 ] 461 463 ); … … 533 535 'name' => 'pafe_table_body_first_cell_typography', 534 536 'selector' => '{{WRAPPER}} .pafe-table-body-first-text', 535 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1, 537 'global' => [ 538 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_PRIMARY, 539 ] 536 540 ] 537 541 ); … … 643 647 'name' => 'pafe_table_body_cell_typography', 644 648 'selector' => '{{WRAPPER}} .pafe-table-body-text', 645 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1, 649 'global' => [ 650 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_PRIMARY, 651 ] 646 652 ] 647 653 ); … … 763 769 'name' => 'pafe_table_body_row_odd_typography', 764 770 'selector' => '{{WRAPPER}} .pafe-table-body tr:nth-of-type(odd)', 765 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1, 771 'global' => [ 772 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_PRIMARY, 773 ] 766 774 ] 767 775 ); … … 868 876 'name' => 'pafe_table_body_row_even_typography', 869 877 'selector' => '{{WRAPPER}} .pafe-table-body tr:nth-of-type(even)', 870 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1, 878 'global' => [ 879 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_PRIMARY, 880 ] 871 881 ] 872 882 ); -
piotnet-addons-for-elementor/trunk/widgets/pafe-vertical-timeline.php
r2527727 r2990834 180 180 'name' => 'title_typography', 181 181 'selector' => '{{WRAPPER}} .pafe-vertical-timeline-content__title', 182 'scheme' =>\Elementor\Core\Schemes\Typography::TYPOGRAPHY_2, 183 182 'global' => [ 183 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_SECONDARY, 184 ] 184 185 ] 185 186 ); … … 189 190 'label' => __( 'Color', 'pafe' ), 190 191 'type' => \Elementor\Controls_Manager::COLOR, 191 'scheme' => [ 192 'type' => \Elementor\Core\Schemes\Color::get_type(), 193 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 194 ], 192 'global' => [ 193 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 194 ], 195 195 'default' => '#000', 196 196 'selectors' => [ … … 212 212 'name' => 'date_typography', 213 213 'selector' => '{{WRAPPER}} .pafe_vertical_timeline__date', 214 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_2, 214 'global' => [ 215 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_SECONDARY, 216 ] 215 217 ] 216 218 ); … … 220 222 'label' => __( 'Color', 'pafe' ), 221 223 'type' => \Elementor\Controls_Manager::COLOR, 222 'scheme' => [ 223 'type' => \Elementor\Core\Schemes\Color::get_type(), 224 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 225 ], 224 'global' => [ 225 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 226 ], 226 227 'default' => '#000', 227 228 'selectors' => [ … … 254 255 'name' => 'content_typography', 255 256 'selector' => '{{WRAPPER}} .pafe-vertical-timeline-content__content', 256 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_2, 257 'global' => [ 258 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_SECONDARY, 259 ] 257 260 ] 258 261 ); … … 262 265 'label' => __( 'Color', 'pafe' ), 263 266 'type' => \Elementor\Controls_Manager::COLOR, 264 'scheme' => [ 265 'type' => \Elementor\Core\Schemes\Color::get_type(), 266 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 267 ], 267 'global' => [ 268 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 269 ], 268 270 'default' => '#000', 269 271 'selectors' => [ … … 277 279 'label' => __( 'Background Color', 'pafe' ), 278 280 'type' => \Elementor\Controls_Manager::COLOR, 279 'scheme' => [ 280 'type' => \Elementor\Core\Schemes\Color::get_type(), 281 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 282 ], 281 'global' => [ 282 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 283 ], 283 284 'default' => '#F1F2F3', 284 285 'selectors' => [ … … 355 356 'label' => __( 'Background', 'pafe' ), 356 357 'type' => \Elementor\Controls_Manager::COLOR, 357 'scheme' => [ 358 'type' => \Elementor\Core\Schemes\Color::get_type(), 359 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 360 ], 358 'global' => [ 359 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 360 ], 361 361 'default' => '#3CCD94', 362 362 'selectors' => [ … … 409 409 'label' => __( 'Color', 'pafe' ), 410 410 'type' => \Elementor\Controls_Manager::COLOR, 411 'scheme' => [ 412 'type' => \Elementor\Core\Schemes\Color::get_type(), 413 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 414 ], 411 'global' => [ 412 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 413 ], 415 414 'default' => '#fff', 416 415 'selectors' => [ … … 425 424 'label' => __( 'Background', 'pafe' ), 426 425 'type' => \Elementor\Controls_Manager::COLOR, 427 'scheme' => [ 428 'type' => \Elementor\Core\Schemes\Color::get_type(), 429 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 430 ], 426 'global' => [ 427 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 428 ], 431 429 'default' => '#3CCD94', 432 430 'selectors' => [ … … 456 454 'label' => __( 'Color', 'pafe' ), 457 455 'type' => \Elementor\Controls_Manager::COLOR, 458 'scheme' => [ 459 'type' => \Elementor\Core\Schemes\Color::get_type(), 460 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 461 ], 456 'global' => [ 457 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 458 ], 462 459 'default' => '#B2DFBC', 463 460 'selectors' => [ … … 490 487 'label' => __( 'Color', 'pafe' ), 491 488 'type' => \Elementor\Controls_Manager::COLOR, 492 'scheme' => [ 493 'type' => \Elementor\Core\Schemes\Color::get_type(), 494 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 495 ], 489 'global' => [ 490 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 491 ], 496 492 'default' => '#fff', 497 493 'selectors' => [ … … 505 501 'label' => __( 'Background', 'pafe' ), 506 502 'type' => \Elementor\Controls_Manager::COLOR, 507 'scheme' => [ 508 'type' => \Elementor\Core\Schemes\Color::get_type(), 509 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 510 ], 503 'global' => [ 504 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 505 ], 511 506 'default' => '#3CCD94', 512 507 'selectors' => [ … … 527 522 'label' => __( 'Color', 'pafe' ), 528 523 'type' => \Elementor\Controls_Manager::COLOR, 529 'scheme' => [ 530 'type' => \Elementor\Core\Schemes\Color::get_type(), 531 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 532 ], 524 'global' => [ 525 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 526 ], 533 527 'default' => '#fff', 534 528 'selectors' => [ … … 542 536 'label' => __( 'Background', 'pafe' ), 543 537 'type' => \Elementor\Controls_Manager::COLOR, 544 'scheme' => [ 545 'type' => \Elementor\Core\Schemes\Color::get_type(), 546 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 547 ], 538 'global' => [ 539 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 540 ], 548 541 'default' => '#3CCD94', 549 542 'selectors' => [ … … 559 552 'name' => 'readmore_typography', 560 553 'selector' => '{{WRAPPER}} .pafe-vertical-timeline__readmore', 561 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_2, 554 'global' => [ 555 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_SECONDARY, 556 ] 562 557 ] 563 558 ); -
piotnet-addons-for-elementor/trunk/widgets/pafe-video-playlist.php
r2865405 r2990834 133 133 'name' => 'label_typography', 134 134 'selector' => '{{WRAPPER}} .pafe-video-playlist__item-title', 135 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1, 135 'global' => [ 136 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_PRIMARY, 137 ] 136 138 ] 137 139 ); … … 141 143 'label' => __( 'Color', 'pafe' ), 142 144 'type' => \Elementor\Controls_Manager::COLOR, 143 'scheme' => [ 144 'type' => \Elementor\Core\Schemes\Color::get_type(), 145 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 146 ], 145 'global' => [ 146 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 147 ], 147 148 'default' => '#fff', 148 149 'selectors' => [ … … 200 201 'name' => 'title_typography', 201 202 'selector' => '{{WRAPPER}} .pafe-video-playlist__list-title', 202 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1, 203 'global' => [ 204 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_PRIMARY, 205 ] 203 206 ] 204 207 ); … … 208 211 'label' => __( 'Color', 'pafe' ), 209 212 'type' => \Elementor\Controls_Manager::COLOR, 210 'scheme' => [ 211 'type' => \Elementor\Core\Schemes\Color::get_type(), 212 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 213 ], 213 'global' => [ 214 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 215 ], 214 216 'default' => '#fff', 215 217 'selectors' => [ … … 231 233 'label' => __( 'Background color', 'pafe' ), 232 234 'type' => \Elementor\Controls_Manager::COLOR, 233 'scheme' => [ 234 'type' => \Elementor\Core\Schemes\Color::get_type(), 235 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 236 ], 235 'global' => [ 236 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 237 ], 237 238 'default' => '#252D43', 238 239 'selectors' => [ … … 246 247 'label' => __( 'Active Color', 'pafe' ), 247 248 'type' => \Elementor\Controls_Manager::COLOR, 248 'scheme' => [ 249 'type' => \Elementor\Core\Schemes\Color::get_type(), 250 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 251 ], 249 'global' => [ 250 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 251 ], 252 252 'default' => '#42527B', 253 253 'selectors' => [ … … 262 262 'label' => __( 'Divider color', 'pafe' ), 263 263 'type' => \Elementor\Controls_Manager::COLOR, 264 'scheme' => [ 265 'type' => \Elementor\Core\Schemes\Color::get_type(), 266 'value' => \Elementor\Core\Schemes\Color::COLOR_1, 267 ], 264 'global' => [ 265 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_PRIMARY, 266 ], 268 267 'default' => '#fff', 269 268 'selectors' => [
Note: See TracChangeset
for help on using the changeset viewer.