Version Description
Download this release
Release Info
Developer | danieliser |
Plugin | Easy Modal |
Version | 2.0.5 |
Comparing to | |
See all releases |
Code changes from version 2.0.4 to 2.0.5
- assets/scripts/easy-modal-site.js +1 -1
- classes/view/admin/modal/form.php +2 -0
- classes/view/admin/theme/form.php +2 -0
- easy-modal.php +2 -2
- readme.txt +1 -1
assets/scripts/easy-modal-site.js
CHANGED
@@ -248,7 +248,7 @@
|
|
248 |
//fontSize: theme.content.font.size+'px',
|
249 |
fontFamily: theme.content.font.family
|
250 |
});
|
251 |
-
|
252 |
color: theme.content.font.color,
|
253 |
//fontSize: theme.content.font.size+'px',
|
254 |
fontFamily: theme.content.font.family
|
248 |
//fontSize: theme.content.font.size+'px',
|
249 |
fontFamily: theme.content.font.family
|
250 |
});
|
251 |
+
jQuery('p, label', $content).css({
|
252 |
color: theme.content.font.color,
|
253 |
//fontSize: theme.content.font.size+'px',
|
254 |
fontFamily: theme.content.font.family
|
classes/view/admin/modal/form.php
CHANGED
@@ -40,10 +40,12 @@
|
|
40 |
<a id="save-post" href="<?php echo esc_url( emodal_admin_url() .'&action=clone&id='. get_current_modal_id() .'&'. EMCORE_NONCE .'='. wp_create_nonce(EMCORE_NONCE) )?>" class="button"><?php _e('Clone', EMCORE_SLUG);?></a>
|
41 |
<span class="spinner"></span>
|
42 |
</div>
|
|
|
43 |
<div id="preview-action">
|
44 |
<a id="post-preview" href="#" class="preview button"><?php _e('Preview', EMCORE_SLUG);?></a>
|
45 |
<input type="hidden" value="" id="wp-preview" name="wp-preview">
|
46 |
</div>
|
|
|
47 |
<div class="clear"></div>
|
48 |
</div><!-- #minor-publishing-actions -->
|
49 |
</div>
|
40 |
<a id="save-post" href="<?php echo esc_url( emodal_admin_url() .'&action=clone&id='. get_current_modal_id() .'&'. EMCORE_NONCE .'='. wp_create_nonce(EMCORE_NONCE) )?>" class="button"><?php _e('Clone', EMCORE_SLUG);?></a>
|
41 |
<span class="spinner"></span>
|
42 |
</div>
|
43 |
+
<!--
|
44 |
<div id="preview-action">
|
45 |
<a id="post-preview" href="#" class="preview button"><?php _e('Preview', EMCORE_SLUG);?></a>
|
46 |
<input type="hidden" value="" id="wp-preview" name="wp-preview">
|
47 |
</div>
|
48 |
+
-->
|
49 |
<div class="clear"></div>
|
50 |
</div><!-- #minor-publishing-actions -->
|
51 |
</div>
|
classes/view/admin/theme/form.php
CHANGED
@@ -50,10 +50,12 @@
|
|
50 |
<div id="minor-publishing">
|
51 |
<div id="minor-publishing-actions">
|
52 |
<?php do_action('emodal_theme_form_minor_actions');?>
|
|
|
53 |
<div id="preview-action">
|
54 |
<a id="post-preview" href="#" class="preview button"><?php _e('Preview', EMCORE_SLUG);?></a>
|
55 |
<input type="hidden" value="" id="wp-preview" name="wp-preview">
|
56 |
</div>
|
|
|
57 |
<div class="clear"></div>
|
58 |
</div><!-- #minor-publishing-actions -->
|
59 |
</div>
|
50 |
<div id="minor-publishing">
|
51 |
<div id="minor-publishing-actions">
|
52 |
<?php do_action('emodal_theme_form_minor_actions');?>
|
53 |
+
<!--
|
54 |
<div id="preview-action">
|
55 |
<a id="post-preview" href="#" class="preview button"><?php _e('Preview', EMCORE_SLUG);?></a>
|
56 |
<input type="hidden" value="" id="wp-preview" name="wp-preview">
|
57 |
</div>
|
58 |
+
-->
|
59 |
<div class="clear"></div>
|
60 |
</div><!-- #minor-publishing-actions -->
|
61 |
</div>
|
easy-modal.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Easy Modal
|
|
4 |
Plugin URI: http://easy-modal.com
|
5 |
Description: Easily create & style modals with any content. Theme editor to quickly style your modals. Add forms, social media boxes, videos & more.
|
6 |
Author: Wizard Internet Solutions
|
7 |
-
Version: 2.0.
|
8 |
Author URI: http://wizardinternetsolutions.com
|
9 |
Text Domain: easy-modal
|
10 |
*/
|
@@ -21,7 +21,7 @@ if (!defined('EMCORE_URL'))
|
|
21 |
if (!defined('EMCORE_NONCE'))
|
22 |
define('EMCORE_NONCE', EMCORE_SLUG.'_nonce' );
|
23 |
if (!defined('EMCORE_VERSION'))
|
24 |
-
define('EMCORE_VERSION', '2.0.
|
25 |
if (!defined('EMCORE_DB_VERSION'))
|
26 |
define('EMCORE_DB_VERSION', '1' );
|
27 |
if (!defined('EMCORE_API_URL'))
|
4 |
Plugin URI: http://easy-modal.com
|
5 |
Description: Easily create & style modals with any content. Theme editor to quickly style your modals. Add forms, social media boxes, videos & more.
|
6 |
Author: Wizard Internet Solutions
|
7 |
+
Version: 2.0.5
|
8 |
Author URI: http://wizardinternetsolutions.com
|
9 |
Text Domain: easy-modal
|
10 |
*/
|
21 |
if (!defined('EMCORE_NONCE'))
|
22 |
define('EMCORE_NONCE', EMCORE_SLUG.'_nonce' );
|
23 |
if (!defined('EMCORE_VERSION'))
|
24 |
+
define('EMCORE_VERSION', '2.0.5' );
|
25 |
if (!defined('EMCORE_DB_VERSION'))
|
26 |
define('EMCORE_DB_VERSION', '1' );
|
27 |
if (!defined('EMCORE_API_URL'))
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
6 |
Tags: modal,modal box,modal form,modal window,popup,popup box,popup form,popup window,ajax forms
|
7 |
Requires at least: 3.4
|
8 |
Tested up to: 3.9.2
|
9 |
-
Stable tag: 2.0.
|
10 |
Make a pop up - any pop up. Logins, Auto Exits, Scroll Pops, Age Verification Pops. Theme, customize, make a glorious pop up!
|
11 |
== Description ==
|
12 |
Make a pop up - any pop up - Logins, Auto Exits, Scroll Pops, Age Verification Pops - use EasyModal's ultimate theme capabilities and customization options to make glorious pop ups that increase your site's usability and conversion rates.
|
6 |
Tags: modal,modal box,modal form,modal window,popup,popup box,popup form,popup window,ajax forms
|
7 |
Requires at least: 3.4
|
8 |
Tested up to: 3.9.2
|
9 |
+
Stable tag: 2.0.5
|
10 |
Make a pop up - any pop up. Logins, Auto Exits, Scroll Pops, Age Verification Pops. Theme, customize, make a glorious pop up!
|
11 |
== Description ==
|
12 |
Make a pop up - any pop up - Logins, Auto Exits, Scroll Pops, Age Verification Pops - use EasyModal's ultimate theme capabilities and customization options to make glorious pop ups that increase your site's usability and conversion rates.
|