Changeset 973684
- Timestamp:
- 08/27/2014 12:45:30 AM (12 years ago)
- Location:
- pilotpress/trunk
- Files:
-
- 3 edited
-
login-button.php (modified) (2 diffs)
-
pilotpress.php (modified) (12 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pilotpress/trunk/login-button.php
r922794 r973684 81 81 width: 100%; 82 82 } 83 #pp-lf-tabs .ui-widget-header 84 { 85 border: none!important; 86 } 87 #pp-lf-tabs .tablinks li a 88 { 89 padding: 10px 15px!important; 90 outline: none!important; 91 } 92 #pp-lf-tabs.ui-tabs .ui-tabs-nav li 93 { 94 background: none!important; 95 } 83 96 #pp-lf-tabs 84 97 { … … 135 148 opacity: 0.5; 136 149 filter: alpha(opacity=50); 137 z-index: 10 1;150 z-index: 10000; 138 151 } 139 152 .pp-lf-form-container 140 153 { 141 154 position: absolute; 142 z-index: 10 2;155 z-index: 10001; 143 156 margin: 50px 0px 50px -22.5%; 144 157 left: 50%; -
pilotpress/trunk/pilotpress.php
r941304 r973684 4 4 Plugin URI: http://officeautopilot.com/ 5 5 Description: OfficeAutoPilot / Ontraport WordPress integration plugin. 6 Version: 1.6.0 h6 Version: 1.6.0i 7 7 Author: Ontraport Inc. 8 8 Author URI: http://officeautopilot.com/ … … 21 21 class PilotPress { 22 22 23 const VERSION = "1.6.0 h";23 const VERSION = "1.6.0i"; 24 24 const WP_MIN = "3.0"; 25 25 const NSPACE = "_pilotpress_"; … … 1375 1375 if(is_array($api_result)) { 1376 1376 1377 if(!username_exists($username) ) {1377 if(!username_exists($username) && $api_result["status"] != 0) { 1378 1378 1379 1379 /* if their email is used (might have been a blog user before OAP perhaps), use alternate name */ … … 2504 2504 { 2505 2505 line-height: 1.2!important; 2506 margin-bottom: 4px; 2507 ".$headertextfont." 2508 ".$headertextfontsize." 2509 ".$headertextfontcolor." 2506 margin-bottom: 4px;".$headertextfont.$headertextfontsize.$headertextfontcolor." 2510 2507 } 2511 2508 .op-login-form-".$this->incrementalnumber." .op-supporting-text 2512 2509 { 2513 line-height: 1.2!important; 2514 ".$supportingtextfont." 2515 ".$supportingtextfontsize." 2516 ".$supportingtextfontcolor." 2510 line-height: 1.2!important;".$supportingtextfont.$supportingtextfontsize.$supportingtextfontcolor." 2517 2511 } 2518 2512 .op-login-form-".$this->incrementalnumber." #pp-loginform P … … 2542 2536 min-width: 90px; 2543 2537 padding-right: 3%; 2544 float: left; 2545 ".$textcolor." 2546 } 2547 2538 float: left;".$textcolor." 2539 } 2548 2540 .op-login-form-".$this->incrementalnumber." .login-username INPUT 2549 2541 { … … 2551 2543 max-width: 72%; 2552 2544 float: right; 2553 border-radius: 3px; 2554 ".$inputcolor." 2555 ".$inputtextcolor." 2556 ".$inputbordercolor." 2557 ".$inputfieldsize." 2545 border-radius: 3px;".$inputcolor.$inputtextcolor.$inputbordercolor.$inputfieldsize." 2558 2546 } 2559 2547 .op-login-form-".$this->incrementalnumber." .login-password LABEL … … 2563 2551 min-width: 90px; 2564 2552 padding-right: 3%; 2565 float: left; 2566 ".$textcolor." 2553 float: left;".$textcolor." 2567 2554 } 2568 2555 .op-login-form-".$this->incrementalnumber." .login-password INPUT … … 2571 2558 max-width: 72%; 2572 2559 float: right; 2573 border-radius: 3px; 2574 ".$inputcolor." 2575 ".$inputtextcolor." 2576 ".$inputbordercolor." 2577 ".$inputfieldsize." 2560 border-radius: 3px;".$inputcolor.$inputtextcolor.$inputbordercolor.$inputfieldsize." 2578 2561 } 2579 2562 .op-login-form-".$this->incrementalnumber." .login-remember … … 2581 2564 text-align: right; 2582 2565 font-style: italic; 2583 cursor: pointer; 2584 ".$textcolor." 2566 cursor: pointer;".$textcolor." 2585 2567 } 2586 2568 .op-login-form-".$this->incrementalnumber." .login-remember INPUT … … 2593 2575 .op-login-form-".$this->incrementalnumber." .login-remember LABEL 2594 2576 { 2595 cursor: pointer; 2596 ".$textcolor." 2577 cursor: pointer;".$textcolor." 2597 2578 } 2598 2579 .op-login-form-".$this->incrementalnumber." #wp-submit … … 2603 2584 margin-bottom: 0px; 2604 2585 white-space: pre-wrap; 2605 border-radius: 3px; 2606 ".$buttonbgcolor." 2607 ".$buttontextcolor." 2608 ".$buttonbordercolor." 2609 ".$buttonfont." 2610 ".$buttonfontsize." 2611 ".$buttonsize." 2586 border-radius: 3px;".$buttonbgcolor.$buttontextcolor.$buttonbordercolor.$buttonfont.$buttonfontsize.$buttonsize." 2612 2587 } 2613 2588 .op-login-form-".$this->incrementalnumber." #wp-submit:hover … … 2615 2590 transition: background-color 1s ease, color 1s ease; 2616 2591 -moz-transition: background-color 1s ease, color 1s ease; 2617 -webkit-transition: background-color 1s ease, color 1s ease; 2618 ".$buttonhovertextcolor." 2619 ".$buttonhoverbgcolor." 2620 ".$buttonhoverbordercolor." 2592 -webkit-transition: background-color 1s ease, color 1s ease;".$buttonhovertextcolor.$buttonhoverbgcolor.$buttonhoverbordercolor." 2621 2593 } 2622 2594 .op-login-form-".$this->incrementalnumber." .login_box -
pilotpress/trunk/readme.txt
r941304 r973684 60 60 == Changelog == 61 61 62 = 1.6.0i = 63 * Updated login form editor to fix styling where form was not working in some themes. 64 * Updated status bug when membership status was disabled on ONTRAPORT 65 62 66 = 1.6.0h = 63 67 * Fixed merge fields to work in WordPress version 3.9 and later. … … 119 123 == Upgrade Notice == 120 124 125 = 1.6.0i = 126 * Updated login form editor to fix styling where form was not working in some themes. 127 * Updated status bug when membership status was disabled on ONTRAPORT 128 121 129 = 1.6.0h = 122 130 * Fixed merge fields to work in WordPress version 3.9 and later.
Note: See TracChangeset
for help on using the changeset viewer.