描述
WordPress Login Button With Magnific Popup & Ajax is provide popup ajax login and server side validation.Also provide functionality to after login redirect and after logout redirect.
Features
- Signin/Signout button.
- After login redirect
- After logout redirect
- Login validation check with ajax
- Class for custom css designing.
Example
Sign In Text
[wplgbtn_login_btn sign_text="Member Login"]
Sign Out Text
[wplgbtn_login_btn signout_text="Logout"]
Login Redirect
[wplgbtn_login_btn login_redirect_url="http://www.a2codevilla.com/home2/"]
Logout Redirect
[wplgbtn_login_btn logout_redirect_url="http://www.a2codevilla.com/"]
Class
[wplgbtn_login_btn class="my-theme-class"]
Shortcode parameters are
- sign_text :
[wplgbtn_login_btn sign_text="Member Login"]
(Before login button text) - signout_text :
[wplgbtn_login_btn signout_text="Logout"]
(After login button text) - login_redirect_url :
[wplgbtn_login_btn login_redirect_url="http://www.a2codevilla.com/home2/"]
(After login user can redirect to this page.) - logout_redirect_url :
[wplgbtn_login_btn logout_redirect_url="http://www.a2codevilla.com/"]
(After logout user can redirect to this page.) - class :
[wplgbtn_login_btn class="my-theme-class"]
(Design login button by giving a custom class.)
Complete shortcode with all parameters
[wplgbtn_login_btn login_redirect_url="http://a2codevilla/logout-form" logout_redirect_url="http://a2codevilla/sample-page/" sign_text="Sign In" signout_text="Sign Out" class="custom-class"]
屏幕截图
安装
- Upload the ‘wp-login-button’ folder to the ‘/wp-content/plugins/’ directory.
- Activate the “WordPress Login Button With Magnific Popup & Ajax” list plugin through the ‘Plugins’ menu in WordPress.
- Add this short code where you want to display signin/signout button
[wplgbtn_login_btn]
Complete shortcode with all parameters
[wplgbtn_login_btn login_redirect_url="http://a2codevilla/logout-form" logout_redirect_url="http://a2codevilla/sample-page/" sign_text="Sign In" signout_text="Sign Out" class="custom-class"]
常见问题
- Installation Instructions
-
- Upload the ‘wp-login-button’ folder to the ‘/wp-content/plugins/’ directory.
- Activate the “WordPress Login Button With Magnific Popup & Ajax” list plugin through the ‘Plugins’ menu in WordPress.
- Add this short code where you want to display signin/signout button
[wplgbtn_login_btn]
Complete shortcode with all parameters
[wplgbtn_login_btn login_redirect_url="http://a2codevilla/logout-form" logout_redirect_url="http://a2codevilla/sample-page/" sign_text="Sign In" signout_text="Sign Out" class="custom-class"]
评价
2019 年 1 月 24 日
Hoped it brought a nice solution here.
Sadly it breaks my Cart icon position & WPML icons. At least when set in the Menu, even as sub-menu element.
PS: why are there such colors set and paddings/margins. It had be better to let this done by the owner, or offer the option as shortcode to NOT use styles.
I hoped also that my social login (using Super socializer) would be displayed, but nothing.
Finally it doesn’t seem to allow admin login. Not the worst issue at all, but I wonder why. A sign of lacking good integration ?
Any further development including the previous fixed and integrations would be welcome !
Since this plugins is probably discontinued, If anyone knows a good FREE alternative I would be very happy to know.
Regards.
贡献者及开发者
更新日志
= Version 1.0.0 (08-05-2017)=
* Initial release.