Plugin Directory

Changeset 978113


Ignore:
Timestamp:
09/03/2014 06:20:04 PM (12 years ago)
Author:
subhasis005
Message:

modified readme.txt

Location:
gallerio
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gallerio/tags/1.0.0/readme.txt

    r978099 r978113  
    7070
    7171* Download the latest version and extract the folder to the `/wp-content/plugins/` directory
    72 * The plugin will appear as inactive in your 'Plugins' menu
    73 * Activate the plugin through the 'Plugins' menu in WordPress
     72* The plugin will appear as inactive in your `Plugins` menu
     73* Activate the plugin through the `Plugins` menu in WordPress
    7474
    7575
     
    9393= 1. Can I include mulliple gallery shortcode in a single page otr post? =
    9494   
    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 galleies.
     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.
    9696   
    9797= 2. In case of bulk upload only 20 files are getting uploaded once. How can I increase this limit? =
    9898
    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.
    100100   
    101101= 3. Can I modify the gallery canvas size or the thumbnail size that will be shown in my page or post? =
    102102
    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.
    104104   
    105105= 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? =
     
    130130== Changelog ==
    131131
    132 Initial release
     132= 1.0.0 =
     133
     134* Initial release
    133135
    134136== Upgrade Notice ==
    135137
    136 Initial release
     138* Initial release
  • gallerio/trunk/readme.txt

    r978099 r978113  
    7070
    7171* Download the latest version and extract the folder to the `/wp-content/plugins/` directory
    72 * The plugin will appear as inactive in your 'Plugins' menu
    73 * Activate the plugin through the 'Plugins' menu in WordPress
     72* The plugin will appear as inactive in your `Plugins` menu
     73* Activate the plugin through the `Plugins` menu in WordPress
    7474
    7575
     
    9393= 1. Can I include mulliple gallery shortcode in a single page otr post? =
    9494   
    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 galleies.
     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.
    9696   
    9797= 2. In case of bulk upload only 20 files are getting uploaded once. How can I increase this limit? =
    9898
    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.
    100100   
    101101= 3. Can I modify the gallery canvas size or the thumbnail size that will be shown in my page or post? =
    102102
    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.
    104104   
    105105= 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? =
     
    130130== Changelog ==
    131131
    132 Initial release
     132= 1.0.0 =
     133
     134* Initial release
    133135
    134136== Upgrade Notice ==
    135137
    136 Initial release
     138* Initial release
Note: See TracChangeset for help on using the changeset viewer.