PluginProbe
Gallery by BestWebSoft – Customizable Image and Photo Galleries for WordPress / 3.05
Gallery by BestWebSoft – Customizable Image and Photo Galleries for WordPress v3.05
4.8.1 4.8.0 4.7.9 trunk 2.01 2.02 2.03 2.04 2.05 2.06 2.07 2.08 2.09 2.10 2.11 2.12 2011.1.01 2011.1.02 3.01 3.02 3.03 3.04 3.05 3.06 3.1 All 131 releases
gallery-plugin / readme.txt

readme.txt in Gallery by BestWebSoft – Customizable Image and Photo Galleries for WordPress 3.05, at readme.txt

240 lines 11.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Gallery ===
2 Contributors: bestwebsoft
3 Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10&product_id=13
4 Tags: gallery, image, gallery image, album, foto, fotoalbum, website gallery, multiple pictures, pictures, photo, photoalbum, photogallery
5 Requires at least: 3.0
6 Tested up to: 3.3.2
7 Stable tag: 3.05
8
9 This plugin allows you to implement gallery page into your web site.
10
11 == Description ==
12
13 This plugin makes it possible to implement as many galleries as you want into your website. You can add multiple pictures and description for each gallery, show them all at one page, view each one separately. Moreover, it's possible to upload HQ pictures.
14
15 <a href="http://wordpress.org/extend/plugins/gallery-plugin/faq/" target="_blank">FAQ</a>
16 <a href="http://bestwebsoft.com/plugin/gallery-plugin/" target="_blank">Support</a>
17
18 = Features =
19
20 * Actions: Create any quantity of the albums in gallery.
21 * Description: Add description to each album.
22 * Actions: Possibility to set featured image as cover of the album.
23 * Actions: Possibility to load any number of photos to each album in the gallery.
24 * Actions: Possibility to add Single Gallery to your page or post with shortcode.
25 * Actions: Option to make the sorting settings of attachments in the admin panel.
26 * Caption: Add caption to each photo in the album.
27 * Display: You can select dimensions of the thumbnails for the cover of the album as well as for photos in the album.
28 * Display: A possibility to select a number of the photos for the separate page of album of the gallery which will be placed in one line.
29 * Slideshow: User can review all photos in album in full size and in slideshow.
30
31 = Translation =
32
33 * Czech (cs_CZ) (thanks to Josef Sukdol)
34 * Dutch (nl_NL) (thanks to <a href="ronald@hostingu.nl">HostingU, Ronald Verheul</a>)
35 * French (fr_FR) (thanks to Didier)
36 * Georgian (ka_GE) (thanks to Vako Patashuri)
37 * German (de_DE) (thanks to Thomas Bludau)
38 * Hungarian (hu_HU) (thanks to Mészöly Gábor)
39 * Italian (it_IT) (thanks to Stefano Ferruggiara)
40 * Polish (pl_PL) (thanks to Janusz Janczy, Bezcennyczas.pl)
41 * Russian (ru_RU)
42 * Spanish (es) (thanks to Victor Garcia)
43 * Ukrainian (uk_UA)(thanks to Ted Mosby)
44
45 If you create your own language pack or update an existing one, you can send <a href="http://codex.wordpress.org/Translating_WordPress" target="_blank">the text in PO and MO files</a> for <a href="http://bestwebsoft.com/" target="_blank">BWS</a> and we'll add it to the plugin. You can download the latest version of the program for work with PO and MO files <a href="http://www.poedit.net/download.php" target="_blank">Poedit</a>.
46
47 = Technical support =
48
49 Dear users, if you have any questions or propositions regarding our plugins (current options, new options, current issues) please feel free to contact us. Please note that we accept requests in English only. All messages on another languages wouldn't be accepted.
50
51 == Installation ==
52
53 1. Upload `Gallery` folder to the directory `/wp-content/plugins/`.
54 2. Activate the plugin through the 'Plugins' menu in WordPress.
55 3. Please check if you have the `gallery-template.php` template file as well as `gallery-single-template.php` template file in your templates directory. If you are not able to find these files, then just copy it from `/wp-content/plugins/gallery/template/` directory to your templates directory.
56
57 == Frequently Asked Questions ==
58
59 = I cannot view my Gallery page =
60
61 1. First of all, you need to create your first Gallery page and choose 'Gallery' from the list of available templates (which will be used for displaying our gallery).
62 2. If you cannot find 'Gallery' in the list of available templates, then just copy it from `/wp-content/plugins/gallery-plugin/template/` directory to your templates directory.
63
64 = How to use plugin? =
65
66 1. Choose 'Add New' from the 'Galleries' menu and fill out your page.
67 2. Upload pictures by using an uploader in the bottom of the page.
68 3. Save the page.
69
70 = How to add an image? =
71
72 - Choose the necessary gallery from the list on the Galleries page in admin section (or create a new gallery - choose 'Add New' from the 'Galleries' menu).
73 - Use the option 'Upload a file' available in the uploader, choose the necessary pictures and click 'Open'
74 - The files uploading process will start.
75 - Once all pictures are uploaded, please save the page.
76 - If you see the message 'Please enable JavaScript to use the file uploader.', you should enable JavaScript in your browser.
77
78 = How to add many image? =
79
80 The multiple files upload is supported by all modern browsers except Internet Explorer.
81
82 = I'm getting the following error: Fatal error: Call to undefined function get_post_thumbnail_id(). What am I to do? ? =
83
84 This error says that your theme doesn't support thumbnail option, in order to add this option please find 'functions.php' file in your theme and add the following strings to this file:
85
86 `add_action( 'after_setup_theme', 'theme_setup' );
87
88 function theme_setup() {
89 add_theme_support( 'post-thumbnails' );
90 }`
91
92 After that your theme will support thumbnail option and the error won't display again.
93
94 = How to change image order on single gallery page? =
95
96 Please open the menu "Galleries" and choose random gallery from the list. You should be redirected to the gallery editing page.
97 There will be one or several media upload icons between the title and content adding blocks. Please choose any icon.
98 After that you'll see a popup window with three or four tabs.
99 Choose gallery tab and there'll be displayed attached files which are related to this gallery.
100 You can change their order using drag'n'drop method.
101 Just setup a necessary order and click 'Save' button.
102
103 == Screenshots ==
104
105 1. Gallery Admin page.
106 2. Galleries albums page on frontend.
107 3. Gallery Options page in admin panel.
108 4. Single gallery page.
109 5. PrettyPhoto pop-up window with images from the album.
110
111 == Changelog ==
112
113 = V3.05 - 25.05.2012 =
114 * NEW : Added shortcode for display Single Gallery on your page or post.
115 * NEW : Added attachment order.
116 * NEW : Added 'Return to all albums' link for Single Gallery page.
117 * NEW : Spanish language file are added to the plugin.
118
119 = V3.04 - 27.04.2012 =
120 * NEW : Added slideshow for lightbox on single gallery page.
121
122 = V3.03 - 19.04.2012 =
123 * Bugfix : The bug related with the upload of the photos on the multisite network was fixed.
124
125 = V3.02 - 12.04.2012 =
126 * Bugfix : The bug related with the display of the photo on the single page of the gallery was fixed.
127
128 = V3.01 - 12.04.2012 =
129 * NEW : Czech, Hungarian and German language files are added to the plugin.
130 * NEW : Possibility to set featured image as cover of the album.
131 * Change: Replace prettyPhoto library to fancybox library.
132 * Change: Code that is used to display a lightbox for images in `gallery-single-template.php` template file is changed.
133
134 = V2.12 - 27.03.2012 =
135 * NEW : Italian language files are added to the plugin.
136
137 = V2.11 - 26.03.2012 =
138 * Bugfix : The bug related with the indication of the menu item on the single page of the gallery was fixed.
139
140 = V2.10 - 20.03.2012 =
141 * NEW : Polish language files are added to the plugin.
142
143 = V2.09 - 12.03.2012 =
144 * Changed : BWS plugins section.
145
146 = V2.08 - 24.02.2012 =
147 * Change : Code that is used to connect styles and scripts is added to the plugin for correct SSL verification.
148 * Bugfix : The bug with style for image block on admin page was fixed.
149
150 = V2.07 - 17.02.2012 =
151 * NEW : Ukrainian language files are added to the plugin.
152 * Bugfix : Problem with copying files gallery-single-template.php to theme was fixed.
153
154 = V2.06 - 14.02.2012 =
155 * NEW : Dutch language files are added to the plugin.
156
157 = V2.05 - 18.01.2012 =
158 * NEW : A link to the plugin's settings page is added.
159 * Change : Revised Georgian language files are added to the plugin.
160
161 = V2.04 - 13.01.2012 =
162 * NEW : French language files are added to the plugin.
163
164 = V2.03 - 12.01.2012 =
165 * Bugfix : Position to display images on a Gallery single page was fixed.
166
167 = V2.02 - 11.01.2012 =
168 * NEW : Georgian language files are added to the plugin.
169
170 = V2.01 - 03.01.2012 =
171 * NEW : Adding of the caption to each photo in the album.
172 * NEW : A possibility to select the dimensions of the thumbnails for the cover of the album and for photos in album is added.
173 * NEW : A possibility to select a number of the photos for a separate page of the album in the gallery which will be placed in one line is added.
174 * Change : PrettyPhoto library was updated up to version 3.1.3.
175 * Bugfix : Button 'Sluiten' is replaced with a 'Close' button.
176
177 = V1.02 - 13.10.2011 =
178 * noConflict for jQuery is added.
179
180 = V1.01 - 23.09.2011 =
181 *The file uploader is added to the Galleries page in admin section.
182
183 == Upgrade Notice ==
184
185 = V3.05 =
186 Added shortcode for display Single Gallery on your page or post. Added attachment order. Added 'Return to all albums' link for Single Gallery page. Spanish language file are added to the plugin.
187
188 = V3.04 =
189 Added slideshow for lightbox on single gallery page.
190
191 = V3.03 =
192 The bug related with the upload of the photos on the multisite network was fixed.
193
194 = V3.02 =
195 The bug related with the display of the photo on the single page of the gallery was fixed.
196
197 = V3.01 =
198 Czech, Hungarian and German language files are added to the plugin. Possibility to set featured image as cover of the album is added. Replace prettyPhoto library to fancybox library. Code that is used to display a lightbox for images in `gallery-single-template.php` template file is changed.
199
200 = V2.12 =
201 Italian language files are added to the plugin.
202
203 = V2.11 =
204 The bug related with the indication of the menu item on the single page of the gallery was fixed.
205
206 = V2.10 =
207 Polish language files are added to the plugin.
208
209 = V2.09 - 07.03.2012 =
210 BWS plugins section has been changed.
211
212 = V2.08 =
213 Code that is used to connect styles and scripts is added to the plugin for correct SSL verification. The bug with a style for an image block on admin page was fixed.
214
215 = V2.07 =
216 Ukrainian language files are added to the plugin. Problem with copying files gallery-single-template.php to the theme was fixed.
217
218 = V2.06 =
219 Dutch language files are added to the plugin.
220
221 = V2.05 =
222 A link to the plugin's settings page is added. Revised Georgian language files are added to the plugin.
223
224 = V2.04 =
225 French language files are added to the plugin.
226
227 = V2.03 =
228 Position to display images on a single page of the Gallery was fixed. Please upgrade the Gallery plugin. Thank you.
229
230 = V2.02 =
231 Georgian language files are added to the plugin.
232
233 = V2.01 =
234 A possibility to add a caption to each photo of the album is added. A possibility to select dimensions of the thumbnails for the cover of the album and for photos in album is added. A possibility to select a number of the photos for a separate page of the album in the gallery which will be placed in one line is added. PrettyPhoto library was updated. Button 'Sluiten' is replaced with a 'Close' button. Please upgrade the Gallery plugin immediately. Thank you.
235
236 = V1.02 =
237 noConflict for jQuery is added.
238
239 = V1.01 =
240 The file uploader is added to the Galleries page in admin section.