SimpleModal Login provides a modal Ajax login, registration, and password reset feature for WordPress which utilizes jQuery and the SimpleModal jQuery
Install and Activate
simplemodal-login folder and its contents into the wp-content/plugins/ directory of your WordPress installationImplement
There are 3 options for using the SimpleModal Login features:
a) Use wp_loginout() or wp_register() in your theme. SimpleModal Login will use the loginout and register filters to add the simplemodal-login class or simplemodal-register class to the respective link.
b) Enable the Keystroke Shortcut option. Once this is enabled, you will be able to invoke SimpleModal Login using the Ctrl+Alt+L keystroke.
c) Manually add a Log In or Register link. If your theme does not use wp_loginout() and you still want to use this plugin, you can manually edit your theme and add a login link as follows:
<a href="/wp-login.php" class="simplemodal-login">Log In</a>
<a href="/wp-login.php?action=register" class="simplemodal-register">Register</a>
Configure
1) Configure the SimpleModal Login settings, if necessary, from the SimpleModal Login option in the Settings menu. You can choose from one of the available themes as well as enable/disable the keystroke shortcut.
2) The styles can be changed with the following methods:
simplemodal-login-default.css or simplemodal-login-osx.css.style.css stylesheetNote: The first two options will ensure that SimpleModal Login updates will not overwrite your custom styles.
Requires: 2.5.0 or higher
Compatible up to: 3.4.2
Last Updated: 2012-9-8
Downloads: 100,656
2 of 10 support threads in the last two months have been resolved.
Got something to say? Need help?