Changeset 2856402
- Timestamp:
- 01/29/2023 04:54:51 AM (3 years ago)
- File:
-
- 1 edited
-
sitetran/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sitetran/trunk/readme.txt
r2830574 r2856402 68 68 == Installation == 69 69 70 ###AUTOMATIC INSTALLATION71 72 Automatic install is the easiest option. WordPress handles the file transfers for you, you don’t even need to leave your browser.73 1. Login to your WordPress site's Admin Dashboard and navigate to Plugins -> Add New.74 2. Search for "**SiteTran - Translate Your WordPress Site**".75 3. Once you’ve found the plugin you can install it by clicking "Install Now".76 4. You will then need to activate the plugin by clicking the "Activate" button.77 78 ### Manual Install From WordPress Dashboard79 80 If your server is not connected to the Internet, then you can use this method:81 82 1. Download the plugin by clicking on the "Download" button above. A ZIP file will be downloaded.83 2. Login to your WordPress site's Admin Dashboard and navigate to Plugins -> Add New.84 3. Click the "Upload Plugin" button on top.85 4. Click "Choose File".86 5. Select your plugin file.87 6. Click "Install Now".88 7. You can then activate the plugin by clicking "Activate Plugin".89 90 ### Installation Using FTP91 92 If you are unable to use any of the methods due to internet connectivity and file permission issues, you can use this method:93 94 1. Download the plugin by clicking on the "Download" button above. A ZIP file will be downloaded.95 2. Unzip the file.96 3. Launch your favorite FTP client. Such as FileZilla, FireFTP, CyberDuck etc. Some advanced users prefer to use SSH.97 4. Upload the folder to `wp-content/plugins/`98 5. Login to your WordPress site's Admin Dashboard.99 6. Navigate to Plugins -> Installed Plugins.100 7. Activate the plugin.101 102 70 ### Connecting via your SiteTran API Key. 103 71 … … 113 81 8. After a successful connection, you will be able to start adding phrases and translating. 114 82 115 116 83 ### Positioning the Widget (language dropdown) 117 84 SiteTran automatically adds the language dropdown with the CSS “position: fixed;” to every page on your site, but you can also use the [sitetran_widget] shortcodes. … … 127 94 128 95 If you are unfamiliar with how shortcodes work, you can search on Google for “adding shortcode to wordpress”. 96 97 ###AUTOMATIC INSTALLATION 98 99 Automatic install is the easiest option. WordPress handles the file transfers for you, you don’t even need to leave your browser. 100 1. Login to your WordPress site's Admin Dashboard and navigate to Plugins -> Add New. 101 2. Search for "**SiteTran - Translate Your WordPress Site**". 102 3. Once you’ve found the plugin you can install it by clicking "Install Now". 103 4. You will then need to activate the plugin by clicking the "Activate" button. 104 105 ### Manual Install From WordPress Dashboard 106 107 If your server is not connected to the Internet, then you can use this method: 108 109 1. Download the plugin by clicking on the "Download" button above. A ZIP file will be downloaded. 110 2. Login to your WordPress site's Admin Dashboard and navigate to Plugins -> Add New. 111 3. Click the "Upload Plugin" button on top. 112 4. Click "Choose File". 113 5. Select your plugin file. 114 6. Click "Install Now". 115 7. You can then activate the plugin by clicking "Activate Plugin". 116 117 ### Installation Using FTP 118 119 If you are unable to use any of the methods due to internet connectivity and file permission issues, you can use this method: 120 121 1. Download the plugin by clicking on the "Download" button above. A ZIP file will be downloaded. 122 2. Unzip the file. 123 3. Launch your favorite FTP client. Such as FileZilla, FireFTP, CyberDuck etc. Some advanced users prefer to use SSH. 124 4. Upload the folder to `wp-content/plugins/` 125 5. Login to your WordPress site's Admin Dashboard. 126 6. Navigate to Plugins -> Installed Plugins. 127 7. Activate the plugin. 129 128 130 129 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.