Plugin Directory

Changeset 2856402


Ignore:
Timestamp:
01/29/2023 04:54:51 AM (3 years ago)
Author:
sitetran
Message:

Updates to documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sitetran/trunk/readme.txt

    r2830574 r2856402  
    6868== Installation ==
    6969
    70 ###AUTOMATIC INSTALLATION
    71 
    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 Dashboard
    79 
    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 FTP
    91 
    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 
    10270### Connecting via your SiteTran API Key.
    10371
     
    113818. After a successful connection, you will be able to start adding phrases and translating.
    11482
    115 
    11683### Positioning the Widget (language dropdown)
    11784SiteTran 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.
     
    12794
    12895If you are unfamiliar with how shortcodes work, you can search on Google for “adding shortcode to wordpress”.
     96
     97###AUTOMATIC INSTALLATION
     98
     99Automatic install is the easiest option. WordPress handles the file transfers for you, you don’t even need to leave your browser.
     1001. Login to your WordPress site's Admin Dashboard and navigate to Plugins -> Add New.
     1012. Search for "**SiteTran - Translate Your WordPress Site**".
     1023. Once you’ve found the plugin you can install it by clicking "Install Now".
     1034. You will then need to activate the plugin by clicking the "Activate" button.
     104
     105### Manual Install From WordPress Dashboard
     106
     107If your server is not connected to the Internet, then you can use this method:
     108
     1091. Download the plugin by clicking on the "Download" button above. A ZIP file will be downloaded.
     1102. Login to your WordPress site's Admin Dashboard and navigate to Plugins -> Add New.
     1113. Click the "Upload Plugin" button on top.
     1124. Click "Choose File".
     1135. Select your plugin file.
     1146. Click "Install Now".
     1157. You can then activate the plugin by clicking "Activate Plugin".
     116
     117### Installation Using FTP
     118
     119If you are unable to use any of the methods due to internet connectivity and file permission issues, you can use this method:
     120
     1211. Download the plugin by clicking on the "Download" button above. A ZIP file will be downloaded.
     1222. Unzip the file.
     1233. Launch your favorite FTP client. Such as FileZilla, FireFTP, CyberDuck etc. Some advanced users prefer to use SSH.
     1244. Upload the folder to `wp-content/plugins/`
     1255. Login to your WordPress site's Admin Dashboard.
     1266. Navigate to Plugins -> Installed Plugins.
     1277. Activate the plugin.
    129128
    130129== Frequently Asked Questions ==
Note: See TracChangeset for help on using the changeset viewer.