Plugin Directory

Changeset 1409875


Ignore:
Timestamp:
05/03/2016 08:20:07 PM (10 years ago)
Author:
Bigbabert
Message:

Version 1.2.6

Location:
customize-wp-login/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • customize-wp-login/trunk/customize-wp-login.php

    r1175172 r1409875  
    1111 * Plugin URI:        http://blog.altertech.it/customize-wp-login/
    1212 * Description:       Customize WP-Login by AlterTech provide a visual editor to customize the wp-login page and if you want should enable social login. There is also a security feature that you can enable in Advanced Settings, to rewrite the url of the login.
    13  * Version:           1.2.5
     13 * Version:           1.2.6
    1414 * Author:            Bigbabert
    1515 * Author URI:        http://blog.altertech.it/alberto-cocchiara/
  • customize-wp-login/trunk/public/views/customize-wp-login-page.php

    r1164376 r1409875  
    1717    #login {
    1818width: 300px;
    19 padding: 2% 5% 5% 5%;
    20 margin: auto;
     19padding: 2% 5% 5% 5% !important;
     20margin: auto !important;
    2121}
    2222.login form {
    23 padding: 1% 24px 46px;
     23padding: 1% 24px 46px !important;
    2424}
    2525   <?php if( !get_option( 'customize-wp-login-wp_login_logo_image' ) ) {} else { ?>   
    2626.login h1 a {
    27 background-image: url(<?php echo esc_attr( get_option('customize-wp-login-wp_login_logo_image') ); ?>);
    28 background-size:90% 100%;
    29 background-position: center top;
    30 background-repeat: no-repeat;
    31 color: #999;
    32 height: 220px;
    33 font-size: 0px;
    34 margin: 0;
    35 width: 300px;
    36 text-indent: -9999px;
     27background-image: url(<?php echo esc_attr( get_option('customize-wp-login-wp_login_logo_image') ); ?>) !important;
     28background-size:90% 100% !important;
     29background-position: center top !important;
     30background-repeat: no-repeat !important;
     31color: #999 !important;
     32height: 260px !important;
     33font-size: 0px !important;
     34margin: 0 !important;
     35width: 100% !important;
     36text-indent: -9999px !important;
    3737display: block;
    3838        }
    3939.login label , .login label  {
    4040font-size:22px !important;
    41 line-height: 2.2
     41line-height: 2.2 !important;
    4242}
    4343.login form .forgetmenot label {
     
    4646   <?php } ?>
    4747   <?php if( !get_option( 'customize-wp-login-wp_links_below' ) ) {} else { ?>     .login p#nav {
    48             display:none;
     48            display:none !important;
    4949        }
    5050   <?php } ?>
     
    7474  background-image:url(<?php echo esc_attr( get_option('customize-wp-login-wp_login_bg_logo_image') ); ?>) !important;
    7575  background-repeat: no-repeat;
    76   background-size: 100% 100%;
     76  background-size: 100% 100% !important;
    7777        }
    7878   <?php } ?>
     
    8181        }
    8282        .login form {
    83   background:<?php echo esc_attr( get_option('customize-wp-login-wp_login_form_bg') ); ?> ;
     83  background:<?php echo esc_attr( get_option('customize-wp-login-wp_login_form_bg') ); ?> !important;
    8484  border:none;
    85   -webkit-box-shadow: none;
    86   box-shadow:none;
     85  -webkit-box-shadow: none !important;
     86  box-shadow:none !important;
    8787        }
    8888        .login .message {
    89   background:<?php echo esc_attr( get_option('customize-wp-login-wp_login_form_bg') ); ?> ;
     89  background:<?php echo esc_attr( get_option('customize-wp-login-wp_login_form_bg') ); ?> !important;
    9090  border:none;
    9191  text-align:center;
    92   -webkit-box-shadow: none;
    93   box-shadow:none;
     92  -webkit-box-shadow: none !important;
     93  box-shadow:none !important;
    9494        }
    9595        .login p.message::before {
    96 font-family: "dashicons";
     96font-family: "dashicons" !important;
    9797content: "\f488 ";
    98 font-size:28px;
     98font-size:28px !important;
    9999font-weight:bolder;
    100100line-height:0;
     
    106106} elseif( selected( get_option( 'customize-wp-login_login_button_style' ), 'round', false)) { ?>
    107107input#wp-submit.button.button-primary.button-large, .login input[type="submit"] {
    108 border-radius: 100%;
    109 height: 90px;
    110 width:90px;
    111 font-size: 18px;
     108border-radius: 100% !important;
     109height: 90px !important;
     110width:90px !important;
     111font-size: 18px !important;
    112112font-weight: bold;
    113113position: relative;
    114 left: -76px;
     114left: -76px !important;
    115115}
    116116input#wp-submit.button.button-primary.button-large:hover {
    117 border-radius: 100%;
     117border-radius: 100% !important;
    118118}
    119119.login form .forgetmenot label {
    120 line-height:90px;
     120line-height:90px !important;
    121121}
    122122.login form input[type=checkbox] {
     
    126126.login label #user_login , .login label #user_pass {
    127127font-size:24px !important;
    128 line-height: 2.2
     128line-height: 2.2 !important;
    129129}
    130130input#wp-submit.button.button-primary.button-large, .login input[type="submit"] {
    131   background: #3498db;
    132   background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    133   background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    134   background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    135   background-image: -o-linear-gradient(top, #3498db, #2980b9);
    136   background-image: linear-gradient(to bottom, #3498db, #2980b9);
    137   -webkit-border-radius: 2;
    138   -moz-border-radius: 2;
    139   border-radius: 2px;
    140   text-shadow: 2px 1px 4px #666666;
    141   -webkit-box-shadow: 1px 1px 3px #666666;
    142   -moz-box-shadow: 1px 1px 3px #666666;
    143   box-shadow: 1px 1px 3px #666666;
     131  background: #3498db !important;
     132  background-image: -webkit-linear-gradient(top, #3498db, #2980b9) !important;
     133  background-image: -moz-linear-gradient(top, #3498db, #2980b9) !important;
     134  background-image: -ms-linear-gradient(top, #3498db, #2980b9) !important;
     135  background-image: -o-linear-gradient(top, #3498db, #2980b9) !important;
     136  background-image: linear-gradient(to bottom, #3498db, #2980b9) !important;
     137  -webkit-border-radius: 2 !important;
     138  -moz-border-radius: 2 !important;
     139  border-radius: 2px !important;
     140  text-shadow: 2px 1px 4px #666666 !important;
     141  -webkit-box-shadow: 1px 1px 3px #666666 !important;
     142  -moz-box-shadow: 1px 1px 3px #666666 !important;
     143  box-shadow: 1px 1px 3px #666666 !important;
    144144  color: #ffffff;
    145145  font-size: 32px;
    146   padding: 18px 30px 18px 30px;
     146  padding: 18px 30px 18px 30px !important;
    147147  text-decoration: none;
    148148  height:100%;
     
    152152input#wp-submit.button.button-primary.button-large:hover {
    153153  background: #3cb0fd;
    154   background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    155   background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    156   background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    157   background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    158   background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
     154  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db) !important;
     155  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db) !important;
     156  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db) !important;
     157  background-image: -o-linear-gradient(top, #3cb0fd, #3498db) !important;
     158  background-image: linear-gradient(to bottom, #3cb0fd, #3498db) !important;
    159159  text-decoration: none;
    160160}
     
    173173}
    174174#login {
    175 width: 300px;
    176 padding: 2% 5% 5% 5%;
    177 margin: auto;
     175width: 300px !important;
     176padding: 2% 5% 5% 5% !important;
     177margin: auto !important;
    178178}
    179179button#wp-submit.button-primary {
  • customize-wp-login/trunk/readme.txt

    r1175172 r1409875  
    44Tags: login, customize, social, custom login, login editor, social login, login button
    55Requires at least: 3.9
    6 Tested up to: 4.2
    7 Stable tag: 1.2.5
     6Tested up to: 4.5
     7Stable tag: 1.2.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1717<p>Once you installed and activated the plugin settings will need to see changes in the login page, you can choose between various graphics settings and more, thanks to a simple and intuitive administration panel.</p>
    1818<p>Security tweaks, you can rename wp-login slug: In the advanced settings you can enable the function for rewriting url login.</p>
    19 <h4>This is stable version 1.2.5 and is compatible up to 4.2.2</h4>
     19<h4>This is stable version 1.2.6 and is compatible up to 4.5.1</h4>
    2020
    2121
     
    6969== Changelog ==
    7070
     71= 1.2.6 =
     72* Fixed login logo issue.
     73
    7174= 1.2.5 =
    7275* Add background image feature.
Note: See TracChangeset for help on using the changeset viewer.