Version Description
- FIX: Double scrollbar on sites running on Astra & OceanWP themes.
Download this release
Release Info
Developer | norewp |
Plugin | PopBox For Elementor |
Version | 1.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.0.3
- css/bootstrap.css +2 -2
- css/popup.css +2 -1
- modal-for-elementor.php +2 -2
- readme.txt +4 -1
css/bootstrap.css
CHANGED
@@ -5,7 +5,6 @@
|
|
5 |
*/
|
6 |
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
7 |
|
8 |
-
|
9 |
.fade {
|
10 |
opacity: 0;
|
11 |
-webkit-transition: opacity .15s linear;
|
@@ -158,13 +157,14 @@ button.close {
|
|
158 |
.modal-footer .btn-block + .btn-block {
|
159 |
margin-left: 0;
|
160 |
}
|
|
|
161 |
.modal-scrollbar-measure {
|
162 |
position: absolute;
|
163 |
top: -9999px;
|
164 |
width: 50px;
|
165 |
height: 50px;
|
166 |
overflow: scroll;
|
167 |
-
}
|
168 |
@media (min-width: 768px) {
|
169 |
.modal-dialog {
|
170 |
margin: 30px auto;
|
5 |
*/
|
6 |
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
7 |
|
|
|
8 |
.fade {
|
9 |
opacity: 0;
|
10 |
-webkit-transition: opacity .15s linear;
|
157 |
.modal-footer .btn-block + .btn-block {
|
158 |
margin-left: 0;
|
159 |
}
|
160 |
+
/*
|
161 |
.modal-scrollbar-measure {
|
162 |
position: absolute;
|
163 |
top: -9999px;
|
164 |
width: 50px;
|
165 |
height: 50px;
|
166 |
overflow: scroll;
|
167 |
+
}*/
|
168 |
@media (min-width: 768px) {
|
169 |
.modal-dialog {
|
170 |
margin: 30px auto;
|
css/popup.css
CHANGED
@@ -37,6 +37,7 @@ body.modal-open .elementor-widget-wrap {
|
|
37 |
z-index: auto;
|
38 |
}
|
39 |
/* This should probably be addressed by the affected themes! */
|
|
|
40 |
html {
|
41 |
-ms-overflow-style: scrollbar;
|
42 |
overflow: hidden;
|
@@ -45,7 +46,7 @@ html {
|
|
45 |
body {
|
46 |
overflow: auto;
|
47 |
height: 100%;
|
48 |
-
}
|
49 |
/* End affected themes comment! */
|
50 |
.modal-popup {
|
51 |
cursor: pointer;
|
37 |
z-index: auto;
|
38 |
}
|
39 |
/* This should probably be addressed by the affected themes! */
|
40 |
+
/*
|
41 |
html {
|
42 |
-ms-overflow-style: scrollbar;
|
43 |
overflow: hidden;
|
46 |
body {
|
47 |
overflow: auto;
|
48 |
height: 100%;
|
49 |
+
}*/
|
50 |
/* End affected themes comment! */
|
51 |
.modal-popup {
|
52 |
cursor: pointer;
|
modal-for-elementor.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* Plugin Name: PopBox For Elementor
|
4 |
* Description: Create content-rich popboxes for your site using the power of Elementor Page Builder
|
5 |
-
* Version: 1.0.
|
6 |
* Author: Zulfikar Nore
|
7 |
* Author URI: https://designsbynore.com/
|
8 |
* Plugin URI: https://designsbynore.com/popups/popbox/
|
@@ -12,7 +12,7 @@
|
|
12 |
|
13 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
14 |
|
15 |
-
define( 'MODAL_ELEMENTOR_VERSION', '1.0.
|
16 |
|
17 |
define( 'MODAL_ELEMENTOR__FILE__', __FILE__ );
|
18 |
define( 'MODAL_ELEMENTOR_PLUGIN_BASE', plugin_basename( MODAL_ELEMENTOR__FILE__ ) );
|
2 |
/**
|
3 |
* Plugin Name: PopBox For Elementor
|
4 |
* Description: Create content-rich popboxes for your site using the power of Elementor Page Builder
|
5 |
+
* Version: 1.0.3
|
6 |
* Author: Zulfikar Nore
|
7 |
* Author URI: https://designsbynore.com/
|
8 |
* Plugin URI: https://designsbynore.com/popups/popbox/
|
12 |
|
13 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
14 |
|
15 |
+
define( 'MODAL_ELEMENTOR_VERSION', '1.0.3' );
|
16 |
|
17 |
define( 'MODAL_ELEMENTOR__FILE__', __FILE__ );
|
18 |
define( 'MODAL_ELEMENTOR_PLUGIN_BASE', plugin_basename( MODAL_ELEMENTOR__FILE__ ) );
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.me/NoreMarketing/5
|
|
4 |
Tags: PopBox, Modal, Popup, Elementor
|
5 |
Requires at least: 4.4
|
6 |
Tested up to: 4.9
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -32,6 +32,9 @@ Brief video on setup (Sorry for the lack of sound): https://youtu.be/M3B9aLLTXKY
|
|
32 |
Go to settings > permalinks and click save. (you need to do that in order to register the popup post types.)
|
33 |
|
34 |
== Changelog ==
|
|
|
|
|
|
|
35 |
= 1.0.2 =
|
36 |
* FIXED: Left window shift when modal is open on some themes - Fixes: https://wordpress.org/support/topic/bug-with-a-moving-button-and-extra-gap/.
|
37 |
* NEW: Added option to switch close button position.
|
4 |
Tags: PopBox, Modal, Popup, Elementor
|
5 |
Requires at least: 4.4
|
6 |
Tested up to: 4.9
|
7 |
+
Stable tag: 1.0.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
32 |
Go to settings > permalinks and click save. (you need to do that in order to register the popup post types.)
|
33 |
|
34 |
== Changelog ==
|
35 |
+
= 1.0.3 =
|
36 |
+
* FIX: Double scrollbar on sites running on Astra & OceanWP themes.
|
37 |
+
|
38 |
= 1.0.2 =
|
39 |
* FIXED: Left window shift when modal is open on some themes - Fixes: https://wordpress.org/support/topic/bug-with-a-moving-button-and-extra-gap/.
|
40 |
* NEW: Added option to switch close button position.
|