WP Custom Login Page (2.0)

Download It!

About
Wordpress Custom Login Page allows you to customize your login page beyond any plugin previously available. Your background image, logo image, text colors, link colors, button background image, and form div background are all customizable. You can also remove the “<– back to blog” link via css, and edit anything else in your login.css file via the built in CSS editor.

Previous versions are available through the Wordpress.org Plugin Directory.

Screenshots
screenshot1
Settings Page 1
screenshot2
Settings Page 2
screenshot3
Customized login page. Custom background image, logo, and custom CSS to hide the “back to blog” link.

Frequently Asked Questions
1. Can I upgrade Wordpress without losing my settings?
- Yes you may. Your settings and location of your images will be saved.

Download
The current version is 1.0. This plugin will be actively maintained and additional functionality added over time.

Please let me know if you use this plugin on your blog and the location of your login page so that we may take a screen shot and add it to the coming Wordpress Custom Login Page Gallery.

Download It!

Help & How-To
1. To install the plugin, simply upload the PHP file to your plugins directory (wp-content/plugins/).
2. Activate it via the Plugins page in your Wordpress Admin section.
3. Navigate to Settings>Custom Login Page to edit the settings.

Customization
1. Upload your images via the Wordpress Media Uploader.
2. Copy the file paths and insert them into the fields for the plugin.
3. Update your settings and you are good to do.

Advanced Help
Login Page Background (1500px by 400px maximum)
1. Create an image for the background, a maximum size of 1500px by 400px.
2. Upload to WordPress, using media uploader in WordPress Admin.
3. Copy the full url to the image and paste under Background Image URL option.
4. Enter position of image in the Background Image Position option.

Form Div Background Color
1. HEX Value (#FFFFFF). Use “none” if using a semi-transparent background image.

Other Options
For Label Font Color, Text Box Border Color, Login Button Font Color, Login Button Font Mouseover Color, Login Button Border Color, Login Button Border Mouseover Color, “Lost your password?” Link Font Color, and “Lost your password?” Link Mouseover Font Color.
1. HEX Values (#FFFFFF)

Login Button Background Image URL
1. Create any image width the size 68px by 22px. Non-repeating.
2. Upload via Wordpress Media Uploader.
3. Insert link in plugin options page.
4. The button looks best if you pick a Login Button Border Color closest to your background color.

List of Background Position Values
If you only specify one keyword, the second value will be “center”. Default value is: 0% 0%.
top left
top center
top right
center left
center center
center right
bottom left
bottom center
bottom right
x% y% (The first value is the horizontal position and the second value is the vertical. The top left corner is 0% 0%. The right bottom corner is 100% 100%. If you only specify one value, the other value will be 50%.)

xpos ypos (The first value is the horizontal position and the second value is the vertical. The top left corner is 0 0. Units can be pixels (0px 0px) or any other CSS units. If you only specify one value, the other value will be 50%. You can mix % and positions)

inherit (Specifies that the setting of the background-position property should be inherited from the parent element.)

Background Repeat Values
repeat (Will repeat both horizontally and vertically.)
repeat-x (Will repeat only horizontally.)
repeat-y (Will repeat only vertically.)
no-repeat (Will not repeat at all.)
inherit (Will be inherited from the parent element.)

Custom CSS
1. You can enter css codes here, to overwrite default login page CSS.
2. For example, hiding the back to Example.com link, simply enter the following in the Custom CSS option.
#backtoblog { display:none; }
3. Do not include the opening and closing style CSS/HTML tags.

18 Thoughts

  1. [...] here to read the rest: WP Custom Login Page | Phire Design Comments0 Leave a Reply Click here to cancel [...]

  2. [...] You can found more Advanced details from the author homepage. [...]

  3. Nasif says:

    Awesome ! Thanks a lot dude. Before this, I used to custmoize the log in screen manually which is very time consuming. This plugin saves my time a lot !

  4. [...] 6. Ladda ner Custom Login Page Plugin [...]

  5. [...] View post: WP Custom Login Page (2.0) | Phire Design [...]

  6. [...] or multiple authors, sites you setup for clients, or just want it to look cool for yourself the Wordpress Custom Login Page Plugin can get it done in [...]

  7. selym says:

    My background image only repeats to a little below the “lost your password” link. What would be the ideal position values for a 300px by 300px image to repeat and cover the entire page? Thank you kindly.

  8. AJ says:

    You would use the following code in the custom CSS portion of the lpugin page. This should make your background cover the entire page.

    html {
    height:100%;
    }

  9. Hello i am so delighted I found your blog, I really found you by mistake, while I was searching Yahoo for something else, Anyway I am here now and would just like to say thanks for a tremendous blog posting and a all round interesting blog (I also love the theme/design), I do not have time to read it all at the moment but I have bookmarked it and also added your RSS feeds, so when I have time I will be back to read more,

  10. jason says:

    i logged into my wordpress and then clicked on settings then i clicked on custom login page link and then i scrolled all the way to the bottom were it says custom css then there is a box that says value so i put in

    html {
    height:100%;
    }

    and i click update and the image still doesnt go the full length of page if you have any suggestions let me know.

  11. matt says:

    Look forward to using this plugin!! thanks!!

  12. AJ says:

    Hey Jason,
    Try using this code for the plugin instead of what you have now.

    html, body {
    height: 100%;
    }

    Also, make sure that you have the background image set to repeat. Let me know if this works out for you.

Your Thoughts...

Get Adobe Flash playerPlugin by wpburn.com wordpress themes

All content, designs, and logos © Copyright 2007-2010 Phire Design.
Subscribe to RSS Feed – Posts or just Comments

Highly modified theme by Graph Paper Press powered with WordPress.