Version Description
- Fix: Modal Box Bootstrap conflict bug.
Download this release
Release Info
Developer | leap13 |
Plugin | Premium Addons for Elementor |
Version | 2.0.3 |
Comparing to | |
See all releases |
Code changes from version 2.0.2 to 2.0.3
- assets/css/premium-addons.css +8 -9
- premium-addons.php +1 -1
- readme.txt +4 -0
assets/css/premium-addons.css
CHANGED
@@ -862,23 +862,22 @@ button.close {
|
|
862 |
-webkit-overflow-scrolling: touch;
|
863 |
outline: 0
|
864 |
}
|
865 |
-
.modal
|
866 |
-
-webkit-transition: -webkit-transform .3s ease-out;
|
867 |
-
-o-transition: -o-transform .3s ease-out;
|
868 |
-
transition: transform .3s ease-out;
|
869 |
}
|
870 |
.modal-open .modal {
|
871 |
overflow-x: hidden;
|
872 |
overflow-y: auto
|
873 |
}
|
874 |
-
.modal-dialog
|
875 |
position: relative;
|
876 |
top: 50%;
|
877 |
left: 50%;
|
878 |
-
-webkit-transform: translate(-50%,-50%);
|
879 |
-
transform: translate(-50%,-50%);
|
880 |
-
|
881 |
-
|
882 |
}
|
883 |
.modal-content {
|
884 |
position: relative;
|
862 |
-webkit-overflow-scrolling: touch;
|
863 |
outline: 0
|
864 |
}
|
865 |
+
.premium-modal-box-modal .modal-dialog {
|
866 |
+
-webkit-transition: -webkit-transform .3s ease-out !important;
|
867 |
+
-o-transition: -o-transform .3s ease-out !important;
|
868 |
+
transition: transform .3s ease-out !important;
|
869 |
}
|
870 |
.modal-open .modal {
|
871 |
overflow-x: hidden;
|
872 |
overflow-y: auto
|
873 |
}
|
874 |
+
.premium-modal-box-modal.fade .modal-dialog{
|
875 |
position: relative;
|
876 |
top: 50%;
|
877 |
left: 50%;
|
878 |
+
-webkit-transform: translate(-50%,-50%) !important;
|
879 |
+
transform: translate(-50%,-50%) !important;
|
880 |
+
margin: 0;
|
|
|
881 |
}
|
882 |
.modal-content {
|
883 |
position: relative;
|
premium-addons.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Premium Addons for Elementor
|
4 |
Description: This Plugin Includes Elementor Page Builder’s Premium Addon Elements.
|
5 |
Plugin URI: https://premiumaddons.com
|
6 |
-
Version: 2.0.
|
7 |
Author: Leap13
|
8 |
Author URI: http://leap13.com/
|
9 |
Text Domain: premium-addons-leap13
|
3 |
Plugin Name: Premium Addons for Elementor
|
4 |
Description: This Plugin Includes Elementor Page Builder’s Premium Addon Elements.
|
5 |
Plugin URI: https://premiumaddons.com
|
6 |
+
Version: 2.0.3
|
7 |
Author: Leap13
|
8 |
Author URI: http://leap13.com/
|
9 |
Text Domain: premium-addons-leap13
|
readme.txt
CHANGED
@@ -73,6 +73,10 @@ Premium Addons for Elementor is light weight and we also gave you the control to
|
|
73 |
|
74 |
== Changelog ==
|
75 |
|
|
|
|
|
|
|
|
|
76 |
= 2.0.2 =
|
77 |
|
78 |
- New: Plugin is now localization and translation ready.
|
73 |
|
74 |
== Changelog ==
|
75 |
|
76 |
+
= 2.0.3 =
|
77 |
+
|
78 |
+
- Fix: Modal Box Bootstrap conflict bug.
|
79 |
+
|
80 |
= 2.0.2 =
|
81 |
|
82 |
- New: Plugin is now localization and translation ready.
|