Version Description
Download this release
Release Info
Code changes from version 2.2.1 to 2.2.2
includes/addons/wl_archive_title.php
CHANGED
@@ -229,7 +229,7 @@ class Woolentor_Elementor_Widget_Archive_Title extends Widget_Base {
|
|
229 |
?>
|
230 |
<div class="woolentor-archive-data-area">
|
231 |
<?php
|
232 |
-
echo sprintf( '%s %s %s', $image, $title, $description
|
233 |
?>
|
234 |
</div>
|
235 |
<?php
|
229 |
?>
|
230 |
<div class="woolentor-archive-data-area">
|
231 |
<?php
|
232 |
+
echo sprintf( '%s %s %s', $image, $title, $description );
|
233 |
?>
|
234 |
</div>
|
235 |
<?php
|
includes/addons/wl_breadcrumbs.php
CHANGED
@@ -187,7 +187,7 @@ class Woolentor_Elementor_Widget_Breadcrumbs extends Widget_Base {
|
|
187 |
$args = [
|
188 |
'delimiter' => !empty( $settings['breadcrumbs_icon']['value'] ) ? '<span class="breadcrumb-separator">'.woolentor_render_icon( $settings, 'breadcrumbs_icon', 'breadcrumbsicon' ).'</span>' : '<span class="breadcrumb-separator"> / </span>',
|
189 |
'wrap_before' => '<nav class="woocommerce-breadcrumb">',
|
190 |
-
'wrap_after' => '</nav>'
|
191 |
];
|
192 |
|
193 |
echo '<div class="woolentor-breadcrumb">';
|
187 |
$args = [
|
188 |
'delimiter' => !empty( $settings['breadcrumbs_icon']['value'] ) ? '<span class="breadcrumb-separator">'.woolentor_render_icon( $settings, 'breadcrumbs_icon', 'breadcrumbsicon' ).'</span>' : '<span class="breadcrumb-separator"> / </span>',
|
189 |
'wrap_before' => '<nav class="woocommerce-breadcrumb">',
|
190 |
+
'wrap_after' => '</nav>'
|
191 |
];
|
192 |
|
193 |
echo '<div class="woolentor-breadcrumb">';
|
includes/modules/shopify-like-checkout/assets/shopify-like-checkout.css
CHANGED
@@ -522,6 +522,14 @@
|
|
522 |
color: #000;
|
523 |
}
|
524 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
525 |
.woolentor-checkout__box .input-text[type=number]::-webkit-inner-spin-button {
|
526 |
-webkit-appearance: none;
|
527 |
}
|
@@ -538,6 +546,11 @@
|
|
538 |
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
539 |
}
|
540 |
|
|
|
|
|
|
|
|
|
|
|
541 |
.woocommerce-input-wrapper .input-text:placeholder-shown + label{
|
542 |
white-space: nowrap;
|
543 |
overflow: hidden;
|
522 |
color: #000;
|
523 |
}
|
524 |
|
525 |
+
/* Checkout page processing spinner */
|
526 |
+
.woolentor-checkout__container .woocommerce-checkout.processing .blockUI.blockOverlay {
|
527 |
+
background-image:url('spinner.gif') !important;
|
528 |
+
background-position: center 50% !important;
|
529 |
+
background-repeat: no-repeat !important;
|
530 |
+
position: fixed !important;
|
531 |
+
}
|
532 |
+
|
533 |
.woolentor-checkout__box .input-text[type=number]::-webkit-inner-spin-button {
|
534 |
-webkit-appearance: none;
|
535 |
}
|
546 |
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
547 |
}
|
548 |
|
549 |
+
.woolentor-checkout__body .woocommerce-input-wrapper > strong{
|
550 |
+
padding: 26px 15px 8px 15px;
|
551 |
+
display: block;
|
552 |
+
}
|
553 |
+
|
554 |
.woocommerce-input-wrapper .input-text:placeholder-shown + label{
|
555 |
white-space: nowrap;
|
556 |
overflow: hidden;
|
includes/modules/shopify-like-checkout/assets/spinner.gif
ADDED
Binary file
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: hasthemes, htplugins, devitemsllc, tarekht
|
|
3 |
Tags: Elementor, WooCommerce, WooCommerce Elementor, WooCommerce Builder, WooCommerce Product
|
4 |
Requires at least: 4.7
|
5 |
Tested up to: 5.9
|
6 |
-
Stable tag: 2.2.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -345,6 +345,11 @@ Elementor Pro is not required. But you can use wooLentor with Elementor free & P
|
|
345 |
|
346 |
== Changelog ==
|
347 |
|
|
|
|
|
|
|
|
|
|
|
348 |
= Version: 2.2.1 - Date: 06-03-2022 =
|
349 |
* Added : Archive title addon.
|
350 |
* Added : Breadcrumbs addon.
|
3 |
Tags: Elementor, WooCommerce, WooCommerce Elementor, WooCommerce Builder, WooCommerce Product
|
4 |
Requires at least: 4.7
|
5 |
Tested up to: 5.9
|
6 |
+
Stable tag: 2.2.2
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
345 |
|
346 |
== Changelog ==
|
347 |
|
348 |
+
= Version: 2.2.2 - Date: 07-03-2022 =
|
349 |
+
* Added : Spinner in shopify style checkout page.
|
350 |
+
* Solved : Warning issue in Archive title addon.
|
351 |
+
* Solved : Default address field select style issue in shopify style checkout page.
|
352 |
+
|
353 |
= Version: 2.2.1 - Date: 06-03-2022 =
|
354 |
* Added : Archive title addon.
|
355 |
* Added : Breadcrumbs addon.
|
woolentor_addons_elementor.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: WooLentor - WooCommerce Elementor Addons + Builder
|
4 |
* Description: The WooCommerce elements library for Elementor page builder plugin for WordPress.
|
5 |
* Plugin URI: https://woolentor.com/
|
6 |
-
* Version: 2.2.
|
7 |
* Author: HasThemes
|
8 |
* Author URI: https://hasthemes.com/plugins/woolentor-pro/
|
9 |
* License: GPL-2.0+
|
@@ -17,7 +17,7 @@
|
|
17 |
|
18 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
19 |
|
20 |
-
define( 'WOOLENTOR_VERSION', '2.2.
|
21 |
define( 'WOOLENTOR_ADDONS_PL_ROOT', __FILE__ );
|
22 |
define( 'WOOLENTOR_ADDONS_PL_URL', plugins_url( '/', WOOLENTOR_ADDONS_PL_ROOT ) );
|
23 |
define( 'WOOLENTOR_ADDONS_PL_PATH', plugin_dir_path( WOOLENTOR_ADDONS_PL_ROOT ) );
|
3 |
* Plugin Name: WooLentor - WooCommerce Elementor Addons + Builder
|
4 |
* Description: The WooCommerce elements library for Elementor page builder plugin for WordPress.
|
5 |
* Plugin URI: https://woolentor.com/
|
6 |
+
* Version: 2.2.2
|
7 |
* Author: HasThemes
|
8 |
* Author URI: https://hasthemes.com/plugins/woolentor-pro/
|
9 |
* License: GPL-2.0+
|
17 |
|
18 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
19 |
|
20 |
+
define( 'WOOLENTOR_VERSION', '2.2.2' );
|
21 |
define( 'WOOLENTOR_ADDONS_PL_ROOT', __FILE__ );
|
22 |
define( 'WOOLENTOR_ADDONS_PL_URL', plugins_url( '/', WOOLENTOR_ADDONS_PL_ROOT ) );
|
23 |
define( 'WOOLENTOR_ADDONS_PL_PATH', plugin_dir_path( WOOLENTOR_ADDONS_PL_ROOT ) );
|