Changeset 1507199
- Timestamp:
- 10/03/2016 07:45:34 AM (10 years ago)
- Location:
- moptin-email-subscription-optin-form/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
moptin-email-subscription-optin-form/trunk/index.php
r1506710 r1507199 4 4 * Plugin URI: http://mycodingtricks.com 5 5 * Description: Moptin is a Email Opt-in WordPress Plugin 6 * Version: 2016.10. 2.16 * Version: 2016.10.3 7 7 * Author: Shubham Kumar 8 8 * Author URI: http://mycodingtricks.com -
moptin-email-subscription-optin-form/trunk/moptin.js
r1506710 r1507199 36 36 $self.fadeOut(500,function(){ 37 37 self.close(); 38 console.log("Closed from line 37");38 // console.log("Closed from line 37"); 39 39 }); 40 40 }); … … 42 42 $self.removeClass("moptin-cookie"); 43 43 self.close(id); 44 console.log("Closed from line 42");44 // console.log("Closed from line 42"); 45 45 } 46 46 } … … 48 48 self.close = function(id){ 49 49 50 $self.fadeOut( "slow",function(){50 $self.fadeOut(300,function(){ 51 51 if($self.hasClass("moptin-takeover")){ 52 52 body.removeClass("moptin-takeover-body"); … … 107 107 content: contentWrapper.height() 108 108 }; 109 console.log(height);109 // console.log(height); 110 110 var finalHeight=(height.imgWrapper>height.contentWrapper) ? height.imgWrapper:height.contentWrapper; 111 111 //imgWrapper.css("height",finalHeight+"px"); … … 116 116 contentWrapper.css("marginTop",content_margin_top+"px"); 117 117 } 118 //119 // var r = $self.find(".moptin__content-wrapper");120 // var p = $self.find(".moptin__img");121 // r.css("margin-top","0px");122 // p.css("margin-top","0px");123 //124 // if($self.width()>480){125 // var mh = ($self.outerHeight())*0.9;126 // p.css("margin-top",((mh-p.innerHeight())/2)+"px");127 // r.css("margin-top",((mh-r.innerHeight())/2)+"px");128 // }129 118 }; 130 119 self.centerImg = function(){ … … 136 125 }; 137 126 self.show = function(){ 138 $self.fadeIn( "slow",function(){127 $self.fadeIn(500,function(){ 139 128 self.centerImg(); 140 129 self.addCloseButton(); … … 157 146 var mX = e.pageX, 158 147 mY = e.pageY; 159 console.log("mY = "+mY);148 // console.log("mY = "+mY); 160 149 if(mX<80 || mY<80) self.show(); 161 150 }).mouseover(); -
moptin-email-subscription-optin-form/trunk/readme.txt
r1506710 r1507199 4 4 Donate link: http://mycodingtricks.com/ 5 5 Requires at least: 3.1 6 Tested up to: 4. 57 Stable tag: 2016.10. 2.16 Tested up to: 4.6 7 Stable tag: 2016.10.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 16 16 This plugin will boost your email subscribers list. 17 17 18 It's one in all WordPress Optin Plugin. 19 18 20 == Installation == 19 21 Simply Install and Activate the Plugin and Then Create Moptin Forms From the Admin Menu and include the shortcode anywhere you want. … … 23 25 1. This is an Example of Moptin Form. 24 26 2. Moptin forms are very Responsive. 25 3. Create Moptin Form from Admin Panel 27 3. Page Takeover Example 28 4. Create Moptin Form from Admin Panel 26 29 27 30 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.