You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: admin/layout/help.php
+96-58Lines changed: 96 additions & 58 deletions
Original file line number
Diff line number
Diff line change
@@ -20,24 +20,42 @@ function fed_admin_help() {
20
20
<div class="row">
21
21
<div class="col-md-12">
22
22
<h4>Please follow the below steps to configure the frontend dashboard.</h4>
23
-
<p>Please create the pages for all in one login or for individual [login, register, forgot password and dashboard]</p>
24
-
<p><b>If you want to create all in one login page then </b></p>
23
+
<p>Please create the pages for all in one login or for individual [login,
24
+
register, forgot password and dashboard]
25
+
</p>
26
+
<p>
27
+
<b>If you want to create all in one login page then</b>
28
+
</p>
25
29
<p>1. Please go to Admin Dashboard | Pages | Add New Pages</p>
26
30
<p>2. Give appropriate title</p>
27
31
<p>3. Add shortcode in content area [fed_login]</p>
28
32
<p>4. Change Page Attributes Template to FED Login [In Right Column]</p>
29
-
<p><b>If you are want to create single page for login, register and forgot password then</b></p>
33
+
<p>
34
+
<b>If you are want to create single page for login, register and forgot
35
+
password then
36
+
</b>
37
+
</p>
30
38
<p>1. Please go to Admin Dashboard | Pages | Add New Pages</p>
31
39
<p>2. Give appropriate title [As we are creating for Login Page]</p>
32
40
<p>3. Add shortcode in content area [fed_login_only]</p>
33
41
<p>4. Change Page Attributes Template to FED Login [In Right Column]</p>
34
-
<p>5. 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] and save.</p>
35
-
<p><b>To create the dashboard page</b></p>
42
+
<p>5. For Register and Forgot Password, create the pages similar to above
43
+
mentioned instruction and add the shortcode for Register [fed_register_only]
44
+
and for Forgot password [fed_forgot_password_only] and save.
45
+
</p>
46
+
<p>
47
+
<b>To create the dashboard page</b>
48
+
</p>
36
49
<p>1. Please go to Admin Dashboard | Pages | Add New Pages</p>
37
50
<p>2. Give appropriate title</p>
38
51
<p>3. Add shortcode in content area [fed_dashboard]</p>
39
52
<p>4. Change Page Attributes Template to FED Login [In Right Column]</p>
40
-
<p><b>Then Please go to Frontend Dashboard | Frontend Dashboard | Login (Tab) | Settings (Tab) | Please change the appropriate pages for the settings and do save.</b></p>
53
+
<p>
54
+
<b>Then Please go to Frontend Dashboard | Frontend Dashboard | Login (Tab) |
55
+
Settings (Tab) | Please change the appropriate pages for the settings
0 commit comments