Plugin Directory

Changeset 3210541


Ignore:
Timestamp:
12/19/2024 02:03:00 PM (16 months ago)
Author:
vladff
Message:

1.0.11

Location:
athemes-addons-for-elementor-lite/trunk
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • athemes-addons-for-elementor-lite/trunk/admin/pages/page-dashboard.php

    r3204954 r3210541  
    277277
    278278        <?php foreach ( $aafe_dashboard_tabs as $aafe_tab_id => $aafe_tab ) : ?>
    279             <div id="<?php echo esc_attr( $aafe_tab_id ); ?>" class="athemes-addons-dashboard-tab-page <?php echo ( ( isset( $_GET['section'] ) && $_GET['section'] === $aafe_tab_id ) || !isset( $_GET['section'] ) ) ? 'active' : ''; // phpcs:ignore WordPress.Security.NonceVerification.Recommended  ?>">
     279            <div id="<?php echo esc_attr( $aafe_tab_id ); ?>" class="athemes-addons-dashboard-tab-page <?php echo ( ( isset( $_GET['section'] ) && $_GET['section'] === $aafe_tab_id ) || !isset( $_GET['section'] ) && 'widgets' === $aafe_tab_id ) ? 'active' : ''; // phpcs:ignore WordPress.Security.NonceVerification.Recommended  ?>">
    280280                <?php require_once ATHEMES_AFE_DIR . 'admin/pages/page-' . $aafe_tab_id . '.php'; ?>
    281281            </div>
  • athemes-addons-for-elementor-lite/trunk/assets/css/modules/logo-carousel/styles.css

    r3113097 r3210541  
    33    margin-top: 20px;
    44}
     5
    56.logo-carousel-pagination .swiper-pagination-bullet {
    67    margin: 0 7px;
    7     width: 8px;
    8     height: 8px;
     8    width: 20px;
     9    height: 6px;
     10    border-radius: 5px;
    911}
     12
     13.logo-carousel-pagination .swiper-pagination-bullet-active {
     14    background-color: #1c1c1c;
     15}
     16
    1017.athemes-addons-logo-carousel {
    1118    overflow: hidden;
  • athemes-addons-for-elementor-lite/trunk/assets/css/modules/logo-carousel/styles.min.css

    r3113097 r3210541  
    1 .logo-carousel-pagination{text-align:center;margin-top:20px}.logo-carousel-pagination .swiper-pagination-bullet{margin:0 7px;width:8px;height:8px}.athemes-addons-logo-carousel{overflow:hidden}.athemes-addons-logo-carousel .swiper-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.athemes-addons-logo-carousel-container .swiper-button-next,.athemes-addons-logo-carousel-container .swiper-button-prev{background-image:none!important;margin-top:-26px;width:60px;height:60px;border-radius:50%;text-align:center;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.athemes-addons-logo-carousel-container .swiper-button-next:after,.athemes-addons-logo-carousel-container .swiper-button-prev:after{display:none}.athemes-addons-logo-carousel-container .swiper-button-prev{left:-70px}.athemes-addons-logo-carousel-container .swiper-button-next{right:-70px}@media (max-width:767px){.athemes-addons-logo-carousel-container .swiper-button-prev{left:0}.athemes-addons-logo-carousel-container .swiper-button-next{right:0}}.athemes-addons-logo-carousel-container i,.athemes-addons-logo-carousel-container svg{fill:#000;opacity:1;-webkit-transition:fill .2s ease-in-out;transition:fill .2s ease-in-out}.athemes-addons-logo-carousel .slide-title{text-align:center;margin-top:10px}.athemes-addons-logo-carousel .slide-image,.athemes-addons-logo-carousel .slide-image>a{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.athemes-addons-logo-carousel .slide-image img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;-webkit-transition:opacity .3s ease-in-out,-webkit-filter .3s ease-in-out;transition:opacity .3s ease-in-out,-webkit-filter .3s ease-in-out;transition:opacity .3s ease-in-out,filter .3s ease-in-out;transition:opacity .3s ease-in-out,filter .3s ease-in-out,-webkit-filter .3s ease-in-out}.athemes-addons-logo-carousel .hover-image{visibility:hidden;opacity:0}.athemes-addons-logo-carousel .swiper-slide:hover .hover-image{visibility:visible;opacity:1}.athemes-addons-logo-carousel .swiper-slide:hover .hover-image-yes .carousel-image{opacity:0;visibility:hidden;position:absolute;left:-9999em}
     1.logo-carousel-pagination{text-align:center;margin-top:20px}.logo-carousel-pagination .swiper-pagination-bullet{margin:0 7px;width:20px;height:6px;border-radius:5px}.logo-carousel-pagination .swiper-pagination-bullet-active{background-color:#1c1c1c}.athemes-addons-logo-carousel{overflow:hidden}.athemes-addons-logo-carousel .swiper-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.athemes-addons-logo-carousel-container .swiper-button-next,.athemes-addons-logo-carousel-container .swiper-button-prev{background-image:none!important;margin-top:-26px;width:60px;height:60px;border-radius:50%;text-align:center;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.athemes-addons-logo-carousel-container .swiper-button-next:after,.athemes-addons-logo-carousel-container .swiper-button-prev:after{display:none}.athemes-addons-logo-carousel-container .swiper-button-prev{left:-70px}.athemes-addons-logo-carousel-container .swiper-button-next{right:-70px}@media (max-width:767px){.athemes-addons-logo-carousel-container .swiper-button-prev{left:0}.athemes-addons-logo-carousel-container .swiper-button-next{right:0}}.athemes-addons-logo-carousel-container i,.athemes-addons-logo-carousel-container svg{fill:#000;opacity:1;-webkit-transition:fill .2s ease-in-out;transition:fill .2s ease-in-out}.athemes-addons-logo-carousel .slide-title{text-align:center;margin-top:10px}.athemes-addons-logo-carousel .slide-image,.athemes-addons-logo-carousel .slide-image>a{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.athemes-addons-logo-carousel .slide-image img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;-webkit-transition:opacity .3s ease-in-out,-webkit-filter .3s ease-in-out;transition:opacity .3s ease-in-out,-webkit-filter .3s ease-in-out;transition:opacity .3s ease-in-out,filter .3s ease-in-out;transition:opacity .3s ease-in-out,filter .3s ease-in-out,-webkit-filter .3s ease-in-out}.athemes-addons-logo-carousel .hover-image{visibility:hidden;opacity:0}.athemes-addons-logo-carousel .swiper-slide:hover .hover-image{visibility:visible;opacity:1}.athemes-addons-logo-carousel .swiper-slide:hover .hover-image-yes .carousel-image{opacity:0;visibility:hidden;position:absolute;left:-9999em}
  • athemes-addons-for-elementor-lite/trunk/assets/css/modules/posts-carousel/styles.css

    r3103901 r3210541  
    55.posts-carousel-pagination .swiper-pagination-bullet {
    66    margin: 0 7px;
    7     width: 8px;
    8     height: 8px;
     7    width: 20px;
     8    height: 6px;
     9    border-radius: 5px;
     10}
     11
     12.posts-carousel-pagination .swiper-pagination-bullet-active {
     13    background-color: #1c1c1c;
    914}
    1015.athemes-addons-posts-carousel {
  • athemes-addons-for-elementor-lite/trunk/assets/css/modules/posts-carousel/styles.min.css

    r3103901 r3210541  
    1 .posts-carousel-pagination{text-align:center;margin-top:20px}.posts-carousel-pagination .swiper-pagination-bullet{margin:0 7px;width:8px;height:8px}.athemes-addons-posts-carousel{overflow:hidden}.athemes-addons-posts-carousel-container .swiper-button-next,.athemes-addons-posts-carousel-container .swiper-button-prev{background-image:none!important;margin-top:-26px;width:60px;height:60px;border-radius:50%;text-align:center;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.athemes-addons-posts-carousel-container .swiper-button-next:after,.athemes-addons-posts-carousel-container .swiper-button-prev:after{display:none}.athemes-addons-posts-carousel-container .swiper-button-prev{left:-70px}.athemes-addons-posts-carousel-container .swiper-button-next{right:-70px}@media (max-width:767px){.athemes-addons-posts-carousel-container .swiper-button-prev{left:0}.athemes-addons-posts-carousel-container .swiper-button-next{right:0}}.athemes-addons-posts-carousel-container i,.athemes-addons-posts-carousel-container svg{fill:#000;opacity:1;-webkit-transition:fill .2s ease-in-out;transition:fill .2s ease-in-out}.athemes-addons-posts-carousel .entry-date+.updated{display:none}.post-info>*{margin-right:10px}.post-info>:last-of-type{margin-right:0}.post-info.delimiter-dot>*,.post-info.delimiter-horizontal>*,.post-info.delimiter-vertical>*{margin-right:0}.post-info.delimiter-dot>:after,.post-info.delimiter-horizontal>:after,.post-info.delimiter-vertical>:after{padding:0 10px}.post-info.delimiter-dot>:last-child:after,.post-info.delimiter-horizontal>:last-child:after,.post-info.delimiter-vertical>:last-child:after{display:none}.post-info.delimiter-dot>:after{content:'';background:#000;opacity:.2;width:4px;height:4px;border-radius:50%;display:inline-block;vertical-align:middle;margin:0 10px;padding:0}.post-info.delimiter-vertical>:after{content:'\007C'}.post-info.delimiter-horizontal>:after{content:'\0023AF'}.athemes-post-item{-webkit-transition:all .3s ease;transition:all .3s ease}.athemes-post-item .post-content>*,.athemes-post-item .post-item-thumb{margin-bottom:12px}.athemes-post-item .post-content>:last-child{margin-bottom:0}.athemes-post-item .post-content a{text-decoration:none}.athemes-addons-posts-carousel .athemes-post-item .item-title{font-size:20px}.athemes-addons-posts-carousel .athemes-post-item .post-content .item-title a{color:var(--athemes-addons-headings-color,#1c1c1c)}.athemes-addons-posts-carousel .athemes-post-item .post-content .item-title:hover{opacity:.8}.athemes-addons-posts-carousel .athemes-post-item .post-content .post-info a{color:var(--athemes-addons-meta-color,#767676)}.athemes-addons-posts-carousel .athemes-post-item .post-content .post-info a:hover{color:var(--athemes-addons-meta-hover-color,#000)}.athemes-post-item .read-more-wrapper{margin-top:20px}@media (min-width:991px){.athemes-addons-posts-carousel.style-list .athemes-post-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.athemes-addons-posts-carousel.style-list .post-content{padding-left:30px}}.athemes-post-item .post-content .cats-label a{display:inline-block;padding:5px 10px;line-height:1;background:#333;border-radius:5px;color:#fff}.athemes-post-item .post-content .cats-label a:hover{background:#000;color:#fff}.athemes-posts-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:30px}.athemes-posts-pagination a{display:inline-block;padding:5px;text-decoration:none!important;color:var(--athemes-addons-meta-color,#767676)}.athemes-addons-posts-carousel[data-skin-id=athemes-addons-posts-carousel-modern] .post-content{padding:30px;background:#fff;border-radius:15px;-webkit-box-shadow:0 0 20px rgba(0,0,0,.1);box-shadow:0 0 20px rgba(0,0,0,.1);margin:-30px 20px 0;position:relative;z-index:11}.athemes-addons-posts-carousel[data-skin-id=athemes-addons-posts-carousel-modern].style-list .post-content{margin:0 0 0 -30px;width:calc(100% + 30px)}.athemes-addons-posts-carousel[data-skin-id=athemes-addons-posts-carousel-modern]{text-align:center}.athemes-addons-posts-carousel[data-skin-id=athemes-addons-posts-carousel-banner] .item-title,.athemes-addons-posts-carousel[data-skin-id=athemes-addons-posts-carousel-modern] .item-title{font-size:20px}.athemes-addons-posts-carousel[data-skin-id=athemes-addons-posts-carousel-banner] .athemes-post-item .post-content .item-title a{color:#fff}.athemes-addons-posts-carousel[data-skin-id=athemes-addons-posts-carousel-modern] .swiper-wrapper{padding-bottom:18px!important}.athemes-addons-posts-carousel[data-skin-id=athemes-addons-posts-carousel-banner] .athemes-post-item{background-size:cover;background-position:center;position:relative}.athemes-addons-posts-carousel[data-skin-id=athemes-addons-posts-carousel-banner] .athemes-post-item::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7)}.athemes-addons-posts-carousel[data-skin-id=athemes-addons-posts-carousel-banner] .athemes-post-item{min-height:400px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.athemes-addons-posts-carousel[data-skin-id=athemes-addons-posts-carousel-banner] .athemes-post-item .post-content{position:relative;z-index:11}.athemes-addons-posts-carousel[data-skin-id=athemes-addons-posts-carousel-banner] .post-content a{color:#fff;-webkit-transition:all .3s ease;transition:all .3s ease}.athemes-addons-posts-carousel[data-skin-id=athemes-addons-posts-carousel-banner] .post-content a:hover{color:#fff;opacity:.8}.athemes-addons-posts-carousel[data-skin-id=athemes-addons-posts-carousel-banner] .post-info.delimiter-dot>:after{background:#fff}
     1.posts-carousel-pagination{text-align:center;margin-top:20px}.posts-carousel-pagination .swiper-pagination-bullet{margin:0 7px;width:20px;height:6px;border-radius:5px}.posts-carousel-pagination .swiper-pagination-bullet-active{background-color:#1c1c1c}.athemes-addons-posts-carousel{overflow:hidden}.athemes-addons-posts-carousel-container .swiper-button-next,.athemes-addons-posts-carousel-container .swiper-button-prev{background-image:none!important;margin-top:-26px;width:60px;height:60px;border-radius:50%;text-align:center;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.athemes-addons-posts-carousel-container .swiper-button-next:after,.athemes-addons-posts-carousel-container .swiper-button-prev:after{display:none}.athemes-addons-posts-carousel-container .swiper-button-prev{left:-70px}.athemes-addons-posts-carousel-container .swiper-button-next{right:-70px}@media (max-width:767px){.athemes-addons-posts-carousel-container .swiper-button-prev{left:0}.athemes-addons-posts-carousel-container .swiper-button-next{right:0}}.athemes-addons-posts-carousel-container i,.athemes-addons-posts-carousel-container svg{fill:#000;opacity:1;-webkit-transition:fill .2s ease-in-out;transition:fill .2s ease-in-out}.athemes-addons-posts-carousel .entry-date+.updated{display:none}.post-info>*{margin-right:10px}.post-info>:last-of-type{margin-right:0}.post-info.delimiter-dot>*,.post-info.delimiter-horizontal>*,.post-info.delimiter-vertical>*{margin-right:0}.post-info.delimiter-dot>:after,.post-info.delimiter-horizontal>:after,.post-info.delimiter-vertical>:after{padding:0 10px}.post-info.delimiter-dot>:last-child:after,.post-info.delimiter-horizontal>:last-child:after,.post-info.delimiter-vertical>:last-child:after{display:none}.post-info.delimiter-dot>:after{content:'';background:#000;opacity:.2;width:4px;height:4px;border-radius:50%;display:inline-block;vertical-align:middle;margin:0 10px;padding:0}.post-info.delimiter-vertical>:after{content:'\007C'}.post-info.delimiter-horizontal>:after{content:'\0023AF'}.athemes-post-item{-webkit-transition:all .3s ease;transition:all .3s ease}.athemes-post-item .post-content>*,.athemes-post-item .post-item-thumb{margin-bottom:12px}.athemes-post-item .post-content>:last-child{margin-bottom:0}.athemes-post-item .post-content a{text-decoration:none}.athemes-addons-posts-carousel .athemes-post-item .item-title{font-size:20px}.athemes-addons-posts-carousel .athemes-post-item .post-content .item-title a{color:var(--athemes-addons-headings-color,#1c1c1c)}.athemes-addons-posts-carousel .athemes-post-item .post-content .item-title:hover{opacity:.8}.athemes-addons-posts-carousel .athemes-post-item .post-content .post-info a{color:var(--athemes-addons-meta-color,#767676)}.athemes-addons-posts-carousel .athemes-post-item .post-content .post-info a:hover{color:var(--athemes-addons-meta-hover-color,#000)}.athemes-post-item .read-more-wrapper{margin-top:20px}@media (min-width:991px){.athemes-addons-posts-carousel.style-list .athemes-post-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.athemes-addons-posts-carousel.style-list .post-content{padding-left:30px}}.athemes-post-item .post-content .cats-label a{display:inline-block;padding:5px 10px;line-height:1;background:#333;border-radius:5px;color:#fff}.athemes-post-item .post-content .cats-label a:hover{background:#000;color:#fff}.athemes-posts-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:30px}.athemes-posts-pagination a{display:inline-block;padding:5px;text-decoration:none!important;color:var(--athemes-addons-meta-color,#767676)}.athemes-addons-posts-carousel[data-skin-id=athemes-addons-posts-carousel-modern] .post-content{padding:30px;background:#fff;border-radius:15px;-webkit-box-shadow:0 0 20px rgba(0,0,0,.1);box-shadow:0 0 20px rgba(0,0,0,.1);margin:-30px 20px 0;position:relative;z-index:11}.athemes-addons-posts-carousel[data-skin-id=athemes-addons-posts-carousel-modern].style-list .post-content{margin:0 0 0 -30px;width:calc(100% + 30px)}.athemes-addons-posts-carousel[data-skin-id=athemes-addons-posts-carousel-modern]{text-align:center}.athemes-addons-posts-carousel[data-skin-id=athemes-addons-posts-carousel-banner] .item-title,.athemes-addons-posts-carousel[data-skin-id=athemes-addons-posts-carousel-modern] .item-title{font-size:20px}.athemes-addons-posts-carousel[data-skin-id=athemes-addons-posts-carousel-banner] .athemes-post-item .post-content .item-title a{color:#fff}.athemes-addons-posts-carousel[data-skin-id=athemes-addons-posts-carousel-modern] .swiper-wrapper{padding-bottom:18px!important}.athemes-addons-posts-carousel[data-skin-id=athemes-addons-posts-carousel-banner] .athemes-post-item{background-size:cover;background-position:center;position:relative}.athemes-addons-posts-carousel[data-skin-id=athemes-addons-posts-carousel-banner] .athemes-post-item::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7)}.athemes-addons-posts-carousel[data-skin-id=athemes-addons-posts-carousel-banner] .athemes-post-item{min-height:400px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.athemes-addons-posts-carousel[data-skin-id=athemes-addons-posts-carousel-banner] .athemes-post-item .post-content{position:relative;z-index:11}.athemes-addons-posts-carousel[data-skin-id=athemes-addons-posts-carousel-banner] .post-content a{color:#fff;-webkit-transition:all .3s ease;transition:all .3s ease}.athemes-addons-posts-carousel[data-skin-id=athemes-addons-posts-carousel-banner] .post-content a:hover{color:#fff;opacity:.8}.athemes-addons-posts-carousel[data-skin-id=athemes-addons-posts-carousel-banner] .post-info.delimiter-dot>:after{background:#fff}
  • athemes-addons-for-elementor-lite/trunk/assets/css/modules/testimonials/styles.css

    r3064463 r3210541  
    5454}
    5555
     56.testimonials-pagination .swiper-pagination-bullet-active {
     57    background-color: #1c1c1c;
     58}
     59
    5660.athemes-addons-testimonials-container .swiper-button-next,
    5761.athemes-addons-testimonials-container .swiper-button-prev {
  • athemes-addons-for-elementor-lite/trunk/assets/css/modules/testimonials/styles.min.css

    r3064463 r3210541  
    1 .athemes-addons-testimonials{overflow:hidden;padding-top:35px;padding-bottom:1px;max-width:85%;margin:0 auto}.athemes-addons-testimonials-container{position:relative}.testimonials-pagination{text-align:center;margin-top:20px}.athemes-addons-testimonials .swiper-slide{padding:30px;text-align:center;border:1px solid var(--athemes-addons-border-color,#ddd);border-radius:15px;position:relative;min-height:100%;-webkit-transition:border-color .2s ease-in-out;transition:border-color .2s ease-in-out}.athemes-addons-testimonials .swiper-slide:hover,.athemes-addons-testimonials .swiper-slide:hover .quote-icon{border-color:#767676}.athemes-addons-testimonials .overlay-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:11}.athemes-addons-testimonials .swiper-slide>:not(:last-child),.athemes-addons-testimonials[data-id=athemes-addons-testimonials-modern] .review-data>*,.athemes-addons-testimonials[data-id=athemes-addons-testimonials-side-by-side] .author-info>:not(:last-child){margin-bottom:20px}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-modern] .review-data>:last-child{margin-bottom:40px}.testimonials-pagination .swiper-pagination-bullet{margin:0 7px;width:20px;height:6px;border-radius:5px}.athemes-addons-testimonials-container .swiper-button-next,.athemes-addons-testimonials-container .swiper-button-prev{background-image:none!important;margin-top:-30px;width:60px;height:60px;border-radius:50%;text-align:center;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.athemes-addons-testimonials-container .swiper-button-next:after,.athemes-addons-testimonials-container .swiper-button-prev:after{display:none}.athemes-addons-testimonials-container i,.athemes-addons-testimonials-container svg{fill:#1c1c1c;opacity:1;-webkit-transition:fill .2s ease-in-out;transition:fill .2s ease-in-out}.athemes-addons-testimonials .quote-icon{position:absolute;left:30px;--icon-size:40px;top:calc((var(--icon-size) + 30px)/ -2);z-index:11;background-color:#fff;border:1px solid var(--athemes-addons-border-color,#ddd);border-radius:50%;width:calc(var(--icon-size) + 30px);height:calc(var(--icon-size) + 30px);-webkit-transition:border-color .2s ease-in-out;transition:border-color .2s ease-in-out;-webkit-box-sizing:content-box;box-sizing:content-box}.athemes-addons-testimonials .quote-icon svg{height:var(--icon-size);width:var(--icon-size);-webkit-transform:translatey(15px) rotate(180deg);transform:translatey(15px) rotate(180deg);fill:#ccd1d6}.athemes-addons-testimonials .review-date{font-size:14px;color:var(--athemes-addons-meta-color,#767676)}.athemes-addons-testimonials .author-name{margin-bottom:5px;font-size:20px;font-weight:600}.athemes-addons-testimonials .author-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:left}.athemes-addons-testimonials .author-info .author-image{-webkit-box-flex:0;-ms-flex:0 0 70px;flex:0 0 70px;margin-right:15px}.athemes-addons-testimonials .author-info .author-image img{border-radius:50%}.athemes-addons-testimonials .review-rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:3px}.athemes-addons-testimonials .review-icon{position:relative}.athemes-addons-testimonials .review-rating svg{fill:#d8e0e3}.athemes-addons-testimonials .review-icon-marked{width:var(--icon-marked-width);overflow:hidden;position:absolute;top:0;left:0}.athemes-addons-testimonials .review-icon-marked svg{fill:#f7b731}.athemes-addons-testimonials-thumbs{margin:30px auto 0;max-width:30%}.athemes-addons-testimonials-thumbs .swiper-slide:hover{cursor:pointer}.athemes-addons-testimonials-thumbs .swiper-slide{text-align:center}.athemes-addons-testimonials-thumbs img{height:80px;width:80px;-o-object-fit:cover;object-fit:cover;border-radius:50%}.athemes-addons-testimonials-thumbs .swiper-slide img{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;border:2px solid transparent}.athemes-addons-testimonials-thumbs .swiper-slide-thumb-active img{border-color:var(--athemes-addons-border-color,#ddd)}.aafe-grayscale-effect-yes .athemes-addons-testimonials-thumbs .swiper-slide img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.aafe-grayscale-effect-yes .athemes-addons-testimonials-thumbs .swiper-slide-thumb-active img,.aafe-grayscale-effect-yes .athemes-addons-testimonials-thumbs .swiper-slide:hover img{-webkit-filter:grayscale(0);filter:grayscale(0)}.athemes-addons-testimonials-thumbs .swiper-thumb-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-side-by-side] .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-side-by-side] .swiper-slide .author-info{display:block}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-side-by-side] .author-image{margin:-30px 0 -30px -30px;position:relative;min-height:400px;-webkit-box-flex:0;-ms-flex:0 0 45%;flex:0 0 45%;overflow:hidden}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-side-by-side] .author-image img{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;top:0;left:0;border-top-left-radius:15px;border-bottom-left-radius:15px}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-side-by-side] .swiper-slide .review-rating{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-side-by-side] .quote-icon{left:auto;right:30px}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-side-by-side] .quote-icon svg{-webkit-transform:translatey(15px);transform:translatey(15px)}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-modern]{padding-bottom:120px}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-modern] .quote-icon{position:static;margin-left:auto;margin-right:auto}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-modern] .author-data{position:absolute;top:100%;left:0;margin-top:-40px;width:100%}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-modern] .author-image{margin:0 0 20px 0}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-centered] .author-image img,.athemes-addons-testimonials[data-id=athemes-addons-testimonials-modern] .author-image img{border-radius:50%;-o-object-fit:cover;object-fit:cover;width:80px;height:80px}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-centered]{padding-top:40px}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-centered] .swiper-slide{opacity:.4;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:scale(.8);transform:scale(.8)}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-centered] .swiper-slide-active{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-centered] .swiper-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-centered] .author-image{position:absolute;top:-40px;left:calc(50% - 40px)}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-centered] .quote-icon{display:none}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-centered] .swiper-slide{padding-top:60px}@media (max-width:1024px){.athemes-addons-testimonials-thumbs{max-width:60%}}@media (max-width:768px){.athemes-addons-testimonials-thumbs{max-width:100%}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-side-by-side] .author-image{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%;margin:0 0 20px 0}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-side-by-side] .swiper-slide{display:block}}
     1.athemes-addons-testimonials{overflow:hidden;padding-top:35px;padding-bottom:1px;max-width:85%;margin:0 auto}.athemes-addons-testimonials-container{position:relative}.testimonials-pagination{text-align:center;margin-top:20px}.athemes-addons-testimonials .swiper-slide{padding:30px;text-align:center;border:1px solid var(--athemes-addons-border-color,#ddd);border-radius:15px;position:relative;min-height:100%;-webkit-transition:border-color .2s ease-in-out;transition:border-color .2s ease-in-out}.athemes-addons-testimonials .swiper-slide:hover,.athemes-addons-testimonials .swiper-slide:hover .quote-icon{border-color:#767676}.athemes-addons-testimonials .overlay-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:11}.athemes-addons-testimonials .swiper-slide>:not(:last-child),.athemes-addons-testimonials[data-id=athemes-addons-testimonials-modern] .review-data>*,.athemes-addons-testimonials[data-id=athemes-addons-testimonials-side-by-side] .author-info>:not(:last-child){margin-bottom:20px}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-modern] .review-data>:last-child{margin-bottom:40px}.testimonials-pagination .swiper-pagination-bullet{margin:0 7px;width:20px;height:6px;border-radius:5px}.testimonials-pagination .swiper-pagination-bullet-active{background-color:#1c1c1c}.athemes-addons-testimonials-container .swiper-button-next,.athemes-addons-testimonials-container .swiper-button-prev{background-image:none!important;margin-top:-30px;width:60px;height:60px;border-radius:50%;text-align:center;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.athemes-addons-testimonials-container .swiper-button-next:after,.athemes-addons-testimonials-container .swiper-button-prev:after{display:none}.athemes-addons-testimonials-container i,.athemes-addons-testimonials-container svg{fill:#1c1c1c;opacity:1;-webkit-transition:fill .2s ease-in-out;transition:fill .2s ease-in-out}.athemes-addons-testimonials .quote-icon{position:absolute;left:30px;--icon-size:40px;top:calc((var(--icon-size) + 30px)/ -2);z-index:11;background-color:#fff;border:1px solid var(--athemes-addons-border-color,#ddd);border-radius:50%;width:calc(var(--icon-size) + 30px);height:calc(var(--icon-size) + 30px);-webkit-transition:border-color .2s ease-in-out;transition:border-color .2s ease-in-out;-webkit-box-sizing:content-box;box-sizing:content-box}.athemes-addons-testimonials .quote-icon svg{height:var(--icon-size);width:var(--icon-size);-webkit-transform:translatey(15px) rotate(180deg);transform:translatey(15px) rotate(180deg);fill:#ccd1d6}.athemes-addons-testimonials .review-date{font-size:14px;color:var(--athemes-addons-meta-color,#767676)}.athemes-addons-testimonials .author-name{margin-bottom:5px;font-size:20px;font-weight:600}.athemes-addons-testimonials .author-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:left}.athemes-addons-testimonials .author-info .author-image{-webkit-box-flex:0;-ms-flex:0 0 70px;flex:0 0 70px;margin-right:15px}.athemes-addons-testimonials .author-info .author-image img{border-radius:50%}.athemes-addons-testimonials .review-rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:3px}.athemes-addons-testimonials .review-icon{position:relative}.athemes-addons-testimonials .review-rating svg{fill:#d8e0e3}.athemes-addons-testimonials .review-icon-marked{width:var(--icon-marked-width);overflow:hidden;position:absolute;top:0;left:0}.athemes-addons-testimonials .review-icon-marked svg{fill:#f7b731}.athemes-addons-testimonials-thumbs{margin:30px auto 0;max-width:30%}.athemes-addons-testimonials-thumbs .swiper-slide:hover{cursor:pointer}.athemes-addons-testimonials-thumbs .swiper-slide{text-align:center}.athemes-addons-testimonials-thumbs img{height:80px;width:80px;-o-object-fit:cover;object-fit:cover;border-radius:50%}.athemes-addons-testimonials-thumbs .swiper-slide img{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;border:2px solid transparent}.athemes-addons-testimonials-thumbs .swiper-slide-thumb-active img{border-color:var(--athemes-addons-border-color,#ddd)}.aafe-grayscale-effect-yes .athemes-addons-testimonials-thumbs .swiper-slide img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.aafe-grayscale-effect-yes .athemes-addons-testimonials-thumbs .swiper-slide-thumb-active img,.aafe-grayscale-effect-yes .athemes-addons-testimonials-thumbs .swiper-slide:hover img{-webkit-filter:grayscale(0);filter:grayscale(0)}.athemes-addons-testimonials-thumbs .swiper-thumb-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-side-by-side] .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-side-by-side] .swiper-slide .author-info{display:block}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-side-by-side] .author-image{margin:-30px 0 -30px -30px;position:relative;min-height:400px;-webkit-box-flex:0;-ms-flex:0 0 45%;flex:0 0 45%;overflow:hidden}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-side-by-side] .author-image img{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;top:0;left:0;border-top-left-radius:15px;border-bottom-left-radius:15px}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-side-by-side] .swiper-slide .review-rating{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-side-by-side] .quote-icon{left:auto;right:30px}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-side-by-side] .quote-icon svg{-webkit-transform:translatey(15px);transform:translatey(15px)}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-modern]{padding-bottom:120px}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-modern] .quote-icon{position:static;margin-left:auto;margin-right:auto}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-modern] .author-data{position:absolute;top:100%;left:0;margin-top:-40px;width:100%}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-modern] .author-image{margin:0 0 20px 0}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-centered] .author-image img,.athemes-addons-testimonials[data-id=athemes-addons-testimonials-modern] .author-image img{border-radius:50%;-o-object-fit:cover;object-fit:cover;width:80px;height:80px}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-centered]{padding-top:40px}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-centered] .swiper-slide{opacity:.4;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:scale(.8);transform:scale(.8)}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-centered] .swiper-slide-active{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-centered] .swiper-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-centered] .author-image{position:absolute;top:-40px;left:calc(50% - 40px)}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-centered] .quote-icon{display:none}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-centered] .swiper-slide{padding-top:60px}@media (max-width:1024px){.athemes-addons-testimonials-thumbs{max-width:60%}}@media (max-width:768px){.athemes-addons-testimonials-thumbs{max-width:100%}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-side-by-side] .author-image{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%;margin:0 0 20px 0}.athemes-addons-testimonials[data-id=athemes-addons-testimonials-side-by-side] .swiper-slide{display:block}}
  • athemes-addons-for-elementor-lite/trunk/athemes-addons-elementor.php

    r3204954 r3210541  
    44 * Plugin URI:  https://athemes.com/addons-for-elementor
    55 * Description: Widgets and extensions for the Elementor page builder
    6  * Version:     1.0.10
     6 * Version:     1.0.11
    77 * Author:      aThemes
    88 * Author URI:  https://athemes.com
     
    2424
    2525// AAFE constants.
    26 define( 'ATHEMES_AFE_VERSION', '1.0.10' );
     26define( 'ATHEMES_AFE_VERSION', '1.0.11' );
    2727define( 'ATHEMES_AFE_FILE', __FILE__ );
    2828define( 'ATHEMES_AFE_BASE', trailingslashit( plugin_basename( ATHEMES_AFE_FILE ) ) );
  • athemes-addons-for-elementor-lite/trunk/inc/classes/class-athemes-addons-svg-icons.php

    r3204954 r3210541  
    3030            'icon-star'             => '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="22" fill="none"><path fill-rule="evenodd" d="M12.908.581a1 1 0 0 0-1.816 0l-2.87 6.22-6.801.807a1 1 0 0 0-.562 1.727l5.03 4.65-1.335 6.72a1 1 0 0 0 1.469 1.067L12 18.426l5.977 3.346a1 1 0 0 0 1.47-1.068l-1.335-6.718 5.029-4.651a1 1 0 0 0-.562-1.727L15.777 6.8 12.907.581Z" clip-rule="evenodd"/></svg>',
    3131            'icon-arrow-left'       => '<svg xmlns="http://www.w3.org/2000/svg" width="21" height="40" fill="none"><path d="M3.589 20 20.564 2.556a1.498 1.498 0 1 0-2.149-2.09L.425 18.954a1.5 1.5 0 0 0 0 2.09l17.99 18.49a1.5 1.5 0 1 0 2.149-2.091L3.587 20h.002Z"/></svg>',
     32            'icon-arrow-right'      => '<svg xmlns="http://www.w3.org/2000/svg" width="21" height="40" fill="none"><path d="M17.411 20 .436 2.556A1.5 1.5 0 1 1 2.585.466l17.99 18.489a1.5 1.5 0 0 1 0 2.09l-17.99 18.49a1.498 1.498 0 1 1-2.149-2.091L17.413 20h-.002Z"/></svg>',
    3233            'icon-vertical-scroll'  => '<svg width="77" height="220" viewBox="0 0 77 220" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M74.2398 177.76C75.3634 178.885 75.9945 180.41 75.9945 182C75.9945 183.59 75.3634 185.115 74.2398 186.24L42.2398 218.24C41.1148 219.364 39.5898 219.995 37.9998 219.995C36.4097 219.995 34.8848 219.364 33.7598 218.24L1.75975 186.24C0.699914 185.103 0.122923 183.598 0.150349 182.044C0.177775 180.489 0.807476 179.006 1.90678 177.907C3.00608 176.808 4.48917 176.178 6.04358 176.151C7.59798 176.123 9.10235 176.7 10.2397 177.76L31.9998 199.51V20.51L10.2397 42.24C9.10235 43.2998 7.59798 43.8768 6.04358 43.8494C4.48917 43.8219 3.00608 43.1922 1.90678 42.0929C0.807476 40.9936 0.177775 39.5106 0.150349 37.9562C0.122923 36.4017 0.699914 34.8974 1.75975 33.76L33.7598 1.75997C34.8848 0.636366 36.4097 0.00524902 37.9998 0.00524902C39.5898 0.00524902 41.1148 0.636366 42.2398 1.75997L74.2398 33.76C74.8293 34.3093 75.3021 34.9717 75.63 35.7077C75.9579 36.4437 76.1343 37.2382 76.1485 38.0438C76.1627 38.8494 76.0145 39.6496 75.7127 40.3968C75.411 41.1439 74.9618 41.8225 74.3921 42.3923C73.8223 42.962 73.1436 43.4112 72.3965 43.713C71.6494 44.0147 70.8492 44.1629 70.0436 44.1487C69.238 44.1345 68.4434 43.9582 67.7074 43.6302C66.9714 43.3023 66.309 42.8295 65.7598 42.24L43.9998 20.49V199.49L65.7598 177.74C66.8874 176.619 68.4139 175.991 70.0039 175.995C71.5939 175.999 73.1174 176.634 74.2398 177.76Z"/></svg>',
    3334            'icon-quote'            => '<svg width="18" height="15" viewBox="0 0 18 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.4169 1.679C17.4469 2.773 17.9999 4 17.9999 5.989C17.9999 9.489 15.5439 12.626 11.9699 14.177L11.0769 12.799C14.4119 10.995 15.0639 8.654 15.3249 7.178C14.7879 7.456 14.0849 7.553 13.3949 7.489C11.5909 7.322 10.1689 5.841 10.1689 4C10.1689 3.07174 10.5377 2.1815 11.194 1.52513C11.8504 0.868749 12.7407 0.5 13.6689 0.5C14.7419 0.5 15.7689 0.99 16.4169 1.679ZM6.41692 1.679C7.44692 2.773 7.99992 4 7.99992 5.989C7.99992 9.489 5.54392 12.626 1.96992 14.177L1.07692 12.799C4.41192 10.995 5.06392 8.654 5.32392 7.178C4.78692 7.456 4.08392 7.553 3.39492 7.489C1.59092 7.323 0.169922 5.842 0.169922 4C0.169922 3.07174 0.538671 2.1815 1.19505 1.52513C1.85143 0.868749 2.74166 0.5 3.66992 0.5C4.74292 0.5 5.76992 0.99 6.41792 1.679"/></svg>',
     
    7778            'icon-curly-arrow3'     => '<svg width="45" height="48" viewBox="0 0 45 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.89273 18.532C9.81784 18.5956 9.73961 18.6566 9.66753 18.7239C9.36251 19.0086 9.37205 19.0695 9.76486 19.2129C10.7777 19.5839 11.8095 19.8919 12.8907 19.971C13.6153 20.0241 14.3453 20.0146 15.0092 19.6517C15.4909 19.3887 15.5284 18.9825 15.1184 18.6175C14.87 18.3965 14.5827 18.2346 14.2666 18.1305C13.152 17.7621 12.0264 17.7282 10.8955 18.0473C10.535 18.1493 10.1922 18.2979 9.89273 18.532ZM38.3273 44.7728C38.1492 44.6716 37.9716 44.5687 37.7924 44.4693C34.0255 42.3778 30.2944 40.225 26.5872 38.0299C23.9767 36.4839 21.3766 34.9217 18.8608 33.2256C16.0404 31.324 13.3177 29.296 10.9512 26.8356C9.88861 25.7309 8.94253 24.5349 8.33351 23.1038C7.89322 22.0695 7.69108 21.0046 7.84588 19.8856C7.87535 19.6725 7.81028 19.5726 7.62591 19.4761C5.59667 18.4114 3.81507 17.0274 2.37717 15.2392C0.96935 13.4897 0.0988026 11.5178 0.118073 9.22085C0.134753 7.26036 0.958398 5.68944 2.39846 4.39818C3.43575 3.4674 4.59463 2.71622 5.78279 2.00235C6.68647 1.45952 7.58823 0.912832 8.49301 0.370711C8.58605 0.314517 8.68718 0.265372 8.79158 0.236144C8.95167 0.192161 9.1039 0.223364 9.19614 0.375758C9.28094 0.515878 9.24035 0.658046 9.14236 0.773237C8.98527 0.957627 8.80316 1.11631 8.60583 1.25886C7.43911 2.10434 6.18737 2.82085 4.99962 3.63425C4.2378 4.15594 3.50773 4.71442 2.84303 5.36403C1.29756 6.87526 0.905278 8.70451 1.31631 10.7548C1.70622 12.7016 2.77523 14.2645 4.16416 15.6353C5.29102 16.7477 6.5717 17.6491 7.95365 18.4151C8.18628 18.5439 8.32284 18.5383 8.49328 18.3028C9.02435 17.5661 9.7819 17.1514 10.644 16.9277C12.0101 16.5735 13.3726 16.6072 14.7005 17.0888C15.412 17.3467 16.0562 17.7294 16.3843 18.4749C16.6789 19.1444 16.5161 19.8441 15.9641 20.3259C15.3977 20.8197 14.7136 20.9905 13.992 21.0666C12.8215 21.1892 11.6927 20.9603 10.5775 20.6452C10.1552 20.5255 9.74173 20.3732 9.32765 20.2266C9.00144 20.1111 8.9865 20.1144 8.97592 20.4773C8.94337 21.5475 9.3028 22.5097 9.8244 23.4167C10.6389 24.834 11.7578 26.0002 12.9472 27.1001C14.4909 28.5269 16.1463 29.8165 17.861 31.0312C21.2901 33.4615 24.9039 35.5982 28.522 37.7278C31.9787 39.7626 35.4445 41.7826 38.8598 43.887C39.5059 44.2852 40.11 44.7437 40.7054 45.2137C40.8114 45.2977 40.9041 45.4149 41.1311 45.4281C40.6353 45.0214 40.1906 44.6513 39.74 44.289C37.9134 42.8197 36.2544 41.1645 34.5301 39.5824C33.4618 38.6008 32.4009 37.611 31.4115 36.5484C31.1949 36.3159 30.9884 36.071 30.8031 35.8133C30.6488 35.5974 30.562 35.3396 30.8091 35.1313C31.0416 34.935 31.2624 35.0641 31.4591 35.2273C32.5092 36.0974 33.475 37.0604 34.4899 37.9697C36.8305 40.0669 39.0638 42.2838 41.5484 44.2181C42.2854 44.7919 43.0152 45.3755 43.7476 45.9555C43.8953 46.0724 44.0267 46.2059 44.0898 46.3897C44.2578 46.8776 43.8483 47.3101 43.2736 47.2078C42.56 47.0815 41.8506 46.9248 41.1454 46.7559C38.3651 46.0912 35.5516 45.5877 32.7498 45.0297C31.5103 44.7828 30.2776 44.5061 29.0529 44.1919C28.6482 44.0878 28.2486 43.9595 27.9029 43.712C27.7679 43.6161 27.63 43.5011 27.6805 43.3078C27.7319 43.111 27.9088 43.0893 28.0762 43.0753C28.7784 43.016 29.4508 43.2105 30.1306 43.3308C32.7817 43.7998 35.434 44.2659 38.0691 44.8195C38.1425 44.8347 38.2187 44.8381 38.2936 44.8473L38.3273 44.7728Z" fill="black"/></svg>',
    7879            'icon-curly-arrow4'     => '<svg width="40" height="59" viewBox="0 0 40 59" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M33.6377 56.7321C32.8768 56.796 32.1145 56.8479 31.3549 56.9259C29.8936 57.0764 28.4334 57.2406 26.9727 57.4013C26.4178 57.4627 25.8956 57.63 25.4125 57.9116C25.3294 57.96 25.2012 57.9918 25.222 58.1165C25.2407 58.2242 25.3614 58.1642 25.4325 58.1922C26.3966 58.5718 27.3899 58.3856 28.3721 58.325C31.1624 58.1524 33.9409 57.8028 36.7381 57.7268C37.1867 57.7146 37.6359 57.7404 38.0845 57.7494C38.1967 57.7518 38.3091 57.7666 38.4204 57.7594C38.6962 57.7419 38.9185 57.6315 39.0066 57.3505C39.0897 57.0845 38.9897 56.8647 38.7834 56.6986C38.6103 56.559 38.4402 56.4191 38.2486 56.2963C37.475 55.8005 36.7317 55.256 36.0599 54.6277C34.2344 52.9194 32.2975 51.3328 30.5382 49.5526C30.4742 49.4879 30.3994 49.4312 30.3226 49.3823C30.1733 49.2867 30.0141 49.2683 29.8647 49.379C29.7171 49.488 29.6794 49.6453 29.7193 49.817C29.7769 50.0633 29.9338 50.2546 30.0923 50.4419C30.8649 51.3563 31.728 52.1811 32.6195 52.9766C33.8756 54.0969 35.0589 55.2991 36.3837 56.3424C36.3967 56.3525 36.398 56.3766 36.4165 56.4221C36.1299 56.4176 35.8711 56.3333 35.6146 56.2623C31.8077 55.2112 27.9706 54.2732 24.1733 53.1857C20.7688 52.2111 17.3831 51.1755 14.0058 50.1104C11.6699 49.3737 9.31772 48.6953 6.91526 48.1981C5.2869 47.8609 3.65966 47.5102 2.06556 47.0304C1.41231 46.8339 1.40188 46.8081 1.63205 46.1578C2.20465 44.5419 2.80138 42.9346 3.37418 41.319C4.16531 39.0866 4.84576 36.8187 5.52184 34.5492C6.22986 32.1724 6.89734 29.7841 7.50978 27.3814C8.37354 23.9895 9.25753 20.6007 9.81802 17.141C10.2495 14.4803 10.5419 11.8019 10.7871 9.11841C10.9843 6.96375 11.187 4.81029 11.3794 2.65503C11.4256 2.13769 11.4828 1.61911 11.4527 1.09724C11.4492 1.03627 11.4515 0.974407 11.4402 0.914645C11.41 0.753522 11.3873 0.565473 11.1895 0.535899C10.97 0.503399 10.9226 0.706918 10.8829 0.854013C10.6666 1.65313 10.5259 2.46813 10.4156 3.28743C9.89078 7.18154 9.59225 11.1014 9.04804 14.9935C8.68573 17.5838 8.16235 20.1415 7.542 22.6815C7.07731 24.5851 6.60947 26.4874 6.11029 28.3823C5.4292 30.9679 4.71326 33.544 3.94555 36.1056C3.43614 37.8064 2.9236 39.507 2.33051 41.1812C1.77877 42.739 1.19981 44.2873 0.63955 45.8421C0.542913 46.1105 0.46977 46.3881 0.405621 46.666C0.294427 47.1493 0.428748 47.4627 0.864548 47.7253C1.44907 48.0774 2.10586 48.234 2.75709 48.4091C5.25124 49.0805 7.80729 49.4916 10.2901 50.2055C12.4871 50.8373 14.6622 51.5405 16.842 52.2282C19.5576 53.0849 22.2915 53.8823 25.0435 54.6134C27.6968 55.3185 30.3445 56.0452 33.0441 56.5604C33.2431 56.5984 33.442 56.6374 33.6413 56.6758C33.6399 56.6946 33.6388 56.7134 33.6377 56.7321Z" fill="black"/></svg>',
    79             'icon-arrow-right'      => '<svg width="22" height="20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 10c0-.331.129-.65.358-.884.23-.234.54-.366.864-.366h16.604l-6.47-6.614a1.253 1.253 0 0 1-.359-.885 1.276 1.276 0 0 1 .359-.884A1.222 1.222 0 0 1 12.22 0a1.2 1.2 0 0 1 .865.367l8.555 8.748A1.252 1.252 0 0 1 22 10a1.274 1.274 0 0 1-.359.885l-8.555 8.749a1.21 1.21 0 0 1-.865.366 1.21 1.21 0 0 1-.865-.366 1.266 1.266 0 0 1-.359-.885c0-.332.13-.65.359-.885l6.47-6.614H1.222c-.324 0-.635-.132-.864-.366A1.264 1.264 0 0 1 0 10Z"/></svg>',
     80            'icon-arrow-right1'      => '<svg width="22" height="20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 10c0-.331.129-.65.358-.884.23-.234.54-.366.864-.366h16.604l-6.47-6.614a1.253 1.253 0 0 1-.359-.885 1.276 1.276 0 0 1 .359-.884A1.222 1.222 0 0 1 12.22 0a1.2 1.2 0 0 1 .865.367l8.555 8.748A1.252 1.252 0 0 1 22 10a1.274 1.274 0 0 1-.359.885l-8.555 8.749a1.21 1.21 0 0 1-.865.366 1.21 1.21 0 0 1-.865-.366 1.266 1.266 0 0 1-.359-.885c0-.332.13-.65.359-.885l6.47-6.614H1.222c-.324 0-.635-.132-.864-.366A1.264 1.264 0 0 1 0 10Z"/></svg>',
    8081            'icon-arrow-right2'     => '<svg width="39" height="14" viewBox="0 0 39 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M38.601 7.59494C38.933 7.26299 38.933 6.7248 38.601 6.39286L33.1917 0.983489C32.8597 0.651543 32.3215 0.651543 31.9896 0.983489C31.6576 1.31543 31.6576 1.85362 31.9896 2.18557L36.7979 6.9939L31.9896 11.8022C31.6576 12.1342 31.6576 12.6724 31.9896 13.0043C32.3215 13.3362 32.8597 13.3362 33.1917 13.0043L38.601 7.59494ZM0 7.8439H38V6.1439H0V7.8439Z"/></svg>',
    8182            'icon-play-video'   => '<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" fill="none"><path d="m22.5 43.5 21-13.5-21-13.5v27ZM30 60c-4.15 0-8.05-.788-11.7-2.364-3.65-1.574-6.825-3.711-9.525-6.411-2.7-2.7-4.837-5.875-6.411-9.525C.788 38.05 0 34.15 0 30c0-4.15.788-8.05 2.364-11.7 1.574-3.65 3.711-6.825 6.411-9.525 2.7-2.7 5.875-4.838 9.525-6.414C21.95.787 25.85 0 30 0c4.15 0 8.05.787 11.7 2.361 3.65 1.576 6.825 3.714 9.525 6.414 2.7 2.7 4.837 5.875 6.411 9.525C59.212 21.95 60 25.85 60 30c0 4.15-.788 8.05-2.364 11.7-1.574 3.65-3.711 6.825-6.411 9.525-2.7 2.7-5.875 4.837-9.525 6.411C38.05 59.212 34.15 60 30 60Z"/></svg>',
  • athemes-addons-for-elementor-lite/trunk/inc/functions.php

    r3204954 r3210541  
    5757            'title'         => esc_html__( 'Advanced Tabs', 'athemes-addons-elementor' ),
    5858            'desc'           => esc_html__( 'Tabs with custom content and templates support', 'athemes-addons-elementor' ),
    59             'tutorial_url'  => '',
    60             'preview_url'   => '',
     59            'tutorial_url'  => 'https://docs.athemes.com/article/advanced-tabs/',
     60            'preview_url'   => 'https://addons.athemes.com/widget/advanced-tabs/',
    6161            'class'         => 'aThemes_Addons\Widgets\Advanced_Tabs',
    6262            'has_styles'    => true,
     
    6868            'title'         => esc_html__( 'Advanced Carousel', 'athemes-addons-elementor' ),
    6969            'desc'           => esc_html__( 'Carousel with support for images, custom content, videos and templates', 'athemes-addons-elementor' ),
    70             'tutorial_url'  => '',
    71             'preview_url'   => '',
     70            'tutorial_url'  => 'https://docs.athemes.com/article/advanced-carousel/',
     71            'preview_url'   => 'https://addons.athemes.com/widget/advanced-carousel/',
    7272            'class'         => 'aThemes_Addons\Widgets\Advanced_Carousel',
    7373            'has_styles'    => true,
     
    9292            'title'         => esc_html__( 'Animated Heading', 'athemes-addons-elementor' ),
    9393            'desc'           => esc_html__( 'Typing effect for any heading or text', 'athemes-addons-elementor' ),
    94             'tutorial_url'  => '',
    95             'preview_url'   => '',
     94            'tutorial_url'  => 'https://docs.athemes.com/article/animated-heading/',
     95            'preview_url'   => 'https://addons.athemes.com/widget/animated-heading/',
    9696            'class'         => 'aThemes_Addons\Widgets\Animated_Heading',
    9797            'has_styles'    => true,
     
    114114            'title'         => esc_html__( 'Advanced Heading', 'athemes-addons-elementor' ),
    115115            'desc'           => esc_html__( 'Create advanced headings with multiple styles', 'athemes-addons-elementor' ),
    116             'tutorial_url'  => '',
    117             'preview_url'   => '',
     116            'tutorial_url'  => 'https://docs.athemes.com/article/advanced-heading/',
     117            'preview_url'   => 'https://addons.athemes.com/widget/advanced-heading/',
    118118            'class'         => 'aThemes_Addons\Widgets\Advanced_Heading',
    119119            'has_styles'    => true,
    120120            'has_scripts'   => false,
    121121        ),
     122        /*
     123        'creative-button' => array(
     124            'pro'           => true,
     125            'category'      => 'content',
     126            'title'         => esc_html__( 'Creative Button', 'athemes-addons-elementor' ),
     127            'desc'           => esc_html__( 'Multiple creative buttons designs', 'athemes-addons-elementor' ),
     128            'tutorial_url'  => 'https://docs.athemes.com/article/creative-button/',
     129            'preview_url'   => 'https://addons.athemes.com/widget/creative-button/',
     130            'class'         => 'aThemes_Addons\Widgets\Creative_Button',
     131            'has_styles'    => true,
     132            'has_scripts'   => false,
     133        ),
     134        */
    122135        'whatsapp-chat' => array(
    123136            'pro'           => true,
     
    159172            'title'         => esc_html__( 'Advanced Google Maps', 'athemes-addons-elementor' ),
    160173            'desc'           => esc_html__( 'Embed interactive maps with ease', 'athemes-addons-elementor' ),
    161             'tutorial_url'  => '',
    162             'preview_url'   => '',
     174            'tutorial_url'  => 'https://docs.athemes.com/article/advanced-google-maps/',
     175            'preview_url'   => 'https://addons.athemes.com/widget/advanced-google-maps/',
    163176            'class'         => 'aThemes_Addons\Widgets\Advanced_Google_Maps',
    164177            'has_styles'    => true,
     
    170183            'title'         => esc_html__( 'Image Hotspots', 'athemes-addons-elementor' ),
    171184            'desc'           => esc_html__( 'Add animated hotposts over any image', 'athemes-addons-elementor' ),
    172             'tutorial_url'  => '',
    173             'preview_url'   => '',
     185            'tutorial_url'  => 'https://docs.athemes.com/article/image-hotspots/',
     186            'preview_url'   => 'https://addons.athemes.com/widget/image-hotspots/',
    174187            'class'         => 'aThemes_Addons\Widgets\Image_Hotspots',
    175188            'has_styles'    => true,
     
    304317            'desc'           => esc_html__( 'Connect a form to any Mailchimp list', 'athemes-addons-elementor' ),
    305318            'tutorial_url'  => 'https://docs.athemes.com/article/mailchimp/',
    306             'preview_url'   => '',
     319            'preview_url'   => 'https://addons.athemes.com/widget/mailchimp/',
    307320            'class'         => 'aThemes_Addons\Widgets\Mailchimp',
    308321            'has_styles'    => true,
     
    746759            'title'         => esc_html__( 'Content Protection', 'athemes-addons-elementor' ),
    747760            'desc'          => esc_html__( 'Protect a section through password or user-role', 'athemes-addons-elementor' ),
    748             'tutorial_url'  => '',
    749             'preview_url'   => '',
     761            'tutorial_url'  => 'https://docs.athemes.com/article/content-protection/',
     762            'preview_url'   => 'https://addons.athemes.com/widget/content-protection/',
    750763            'class'         => 'aThemes_Addons\Extensions\Content_Protection',
    751764            'has_styles'    => false,
  • athemes-addons-for-elementor-lite/trunk/inc/modules/widgets/logo-carousel/class-logo-carousel.php

    r3148523 r3210541  
    9696     */
    9797    public function get_style_depends() {
    98         return [ $this->get_name() . '-styles' ];
     98        return [ 'swiper', $this->get_name() . '-styles' ];
    9999    }   
    100100
  • athemes-addons-for-elementor-lite/trunk/inc/modules/widgets/posts-carousel/class-posts-carousel.php

    r3103901 r3210541  
    8787     */
    8888    public function get_style_depends() {
    89         return [ $this->get_name() . '-styles' ];
     89        return [ 'swiper', $this->get_name() . '-styles' ];
    9090    }   
    9191
  • athemes-addons-for-elementor-lite/trunk/inc/modules/widgets/slider/class-slider.php

    r3148523 r3210541  
    7171     */
    7272    public function get_style_depends() {
    73         return [ 'athemes-addons-animations', $this->get_name() . '-styles' ];
     73        return [ 'swiper', 'athemes-addons-animations', $this->get_name() . '-styles' ];
    7474    }
    7575
  • athemes-addons-for-elementor-lite/trunk/inc/modules/widgets/testimonials/class-testimonials.php

    r3113097 r3210541  
    9696     */
    9797    public function get_style_depends() {
    98         return [ $this->get_name() . '-styles' ];
     98        return [ 'swiper', $this->get_name() . '-styles' ];
    9999    }   
    100100
     
    103103     */
    104104    public function get_script_depends() {
    105         return [ $this->get_name() . '-scripts' ];
     105        return [ 'swiper', $this->get_name() . '-scripts' ];
    106106    }
    107107
  • athemes-addons-for-elementor-lite/trunk/readme.txt

    r3204954 r3210541  
    44Tested up to: 6.6.1
    55Requires PHP: 5.6
    6 Stable tag: 1.0.10
     6Stable tag: 1.0.11
    77Contributors: aThemes
    88License: GPLv3 or later
     
    142142== Changelog ==
    143143
     144= 1.0.11 =
     145* Improved compatibility with Elementor 3.2.6
     146
    144147= 1.0.10 =
    145148* Improved security
Note: See TracChangeset for help on using the changeset viewer.