Changeset 724601
- Timestamp:
- 06/09/2013 07:24:27 AM (13 years ago)
- Location:
- branded-login-screen
- Files:
-
- 2 edited
-
tags/3.1/readme.txt (modified) (7 diffs)
-
trunk/readme.txt (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branded-login-screen/tags/3.1/readme.txt
r724600 r724601 43 43 A) Go to the Plugins page in the Admin section of the site. 44 44 45 Locate the Branded Login Screen plugin entry and select Edit. This will take you to the Edit Plugins screen with the branded-login-screen.phploaded and ready to edit.45 Locate the 'Branded Login Screen' plugin entry and select 'Edit'. This will take you to the 'Edit Plugins' screen with the 'branded-login-screen.php' loaded and ready to edit. 46 46 47 47 Scroll down and look for the following line: … … 60 60 5 - Top-right 61 61 62 Click on the Update Filebutton below the edit textbox.62 Click on the 'Update File' button below the edit textbox. 63 63 Check the wp-login page to make sure changes have taken affect. 64 64 … … 66 66 A) Go to the Plugins page in the Admin section of the site. 67 67 68 Locate the Branded Login Screen plugin entry and select Edit. This will take you to the Edit Plugins screen with the branded-login-screen.phploaded and ready to edit.68 Locate the 'Branded Login Screen' plugin entry and select 'Edit'. This will take you to the 'Edit Plugins' screen with the 'branded-login-screen.php' loaded and ready to edit. 69 69 70 70 Scroll down and look for the following lines: … … 77 77 These 2 settings are the full-sized header logo image (BLS_HDR_LOGO) and the responsive header logo image (BLS_RHDR_LOGO). 78 78 79 The full-sized header is 340px X 87px (w x h). Your image doesn t have to be that wide but if it is taller the bottom will be cropped.79 The full-sized header is 340px X 87px (w x h). Your image doesn't have to be that wide but if it is taller the bottom will be cropped. 80 80 81 81 The responsive header is the same height but is only 260px wide. Again if it is taller or wider it will be cropped. … … 91 91 If the image names are not the default names ( header.png & header-sm.png ), you will need to edit lines 53 & 54 mentioned above with the appropriate names. 92 92 93 Click on the Update Filebutton below the edit textbox.93 Click on the 'Update File' button below the edit textbox. 94 94 Check the wp-login page to make sure changes have taken affect. 95 95 … … 97 97 A) Go to the Plugins page in the Admin section of the site. 98 98 99 Locate the Branded Login Screen plugin entry and select Edit. This will take you to the Edit Plugins screen with the branded-login-screen.phploaded and ready to edit.99 Locate the 'Branded Login Screen' plugin entry and select 'Edit'. This will take you to the 'Edit Plugins' screen with the 'branded-login-screen.php' loaded and ready to edit. 100 100 101 101 Scroll down and look for the following lines: … … 105 105 52 define( 'BLS_BG_IMG', 'default-img.jpg' ); 106 106 107 If you are using a full-screen background image simply upload the new image to the plugins /assets/i/background_imagefolder. If the image has a different name than on line 52 (default-img.jpg), edit line 52 to match the image name you uploaded.107 If you are using a full-screen background image simply upload the new image to the plugins '/assets/i/background_image' folder. If the image has a different name than on line 52 (default-img.jpg), edit line 52 to match the image name you uploaded. 108 108 109 If you are using a repeatable image for the background, on line 50 change true to false (no quotes). This will of course require the new image to be uploaded to the /assets/i/background_imagefolder and an edit of line 52 if the image name is not the same as the image name on that line.109 If you are using a repeatable image for the background, on line 50 change true to false (no quotes). This will of course require the new image to be uploaded to the '/assets/i/background_image' folder and an edit of line 52 if the image name is not the same as the image name on that line. 110 110 111 Click on the Update Filebutton below the edit textbox.111 Click on the 'Update File' button below the edit textbox. 112 112 Check the wp-login page to make sure changes have taken affect. 113 113 -
branded-login-screen/trunk/readme.txt
r724600 r724601 43 43 A) Go to the Plugins page in the Admin section of the site. 44 44 45 Locate the Branded Login Screen plugin entry and select Edit. This will take you to the Edit Plugins screen with the branded-login-screen.phploaded and ready to edit.45 Locate the 'Branded Login Screen' plugin entry and select 'Edit'. This will take you to the 'Edit Plugins' screen with the 'branded-login-screen.php' loaded and ready to edit. 46 46 47 47 Scroll down and look for the following line: … … 60 60 5 - Top-right 61 61 62 Click on the Update Filebutton below the edit textbox.62 Click on the 'Update File' button below the edit textbox. 63 63 Check the wp-login page to make sure changes have taken affect. 64 64 … … 66 66 A) Go to the Plugins page in the Admin section of the site. 67 67 68 Locate the Branded Login Screen plugin entry and select Edit. This will take you to the Edit Plugins screen with the branded-login-screen.phploaded and ready to edit.68 Locate the 'Branded Login Screen' plugin entry and select 'Edit'. This will take you to the 'Edit Plugins' screen with the 'branded-login-screen.php' loaded and ready to edit. 69 69 70 70 Scroll down and look for the following lines: … … 77 77 These 2 settings are the full-sized header logo image (BLS_HDR_LOGO) and the responsive header logo image (BLS_RHDR_LOGO). 78 78 79 The full-sized header is 340px X 87px (w x h). Your image doesn t have to be that wide but if it is taller the bottom will be cropped.79 The full-sized header is 340px X 87px (w x h). Your image doesn't have to be that wide but if it is taller the bottom will be cropped. 80 80 81 81 The responsive header is the same height but is only 260px wide. Again if it is taller or wider it will be cropped. … … 91 91 If the image names are not the default names ( header.png & header-sm.png ), you will need to edit lines 53 & 54 mentioned above with the appropriate names. 92 92 93 Click on the Update Filebutton below the edit textbox.93 Click on the 'Update File' button below the edit textbox. 94 94 Check the wp-login page to make sure changes have taken affect. 95 95 … … 97 97 A) Go to the Plugins page in the Admin section of the site. 98 98 99 Locate the Branded Login Screen plugin entry and select Edit. This will take you to the Edit Plugins screen with the branded-login-screen.phploaded and ready to edit.99 Locate the 'Branded Login Screen' plugin entry and select 'Edit'. This will take you to the 'Edit Plugins' screen with the 'branded-login-screen.php' loaded and ready to edit. 100 100 101 101 Scroll down and look for the following lines: … … 105 105 52 define( 'BLS_BG_IMG', 'default-img.jpg' ); 106 106 107 If you are using a full-screen background image simply upload the new image to the plugins /assets/i/background_imagefolder. If the image has a different name than on line 52 (default-img.jpg), edit line 52 to match the image name you uploaded.107 If you are using a full-screen background image simply upload the new image to the plugins '/assets/i/background_image' folder. If the image has a different name than on line 52 (default-img.jpg), edit line 52 to match the image name you uploaded. 108 108 109 If you are using a repeatable image for the background, on line 50 change true to false (no quotes). This will of course require the new image to be uploaded to the /assets/i/background_imagefolder and an edit of line 52 if the image name is not the same as the image name on that line.109 If you are using a repeatable image for the background, on line 50 change true to false (no quotes). This will of course require the new image to be uploaded to the '/assets/i/background_image' folder and an edit of line 52 if the image name is not the same as the image name on that line. 110 110 111 Click on the Update Filebutton below the edit textbox.111 Click on the 'Update File' button below the edit textbox. 112 112 Check the wp-login page to make sure changes have taken affect. 113 113
Note: See TracChangeset
for help on using the changeset viewer.