Plugin Directory

Changeset 973684


Ignore:
Timestamp:
08/27/2014 12:45:30 AM (12 years ago)
Author:
sreedoap
Message:

Minor css fixes for login form , Fixed membership disabled bug when logging into site

Location:
pilotpress/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pilotpress/trunk/login-button.php

    r922794 r973684  
    8181    width: 100%;
    8282}
     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}
    8396#pp-lf-tabs
    8497{
     
    135148    opacity: 0.5;
    136149    filter: alpha(opacity=50);
    137     z-index: 101;
     150    z-index: 10000;
    138151}
    139152.pp-lf-form-container
    140153{
    141154    position: absolute;
    142     z-index: 102;
     155    z-index: 10001;
    143156    margin: 50px 0px 50px -22.5%;
    144157    left: 50%;
  • pilotpress/trunk/pilotpress.php

    r941304 r973684  
    44Plugin URI: http://officeautopilot.com/
    55Description: OfficeAutoPilot / Ontraport WordPress integration plugin.
    6 Version: 1.6.0h
     6Version: 1.6.0i
    77Author: Ontraport Inc.
    88Author URI: http://officeautopilot.com/
     
    2121    class PilotPress {
    2222
    23         const VERSION = "1.6.0h";
     23        const VERSION = "1.6.0i";
    2424        const WP_MIN = "3.0";
    2525        const NSPACE = "_pilotpress_";
     
    13751375                if(is_array($api_result)) {
    13761376
    1377                     if(!username_exists($username)) {
     1377                    if(!username_exists($username) && $api_result["status"] != 0) {
    13781378                   
    13791379                        /* if their email is used (might have been a blog user before OAP perhaps), use alternate name */
     
    25042504                {
    25052505                    line-height: 1.2!important;
    2506                     margin-bottom: 4px;
    2507                     ".$headertextfont."
    2508                     ".$headertextfontsize."
    2509                     ".$headertextfontcolor."
     2506                    margin-bottom: 4px;".$headertextfont.$headertextfontsize.$headertextfontcolor."
    25102507                }
    25112508                .op-login-form-".$this->incrementalnumber." .op-supporting-text
    25122509                {
    2513                     line-height: 1.2!important;
    2514                     ".$supportingtextfont."
    2515                     ".$supportingtextfontsize."
    2516                     ".$supportingtextfontcolor."
     2510                    line-height: 1.2!important;".$supportingtextfont.$supportingtextfontsize.$supportingtextfontcolor."
    25172511                }
    25182512                .op-login-form-".$this->incrementalnumber." #pp-loginform P
     
    25422536                    min-width: 90px;
    25432537                    padding-right: 3%;
    2544                     float: left;
    2545                     ".$textcolor."
    2546                 }
    2547                
     2538                    float: left;".$textcolor."
     2539                }
    25482540                .op-login-form-".$this->incrementalnumber." .login-username INPUT
    25492541                {
     
    25512543                    max-width: 72%;
    25522544                    float: right;
    2553                     border-radius: 3px;
    2554                     ".$inputcolor."
    2555                     ".$inputtextcolor."
    2556                     ".$inputbordercolor."
    2557                     ".$inputfieldsize."
     2545                    border-radius: 3px;".$inputcolor.$inputtextcolor.$inputbordercolor.$inputfieldsize."
    25582546                }
    25592547                .op-login-form-".$this->incrementalnumber." .login-password LABEL
     
    25632551                    min-width: 90px;
    25642552                    padding-right: 3%;
    2565                     float: left;
    2566                     ".$textcolor."
     2553                    float: left;".$textcolor."
    25672554                }
    25682555                .op-login-form-".$this->incrementalnumber." .login-password INPUT
     
    25712558                    max-width: 72%;
    25722559                    float: right;
    2573                     border-radius: 3px;
    2574                     ".$inputcolor."
    2575                     ".$inputtextcolor."
    2576                     ".$inputbordercolor."
    2577                     ".$inputfieldsize."
     2560                    border-radius: 3px;".$inputcolor.$inputtextcolor.$inputbordercolor.$inputfieldsize."
    25782561                }
    25792562                .op-login-form-".$this->incrementalnumber." .login-remember
     
    25812564                    text-align: right;
    25822565                    font-style: italic;
    2583                     cursor: pointer;
    2584                     ".$textcolor."
     2566                    cursor: pointer;".$textcolor."
    25852567                }
    25862568                .op-login-form-".$this->incrementalnumber." .login-remember INPUT
     
    25932575                .op-login-form-".$this->incrementalnumber." .login-remember LABEL
    25942576                {
    2595                     cursor: pointer;
    2596                     ".$textcolor."
     2577                    cursor: pointer;".$textcolor."
    25972578                }
    25982579                .op-login-form-".$this->incrementalnumber." #wp-submit
     
    26032584                    margin-bottom: 0px;
    26042585                    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."
    26122587                }
    26132588                .op-login-form-".$this->incrementalnumber." #wp-submit:hover
     
    26152590                    transition: background-color 1s ease, color 1s ease;
    26162591                    -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."
    26212593                }
    26222594                .op-login-form-".$this->incrementalnumber." .login_box
  • pilotpress/trunk/readme.txt

    r941304 r973684  
    6060== Changelog ==
    6161
     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
    6266= 1.6.0h =
    6367* Fixed merge fields to work in WordPress version 3.9 and later.
     
    119123== Upgrade Notice ==
    120124
     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
    121129= 1.6.0h =
    122130* Fixed merge fields to work in WordPress version 3.9 and later.
Note: See TracChangeset for help on using the changeset viewer.