Version Description
- Bug Fix in CSS Fixes Form scrolling only when needed.
Download this release
Release Info
Developer | danieliser |
Plugin | Easy Modal |
Version | 0.9.0.10 |
Comparing to | |
See all releases |
Code changes from version 0.9.0.9 to 0.9.0.10
- easy-modal.php +1 -1
- readme.txt +7 -4
- themes/default/styles.css +1 -1
easy-modal.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Easy Modal
|
|
4 |
Plugin URI: http://wizardinternetsolutions.com/plugins/easy-modal/
|
5 |
Description: Easy Modal allows you to easily add just about any shortcodes or other content into a modal window. This includes forms such as CF7.
|
6 |
Author: Wizard Internet Solutions
|
7 |
-
Version: 0.9.0.
|
8 |
Author URI: http://wizardinternetsolutions.com
|
9 |
*/
|
10 |
$pluginDIR = PLUGINDIR.'/'. dirname( plugin_basename(__FILE__));
|
4 |
Plugin URI: http://wizardinternetsolutions.com/plugins/easy-modal/
|
5 |
Description: Easy Modal allows you to easily add just about any shortcodes or other content into a modal window. This includes forms such as CF7.
|
6 |
Author: Wizard Internet Solutions
|
7 |
+
Version: 0.9.0.10
|
8 |
Author URI: http://wizardinternetsolutions.com
|
9 |
*/
|
10 |
$pluginDIR = PLUGINDIR.'/'. dirname( plugin_basename(__FILE__));
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Easy Modal ===
|
2 |
Contributors: danieliser
|
3 |
-
Donate link:
|
4 |
Tags: modal, contact form 7, ajax
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 3.1.3
|
7 |
-
Stable tag: 0.9.0.
|
8 |
|
9 |
This plugin allows you to easily add a Modal window with just about any content including Contact Form 7 using ajax submission.
|
10 |
|
@@ -16,10 +16,10 @@ Basic theme for Contact Form 7 default form. Will be adding theme options in fut
|
|
16 |
|
17 |
For feature requests please visit our Easy Modal page at the link below
|
18 |
|
19 |
-
If you like the plugin please rate it.
|
20 |
-
|
21 |
[youtube http://www.youtube.com/watch?v=w9Us4ttVuZU]
|
22 |
|
|
|
|
|
23 |
[Easy Modal Page](http://wizardinternetsolutions.com/plugins/easy-modal/ "Easy Modal Page - Info, Demo and Discussion") - Info, Demo and Feature Discussion
|
24 |
|
25 |
[Wizard Internet Solutions](http://wizardinternetsolutions.com/ "Website Design & Development") - Developers Site
|
@@ -55,6 +55,9 @@ We have only included some basic styling for the modal at this point. We will be
|
|
55 |
|
56 |
== Changelog ==
|
57 |
|
|
|
|
|
|
|
58 |
= 0.9.0.9 =
|
59 |
* Bug Fix in CSS Fixes Form scrolling.
|
60 |
|
1 |
=== Easy Modal ===
|
2 |
Contributors: danieliser
|
3 |
+
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=PQTG2JYUKSLFW
|
4 |
Tags: modal, contact form 7, ajax
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 3.1.3
|
7 |
+
Stable tag: 0.9.0.10
|
8 |
|
9 |
This plugin allows you to easily add a Modal window with just about any content including Contact Form 7 using ajax submission.
|
10 |
|
16 |
|
17 |
For feature requests please visit our Easy Modal page at the link below
|
18 |
|
|
|
|
|
19 |
[youtube http://www.youtube.com/watch?v=w9Us4ttVuZU]
|
20 |
|
21 |
+
If you like the plugin please rate it.
|
22 |
+
|
23 |
[Easy Modal Page](http://wizardinternetsolutions.com/plugins/easy-modal/ "Easy Modal Page - Info, Demo and Discussion") - Info, Demo and Feature Discussion
|
24 |
|
25 |
[Wizard Internet Solutions](http://wizardinternetsolutions.com/ "Website Design & Development") - Developers Site
|
55 |
|
56 |
== Changelog ==
|
57 |
|
58 |
+
= 0.9.0.10 =
|
59 |
+
* Bug Fix in CSS Fixes Form scrolling only when needed.
|
60 |
+
|
61 |
= 0.9.0.9 =
|
62 |
* Bug Fix in CSS Fixes Form scrolling.
|
63 |
|
themes/default/styles.css
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
#eM-overlay{background-color:#000; cursor:wait;}
|
8 |
#eM-container{text-align:left;font:'Trebuchet MS', Verdana, Arial;border:3px solid #fff;-webkit-border-radius:10px;-moz-border-radius:10px; border-radius:10px;behavior:url(PIE.htc);}
|
9 |
#eM-container .eM-content{background-color:#333;color:#ddd;width:100%;height:100%;}
|
10 |
-
#eM-container .simplemodal-wrap{overflow-y:
|
11 |
#eM-container .simplemodal-data{width:100%;height:100%;}
|
12 |
#eM-container .eM-title{color:#fff;font-size:20px;line-height:20px;margin:0;padding:5px 0 3px 10px;text-align:left;}
|
13 |
#eM-container p{margin:0;}
|
7 |
#eM-overlay{background-color:#000; cursor:wait;}
|
8 |
#eM-container{text-align:left;font:'Trebuchet MS', Verdana, Arial;border:3px solid #fff;-webkit-border-radius:10px;-moz-border-radius:10px; border-radius:10px;behavior:url(PIE.htc);}
|
9 |
#eM-container .eM-content{background-color:#333;color:#ddd;width:100%;height:100%;}
|
10 |
+
#eM-container .simplemodal-wrap{overflow-y:auto!important;background:#666;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;behavior:url(PIE.htc);}
|
11 |
#eM-container .simplemodal-data{width:100%;height:100%;}
|
12 |
#eM-container .eM-title{color:#fff;font-size:20px;line-height:20px;margin:0;padding:5px 0 3px 10px;text-align:left;}
|
13 |
#eM-container p{margin:0;}
|