=== PVN Auth Popup ===
Contributors: pawandev (Ravendra Patel)
Tags: popup, cutom login, pvn auth popup, authentication popup, ajax authentication, auth popup, ajax auth, ajax login, ajax register, login popup, register popup, login, register, lost, password, popup, modal, overlay, shortcode, captcha, recaptcha
Requires at least: 3.5
Tested up to: 4.7.2
Wordpress custom authentication plugin. It Shows login, register and lost password form inn modal popup and process with ajax.
== Description ==
** wordpress login, register and lost password form in modal popup and process with ajax.**
Add Link to Menu:
- go through 'appearance > menus'. make sure 'CSS Classes' option in 'screen options' (top right corner) is checked.
- add custom links in menu and put # in url field. and put desired class name in CSS Classes field. These class name should be configured in plugin's admin page as a handler
- save menu and go to front end to test
Shortcode:
-
[pvnap_register] - show registration popup link.
Parameters:
text for link text
class for additional link class.
Example:
[pvnap_register text="Create an Account!" class="smart_link"]
-
[pvnapp_login] - show login popup link.
Parameters:
text for link text
class for additional link class.
Example:
[pvnapp_login text="Create an Account!" class="smart_link"]
-
[pvnapp] - show login & registration (both) popup link together.
Parameters:
login_text for text of login link
login_class for additional slasses of login link
register_text for text of register link
register_class for additional slasses of register link
Example:
[pvnapp login_text="Sign In" register_text="Sign Up" login_class="smart_link" register_class="smart_link"]
Features:
- Modal form with overlay or simple popup form.
- Shows a login or registration link for not logged in users that pops up on click.
- Provides shortcodes for use in posts and widgets
- If user logged in then login link will automatically converted to logout link and register link will be hide
- register link , forgot password link, remember me options can be managed (show/hide) from admin section
- Google recaptcha can be managed (show/hide) from admin section
- login registration popup liks can be managed by class name or id of link
- custom style can be set from admin section
== Installation ==
1. Upload 'pvn-auth-popup' folder to the '/wp-content/plugins/' directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Go to post or page, then insert shortcode.
== Screenshots ==
1. Login form.
2. Registration form.
3. Forgot password form.
4. All fields required.
5. Error form.
6. settings on WP Dashboard.
7. settings on WP Dashboard.
== Changelog ==
= 1.0 =
* First release.