Plugin Directory

Changeset 2906237


Ignore:
Timestamp:
04/30/2023 07:10:02 AM (3 years ago)
Author:
balcomsoft100
Message:

new version

Location:
balcomsoft-elementor-addons/trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • balcomsoft-elementor-addons/trunk/assets/css/widgets/block-quote.css

    r2856956 r2906237  
    66  padding: 38px 38px 38px 105px; }
    77  body .elementor-widget-blockquote .elementor-widget-container .starter-position-relative {
    8     position: relative; }
     8    position: relative; }
    99  body .elementor-widget-blockquote .elementor-widget-container .starter-position-absolute {
    10     position: absolute; }
     10    position: absolute; }
    1111  body .elementor-widget-blockquote .elementor-widget-container .starter-block-quote blockquote {
    12     margin: 0;
    13     padding: 0;
    14     border: 0;
    15     position: relative;
    16     background: transparent;
    17     line-height: 26px;
    18     font-size: 20px; }
    19     body .elementor-widget-blockquote .elementor-widget-container .starter-block-quote blockquote:before {
    20       display: none; }
    21     body .elementor-widget-blockquote .elementor-widget-container .starter-block-quote blockquote i {
    22       margin: 0;
    23       font-size: 33px; }
    24     body .elementor-widget-blockquote .elementor-widget-container .starter-block-quote blockquote .starter-block-quote-author {
    25       display: block; }
     12    margin: 0;
     13    padding: 0;
     14    border: 0;
     15    position: relative;
     16    background: transparent;
     17    line-height: 26px;
     18    font-size: 20px; }
     19    body .elementor-widget-blockquote .elementor-widget-container .starter-block-quote blockquote:before {
     20      display: none; }
     21    body .elementor-widget-blockquote .elementor-widget-container .starter-block-quote blockquote i {
     22      margin: 0;
     23      font-size: 33px; }
     24    body .elementor-widget-blockquote .elementor-widget-container .starter-block-quote blockquote .starter-block-quote-author {
     25      display: block; }
  • balcomsoft-elementor-addons/trunk/assets/css/widgets/bsoft-carousel.css

    r2874689 r2906237  
    11.starter-bsoft_carousel .starter-bsoft_carousel__item::before {
    2     content: "";
    3     z-index: 1;
    4     height: 100%;
    5     width: 100%;
    6     top: 0;
    7     left: 0;
    8     position: absolute;
     2    content: "";
     3    z-index: 1;
     4    height: 100%;
     5    width: 100%;
     6    top: 0;
     7    left: 0;
     8    position: absolute;
    99}
    1010
    1111.starter-bsoft_carousel .starter-bsoft_carousel__item_main {
    12     position: relative;
     12    position: relative;
    1313}
    1414
    1515.starter-bsoft_carousel .starter-bsoft_carousel__item .starter-bsoft_carousel__button a {
    16     width: fit-content;
    17     display: block;
     16    width: fit-content;
     17    display: block;
    1818}
    1919
    2020.starter-bsoft_carousel .starter-bsoft_carousel__button a {
    21     text-align: center;
    22     position: relative;
    23     z-index: 1;
     21    text-align: center;
     22    position: relative;
     23    z-index: 1;
    2424}
    2525
    2626.starter-bsoft_carousel .starter-bsoft_carousel__item a {
    27     text-decoration: none;
     27    text-decoration: none;
    2828}
    2929
    3030body a:hover {
    31     text-decoration: none;
     31    text-decoration: none;
    3232}
    3333
    3434.starter-bsoft_carousel .starter-bsoft-background-position {
    35     position: absolute;
    36     top: 0;
    37     display: flex;
    38     height: 100%;
    39     z-index: 2;
     35    position: absolute;
     36    top: 0;
     37    display: flex;
     38    height: 100%;
     39    z-index: 2;
    4040}
    4141
    4242.starter-bsoft_carousel .starter-bsoft_carousel__image img {
    43     display: block;
     43    display: block;
    4444}
  • balcomsoft-elementor-addons/trunk/assets/css/widgets/bsoft-post.css

    r2874689 r2906237  
    11.bsoft-post-image-card .bsoft-entry-header {
    2     position: relative;
     2    position: relative;
    33}
    44.bsoft-post-image-card .bsoft-entry-header .bsoft-entry-thumb {
    5     position: relative;
    6     padding: 20px;
    7     overflow: hidden;
    8     display: block;
    9     border-radius: 10px;
     5    position: relative;
     6    padding: 20px;
     7    overflow: hidden;
     8    display: block;
     9    border-radius: 10px;
    1010}
    1111.bsoft-post-image-card .bsoft-entry-header .bsoft-entry-thumb>img {
    12     -webkit-transition: all .4s ease;
    13     transition: all .4s ease;
    14     width: 100%;
     12    -webkit-transition: all .4s ease;
     13    transition: all .4s ease;
     14    width: 100%;
    1515}
    1616.bsoft-post-image-card .bsoft-post-body {
    17     padding: 20px 40px 40px;
     17    padding: 20px 40px 40px;
    1818}
    1919.bsoft-post-body {
    20     position: relative;
     20    position: relative;
    2121}
    2222.bsoft-post-image-card .entry-title {
    23     font-size: 18px;
    24     margin-bottom: 28px;
     23    font-size: 18px;
     24    margin-bottom: 28px;
    2525}
    2626.bsoft-post-image-card .entry-title a, .bsoft-post-image-card .bsoft-post-body>p {
    27     color: #fff;
     27    color: #fff;
    2828}
    2929.bsoft-btn {
    30     border-radius: 5px;
    31     font-size: 15px;
    32     padding: 15px 30px;
    33     display: inline-block;
    34     color: #fff;
    35     position: relative;
    36     display: inline-block;
    37     line-height: 1;
    38     -webkit-user-select: none;
    39     -moz-user-select: none;
    40     -ms-user-select: none;
    41     user-select: none;
    42     white-space: nowrap;
    43     vertical-align: middle;
    44     text-align: center;
     30    border-radius: 5px;
     31    font-size: 15px;
     32    padding: 15px 30px;
     33    display: inline-block;
     34    color: #fff;
     35    position: relative;
     36    display: inline-block;
     37    line-height: 1;
     38    -webkit-user-select: none;
     39    -moz-user-select: none;
     40    -ms-user-select: none;
     41    user-select: none;
     42    white-space: nowrap;
     43    vertical-align: middle;
     44    text-align: center;
    4545}
    4646.bsoft-btn::before {
    47     position: absolute;
    48     content: "";
    49     border-radius: inherit;
    50     -webkit-transition: all .4s ease;
    51     transition: all .4s ease;
    52     z-index: -1;
    53     top: 0;
    54     left: 0;
    55     height: 100%;
    56     width: 100%;
    57     background-size: 102% 102%;
    58     opacity: 0;
     47    position: absolute;
     48    content: "";
     49    border-radius: inherit;
     50    -webkit-transition: all .4s ease;
     51    transition: all .4s ease;
     52    z-index: -1;
     53    top: 0;
     54    left: 0;
     55    height: 100%;
     56    width: 100%;
     57    background-size: 102% 102%;
     58    opacity: 0;
    5959}
    6060.bsoft-post-card {
    61     transition: all .4s ease;
    62     padding: 60px 40px;
    63     background: #123075;
     61    transition: all .4s ease;
     62    padding: 60px 40px;
     63    background: #123075;
    6464}
    6565.bsoft-post-image-card {
    66     transition: all .4s ease;
     66    transition: all .4s ease;
    6767}
    6868.bsoft-blog-block-post {
    69     padding: 50px;
    70     transition: all .4s ease;
     69    padding: 50px;
     70    transition: all .4s ease;
    7171}
    7272.bsoft-post-image-card:hover .bsoft-entry-thumb img {
    73     -webkit-transform: scale(1.05) rotate(2deg);
    74     transform: scale(1.05) rotate(2deg);
     73    -webkit-transform: scale(1.05) rotate(2deg);
     74    transform: scale(1.05) rotate(2deg);
    7575}
  • balcomsoft-elementor-addons/trunk/assets/css/widgets/services-grid.css

    r2856956 r2906237  
    66  margin: 0 -27px; }
    77  body .starter-services-grid .service-grid-row .service-item {
    8     padding: 0 27px 70px; }
    9     body .starter-services-grid .service-grid-row .service-item .service-image {
    10       display: block;
    11       position: relative;
    12       margin-bottom: 30px; }
    13       body .starter-services-grid .service-grid-row .service-item .service-image:before {
    14         content: "\e900";
    15         font-family: "logistics";
    16         position: absolute;
    17         top: -26px;
    18         left: -26px;
    19         font-size: 130px;
    20         color: #acb2bb; }
    21       body .starter-services-grid .service-grid-row .service-item .service-image img {
    22         position: relative;
    23         z-index: 10; }
    24       body .starter-services-grid .service-grid-row .service-item .service-image:after {
    25         content: "";
    26         position: absolute;
    27         bottom: 0;
    28         left: 0;
    29         width: 100%;
    30         height: 4px;
    31         transition: background-color 0.3s;
    32         z-index: 10; }
    33     body .starter-services-grid .service-grid-row .service-item .service-title {
    34       display: block;
    35       position: relative;
    36       font-family: var(--h1_font_family);
    37       margin-bottom: 30px;
    38       font-weight: 600;
    39       line-height: 24px;
    40       font-size: 20px;
    41       color: var(--text_color); }
    42       body .starter-services-grid .service-grid-row .service-item .service-title:after {
    43         content: "\e902";
    44         font-family: "logistics";
    45         position: absolute;
    46         top: 50%;
    47         right: 0;
    48         transition: all 0.3s;
    49         font-size: 25px;
    50         color: var(--text_color);
    51         -webkit-transform: translateY(-50%);
    52                 transform: translateY(-50%);
    53         visibility: hidden;
    54         opacity: 0; }
    55       body .starter-services-grid .service-grid-row .service-item .service-title:hover:after {
    56         opacity: 1;
    57         visibility: visible;
    58         color: var(--primary_color); }
    59     body .starter-services-grid .service-grid-row .service-item .service-excerpt {
    60       font-family: var(--body_font_family);
    61       line-height: 32px;
    62       font-weight: 500;
    63       font-size: 18px; }
    64     body .starter-services-grid .service-grid-row .service-item.column-grid-1 {
    65       width: 100%; }
    66     body .starter-services-grid .service-grid-row .service-item.column-grid-2 {
    67       width: 50%; }
    68       @media (max-width: 767px) {
    69         body .starter-services-grid .service-grid-row .service-item.column-grid-2 {
    70           width: 100%; } }
    71     body .starter-services-grid .service-grid-row .service-item.column-grid-3 {
    72       width: 33.333333%; }
    73       @media (max-width: 1024px) {
    74         body .starter-services-grid .service-grid-row .service-item.column-grid-3 {
    75           width: 50%; } }
    76       @media (max-width: 767px) {
    77         body .starter-services-grid .service-grid-row .service-item.column-grid-3 {
    78           width: 100%; } }
    79     body .starter-services-grid .service-grid-row .service-item.column-grid-4 {
    80       width: 25%; }
    81       @media (max-width: 1024px) {
    82         body .starter-services-grid .service-grid-row .service-item.column-grid-4 {
    83           width: 50%; } }
    84       @media (max-width: 767px) {
    85         body .starter-services-grid .service-grid-row .service-item.column-grid-4 {
    86           width: 100%; } }
    87     body .starter-services-grid .service-grid-row .service-item.column-grid-5 {
    88       width: 20%; }
    89       @media (max-width: 1199px) {
    90         body .starter-services-grid .service-grid-row .service-item.column-grid-5 {
    91           width: 33.333333%; } }
    92       @media (max-width: 1024px) {
    93         body .starter-services-grid .service-grid-row .service-item.column-grid-5 {
    94           width: 50%; } }
    95       @media (max-width: 767px) {
    96         body .starter-services-grid .service-grid-row .service-item.column-grid-5 {
    97           width: 100%; } }
    98     body .starter-services-grid .service-grid-row .service-item.column-grid-6 {
    99       width: 16.666666%; }
    100       @media (max-width: 1240px) {
    101         body .starter-services-grid .service-grid-row .service-item.column-grid-6 {
    102           width: 25%; } }
    103       @media (max-width: 1199px) {
    104         body .starter-services-grid .service-grid-row .service-item.column-grid-6 {
    105           width: 33.333333%; } }
    106       @media (max-width: 1024px) {
    107         body .starter-services-grid .service-grid-row .service-item.column-grid-6 {
    108           width: 50%; } }
    109       @media (max-width: 767px) {
    110         body .starter-services-grid .service-grid-row .service-item.column-grid-6 {
    111           width: 100%; } }
    112     body .starter-services-grid .service-grid-row .service-item:hover .service-image:before {
    113       color: var(--primary_color); }
    114     body .starter-services-grid .service-grid-row .service-item:hover .service-image:after {
    115       background-color: var(--secondary_color); }
     8    padding: 0 27px 70px; }
     9    body .starter-services-grid .service-grid-row .service-item .service-image {
     10      display: block;
     11      position: relative;
     12      margin-bottom: 30px; }
     13      body .starter-services-grid .service-grid-row .service-item .service-image:before {
     14        content: "\e900";
     15        font-family: "logistics";
     16        position: absolute;
     17        top: -26px;
     18        left: -26px;
     19        font-size: 130px;
     20        color: #acb2bb; }
     21      body .starter-services-grid .service-grid-row .service-item .service-image img {
     22        position: relative;
     23        z-index: 10; }
     24      body .starter-services-grid .service-grid-row .service-item .service-image:after {
     25        content: "";
     26        position: absolute;
     27        bottom: 0;
     28        left: 0;
     29        width: 100%;
     30        height: 4px;
     31        transition: background-color 0.3s;
     32        z-index: 10; }
     33    body .starter-services-grid .service-grid-row .service-item .service-title {
     34      display: block;
     35      position: relative;
     36      font-family: var(--h1_font_family);
     37      margin-bottom: 30px;
     38      font-weight: 600;
     39      line-height: 24px;
     40      font-size: 20px;
     41      color: var(--text_color); }
     42      body .starter-services-grid .service-grid-row .service-item .service-title:after {
     43        content: "\e902";
     44        font-family: "logistics";
     45        position: absolute;
     46        top: 50%;
     47        right: 0;
     48        transition: all 0.3s;
     49        font-size: 25px;
     50        color: var(--text_color);
     51        -webkit-transform: translateY(-50%);
     52                transform: translateY(-50%);
     53        visibility: hidden;
     54        opacity: 0; }
     55      body .starter-services-grid .service-grid-row .service-item .service-title:hover:after {
     56        opacity: 1;
     57        visibility: visible;
     58        color: var(--primary_color); }
     59    body .starter-services-grid .service-grid-row .service-item .service-excerpt {
     60      font-family: var(--body_font_family);
     61      line-height: 32px;
     62      font-weight: 500;
     63      font-size: 18px; }
     64    body .starter-services-grid .service-grid-row .service-item.column-grid-1 {
     65      width: 100%; }
     66    body .starter-services-grid .service-grid-row .service-item.column-grid-2 {
     67      width: 50%; }
     68      @media (max-width: 767px) {
     69        body .starter-services-grid .service-grid-row .service-item.column-grid-2 {
     70          width: 100%; } }
     71    body .starter-services-grid .service-grid-row .service-item.column-grid-3 {
     72      width: 33.333333%; }
     73      @media (max-width: 1024px) {
     74        body .starter-services-grid .service-grid-row .service-item.column-grid-3 {
     75          width: 50%; } }
     76      @media (max-width: 767px) {
     77        body .starter-services-grid .service-grid-row .service-item.column-grid-3 {
     78          width: 100%; } }
     79    body .starter-services-grid .service-grid-row .service-item.column-grid-4 {
     80      width: 25%; }
     81      @media (max-width: 1024px) {
     82        body .starter-services-grid .service-grid-row .service-item.column-grid-4 {
     83          width: 50%; } }
     84      @media (max-width: 767px) {
     85        body .starter-services-grid .service-grid-row .service-item.column-grid-4 {
     86          width: 100%; } }
     87    body .starter-services-grid .service-grid-row .service-item.column-grid-5 {
     88      width: 20%; }
     89      @media (max-width: 1199px) {
     90        body .starter-services-grid .service-grid-row .service-item.column-grid-5 {
     91          width: 33.333333%; } }
     92      @media (max-width: 1024px) {
     93        body .starter-services-grid .service-grid-row .service-item.column-grid-5 {
     94          width: 50%; } }
     95      @media (max-width: 767px) {
     96        body .starter-services-grid .service-grid-row .service-item.column-grid-5 {
     97          width: 100%; } }
     98    body .starter-services-grid .service-grid-row .service-item.column-grid-6 {
     99      width: 16.666666%; }
     100      @media (max-width: 1240px) {
     101        body .starter-services-grid .service-grid-row .service-item.column-grid-6 {
     102          width: 25%; } }
     103      @media (max-width: 1199px) {
     104        body .starter-services-grid .service-grid-row .service-item.column-grid-6 {
     105          width: 33.333333%; } }
     106      @media (max-width: 1024px) {
     107        body .starter-services-grid .service-grid-row .service-item.column-grid-6 {
     108          width: 50%; } }
     109      @media (max-width: 767px) {
     110        body .starter-services-grid .service-grid-row .service-item.column-grid-6 {
     111          width: 100%; } }
     112    body .starter-services-grid .service-grid-row .service-item:hover .service-image:before {
     113      color: var(--primary_color); }
     114    body .starter-services-grid .service-grid-row .service-item:hover .service-image:after {
     115      background-color: var(--secondary_color); }
    116116
    117117body .starter-services-grid ul.page-numbers {
     
    123123  justify-content: center; }
    124124  body .starter-services-grid ul.page-numbers li {
    125     margin: 0 5px; }
    126     body .starter-services-grid ul.page-numbers li .page-numbers {
    127       display: inline-block;
    128       padding: 10px 15px;
    129       text-decoration: none;
    130       background-color: var(--primary_color);
    131       border: 1px solid var(--primary_color);
    132       font-family: var(--h1_font_family);
    133       transition: all 0.3s;
    134       line-height: 18px;
    135       font-size: 15px;
    136       color: #ffffff; }
    137       body .starter-services-grid ul.page-numbers li .page-numbers:hover, body .starter-services-grid ul.page-numbers li .page-numbers.current {
    138         background-color: var(--secondary_color);
    139         border-color: var(--secondary_color);
    140         color: var(--text_color); }
    141       body .starter-services-grid ul.page-numbers li .page-numbers.dots {
    142         background-color: transparent; }
     125    margin: 0 5px; }
     126    body .starter-services-grid ul.page-numbers li .page-numbers {
     127      display: inline-block;
     128      padding: 10px 15px;
     129      text-decoration: none;
     130      background-color: var(--primary_color);
     131      border: 1px solid var(--primary_color);
     132      font-family: var(--h1_font_family);
     133      transition: all 0.3s;
     134      line-height: 18px;
     135      font-size: 15px;
     136      color: #ffffff; }
     137      body .starter-services-grid ul.page-numbers li .page-numbers:hover, body .starter-services-grid ul.page-numbers li .page-numbers.current {
     138        background-color: var(--secondary_color);
     139        border-color: var(--secondary_color);
     140        color: var(--text_color); }
     141      body .starter-services-grid ul.page-numbers li .page-numbers.dots {
     142        background-color: transparent; }
  • balcomsoft-elementor-addons/trunk/balcomsoft-elementor-addons.php

    r2856956 r2906237  
    77 * License: GNU General Public License v2 or later
    88 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
    9  * Version: 1.0.0
     9 * Version: 1.1.0
    1010 * Text Domain: bsoft-elementor
    1111 * Domain Path: /languages
     
    1919}
    2020
    21 define( 'BSOFT_ELEMENTOR_VERSION', '1.0.0.' );
     21define( 'BSOFT_ELEMENTOR_VERSION', '1.1.0.' );
    2222define( 'BSOFT_ELEMENTOR_PATH', dirname( __FILE__ ) );
    2323define( 'BSOFT_ELEMENTOR_FILES_PATH', plugins_url( '/', __FILE__ ) );
     
    4343    include BSOFT_ELEMENTOR_PATH . '/includes/class-bsoft-elementor-widgets.php';
    4444}
     45require BSOFT_ELEMENTOR_PATH . '/includes/ad-banner.php';
    4546
  • balcomsoft-elementor-addons/trunk/includes/widgets/class-bsoft-carousel.php

    r2874689 r2906237  
    21352135                        <div class="starter-bsoft_carousel__item">
    21362136                            <div class="starter-bsoft_carousel__item_main">
    2137                             <?php if ( isset($item['image']['id'] ) ) : ?>
     2137                            <?php if ( isset( $item['image']['id'] ) ) : ?>
    21382138                            <div class="starter-bsoft_carousel__image">   
    21392139                                <?php $bsoft_member .= $bsoft_member_social_linkkk; ?>       
  • balcomsoft-elementor-addons/trunk/readme.txt

    r2856956 r2906237  
    44Tags: elementor, elementor addons, elementor elements, templates, widgets, balcomsoft
    55Requires at least: 5.8
    6 Tested up to: 6.1.1
    7 Stable tag: 1.0.0
     6Tested up to: 6.2
     7Stable tag: 1.1.0
    88Requires PHP: 7.0
    99License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.