Frontend Dashboard is bundled with huge list of custom features which can easily customise the User profile, Posts, Login, Register, Custom roles on c …
Frontend Dashboard is bundled with the huge list of custom features which can easily customise the User profile, Posts, Login, Register, Custom roles on the custom front page.
How to Setup Frontend Dashboard and its Add-on
For more video : Frontend Dashboard
For more video : Frontend Dashboard
Frontend Dashboard Settings | Login | Settings
Frontend Dashboard Settings | Login | Register
Frontend Dashboard Settings | Post | Settings
Frontend Dashboard Settings | Post | Dashboard Settings
Frontend Dashboard Settings | Post | Menu
Frontend Dashboard Settings | Post | Permission
Frontend Dashboard Settings | User | Add/Delete Custom Role
Frontend Dashboard Settings | User Profile Layout | Settings
Dashboard Menu
User Profile
Dashboard
Input fields
All in one Login
Login Only
Register Only
Reset Password
User Profiles
User Profile
Frontend Dashboard Settings | User Profile Layout | Color
Frontend Dashboard Settings | Login | Restrict WP Admin Area
Please check whether your site is having Javascript error(s), If your using Chrome or Safari, Please right click and click Inspect Element, then click Console tab. If you find any error. Then kindly deactivate that plugin and try one more time.
You can add the custom user field in your template by calling the get_user_meta( user_id, custom field slug, true );
You can add the custom post field in your template by calling the get_post_meta( post_id, custom field slug, true );
First we need to create a new page for custom login.
Please go to Admin Dashboard | Pages | Add New Pages
Give appropriate title
Add shortcode in content area [fed_login]
Change Page Attributes Template to FED Login [In Right Column]
Publish the page.
Navigate to Frontend Dashboard | Frontend Dashboard | Login | Settings
Change the Login Page URL to newly created custom login page.
Save the settings.
Please go to Admin Dashboard | Pages | Add New Pages
Give appropriate title [As we are creating for Login Page]
Add shortcode in content area [fed_login_only]
Change Page Attributes Template to FED Login [In Right Column]
For Register and Forgot Password, create the pages similar to above-mentioned instruction and add the shortcode for Register [fed_register_only] and for Forgot password [fed_forgot_password_only]
Publish the page.
Navigate to Appearance | Widgets
Add the “Text Widget” to the appropriate location.
Add shortcode “[fed_login]” in to the textarea [without double quotation]
Save the settings.
Please go to Admin Dashboard | Pages | Add New Pages
Give appropriate title
Add shortcode in content area [fed_dashboard]
Change Page Attributes Template to FED Login [In Right Column]
Publish the page.
Then Please go to Frontend Dashboard | Frontend Dashboard | Login (Tab) | Settings (Tab) | Please change the appropriate pages for the settings.
Navigate to Frontend Dashboard | Frontend Dashboard | Login | Settings
Change the “Redirect After Logged in URL” to your desired page.
Change the “Redirect After Logged out URL” to your desired page.
Save the settings.
Please go to Frontend Dashboard | Dashboard Menu
Click Add New Menu
Fill the input as per your requirement and select the appropriate user roles to view the menu.
Click Add New Menu
Please go to Frontend Dashboard | User Profile
Click Add New Extra User Profile Field
Select the required input type from the dropdown ‘Add New Profile Field’
Fill the input fields and submit to save
Please go to Frontend Dashboard | Post Fields
Click Add New Extra User Post Field
Select the required input type from the dropdown ‘Add New Post Field’
Fill the input fields and submit to save
Navigate to Frontend Dashboard | Frontend Dashboard | User | Add/Delete Custom Role
Enter the Role Name and press tab to generate the Role slug automatically.
Click Add.
Create a new page, Pages | Add New
Add fed_user role=user_role] in the content area, the user_role may be a default or custom user role, eg subscriber, editor.
Change the Page Attributes | Template | to FED Dashboard
Click Publish
Now you can have that particular user role page in that created page URL.
[fed_login] to generate login, registration, and reset forms
[fed_login_only] to show only login page
[fed_register_only] to show only register page
[fed_forgot_password_only] to generate the forgot password page
[fed_dashboard] to generate the dashboard page
[fed_user role=user_role] to generate the role based user page
[fed_transactions] to generate the payment transactions
[fed_list_taxonomy taxonomy=TAXONOMY_NAME] to generate taxonomy in list order
Bug fixes: Reset Password not working when Login only selected.
Update for FED Extra Plugin: Now the Admin bar can be enable or disable based on the User Role.