• ignitiondeck don’t do support as needed, they do minimum documentation which is very inadequate! They just don’t reply.
    Your documention is very good and so I set about trying to get a login-register-lost-password box as is suggested by jeff star https://digwp.com/2010/12/login-register-password-code/
    I have a child menu and followed the make your header sticky tutorial successfully with no problems but when following the make your footer sticky the footer has disappeared completely. I bought featured pages and placed this css in the space from that menu as so

    <!-- Custom Login/Register/Password Code @ https://digwp.com/2010/12/login-register-password-code/ -->
    <!-- CSS -->
    
    <style type="text/css">
    /* tabbed list */
    ul.tabs_login {
    padding: 0; margin: 20px 0 0 0;
    position: relative;
    list-style: none;
    font-size: 14px;
    z-index: 1000;
    float: left;
    }
    ul.tabs_login li {
    border: 1px solid #E7E9F6;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-radius-topright: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-radius-topleft: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    line-height: 28px; /* = */ height: 28px;
    padding: 0; margin: 0 5px 0 0;
    position: relative;
    background: #fff;
    overflow: hidden;
    float: left;
    }
    ul.tabs_login li a {
    text-decoration: none;
    padding: 0 10px;
    display: block;
    outline: none;
    }
    html ul.tabs_login li.active_login {
    border-left: 1px solid #E7E9F6;
    border-bottom: 1px solid #fff;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-radius-topright: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-radius-topleft: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    background: #fff;
    color: #333;
    }
    html body ul.tabs_login li.active_login a { font-weight: bold; }
    .tab_container_login {
    background: #fff;
    position: relative;
    margin: 0 0 20px 0;
    border: 1px solid #E7E9F6;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-radius-bottomright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-radius-topright: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    z-index: 999;
    float: left;
    width: 100%;
    top: -1px;
    }
    .tab_content_login {
    padding: 7px 15px 15px 15px;
    padding-top: 10px;
    }
    .tab_content_login ul {
    padding: 0; margin: 0 0 0 15px;
    }
    .tab_content_login li { margin: 5px 0; }
    /* global styles */
    #login-register-password {}
    #login-register-password h3 {
    border: 0 none;
    margin: 10px 0;
    padding: 0;
    }
    #login-register-password p {
    margin: 0 0 15px 0;
    padding: 0;
    }
    /* form elements */
    .wp-user-form {}
    .username, .password, .login_fields {
    margin: 7px 0 0 0;
    overflow: hidden;
    width: 100%;
    }
    .username label, .password label { float: left; clear: none; width: 25%; }
    .username input, .password input {
    font: 12px/1.5 "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    float: left; clear: none; width: 200px; padding: 2px 3px; color: #777;
    }
    .rememberme { overflow: hidden; width: 100%; margin-bottom: 7px; }
    #rememberme { float: left; clear: none; margin: 4px 4px -4px 0; }
    .user-submit { padding: 5px 10px; margin: 5px 0; }
    .userinfo { float: left; clear: none; width: 75%; margin-bottom: 10px; }
    .userinfo p {
    margin-left: 10px;
    }
    .usericon { float: left; clear: none; width: 15%; margin: 0 0 10px 22px; }
    .usericon img {
    border: 1px solid #F4950E;
    padding: 1px;
    }
    
    <!-- Custom Login/Register/Password Code @ https://digwp.com/2010/12/login-register-password-code/ -->html,
    body {
    height: 100%;
    }
    #push {
    /* this depends on the content and on the footer height.
    * 50px is a good value since we choose a footer of 60px and
    * customizr' featurette-divider and tc-content margin bottom is 30px.
    * Fine tune this to suit your needs.
    */
    height: 60px
    }
    #footer {
    /* This height is for a footer without widgets!
    * Change this value to suit your needs!
    */
    height: 60px;
    }
    #wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height and its top border
    * (footer top border customizr default value is 12px)
    */
    margin: 0 auto -72px;
    }
    /* Responsiveness:
    * probably you will need some other media queries for small viewports,
    * but hey... this is a good start! :P
    */@media (min-width: 980px) {
    .tc-header
    }
    @media (max-width: 769px){
    #wrap {
    margin-bottom: -124px;
    }
    #footer {
    height: 112px;
    }
    }

    The functions.php and the new .js folder are exactly as instructed

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘customizr footer diappeared and no registration-login-password for front end’ is closed to new replies.