Description
Simple Custom Login allows you to set a custom login for your WordPress site without any code.
Simple Custom Login allows you to:
* Upload a background image – it fills the space on any device
* Choose from basic color options – in case your image doesn’t look good with the default blue buttons & links
Make your login screen uniquely yours in under 2 minutes (no frustration necessary)
Usage
An options page can be found within Settings -> Simple Custom Login
Within the Simple Custom Login options page select the color scheme that you would like the button and link colors to be.
Upload a background image file that you would like to be used for the background of your WordPress login.
Be sure to Save Changes once you are done with your customizations.
Screenshots
Installation
-
Install the plugin using the plugin installer within WordPress (or, upload the
simple-custom-login
folder to the/wp-content/plugins/
directory) -
Activate the plugin through the ‘Plugins’ menu in WordPress.
FAQ
- Can I upload files to my theme rather than placing them in the plugin settings?
-
Yes! You can place login-logo.png and login-background.jpg (or login-background.png) into your wp-content/ directory and Simple Custom Login will find them there!
If you set an image within the plugin settings, Simple Custom Login will always prefer that one, but it will check the wp-content/ directory before defaulting to a blank image.
This means you can set a default for all your new WP installs, just place images at wp-content/login-logo.png and wp-content/login-background.jpg & activate the plugin!
Thanks to code from Mark Jaquith’s Login Logo plugin for this functionality
- Can I customize the position of the login box?
-
We want to keep this plugin really simple, we chose a default location offset from the center that works well in the majority of cases. If you want to tweak the exact position of the box, this can be done with CSS (or there are more complex plugins available that might allow this control)
- Can I customize the cropping of the image on my phone/tablet/etc?
-
Unfortunately not, we’re using a CSS property called backround-size: cover; that works nicely on a variety of sizes. This will not be perfect for all images or all screen dimensions. Often this can be solved by finding another image 🙂
Reviews
Contributors & Developers
“Simple Custom Login” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Simple Custom Login” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.3
- New: Added i18n Support
- New: Added Spanish language support
- New: Added Portguuese language support (pt_PT, pt_BR)
- Fixed: PHP7 Compatibility
1.0.2
- Fixed: Delete erroneous trunk included in distributed versions
1.0.1
- Fixed: Fix error on login screen
1.0
- Initial Release