Linux 软件免费装

Plugin Name

开发者 mohsinghouri
更新时间 2021年3月8日 12:32
WordPress版本: 5.7
版权: GPLv2 or later
版权网址: 版权信息

标签

login login form wp login form wordpress login form fancy login form customize login form

下载

详情介绍:

By using the shortcode [mg-fancy-login-form] users can create the fancy login form. Users can see the list of parameters in fancy login form menu item in dashboard. Login form will show only for non logged-in users. Admin can customize labels, placeholder and add classes in the login form. Form will be submitted by ajax without loading the page. There are other parameters that you can pass in the shortcode to customize it. label_username You can set the label of username field yourself. For Example [mg-fancy-login-form label_username="Login ID"] Default value would be Username label_password You can set the label of password field yourself. For Example [mg-fancy-login-form label_password="User Password"] Default value would be Password placeholder_username You can set the label of password field yourself. For Example [mg-fancy-login-form placeholder_username="Enter username"] Default value would be Null placeholder_password You can set the placeholder text of password field yourself. For Example [mg-fancy-login-form placeholder_password="Enter password"] Default value would be Null class_username You can add the custom class in username field. For Example [mg-fancy-login-form class_username="user-class"] Default value would be Null class_password You can add the custom class in password field. For Example [mg-fancy-login-form class_password="password-class"] Default value would be Null redirect_url You can add the redirect link on which user will move after Successfully login. For Example [mg-fancy-login-form redirect_url="www.google.com"] Default value would be home page url of the site form_heading You can add the Login form heading yourself. For Example [mg-fancy-login-form form_heading="Login Here"] Default value would be Sign In Form

安装:

1.) Upload 'fancy-login-form' to the '/wp-content/plugins/' directory. 2.) Activate the plugin through the 'Plugins' menu in WordPress.

常见问题:

Will it work with any theme?

Yes it will work with every theme. It does not require any bootstrap or any other CSS. It is independent of any stylesheet or js file.

What is advance feature in it?

There is show and hide password text button in it and it send the form data using ajax with fancy loader that make it unique from other.