Plugin Directory

Changeset 2436371


Ignore:
Timestamp:
12/10/2020 09:51:34 AM (5 years ago)
Author:
moveaddons
Message:

Capability With Latest WordPress version.

Location:
move-addons
Files:
235 added
5 edited

Legend:

Unmodified
Added
Removed
  • move-addons/trunk/assets/css/widget/shop-product-grid.css

    r2390747 r2436371  
    134134.htmove-product .htmove-product-thumbnail .htmove-product-action-primary li .htmove-product-action-btn.compare.added,.htmove-product .htmove-product-thumbnail .htmove-product-action-primary li .htmove-product-action-btn.compare{
    135135  text-indent: -9999999px;
    136 }
    137 
    138 .htmove-product .htmove-product-thumbnail .htmove-product-action-primary li .htmove-product-action-btn.compare::before{
    139   content: "\f0ec";
    140   position: absolute;
    141   width: 100%;
    142   height: 100%;
    143   text-indent: 0;
    144   font-family: "FontAwesome";
    145   font-size: 18px;
    146   text-align: center;
     136  font-size: 0;
     137}
     138
     139.htmove-product .htmove-product-thumbnail .htmove-product-action-primary li .htmove-product-action-btn.compare::before {
     140    content: "\f0ec";
     141    position: absolute;
     142    width: 100%;
     143    height: 100%;
     144    text-indent: 0;
     145    font-family: "FontAwesome";
     146    font-size: 18px;
     147    text-align: center;
     148    display: -webkit-box;
     149    display: -ms-flexbox;
     150    display: flex;
     151    -webkit-box-pack: center;
     152        -ms-flex-pack: center;
     153            justify-content: center;
     154    -webkit-box-align: center;
     155        -ms-flex-align: center;
     156            align-items: center;
    147157}
    148158
     
    279289.htmove-product .htmove-product-content .htmove-product-rattings .htmove-product-ratting .htmove-product-star {
    280290  position: absolute;
    281   top: 0;
     291  top: -1px;
    282292  left: 0;
    283293  overflow: hidden;
     
    333343  top: 3px;
    334344  left: 0;
    335   display: -webkit-inline-box;
    336   display: -webkit-inline-flex;
    337   display: -ms-inline-flexbox;
    338   display: inline-flex;
     345  display: inline-block;
    339346  visibility: hidden;
    340347  -webkit-transform: translateY(20px);
     
    352359.htmove-product-one .htmove-product-content .htmove-product-heading .htmove-product-addtocart i {
    353360  font-size: 16px;
     361}
     362
     363.htmove-button-icon-right .htmove-product-one .htmove-product-content .htmove-product-heading .htmove-product-addtocart i {
     364  margin-left: 10px;
     365}
     366
     367.htmove-button-icon-left .htmove-product-one .htmove-product-content .htmove-product-heading .htmove-product-addtocart i {
    354368  margin-right: 10px;
    355369}
     
    375389  right: 15px;
    376390}
    377 .htmove-product-three .htmove-product-thumbnail .htmove-product-addtocart.loading::after{
     391.htmove-product-three .htmove-product-thumbnail .htmove-product-addtocart.loading::after,.htmove-product-five .htmove-product-thumbnail .htmove-product-addtocart.loading::after{
    378392  top: 10px;
    379393  right: 10px;
     
    451465  color: #FFFFFF;
    452466}
    453 .htmove-product-two .htmove-product-content .htmove-product-heading .added_to_cart,.htmove-product-three .htmove-product-thumbnail .added_to_cart{
     467.htmove-product-two .htmove-product-content .htmove-product-heading .added_to_cart,.htmove-product-three .htmove-product-thumbnail .added_to_cart,.htmove-product-five .htmove-product-thumbnail .added_to_cart{
    454468  padding: 0;
    455469}
     
    517531}
    518532
    519 .htmove-product-three .htmove-product-thumbnail .htmove-product-addtocart,.htmove-product-three .htmove-product-thumbnail .added_to_cart {
     533.htmove-product-three .htmove-product-thumbnail .htmove-product-addtocart,.htmove-product-three .htmove-product-thumbnail .added_to_cart,.htmove-product-five .htmove-product-thumbnail .htmove-product-addtocart,.htmove-product-five .htmove-product-thumbnail .added_to_cart {
    520534  font-family: "Inter", sans-serif;
    521535  font-size: 14px;
     
    550564}
    551565
    552 .htmove-product-three .htmove-product-thumbnail .htmove-product-addtocart i {
     566.htmove-product-three .htmove-product-thumbnail .htmove-product-addtocart i,.htmove-product-five .htmove-product-thumbnail .htmove-product-addtocart i {
    553567  font-size: 16px;
    554568  margin-right: 4px;
    555569}
    556570
    557 .htmove-product-three .htmove-product-thumbnail .htmove-product-addtocart:hover {
     571.htmove-product-three .htmove-product-thumbnail .htmove-product-addtocart:hover,.htmove-product-five .htmove-product-thumbnail .htmove-product-addtocart:hover {
    558572  color: #FFFFFF;
    559573  background-color: #1D39D7;
     
    581595}
    582596
    583 .htmove-product-three:hover .htmove-product-thumbnail .htmove-product-addtocart,.htmove-product-three:hover .htmove-product-thumbnail .added_to_cart {
     597.htmove-product-three:hover .htmove-product-thumbnail .htmove-product-addtocart,.htmove-product-three:hover .htmove-product-thumbnail .added_to_cart,.htmove-product-five:hover .htmove-product-thumbnail .htmove-product-addtocart,.htmove-product-five:hover .htmove-product-thumbnail .added_to_cart {
    584598  visibility: visible;
    585599  -webkit-transform: translateY(0);
     
    593607-ms-flex-pack: center;
    594608justify-content: center;
     609}
     610
     611.htmove-product-four {
     612  overflow: visible;
     613  padding: 20px;
     614  border: 1px solid #E6E6E6;
     615  border-radius: 4px;
     616}
     617
     618.htmove-product-four .htmove-product-thumbnail {
     619  overflow: hidden;
     620  border-radius: 4px;
     621}
     622
     623.htmove-product-four .htmove-product-content {
     624  position: relative;
     625  margin-top: 20px;
     626}
     627
     628.htmove-product-four .htmove-product-content .htmove-product-category-badge {
     629  display: -webkit-box;
     630  display: -webkit-flex;
     631  display: -ms-flexbox;
     632  display: flex;
     633  -webkit-box-align: center;
     634  -webkit-align-items: center;
     635      -ms-flex-align: center;
     636          align-items: center;
     637  -webkit-box-pack: justify;
     638  -webkit-justify-content: space-between;
     639      -ms-flex-pack: justify;
     640          justify-content: space-between;
     641  margin-bottom: 8px;
     642}
     643
     644.htmove-product-four .htmove-product-content .htmove-product-category-badge .htmove-product-category {
     645  font-family: "Inter", sans-serif;
     646  font-size: 15px;
     647  font-weight: 400;
     648  line-height: 23px;
     649  text-decoration: none;
     650  color: #999999;
     651}
     652
     653.htmove-product-four .htmove-product-content .htmove-product-category-badge .htmove-product-category:hover {
     654  color: #1D39D7;
     655}
     656
     657.htmove-product-four .htmove-product-content .htmove-product-category-badge .htmove-product-badge {
     658  font-family: "Inter", sans-serif;
     659  font-size: 14px;
     660  font-weight: 400;
     661  line-height: 23px;
     662  padding: 0 11px;
     663  text-transform: uppercase;
     664  border-radius: 4px;
     665  display: inline-block;
     666}
     667
     668.htmove-product-four .htmove-product-content .htmove-product-category-badge .htmove-product-badge-sale {
     669  color: #FFFFFF;
     670  background-color: #57E6A8;
     671}
     672
     673.htmove-product-four .htmove-product-content .htmove-product-heading .htmove-product-title:hover {
     674  color: #1D39D7;
     675}
     676
     677.htmove-product-four .htmove-product-content .htmove-product-action {
     678  position: absolute;
     679  z-index: 99;
     680  right: -21px;
     681  bottom: 0;
     682  bottom: -20px;
     683  left: -21px;
     684  visibility: hidden;
     685  overflow: hidden;
     686  height: 0;
     687  -webkit-transition: all 0.5s ease 0s;
     688  -o-transition: all 0.5s ease 0s;
     689  transition: all 0.5s ease 0s;
     690  -webkit-transform: translateY(100%);
     691      -ms-transform: translateY(100%);
     692          transform: translateY(100%);
     693  border: 1px solid #E6E6E6;
     694  border-top: none;
     695  border-bottom-right-radius: 4px;
     696  border-bottom-left-radius: 4px;
     697  background-color: #FFFFFF;
     698}
     699
     700.htmove-product-four .htmove-product-content .htmove-product-action .htmove-product-addtocart,.htmove-product-four .htmove-product-content .htmove-product-action .added_to_cart {
     701  font-family: "Inter", sans-serif;
     702  font-size: 14px;
     703  font-weight: 500;
     704  z-index: 11;
     705  display: -webkit-box;
     706  display: -webkit-flex;
     707  display: -ms-flexbox;
     708  display: flex;
     709  -webkit-box-align: center;
     710  -webkit-align-items: center;
     711      -ms-flex-align: center;
     712          align-items: center;
     713  -webkit-box-pack: center;
     714  -webkit-justify-content: center;
     715      -ms-flex-pack: center;
     716          justify-content: center;
     717  height: 48px;
     718  margin: 4px 20px 20px;
     719  text-decoration: none;
     720  color: #FFFFFF;
     721  border-radius: 4px;
     722  background-color: #1D39D7;
     723  position: relative;
     724}
     725.htmove-product-four .htmove-product-content .htmove-product-action .htmove-product-addtocart.added{
     726  display: none;
     727}
     728.htmove-product-four .htmove-product-content .htmove-product-action .added_to_cart{
     729  padding-top: 0;
     730  bottom: 19px;
     731  position: absolute;
     732  width: 90%;
     733  margin: 0;
     734  left: 15px;
     735}
     736
     737.htmove-product-four .htmove-product-content .htmove-product-action .htmove-product-addtocart.loading::after{
     738  font-family: WooCommerce;
     739  content: "\e01c";
     740  vertical-align: top;
     741  font-weight: 400;
     742  position: absolute;
     743  top: 11px;
     744  right: 25px;
     745  -webkit-animation: spin 2s linear infinite;
     746  animation: spin 2s linear infinite;
     747}
     748
     749.htmove-product-four .htmove-product-content .htmove-product-action .htmove-product-addtocart i {
     750  font-size: 16px;
     751  margin-right: 4px;
     752}
     753
     754.htmove-product-four .htmove-product-content .htmove-product-action .htmove-product-addtocart:hover {
     755  background-color: #1a33c1;
     756}
     757
     758.htmove-product-four:hover .htmove-product-content .htmove-product-action {
     759  visibility: visible;
     760  height: 72px;
     761}
     762
     763.htmove-product-five {
     764  display: -webkit-box;
     765  display: -webkit-flex;
     766  display: -ms-flexbox;
     767  display: flex;
     768  overflow: hidden;
     769  -webkit-box-align: center;
     770  -webkit-align-items: center;
     771      -ms-flex-align: center;
     772          align-items: center;
     773  -webkit-flex-wrap: wrap;
     774      -ms-flex-wrap: wrap;
     775          flex-wrap: wrap;
     776  margin: 0 -15px;
     777}
     778
     779.htmove-product-five .htmove-product-thumbnail {
     780  overflow: hidden;
     781  width: calc(50% - 30px);
     782  margin: 0 15px;
     783}
     784
     785.htmove-product-five .htmove-product-thumbnail .htmove-product-addtocart {
     786  font-family: "Inter", sans-serif;
     787  font-size: 14px;
     788  font-weight: 500;
     789  position: absolute;
     790  z-index: 11;
     791  right: 20px;
     792  bottom: 20px;
     793  left: 20px;
     794  display: -webkit-box;
     795  display: -webkit-flex;
     796  display: -ms-flexbox;
     797  display: flex;
     798  visibility: hidden;
     799  -webkit-box-align: center;
     800  -webkit-align-items: center;
     801      -ms-flex-align: center;
     802          align-items: center;
     803  -webkit-box-pack: center;
     804  -webkit-justify-content: center;
     805      -ms-flex-pack: center;
     806          justify-content: center;
     807  height: 48px;
     808  -webkit-transform: translateY(100%);
     809      -ms-transform: translateY(100%);
     810          transform: translateY(100%);
     811  text-decoration: none;
     812  opacity: 0;
     813  color: #333333;
     814  border-radius: 4px;
     815  background-color: #FFFFFF;
     816}
     817
     818.htmove-product-five .htmove-product-thumbnail .htmove-product-addtocart i {
     819  font-size: 16px;
     820  margin-right: 4px;
     821}
     822
     823.htmove-product-five .htmove-product-thumbnail .htmove-product-addtocart:hover {
     824  color: #FFFFFF;
     825  background-color: #1D39D7;
     826}
     827
     828.htmove-product-five .htmove-product-content {
     829  width: calc(50% - 30px);
     830  margin: 0 15px;
     831  text-align: center;
     832}
     833
     834.htmove-product-five .htmove-product-content .htmove-product-badges {
     835  display: -webkit-box;
     836  display: -webkit-flex;
     837  display: -ms-flexbox;
     838  display: flex;
     839  -webkit-flex-wrap: wrap;
     840      -ms-flex-wrap: wrap;
     841          flex-wrap: wrap;
     842  -webkit-box-pack: center;
     843  -webkit-justify-content: center;
     844      -ms-flex-pack: center;
     845          justify-content: center;
     846  margin-bottom: 18px;
     847}
     848
     849.htmove-product-five .htmove-product-content .htmove-product-badges .htmove-product-badge {
     850  font-family: "Inter", sans-serif;
     851  font-size: 14px;
     852  font-weight: 400;
     853  line-height: 1;
     854  display: block;
     855  padding: 5px 11px;
     856  text-transform: uppercase;
     857  color: #FFFFFF;
     858  border-radius: 4px;
     859}
     860
     861.htmove-product-five .htmove-product-content .htmove-product-badges .htmove-product-badge + .htmove-product-badge {
     862  margin-top: 10px;
     863}
     864
     865.htmove-product-five .htmove-product-content .htmove-product-badges .htmove-product-badge-sale {
     866  background-color: #57E6A8;
     867}
     868
     869.htmove-product-five .htmove-product-content .htmove-product-badges .htmove-product-badge-hot {
     870  background-color: #E50043;
     871}
     872
     873.htmove-product-five .htmove-product-content .htmove-product-categories {
     874  -webkit-box-pack: center;
     875  -webkit-justify-content: center;
     876      -ms-flex-pack: center;
     877          justify-content: center;
     878}
     879
     880.htmove-product-five .htmove-product-content .htmove-product-heading {
     881  margin-bottom: 13px;
     882}
     883
     884.htmove-product-five .htmove-product-content .htmove-product-rattings {
     885  -webkit-box-pack: center;
     886  -webkit-justify-content: center;
     887      -ms-flex-pack: center;
     888          justify-content: center;
     889}
     890
     891.htmove-product-five .htmove-product-content .htmove-product-prices {
     892  font-family: "Space Grotesk";
     893  font-size: 21px;
     894  font-weight: 500;
     895  line-height: 1;
     896  -webkit-box-pack: center;
     897  -webkit-justify-content: center;
     898      -ms-flex-pack: center;
     899          justify-content: center;
     900  color: #333333;
     901}
     902
     903.htmove-product-five .htmove-product-content .htmove-product-prices .htmove-product-price-old {
     904  opacity: 0.5;
     905}
     906
     907.htmove-product-five:hover .htmove-product-thumbnail .htmove-product-addtocart {
     908  visibility: visible;
     909  -webkit-transform: translateY(0);
     910      -ms-transform: translateY(0);
     911          transform: translateY(0);
     912  opacity: 1;
     913}
     914
     915@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px) {
     916  .htmove-product-five {
     917    margin: 0 -10px;
     918  }
     919  .htmove-product-five .htmove-product-thumbnail {
     920    width: calc(50% - 20px);
     921    margin: 0 10px;
     922  }
     923  .htmove-product-five .htmove-product-content {
     924    width: calc(50% - 20px);
     925    margin: 0 10px;
     926  }
     927  .htmove-product-five .htmove-product-content .htmove-product-prices {
     928    font-size: 16px;
     929  }
     930}
     931
     932.htmove-content-align-left .htmove-product-five .htmove-product-content .htmove-product-categories,.htmove-content-align-left .htmove-product-five .htmove-product-content .htmove-product-prices {
     933  -webkit-box-pack: start;
     934  -webkit-justify-content: start;
     935  -ms-flex-pack: start;
     936  justify-content: start;
     937}
     938
     939.htmove-content-align-right .htmove-product-five .htmove-product-content .htmove-product-categories,.htmove-content-align-right .htmove-product-five .htmove-product-content .htmove-product-prices {
     940  -webkit-box-pack: end;
     941  -webkit-justify-content: end;
     942  -ms-flex-pack: end;
     943  justify-content: end;
    595944}
    596945
     
    6691018
    6701019.htmove-quick-view-modal.htmovequickview-open {
    671   visibility: visible !important;
    672   overflow-x: hidden !important;
     1020  visibility: visible !important;;
     1021  opacity: 1 !important;
     1022  display: -webkit-box !important;
     1023  display: -webkit-flex !important;
     1024  display: -ms-flexbox !important;
     1025  display: flex !important;
     1026  overflow-x: hidden;
    6731027  overflow-y: auto;
    674   opacity: 1 !important;
    675   display: block !important;
    6761028}
    6771029
  • move-addons/trunk/includes/widgets/mailchimp/widget.php

    r2369917 r2436371  
    11<?php
    2 
    32namespace MoveAddons\Elementor\Widget;
    4 
    53use Elementor\Controls_Manager;
    64
     
    2624
    2725    public function get_style_depends() {
    28         return ['move-mailchimp'];
     26        return ['elementor-icons-shared-0-css','elementor-icons-fa-brands','elementor-icons-fa-regular','elementor-icons-fa-solid','move-mailchimp'];
    2927    }
    3028
  • move-addons/trunk/includes/widgets/shop-product-grid/widget.php

    r2369917 r2436371  
    280280                    ],
    281281                    'selectors' => [
    282                         '{{WRAPPER}} .htmove-product .htmove-product-content .htmove-product-heading .htmove-product-addtocart i'  => 'margin-left: {{SIZE}}{{UNIT}};',
    283                         '{{WRAPPER}} .htmove-product .htmove-product-content .htmove-product-heading .htmove-product-addtocart i'   => 'margin-right: {{SIZE}}{{UNIT}};',
     282                        '{{WRAPPER}} .htmove-button-icon-right .htmove-product .htmove-product-addtocart i'  => 'margin-left: {{SIZE}}{{UNIT}};',
     283                        '{{WRAPPER}} .htmove-button-icon-left .htmove-product .htmove-product-addtocart i'   => 'margin-right: {{SIZE}}{{UNIT}};',
    284284                    ],
    285285                ]
     
    11441144        $button_text  = ! empty( $settings['add_to_cart_text'] ) ? $settings['add_to_cart_text'] : '';
    11451145
    1146         $cart_btn = $button_icon.$button_text;
     1146        if( 'right' === $settings['button_icon_align'] ){
     1147            $cart_btn = $button_text.$button_icon;
     1148        }else{
     1149            $cart_btn = $button_icon.$button_text;
     1150        }
    11471151
    11481152        // Badge Text
  • move-addons/trunk/move-addons.php

    r2414668 r2436371  
    66 * Author:      moveaddons
    77 * Author URI:  https://moveaddons.com
    8  * Version:     1.0.5
     8 * Version:     1.0.6
    99 * License:     GPL2
    1010 * License URI:  https://www.gnu.org/licenses/gpl-2.0.html
     
    1515if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
    1616
    17 define( 'MOVE_ADDONS_VERSION', '1.0.5' );
     17define( 'MOVE_ADDONS_VERSION', '1.0.6' );
    1818define( 'MOVE_ADDONS_FILE', __FILE__ );
    1919define( 'MOVE_ADDONS_PL_PATH', plugin_dir_path( MOVE_ADDONS_FILE ) );
  • move-addons/trunk/readme.txt

    r2414668 r2436371  
    33Tags: Elementor, Elementor Addons, Elementor Widgets, elementor page builder, Elementor Blocks
    44Requires at least: 4.7
    5 Tested up to: 5.5.3
     5Tested up to: 5.6
    66Stable tag: trunk
    77License: GPLv2 or later
     
    218218
    219219== Changelog ==
     220= Version: 1.0.6 - Date: 2020-12-10 =
     221* Capability With Latest WordPress.
     222* Shop grid addon style issue solved.
     223
    220224= Version: 1.0.5 - Date: 2020-11-08 =
    221225* Accordion item close option added.
Note: See TracChangeset for help on using the changeset viewer.