Changeset 978113
- Timestamp:
- 09/03/2014 06:20:04 PM (12 years ago)
- Location:
- gallerio
- Files:
-
- 2 edited
-
tags/1.0.0/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gallerio/tags/1.0.0/readme.txt
r978099 r978113 70 70 71 71 * Download the latest version and extract the folder to the `/wp-content/plugins/` directory 72 * The plugin will appear as inactive in your 'Plugins'menu73 * Activate the plugin through the 'Plugins'menu in WordPress72 * The plugin will appear as inactive in your `Plugins` menu 73 * Activate the plugin through the `Plugins` menu in WordPress 74 74 75 75 … … 93 93 = 1. Can I include mulliple gallery shortcode in a single page otr post? = 94 94 95 Yes, you can. You can include multiple gallery shortcodes in a single page or post flawlessly. Even if pagination is enabled you will be able to use pagination links simultaneously for those galle ies.95 Yes, you can. You can include multiple gallery shortcodes in a single page or post flawlessly. Even if pagination is enabled you will be able to use pagination links simultaneously for those galleries. 96 96 97 97 = 2. In case of bulk upload only 20 files are getting uploaded once. How can I increase this limit? = 98 98 99 Yes, this can be done from your server end. Your apache php configuration variable "max_file_uploads"might have been set to only 20. You can change this in your php configuration to increase this limit. If you can't contact your server administrator to do so.99 Yes, this can be done from your server end. Your apache php configuration variable `max_file_uploads` might have been set to only 20. You can change this in your php configuration to increase this limit. If you can't contact your server administrator to do so. 100 100 101 101 = 3. Can I modify the gallery canvas size or the thumbnail size that will be shown in my page or post? = 102 102 103 Yes, you can. All of the thumbnail and gallery related settings can be found in "Settings"section of this plugin.103 Yes, you can. All of the thumbnail and gallery related settings can be found in `Settings` section of this plugin. 104 104 105 105 = 4. The colorbox jQuery library is having conflict with my existing theme jQuery library. I want to implement my own lightbox plugin. Can I do so? = … … 130 130 == Changelog == 131 131 132 Initial release 132 = 1.0.0 = 133 134 * Initial release 133 135 134 136 == Upgrade Notice == 135 137 136 Initial release138 * Initial release -
gallerio/trunk/readme.txt
r978099 r978113 70 70 71 71 * Download the latest version and extract the folder to the `/wp-content/plugins/` directory 72 * The plugin will appear as inactive in your 'Plugins'menu73 * Activate the plugin through the 'Plugins'menu in WordPress72 * The plugin will appear as inactive in your `Plugins` menu 73 * Activate the plugin through the `Plugins` menu in WordPress 74 74 75 75 … … 93 93 = 1. Can I include mulliple gallery shortcode in a single page otr post? = 94 94 95 Yes, you can. You can include multiple gallery shortcodes in a single page or post flawlessly. Even if pagination is enabled you will be able to use pagination links simultaneously for those galle ies.95 Yes, you can. You can include multiple gallery shortcodes in a single page or post flawlessly. Even if pagination is enabled you will be able to use pagination links simultaneously for those galleries. 96 96 97 97 = 2. In case of bulk upload only 20 files are getting uploaded once. How can I increase this limit? = 98 98 99 Yes, this can be done from your server end. Your apache php configuration variable "max_file_uploads"might have been set to only 20. You can change this in your php configuration to increase this limit. If you can't contact your server administrator to do so.99 Yes, this can be done from your server end. Your apache php configuration variable `max_file_uploads` might have been set to only 20. You can change this in your php configuration to increase this limit. If you can't contact your server administrator to do so. 100 100 101 101 = 3. Can I modify the gallery canvas size or the thumbnail size that will be shown in my page or post? = 102 102 103 Yes, you can. All of the thumbnail and gallery related settings can be found in "Settings"section of this plugin.103 Yes, you can. All of the thumbnail and gallery related settings can be found in `Settings` section of this plugin. 104 104 105 105 = 4. The colorbox jQuery library is having conflict with my existing theme jQuery library. I want to implement my own lightbox plugin. Can I do so? = … … 130 130 == Changelog == 131 131 132 Initial release 132 = 1.0.0 = 133 134 * Initial release 133 135 134 136 == Upgrade Notice == 135 137 136 Initial release138 * Initial release
Note: See TracChangeset
for help on using the changeset viewer.