Version Description
- Update English language main file
Download this release
Release Info
Developer | robosoft |
Plugin | Gallery – Photo Gallery and Images Gallery |
Version | 1.9.11 |
Comparing to | |
See all releases |
Code changes from version 1.9.10 to 1.9.11
- includes/rbs_gallery_about.php +1 -1
- includes/rbs_gallery_init.php +2 -2
- languages/rbs_gallery-en_US.mo +0 -0
- languages/rbs_gallery-en_US.po +220 -92
- readme.txt +133 -127
- robogallery.php +2 -2
includes/rbs_gallery_about.php
CHANGED
@@ -66,5 +66,5 @@ if(!ROBO_GALLERY_PRO){
|
|
66 |
</div>
|
67 |
';
|
68 |
}
|
69 |
-
echo '<div class="rbs_about_string2">Copyright © 2014 -
|
70 |
';
|
66 |
</div>
|
67 |
';
|
68 |
}
|
69 |
+
echo '<div class="rbs_about_string2">Copyright © 2014 - 2016 RoboSoft '.__('All Rights Reserved', 'rbs_gallery').'.</div>
|
70 |
';
|
includes/rbs_gallery_init.php
CHANGED
@@ -62,7 +62,7 @@ function create_post_type_robo_gallery() {
|
|
62 |
require_once ROBO_GALLERY_INCLUDES_PATH.'rbs_class_update.php';
|
63 |
$update = new RoboGalleryUpdate();
|
64 |
|
65 |
-
$supportArray = array( 'title',
|
66 |
if( get_option(ROBO_GALLERY_PREFIX.'categoryShow', 0) ){
|
67 |
$supportArray[] = 'page-attributes';
|
68 |
}
|
@@ -71,7 +71,7 @@ function create_post_type_robo_gallery() {
|
|
71 |
array(
|
72 |
'labels' => array(
|
73 |
'name' => 'Robo Gallery',
|
74 |
-
'singular_name' => _x( 'Robo Gallery', 'post type singular name', 'rbs_gallery' )
|
75 |
'all_items' => __( 'Galleries List', 'rbs_gallery' ),
|
76 |
'add_new' => __( 'Add Gallery', 'rbs_gallery' ),
|
77 |
'add_new_item' => __( 'Add Gallery', 'rbs_gallery' ),
|
62 |
require_once ROBO_GALLERY_INCLUDES_PATH.'rbs_class_update.php';
|
63 |
$update = new RoboGalleryUpdate();
|
64 |
|
65 |
+
$supportArray = array( 'title', 'comments' );
|
66 |
if( get_option(ROBO_GALLERY_PREFIX.'categoryShow', 0) ){
|
67 |
$supportArray[] = 'page-attributes';
|
68 |
}
|
71 |
array(
|
72 |
'labels' => array(
|
73 |
'name' => 'Robo Gallery',
|
74 |
+
'singular_name' => _x( 'Robo Gallery', 'post type singular name', 'rbs_gallery' ),
|
75 |
'all_items' => __( 'Galleries List', 'rbs_gallery' ),
|
76 |
'add_new' => __( 'Add Gallery', 'rbs_gallery' ),
|
77 |
'add_new_item' => __( 'Add Gallery', 'rbs_gallery' ),
|
languages/rbs_gallery-en_US.mo
CHANGED
Binary file
|
languages/rbs_gallery-en_US.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Robo Gallery\n"
|
4 |
-
"POT-Creation-Date: 2016-
|
5 |
-
"PO-Revision-Date: 2016-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: RoboSoft Team <team@robosoft.co>\n"
|
8 |
"Language: en_US\n"
|
@@ -16,146 +16,225 @@ msgstr ""
|
|
16 |
"X-Poedit-KeywordsList: __;_e\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: extensions/backup/backup.class.php:
|
|
|
|
|
|
|
|
|
20 |
#, php-format
|
21 |
msgid "Can not clear archive's file: \"%s\"."
|
22 |
msgstr ""
|
23 |
|
24 |
-
#: extensions/backup/backup.class.php:
|
25 |
#, php-format
|
26 |
msgid "Didn't save archive with files \"%s\"."
|
27 |
msgstr ""
|
28 |
|
29 |
-
#: extensions/backup/backup.class.php:
|
30 |
msgid "Can't find import xml file in archive."
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: extensions/backup/backup.class.php:
|
34 |
msgid "Can't set xml content for reading."
|
35 |
msgstr ""
|
36 |
|
37 |
-
#: extensions/backup/backup.class.php:
|
38 |
msgid "Invalid document of import"
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: extensions/backup/backup.class.php:
|
42 |
#, php-format
|
43 |
msgid "Error insert post attachment with ID: \"%d\" and guid: \"%s\". %s"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: extensions/backup/backup.class.php:
|
47 |
msgid "Invalid xml content."
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: extensions/backup/backup.class.php:
|
51 |
#, php-format
|
52 |
msgid "Error insert post with ID: \"%d\" and title: \"%s\". %s"
|
53 |
msgstr ""
|
54 |
|
55 |
-
#: extensions/backup/backup.class.php:
|
56 |
#, php-format
|
57 |
msgid ""
|
58 |
"Error insert postmeta for post with ID %d. Meta key: \"%s\", meta value: \"%s"
|
59 |
"\""
|
60 |
msgstr ""
|
61 |
|
62 |
-
#: extensions/backup/backup.class.php:
|
63 |
#, php-format
|
64 |
msgid "Can't open archive \"%s\"."
|
65 |
msgstr ""
|
66 |
|
67 |
-
#: extensions/backup/backup.class.php:
|
68 |
#, php-format
|
69 |
msgid "Can't import file \"%s\". File is absent in archive"
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: extensions/backup/backup.class.php:
|
73 |
#, php-format
|
74 |
msgid "Can't create directory \"%s\" during import file."
|
75 |
msgstr ""
|
76 |
|
77 |
-
#: extensions/backup/backup.class.php:
|
78 |
#, php-format
|
79 |
msgid "Can't create file \"%s\" during import file."
|
80 |
msgstr ""
|
81 |
|
82 |
-
#: extensions/backup/backup.form.php:
|
|
|
|
|
|
|
|
|
83 |
msgid "Robo Gallery Backup"
|
84 |
msgstr ""
|
85 |
|
86 |
-
#: extensions/backup/backup.form.php:
|
87 |
msgid "Error Import "
|
88 |
msgstr ""
|
89 |
|
90 |
-
#: extensions/backup/backup.form.php:
|
91 |
msgid "Success Import "
|
92 |
msgstr ""
|
93 |
|
94 |
-
#: extensions/backup/backup.form.php:
|
95 |
msgid "Import Post"
|
96 |
msgstr ""
|
97 |
|
98 |
-
#: extensions/backup/backup.form.php:
|
99 |
msgid "Import Images"
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: extensions/backup/backup.form.php:
|
103 |
msgid "Duplicate Post"
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: extensions/backup/backup.form.php:
|
107 |
msgid "Duplicate Images"
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: extensions/backup/backup.form.php:
|
111 |
msgid "Skipped Post"
|
112 |
msgstr ""
|
113 |
|
114 |
-
#: extensions/backup/backup.form.php:
|
115 |
msgid "Skipped Images"
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: extensions/backup/backup.form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
119 |
msgid ""
|
120 |
"You can use Full Backup options to make backup of configured galleries "
|
121 |
"settings and images. As result you'll get archive with XML file of galleries "
|
122 |
"settings and all images of your galleries"
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: extensions/backup/backup.form.php:
|
126 |
msgid "File Name"
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: extensions/backup/backup.form.php:
|
130 |
msgid "Download Full Backup"
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: extensions/backup/backup.form.php:
|
134 |
msgid ""
|
135 |
"After EXPORT copy images from server folder: {Wordpress folder}/wp-content/"
|
136 |
"uploads to the new location by FTP"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: extensions/backup/backup.form.php:
|
140 |
msgid "Download Backup"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: extensions/backup/backup.form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
144 |
msgid "Duplicate"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: extensions/backup/backup.form.php:
|
148 |
msgid "Make copy if such gallery or image already exist in system"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: extensions/backup/backup.form.php:
|
152 |
msgid "Select backup file"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: extensions/backup/backup.form.php:
|
156 |
msgid "Upload XML"
|
157 |
msgstr ""
|
158 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
159 |
#: extensions/rbs_create_post.php:10
|
160 |
msgid "Post manager"
|
161 |
msgstr ""
|
@@ -165,7 +244,7 @@ msgstr ""
|
|
165 |
msgid "Close"
|
166 |
msgstr "Close"
|
167 |
|
168 |
-
#: extensions/rbs_create_post.php:12 options/rbs_gallery_options_tools.php:
|
169 |
msgid "Create post"
|
170 |
msgstr ""
|
171 |
|
@@ -173,89 +252,111 @@ msgstr ""
|
|
173 |
msgid "Loading . . . ."
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: extensions/rbs_create_post_ajax.php:
|
177 |
-
#: extensions/rbs_create_post_ajax.php:
|
178 |
-
#: extensions/rbs_create_post_ajax.php:
|
179 |
-
#: extensions/rbs_create_post_ajax.php:
|
180 |
msgid "Post not created. Error: "
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: extensions/rbs_create_post_ajax.php:
|
184 |
-
#: extensions/rbs_create_post_ajax.php:
|
|
|
185 |
msgid "Empty gallery ID"
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: extensions/rbs_create_post_ajax.php:
|
189 |
-
#: extensions/rbs_create_post_ajax.php:170
|
190 |
msgid "Incorrect gallery ID"
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: extensions/rbs_create_post_ajax.php:
|
194 |
msgid "Add new post"
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: extensions/rbs_create_post_ajax.php:
|
198 |
msgid "Category"
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: extensions/rbs_create_post_ajax.php:
|
202 |
-
#: extensions/rbs_create_post_ajax.php:
|
203 |
#: options/rbs_gallery_options_hover.php:118
|
204 |
#: options/rbs_gallery_options_lightbox.php:48
|
205 |
#: options/rbs_gallery_options_polaroid.php:46 rbs_gallery_widget.php:71
|
206 |
msgid "Title"
|
207 |
msgstr "Title"
|
208 |
|
209 |
-
#: extensions/rbs_create_post_ajax.php:
|
210 |
msgid "Slug"
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: extensions/rbs_create_post_ajax.php:
|
214 |
#: options/rbs_gallery_options_lightbox.php:29
|
215 |
msgid "Text"
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: extensions/rbs_create_post_ajax.php:
|
219 |
msgid "Short tag of the gallery will be insert into created article."
|
220 |
msgstr ""
|
221 |
|
222 |
-
#: extensions/rbs_create_post_ajax.php:
|
223 |
msgid "Post "
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: extensions/rbs_create_post_ajax.php:
|
227 |
msgid " created"
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: extensions/rbs_create_post_ajax.php:
|
231 |
-
#: extensions/rbs_create_post_ajax.php:
|
232 |
-
#: extensions/rbs_create_post_ajax.php:
|
233 |
-
msgid "Edit"
|
234 |
-
msgstr ""
|
235 |
-
|
236 |
-
#: extensions/rbs_create_post_ajax.php:132
|
237 |
-
#: extensions/rbs_create_post_ajax.php:187
|
238 |
-
#: extensions/rbs_create_post_ajax.php:188
|
239 |
msgid "Preview"
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: extensions/rbs_create_post_ajax.php:
|
243 |
msgid "Error: input value"
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: extensions/rbs_create_post_ajax.php:
|
247 |
-
#: extensions/rbs_create_post_ajax.php:
|
248 |
msgid "Error: "
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: extensions/rbs_create_post_ajax.php:
|
252 |
msgid "Status"
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: extensions/rbs_create_post_ajax.php:
|
256 |
msgid "publish"
|
257 |
msgstr ""
|
258 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
259 |
#: options/rbs_gallery_options_button.php:18
|
260 |
msgid "Menu Options"
|
261 |
msgstr "Menu Options"
|
@@ -745,18 +846,34 @@ msgstr ""
|
|
745 |
msgid "After Text"
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: options/rbs_gallery_options_tools.php:
|
749 |
msgid "Gallery Tools"
|
750 |
msgstr ""
|
751 |
|
752 |
-
#: options/rbs_gallery_options_tools.php:
|
753 |
msgid "Posts List"
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: options/rbs_gallery_options_tools.php:
|
757 |
msgid "Here you can create and customize new post with gallery inside it"
|
758 |
msgstr ""
|
759 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
760 |
#: options/rbs_gallery_options_view.php:18
|
761 |
msgid "Thumbs View Options"
|
762 |
msgstr "Thumbs View Options"
|
@@ -873,7 +990,7 @@ msgstr "Custom hover background color"
|
|
873 |
msgid "Advanced images description settings"
|
874 |
msgstr "Advanced images description settings"
|
875 |
|
876 |
-
#: rbs_gallery_about.php:69 rbs_gallery_settings.php:
|
877 |
msgid "All Rights Reserved"
|
878 |
msgstr "All Rights Reserved"
|
879 |
|
@@ -905,15 +1022,15 @@ msgstr "Robo Gallery plugin"
|
|
905 |
msgid "Available in"
|
906 |
msgstr "Available in"
|
907 |
|
908 |
-
#: rbs_gallery_init.php:
|
909 |
msgid "Galleries List"
|
910 |
msgstr "Galleries List"
|
911 |
|
912 |
-
#: rbs_gallery_init.php:
|
913 |
msgid "Add Gallery"
|
914 |
msgstr "Add Gallery"
|
915 |
|
916 |
-
#: rbs_gallery_init.php:
|
917 |
msgid "Edit Gallery"
|
918 |
msgstr "Edit Gallery"
|
919 |
|
@@ -927,7 +1044,11 @@ msgid ""
|
|
927 |
msgstr ""
|
928 |
"You can create only 3 galleries. Update to PRO to get unlimited galleries"
|
929 |
|
930 |
-
#: rbs_gallery_list.php:
|
|
|
|
|
|
|
|
|
931 |
msgid "Shortcode"
|
932 |
msgstr "Shortcode"
|
933 |
|
@@ -955,55 +1076,62 @@ msgstr "inherit"
|
|
955 |
msgid "Compatibility Settings"
|
956 |
msgstr "Compatibility Settings"
|
957 |
|
958 |
-
#: rbs_gallery_settings.php:26
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
959 |
msgid "jQuery Version"
|
960 |
msgstr "jQuery Version"
|
961 |
|
962 |
-
#: rbs_gallery_settings.php:
|
963 |
msgid "Default"
|
964 |
msgstr "Default"
|
965 |
|
966 |
-
#: rbs_gallery_settings.php:
|
967 |
msgid "Alternative"
|
968 |
msgstr "Alternative"
|
969 |
|
970 |
-
#: rbs_gallery_settings.php:
|
971 |
msgid "Forced include"
|
972 |
msgstr ""
|
973 |
|
974 |
-
#: rbs_gallery_settings.php:
|
975 |
msgid "Switch Style"
|
976 |
msgstr "Switch Style"
|
977 |
|
978 |
-
#: rbs_gallery_settings.php:
|
979 |
msgid "Modern"
|
980 |
msgstr "Modern"
|
981 |
|
982 |
-
#: rbs_gallery_settings.php:
|
983 |
msgid "Classic"
|
984 |
msgstr "Classic"
|
985 |
|
986 |
-
#: rbs_gallery_settings.php:
|
987 |
msgid "Size Calculations Delay"
|
988 |
msgstr ""
|
989 |
|
990 |
-
#: rbs_gallery_settings.php:
|
991 |
msgid "Create Post Settings"
|
992 |
msgstr ""
|
993 |
|
994 |
-
#: rbs_gallery_settings.php:
|
995 |
msgid "Show Text"
|
996 |
msgstr ""
|
997 |
|
998 |
-
#: rbs_gallery_settings.php:
|
999 |
-
msgid "Show"
|
1000 |
-
msgstr ""
|
1001 |
-
|
1002 |
-
#: rbs_gallery_settings.php:76 rbs_gallery_settings.php:77
|
1003 |
-
msgid "Hide"
|
1004 |
-
msgstr ""
|
1005 |
-
|
1006 |
-
#: rbs_gallery_settings.php:85
|
1007 |
msgid "Save Changes"
|
1008 |
msgstr ""
|
1009 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Robo Gallery\n"
|
4 |
+
"POT-Creation-Date: 2016-02-03 13:16+0100\n"
|
5 |
+
"PO-Revision-Date: 2016-02-03 13:16+0100\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: RoboSoft Team <team@robosoft.co>\n"
|
8 |
"Language: en_US\n"
|
16 |
"X-Poedit-KeywordsList: __;_e\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: extensions/backup/backup.class.php:271
|
20 |
+
msgid "Can't create directory for archive file."
|
21 |
+
msgstr ""
|
22 |
+
|
23 |
+
#: extensions/backup/backup.class.php:351
|
24 |
#, php-format
|
25 |
msgid "Can not clear archive's file: \"%s\"."
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: extensions/backup/backup.class.php:367
|
29 |
#, php-format
|
30 |
msgid "Didn't save archive with files \"%s\"."
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: extensions/backup/backup.class.php:633
|
34 |
msgid "Can't find import xml file in archive."
|
35 |
msgstr ""
|
36 |
|
37 |
+
#: extensions/backup/backup.class.php:676
|
38 |
msgid "Can't set xml content for reading."
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: extensions/backup/backup.class.php:682
|
42 |
msgid "Invalid document of import"
|
43 |
msgstr ""
|
44 |
|
45 |
+
#: extensions/backup/backup.class.php:846
|
46 |
#, php-format
|
47 |
msgid "Error insert post attachment with ID: \"%d\" and guid: \"%s\". %s"
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: extensions/backup/backup.class.php:902
|
51 |
msgid "Invalid xml content."
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: extensions/backup/backup.class.php:978
|
55 |
#, php-format
|
56 |
msgid "Error insert post with ID: \"%d\" and title: \"%s\". %s"
|
57 |
msgstr ""
|
58 |
|
59 |
+
#: extensions/backup/backup.class.php:1009
|
60 |
#, php-format
|
61 |
msgid ""
|
62 |
"Error insert postmeta for post with ID %d. Meta key: \"%s\", meta value: \"%s"
|
63 |
"\""
|
64 |
msgstr ""
|
65 |
|
66 |
+
#: extensions/backup/backup.class.php:1061
|
67 |
#, php-format
|
68 |
msgid "Can't open archive \"%s\"."
|
69 |
msgstr ""
|
70 |
|
71 |
+
#: extensions/backup/backup.class.php:1083
|
72 |
#, php-format
|
73 |
msgid "Can't import file \"%s\". File is absent in archive"
|
74 |
msgstr ""
|
75 |
|
76 |
+
#: extensions/backup/backup.class.php:1115
|
77 |
#, php-format
|
78 |
msgid "Can't create directory \"%s\" during import file."
|
79 |
msgstr ""
|
80 |
|
81 |
+
#: extensions/backup/backup.class.php:1119
|
82 |
#, php-format
|
83 |
msgid "Can't create file \"%s\" during import file."
|
84 |
msgstr ""
|
85 |
|
86 |
+
#: extensions/backup/backup.form.php:34
|
87 |
+
msgid "Error: Can't check Maximum Upload File Size"
|
88 |
+
msgstr ""
|
89 |
+
|
90 |
+
#: extensions/backup/backup.form.php:58
|
91 |
msgid "Robo Gallery Backup"
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: extensions/backup/backup.form.php:97
|
95 |
msgid "Error Import "
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: extensions/backup/backup.form.php:101
|
99 |
msgid "Success Import "
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: extensions/backup/backup.form.php:103
|
103 |
msgid "Import Post"
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: extensions/backup/backup.form.php:104
|
107 |
msgid "Import Images"
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: extensions/backup/backup.form.php:110
|
111 |
msgid "Duplicate Post"
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: extensions/backup/backup.form.php:111
|
115 |
msgid "Duplicate Images"
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: extensions/backup/backup.form.php:118
|
119 |
msgid "Skipped Post"
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: extensions/backup/backup.form.php:119
|
123 |
msgid "Skipped Images"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: extensions/backup/backup.form.php:126
|
127 |
+
msgid "Error: please check backup file"
|
128 |
+
msgstr ""
|
129 |
+
|
130 |
+
#: extensions/backup/backup.form.php:129
|
131 |
+
msgid "Error: check secure"
|
132 |
+
msgstr ""
|
133 |
+
|
134 |
+
#: extensions/backup/backup.form.php:155
|
135 |
msgid ""
|
136 |
"You can use Full Backup options to make backup of configured galleries "
|
137 |
"settings and images. As result you'll get archive with XML file of galleries "
|
138 |
"settings and all images of your galleries"
|
139 |
msgstr ""
|
140 |
|
141 |
+
#: extensions/backup/backup.form.php:160 extensions/backup/backup.form.php:189
|
142 |
msgid "File Name"
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: extensions/backup/backup.form.php:169
|
146 |
msgid "Download Full Backup"
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: extensions/backup/backup.form.php:183
|
150 |
msgid ""
|
151 |
"After EXPORT copy images from server folder: {Wordpress folder}/wp-content/"
|
152 |
"uploads to the new location by FTP"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: extensions/backup/backup.form.php:197
|
156 |
msgid "Download Backup"
|
157 |
msgstr ""
|
158 |
|
159 |
+
#: extensions/backup/backup.form.php:213
|
160 |
+
msgid "Sever Environment"
|
161 |
+
msgstr ""
|
162 |
+
|
163 |
+
#: extensions/backup/backup.form.php:216
|
164 |
+
msgid "Max upload size"
|
165 |
+
msgstr ""
|
166 |
+
|
167 |
+
#: extensions/backup/backup.form.php:217
|
168 |
+
msgid "Max POST size"
|
169 |
+
msgstr ""
|
170 |
+
|
171 |
+
#: extensions/backup/backup.form.php:218
|
172 |
+
msgid "How to increase the max upload size?"
|
173 |
+
msgstr ""
|
174 |
+
|
175 |
+
#: extensions/backup/backup.form.php:223 extensions/backup/backup.form.php:226
|
176 |
msgid "Duplicate"
|
177 |
msgstr ""
|
178 |
|
179 |
+
#: extensions/backup/backup.form.php:229
|
180 |
msgid "Make copy if such gallery or image already exist in system"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: extensions/backup/backup.form.php:238
|
184 |
msgid "Select backup file"
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: extensions/backup/backup.form.php:246
|
188 |
msgid "Upload XML"
|
189 |
msgstr ""
|
190 |
|
191 |
+
#: extensions/category/category.class.php:89
|
192 |
+
msgid "Categories"
|
193 |
+
msgstr ""
|
194 |
+
|
195 |
+
#: extensions/category/category.class.php:149
|
196 |
+
msgid "Save"
|
197 |
+
msgstr ""
|
198 |
+
|
199 |
+
#: extensions/category/category.class.php:152
|
200 |
+
msgid "Cancel"
|
201 |
+
msgstr ""
|
202 |
+
|
203 |
+
#: extensions/category/category.class.php:161
|
204 |
+
msgid "Error"
|
205 |
+
msgstr ""
|
206 |
+
|
207 |
+
#: extensions/category/category.class.php:164
|
208 |
+
msgid "OK"
|
209 |
+
msgstr ""
|
210 |
+
|
211 |
+
#: extensions/category/category.class.php:197
|
212 |
+
msgid "Root Category"
|
213 |
+
msgstr ""
|
214 |
+
|
215 |
+
#: extensions/category/category.class.php:209
|
216 |
+
#: extensions/rbs_create_post_ajax.php:130
|
217 |
+
#: extensions/rbs_create_post_ajax.php:188
|
218 |
+
#: extensions/rbs_create_post_ajax.php:189
|
219 |
+
msgid "Edit"
|
220 |
+
msgstr ""
|
221 |
+
|
222 |
+
#: extensions/category/category.class.php:226
|
223 |
+
msgid "Post ID is absent in request"
|
224 |
+
msgstr ""
|
225 |
+
|
226 |
+
#: extensions/category/category.class.php:252
|
227 |
+
msgid "Post type is absent in request"
|
228 |
+
msgstr ""
|
229 |
+
|
230 |
+
#: extensions/category/category.class.php:286
|
231 |
+
msgid "Empty posts hierarchy data for saving"
|
232 |
+
msgstr ""
|
233 |
+
|
234 |
+
#: extensions/category/category.class.php:291
|
235 |
+
msgid "Wrong posts hierarchy data for saving"
|
236 |
+
msgstr ""
|
237 |
+
|
238 |
#: extensions/rbs_create_post.php:10
|
239 |
msgid "Post manager"
|
240 |
msgstr ""
|
244 |
msgid "Close"
|
245 |
msgstr "Close"
|
246 |
|
247 |
+
#: extensions/rbs_create_post.php:12 options/rbs_gallery_options_tools.php:32
|
248 |
msgid "Create post"
|
249 |
msgstr ""
|
250 |
|
252 |
msgid "Loading . . . ."
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: extensions/rbs_create_post_ajax.php:31
|
256 |
+
#: extensions/rbs_create_post_ajax.php:38
|
257 |
+
#: extensions/rbs_create_post_ajax.php:85
|
258 |
+
#: extensions/rbs_create_post_ajax.php:120
|
259 |
msgid "Post not created. Error: "
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: extensions/rbs_create_post_ajax.php:31
|
263 |
+
#: extensions/rbs_create_post_ajax.php:151
|
264 |
+
#: extensions/rbs_create_post_ajax.php:209
|
265 |
msgid "Empty gallery ID"
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: extensions/rbs_create_post_ajax.php:38
|
|
|
269 |
msgid "Incorrect gallery ID"
|
270 |
msgstr ""
|
271 |
|
272 |
+
#: extensions/rbs_create_post_ajax.php:41
|
273 |
msgid "Add new post"
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: extensions/rbs_create_post_ajax.php:46
|
277 |
msgid "Category"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: extensions/rbs_create_post_ajax.php:51
|
281 |
+
#: extensions/rbs_create_post_ajax.php:165
|
282 |
#: options/rbs_gallery_options_hover.php:118
|
283 |
#: options/rbs_gallery_options_lightbox.php:48
|
284 |
#: options/rbs_gallery_options_polaroid.php:46 rbs_gallery_widget.php:71
|
285 |
msgid "Title"
|
286 |
msgstr "Title"
|
287 |
|
288 |
+
#: extensions/rbs_create_post_ajax.php:56
|
289 |
msgid "Slug"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: extensions/rbs_create_post_ajax.php:61
|
293 |
#: options/rbs_gallery_options_lightbox.php:29
|
294 |
msgid "Text"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: extensions/rbs_create_post_ajax.php:69
|
298 |
msgid "Short tag of the gallery will be insert into created article."
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: extensions/rbs_create_post_ajax.php:127
|
302 |
msgid "Post "
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: extensions/rbs_create_post_ajax.php:127
|
306 |
msgid " created"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: extensions/rbs_create_post_ajax.php:133
|
310 |
+
#: extensions/rbs_create_post_ajax.php:193
|
311 |
+
#: extensions/rbs_create_post_ajax.php:194
|
|
|
|
|
|
|
|
|
|
|
|
|
312 |
msgid "Preview"
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: extensions/rbs_create_post_ajax.php:139
|
316 |
msgid "Error: input value"
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: extensions/rbs_create_post_ajax.php:151
|
320 |
+
#: extensions/rbs_create_post_ajax.php:209
|
321 |
msgid "Error: "
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: extensions/rbs_create_post_ajax.php:166
|
325 |
msgid "Status"
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: extensions/rbs_create_post_ajax.php:184
|
329 |
msgid "publish"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: extensions/stats/stats.form.php:18
|
333 |
+
msgid "Robo Gallery Statistics"
|
334 |
+
msgstr ""
|
335 |
+
|
336 |
+
#: extensions/stats/stats.form.php:27
|
337 |
+
msgid "Gallery Statistics"
|
338 |
+
msgstr ""
|
339 |
+
|
340 |
+
#: extensions/stats/stats.form.php:28
|
341 |
+
msgid "Images Statistics"
|
342 |
+
msgstr ""
|
343 |
+
|
344 |
+
#: extensions/stats/stats.form.php:69
|
345 |
+
msgid "Total Views"
|
346 |
+
msgstr ""
|
347 |
+
|
348 |
+
#: extensions/stats/stats.form.php:80
|
349 |
+
msgid "Published"
|
350 |
+
msgstr ""
|
351 |
+
|
352 |
+
#: extensions/stats/stats.form.php:88
|
353 |
+
msgid "Drafts"
|
354 |
+
msgstr ""
|
355 |
+
|
356 |
+
#: extensions/stats/stats.form.php:96
|
357 |
+
msgid "Trash"
|
358 |
+
msgstr ""
|
359 |
+
|
360 |
#: options/rbs_gallery_options_button.php:18
|
361 |
msgid "Menu Options"
|
362 |
msgstr "Menu Options"
|
846 |
msgid "After Text"
|
847 |
msgstr ""
|
848 |
|
849 |
+
#: options/rbs_gallery_options_tools.php:17
|
850 |
msgid "Gallery Tools"
|
851 |
msgstr ""
|
852 |
|
853 |
+
#: options/rbs_gallery_options_tools.php:37
|
854 |
msgid "Posts List"
|
855 |
msgstr ""
|
856 |
|
857 |
+
#: options/rbs_gallery_options_tools.php:39
|
858 |
msgid "Here you can create and customize new post with gallery inside it"
|
859 |
msgstr ""
|
860 |
|
861 |
+
#: options/rbs_gallery_options_tools.php:42
|
862 |
+
msgid "Gallery Views"
|
863 |
+
msgstr ""
|
864 |
+
|
865 |
+
#: options/rbs_gallery_options_tools.php:44
|
866 |
+
msgid "Are you sure that you wish to reset statistics?"
|
867 |
+
msgstr ""
|
868 |
+
|
869 |
+
#: options/rbs_gallery_options_tools.php:44
|
870 |
+
msgid "Success: Statistic successfully reset!"
|
871 |
+
msgstr ""
|
872 |
+
|
873 |
+
#: options/rbs_gallery_options_tools.php:44
|
874 |
+
msgid "Reset"
|
875 |
+
msgstr ""
|
876 |
+
|
877 |
#: options/rbs_gallery_options_view.php:18
|
878 |
msgid "Thumbs View Options"
|
879 |
msgstr "Thumbs View Options"
|
990 |
msgid "Advanced images description settings"
|
991 |
msgstr "Advanced images description settings"
|
992 |
|
993 |
+
#: rbs_gallery_about.php:69 rbs_gallery_settings.php:105
|
994 |
msgid "All Rights Reserved"
|
995 |
msgstr "All Rights Reserved"
|
996 |
|
1022 |
msgid "Available in"
|
1023 |
msgstr "Available in"
|
1024 |
|
1025 |
+
#: rbs_gallery_init.php:75
|
1026 |
msgid "Galleries List"
|
1027 |
msgstr "Galleries List"
|
1028 |
|
1029 |
+
#: rbs_gallery_init.php:76 rbs_gallery_init.php:77
|
1030 |
msgid "Add Gallery"
|
1031 |
msgstr "Add Gallery"
|
1032 |
|
1033 |
+
#: rbs_gallery_init.php:78
|
1034 |
msgid "Edit Gallery"
|
1035 |
msgstr "Edit Gallery"
|
1036 |
|
1044 |
msgstr ""
|
1045 |
"You can create only 3 galleries. Update to PRO to get unlimited galleries"
|
1046 |
|
1047 |
+
#: rbs_gallery_list.php:64
|
1048 |
+
msgid "Views"
|
1049 |
+
msgstr ""
|
1050 |
+
|
1051 |
+
#: rbs_gallery_list.php:65
|
1052 |
msgid "Shortcode"
|
1053 |
msgstr "Shortcode"
|
1054 |
|
1076 |
msgid "Compatibility Settings"
|
1077 |
msgstr "Compatibility Settings"
|
1078 |
|
1079 |
+
#: rbs_gallery_settings.php:26
|
1080 |
+
msgid "Categories Manager"
|
1081 |
+
msgstr ""
|
1082 |
+
|
1083 |
+
#: rbs_gallery_settings.php:29 rbs_gallery_settings.php:30
|
1084 |
+
#: rbs_gallery_settings.php:31 rbs_gallery_settings.php:87
|
1085 |
+
#: rbs_gallery_settings.php:88
|
1086 |
+
msgid "Show"
|
1087 |
+
msgstr ""
|
1088 |
+
|
1089 |
+
#: rbs_gallery_settings.php:33 rbs_gallery_settings.php:34
|
1090 |
+
#: rbs_gallery_settings.php:90 rbs_gallery_settings.php:91
|
1091 |
+
msgid "Hide"
|
1092 |
+
msgstr ""
|
1093 |
+
|
1094 |
+
#: rbs_gallery_settings.php:40 rbs_gallery_settings.php:43
|
1095 |
msgid "jQuery Version"
|
1096 |
msgstr "jQuery Version"
|
1097 |
|
1098 |
+
#: rbs_gallery_settings.php:44 rbs_gallery_settings.php:45
|
1099 |
msgid "Default"
|
1100 |
msgstr "Default"
|
1101 |
|
1102 |
+
#: rbs_gallery_settings.php:47 rbs_gallery_settings.php:48
|
1103 |
msgid "Alternative"
|
1104 |
msgstr "Alternative"
|
1105 |
|
1106 |
+
#: rbs_gallery_settings.php:52 rbs_gallery_settings.php:53
|
1107 |
msgid "Forced include"
|
1108 |
msgstr ""
|
1109 |
|
1110 |
+
#: rbs_gallery_settings.php:60 rbs_gallery_settings.php:63
|
1111 |
msgid "Switch Style"
|
1112 |
msgstr "Switch Style"
|
1113 |
|
1114 |
+
#: rbs_gallery_settings.php:64 rbs_gallery_settings.php:65
|
1115 |
msgid "Modern"
|
1116 |
msgstr "Modern"
|
1117 |
|
1118 |
+
#: rbs_gallery_settings.php:67 rbs_gallery_settings.php:68
|
1119 |
msgid "Classic"
|
1120 |
msgstr "Classic"
|
1121 |
|
1122 |
+
#: rbs_gallery_settings.php:74
|
1123 |
msgid "Size Calculations Delay"
|
1124 |
msgstr ""
|
1125 |
|
1126 |
+
#: rbs_gallery_settings.php:80
|
1127 |
msgid "Create Post Settings"
|
1128 |
msgstr ""
|
1129 |
|
1130 |
+
#: rbs_gallery_settings.php:83 rbs_gallery_settings.php:86
|
1131 |
msgid "Show Text"
|
1132 |
msgstr ""
|
1133 |
|
1134 |
+
#: rbs_gallery_settings.php:99
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1135 |
msgid "Save Changes"
|
1136 |
msgstr ""
|
1137 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.robosoft.co/robogallery
|
|
4 |
Tags: gallery, add gallery, photo gallery, images gallery, media gallery, responsive gallery, gallery image, gallery lightbox, Polaroid gallery, Gallery Plugin, plugin gallery, video gallery, gallery shortcode, responsive images gallery, website gallery, widget gallery, wordpress gallery, wordpress gallery plugin, wordpress photo gallery plugin, wp gallery, wp gallery plugin, wp gallery plugins, multi categories gallery, add galleries, add picture, add pictures, album, best gallery, best gallery plugin, responsive galleries, mobile gallery, mobile galleries, responsive photo gallery, best portfolio, easy media gallery, filterable gallery, filterable portfolio, foto, fotoalbum, fotogalerie, sortable gallery, sortable galleries, free photo gallery, fullscreen gallery, galary, galeri, galerie, galerij, galery, gallary, Galleria, gallerie, galleries, gallery decription, gallery slider, gelary, gellary, gellery, google, grid gallery, image, image album, image gallery, image gallery plugin, image lightbox, image slider, image slideshow, images, jquery, jquery gallery, links, media, multiple pictures, page, pagination gallery, pagination portfolio, photo, photo album, photo albums, photoalbum, photogallery, photos, photoset, picture, pictures, plugin, plugin for gallery, portfolio, portfolio gallery, portfolio plugin, Post, posts, responsive slideshow, responsive wordpress photo gallery, seo image, slide show, slideshow, thumbnail, upload images, upload photos, batch upload, multiply images upload, view images, view pictures, wordpress portfolio plugin, multi-categories gallery, multi categories galleries, robo gallery
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 4.4
|
7 |
-
Stable tag: 1.9.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -182,34 +182,10 @@ You don't need do any additional configurations or manual code changes. You can
|
|
182 |
|
183 |
In gallery settings, when enabled custom hover settings you can customize style of the gallery image description text. In this settings you can change color of
|
184 |
|
185 |
-
= How to add text before and after gallery? =
|
186 |
-
|
187 |
-
In gallery settings you can find before/after text gallery field. This fields support HTML tags.
|
188 |
-
|
189 |
-
= How to make shadow for the gallery thumbnails? =
|
190 |
-
|
191 |
-
Shadows of the thumbnails you can customize in gallery settings. With gallery settings you can change size , color and position of the gallery thumbnails shadow
|
192 |
-
|
193 |
-
= Is it possible to insert video as gallery link? =
|
194 |
-
|
195 |
-
Yes. When you open gallery media manager you'll see there list of the gallery images. Click on some image and on the right side you'll see images options. Every gallery image have video link field in gallery image options, where you can define some custom link to the online video.
|
196 |
-
|
197 |
-
= Where to change font color of the gallery lightbox text? =
|
198 |
-
|
199 |
-
When you open gallery settings you can find there gallery lightbox settings block, where you can gallery lightbox text color using color selector.
|
200 |
-
|
201 |
= Is it possible to have different settings for hover and static interface elements? =
|
202 |
|
203 |
Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
|
204 |
|
205 |
-
= Is it possible to use HTML in image description ? =
|
206 |
-
|
207 |
-
Yes, you can use HTML tags inside gallery image description field
|
208 |
-
|
209 |
-
= How to define size of the gallery images thumbnails? =
|
210 |
-
|
211 |
-
Our gallery is fully responsive and gallery thumbnails size depend of a lot of factors. Gallery calculate thumbnails automatically depend of the general gallery size and gallery layout settings. First of all you can define ratio values for gallery thumbnails. Size of the thumbnails could be selected from standard pre-defined wordpress sizes: thumbnail, medium, large, full
|
212 |
-
|
213 |
= How to set description text below image in the lightbox? =
|
214 |
|
215 |
In gallery settings you can find lightbox section and if you need to show description of the images below images in the lightbox you need to select text source in lightbox settings from defined values.
|
@@ -218,10 +194,6 @@ In gallery settings you can find lightbox section and if you need to show descri
|
|
218 |
|
219 |
You can use any standard file type in our gallery: png, jpg, jpeg, gif
|
220 |
|
221 |
-
= How to change amount of images loading on gallery page? =
|
222 |
-
|
223 |
-
In gallery settings we have few options which makes you able to select amount of the images for the first load and for load more action
|
224 |
-
|
225 |
= How I can create custom (grid) layout of the thumbnails? =
|
226 |
|
227 |
In our gallery we implemented layout based on columns amount. So you can general amount of the columns in your gallery grid and define custom amount of the columns which every image gonna take. As result you can customize layout of the gallery grid
|
@@ -230,18 +202,6 @@ In our gallery we implemented layout based on columns amount. So you can general
|
|
230 |
|
231 |
Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
|
232 |
|
233 |
-
= How to crop uploaded gallery image? =
|
234 |
-
|
235 |
-
When you open gallery images manager you'll find there image edit mode where you can crop source image
|
236 |
-
|
237 |
-
= Do you have some limit for images size in gallery? =
|
238 |
-
|
239 |
-
No, we don't have any limits for image size in our gallery.
|
240 |
-
|
241 |
-
= How I can make gallery only with one size pictures but I would like to arrange gallery with pictures of the different size - one big, several smaller? =
|
242 |
-
|
243 |
-
In our gallery you can define different amount of the columns for the images thumbnails and every gallery image could have different width which measuring by columns of the images thumbnails. For example you can define 2 column size for the image 1 and 3 columns size for image 5 but the rest of the gallery images could stay with default one column value in images settings.
|
244 |
-
|
245 |
= Is it possible create gallery in Wordpress post with Gallery? =
|
246 |
|
247 |
Yes, you can insert gallery into post with shortcode tag
|
@@ -250,14 +210,6 @@ Yes, you can insert gallery into post with shortcode tag
|
|
250 |
|
251 |
In gallery settings you can find images manager where you can change settings of every image, one of the option it's caption of the image
|
252 |
|
253 |
-
= Which permissions do I need to have on server for proper gallery installation? =
|
254 |
-
|
255 |
-
Our gallery do not require any special permissions for installation of the gallery or during upload of the gallery images. All requirements are basic: our gallery have the same requirements as Wordpress have.
|
256 |
-
|
257 |
-
= How to customize border of the gallery thumbnails? =
|
258 |
-
|
259 |
-
In gallery settings you can find general settings section where you can turn on/off thumbnails border. Also you can customize there style of the border, namely width, color and style of the thumbnail borders
|
260 |
-
|
261 |
= How to enable lazy load in gallery options? =
|
262 |
|
263 |
In gallery settings you can find option to enable/disable lazy load, also there you'll have alot of additional options for customization of the loading process
|
@@ -282,10 +234,6 @@ Yes, it's possible to change transparency in gallery settings
|
|
282 |
|
283 |
When you open gallery settings inside you'll find images manager section. Images manager make you able to add/edit descriptions and titles of every gallery image
|
284 |
|
285 |
-
= How to change style of the gallery thumbnails border? =
|
286 |
-
|
287 |
-
When you enable border in gallery settings you will see multiply options for customization of the border. One of the options it's border style. You can select one value from pre-defined list
|
288 |
-
|
289 |
= How to change color of the gallery thumbnails border? =
|
290 |
|
291 |
When you enable border in gallery settings you will see multiply options for customization of the border. One from this options it's border color. You can select color using color selector
|
@@ -294,22 +242,10 @@ When you enable border in gallery settings you will see multiply options for cus
|
|
294 |
|
295 |
You can select border color, background color and color of the icon, size of the icon
|
296 |
|
297 |
-
= Is it possible to create direct link on the front end to the gallery? =
|
298 |
-
|
299 |
-
Yes, you can use generated direct link inside particular gallery settings
|
300 |
-
|
301 |
-
= Do you have some conflict in gallery back end? =
|
302 |
-
|
303 |
-
If you have some conflict in gallery back end you can sort it with new compatibility option. You can switch between standard and alternative jquery library. This modes implemented to help you to avoid any conflicts with another libraries from wordpress themes or another plugin.
|
304 |
-
|
305 |
= How to turn off social buttons in gallery lightbox? =
|
306 |
|
307 |
When you open gallery settings you can find there gallery lightbox settings block, where you can turn off social buttons in gallery lightbox on the front end.
|
308 |
|
309 |
-
= Do you have some limits for images amount in gallery? =
|
310 |
-
|
311 |
-
No, we don't have any limits for amount of the images in gallery
|
312 |
-
|
313 |
= How to delete title, author, date above the gallery of the gallery post? =
|
314 |
|
315 |
Actually settings of all this main elements of the gallery post is inherited from the the general Wordpress posts settings. So you can turn in off the same way as it's manage in general posts, not only gallery posts.
|
@@ -318,10 +254,6 @@ Actually settings of all this main elements of the gallery post is inherited fro
|
|
318 |
|
319 |
In gallery settings you can find hover type options. In settings of the gallery you can select custom hover effect settings or even template for customization of the gallery thumbnails hover
|
320 |
|
321 |
-
= Is it possible to change color of the hovered image in gallery? =
|
322 |
-
|
323 |
-
Yes, you can easily change color of the hovered image in gallery in backend. In gallery settings we build-in comfortable color selector which make you able to change color of the gallery interface elements.
|
324 |
-
|
325 |
= How to change font size of the gallery image caption? =
|
326 |
|
327 |
In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
|
@@ -334,46 +266,14 @@ In gallery setting you can select which text show below image in gallery lightbo
|
|
334 |
|
335 |
Gallery have 15 hover animation effects, which could be combined with additional custom options
|
336 |
|
337 |
-
= Where it's possible to define vertical and horizontal paddings? =
|
338 |
-
|
339 |
-
In gallery settings you can define horizontal and vertical paddings between gallery thumbnails
|
340 |
-
|
341 |
-
= How to define custom link for some gallery images? =
|
342 |
-
|
343 |
-
Every gallery image have additional fields where you can define custom link, title, description. All this options you can find in gallery images manager, inside general gallery settings
|
344 |
-
|
345 |
= How to generate shortcode for Wordpress page, post or widget? =
|
346 |
|
347 |
First of all you can copy shortcode inside gallery settings , in separate shortcode block. Another way generate shortcode directly in post or page edit mode. You can find wizard button on top of content editor
|
348 |
|
349 |
-
= How to customize gallery hover effect shutter layout? =
|
350 |
-
|
351 |
-
In gallery hover settings you can enable template where you can fully customize layout of the shutter content using HTML tags, text and images. In template we have implemented some build in tags which going to help you to build in some gallery images elements into hover
|
352 |
-
|
353 |
-
= How many icons you have in build in icons library? =
|
354 |
-
|
355 |
-
In build library of the icons in gallery you can find 533 icons
|
356 |
-
|
357 |
-
= How to define custom link for some gallery images? =
|
358 |
-
|
359 |
-
Every gallery image have additional fields where you can define custom link, title, description. All this options you can find in gallery images manager, inside general gallery settings
|
360 |
-
|
361 |
-
= How to insert text before/after gallery? =
|
362 |
-
|
363 |
-
In our gallery we implemented few additional options which help you to add some text with HTML before/after gallery on your page. IN gallery settings you can find pre/post text fields where you can define some description text for the gallery. This gallery fields support HTML, so you can customize this text with HTML tags or css styles.
|
364 |
-
|
365 |
-
= How to make gallery with no space between thumbnails of the gallery? =
|
366 |
-
|
367 |
-
If you wish to make section with gallery without spacing between thumbnails you need just set horizontal and vertical spacing to 0 in gallery thumbnails view options
|
368 |
-
|
369 |
= Which parameters I can change for the gallery thumbnails borders and shadows? =
|
370 |
|
371 |
You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
|
372 |
|
373 |
-
= Do you have fade effect for the thumbnails hover? =
|
374 |
-
|
375 |
-
Yes, gallery have fade hover effect
|
376 |
-
|
377 |
= How to enable icons on gallery hover shutter? =
|
378 |
|
379 |
In gallery hover settings we implemented full set of configuration settings of the buttons. You can change icon, style size, colors for static and hovered buttons. You can select icon with build in wizard
|
@@ -390,14 +290,6 @@ Just install it using regular Wordpress plugins installing mechanism. If you ha
|
|
390 |
|
391 |
In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
|
392 |
|
393 |
-
= Is it possible to change transparency of the gallery lightbox background ? =
|
394 |
-
|
395 |
-
Yes, you can change gallery lightbox background transparency in gallery settings. Yes, you can change background color of the gallery lightbox. When you open gallery settings you can find there gallery lightbox settings block. When you open color selector for the gallery lightbox background you'll see there additional slider option for transparency value.
|
396 |
-
|
397 |
-
= How to change font style of the gallery image caption? =
|
398 |
-
|
399 |
-
In gallery settings you can enable custom caption settings where you can customize font style and see results in live preview
|
400 |
-
|
401 |
= Is it possible to create target blank links? =
|
402 |
|
403 |
Yes. When you open gallery media manager you'll see there list of the gallery images. Click on some image and on the right side you'll see images options. Every gallery image have target blank field below link field of the gallery image.
|
@@ -406,9 +298,13 @@ Yes. When you open gallery media manager you'll see there list of the gallery im
|
|
406 |
|
407 |
Color of every gallery front end interface element could be changed changed in admin section with color selector. There you can change colors of the menu buttons, load more button, borders, shadows, backgrounds and etc.
|
408 |
|
409 |
-
= How many
|
410 |
|
411 |
-
|
|
|
|
|
|
|
|
|
412 |
|
413 |
= How to change ordering of the gallery images? =
|
414 |
|
@@ -422,25 +318,29 @@ Every gallery image have additional fields where you can define custom link, tit
|
|
422 |
|
423 |
In gallery admin section you can define amount of the images for the first load and after click on load more button. Load more it's such google gallery style pagination functionality which make you able to limit amount of the images for the first load
|
424 |
|
425 |
-
=
|
426 |
|
427 |
-
|
428 |
|
429 |
= How to customize gallery layouts for different screen resolutions? =
|
430 |
|
431 |
In admin section of the gallery you'll find columns options which provide you advanced customization options for different resolutions. You can define some static size or auto size for every resolution.
|
432 |
|
433 |
-
= How to
|
434 |
|
435 |
-
|
436 |
|
437 |
-
= How to
|
438 |
|
439 |
-
|
440 |
|
441 |
-
=
|
442 |
|
443 |
-
Yes,
|
|
|
|
|
|
|
|
|
444 |
|
445 |
= How to change width of the gallery thumbnails border? =
|
446 |
|
@@ -450,14 +350,18 @@ When you enable border in gallery settings you will see multiply options for cus
|
|
450 |
|
451 |
When you create gallery in plugin galleries manager you can go to the post or page editor and there using special wizard button insert gallery into your wordpress post or page. Another way you can insert your gallery manually using shortcode, which you can find in gallery edit mode in shortcode section on the right side of the gallery settings
|
452 |
|
453 |
-
= How to
|
454 |
|
455 |
-
When you open gallery images manager you'll find there image edit mode where you can
|
456 |
|
457 |
= How to flip uploaded gallery image? =
|
458 |
|
459 |
When you open gallery images manager you'll find there image edit mode where you can flip source image
|
460 |
|
|
|
|
|
|
|
|
|
461 |
= How to change font color of the gallery image caption? =
|
462 |
|
463 |
In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
|
@@ -466,25 +370,45 @@ In gallery settings you can enable custom caption settings where you can customi
|
|
466 |
|
467 |
When you open gallery settings you can see there hover options section where we implemented settings for every hover button. Here you can select icons for buttons and style for this icon
|
468 |
|
469 |
-
= How to change font size of the gallery image description text? =
|
470 |
-
|
471 |
-
In gallery settings, when enabled custom hover settings you can customize style of the gallery image description text. In this settings you can change size of the text
|
472 |
-
|
473 |
= What can I do if some gallery interface elements in backend do not work properly? =
|
474 |
|
475 |
If you have some conflict in gallery back end you can sort it with new compatibility option. If combo box element do not drop down you can switch between classic and modern style, as result you can avoid conflict with another code.
|
476 |
|
|
|
|
|
|
|
|
|
477 |
= How to customize border of the gallery thumbnails? =
|
478 |
|
479 |
In gallery settings you can find general settings section where you can turn on/off thumbnails border. Also you can customize there style of the border, namely width, color and style of the thumbnail borders
|
480 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
481 |
= Where to change settings of the image of the gallery? =
|
482 |
|
483 |
Settings of the gallery image you can change in images manager. There you can upload, edit or customize already uploaded images to the gallery
|
484 |
|
485 |
-
= How to
|
486 |
|
487 |
-
In
|
|
|
|
|
|
|
|
|
488 |
|
489 |
= How many buttons with icons do you have in gallery? =
|
490 |
|
@@ -494,10 +418,34 @@ In our gallery we have 2 buttons for every gallery thumbnail. Zoom button and li
|
|
494 |
|
495 |
Yes, you can change background color of the gallery lightbox. When you open gallery settings you can find there gallery lightbox settings block, where you can change color of the gallery lightbox background.
|
496 |
|
|
|
|
|
|
|
|
|
497 |
= How to change amount of the columns in gallery layout? =
|
498 |
|
499 |
In gallery general settings you can find gallery thumbnails columns options which could depend of the device screen size. You can define different gallery columns amount for different resolution.
|
500 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
501 |
= How to define custom hover effect for some gallery thumbnail? =
|
502 |
|
503 |
When you open gallery media manager you'll see there list of the gallery images. Click on some image and on the right side you'll see images options. Every gallery image have custom effect field where you can select different hover effect for every image of the gallery.
|
@@ -506,10 +454,62 @@ When you open gallery media manager you'll see there list of the gallery images.
|
|
506 |
|
507 |
In lightbox section of the gallery settings you can find hide title option. If you enable it titles of the gallery images in lightbox will be turned off.
|
508 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
509 |
= Which tags build in shutter of gallery hover template customization? =
|
510 |
|
511 |
For now we have build in @@TITLE@@, @@CAPTION@@, @@DESCR@@
|
512 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
513 |
== Screenshots ==
|
514 |
|
515 |
1. Gallery Demo 1
|
@@ -584,6 +584,9 @@ If any problem occurs, please contact us.
|
|
584 |
|
585 |
== Changelog ==
|
586 |
|
|
|
|
|
|
|
587 |
= 1.9.10 =
|
588 |
* Code optimization and small code fixes
|
589 |
|
@@ -1004,6 +1007,9 @@ If any problem occurs, please contact us.
|
|
1004 |
|
1005 |
== Upgrade Notice ==
|
1006 |
|
|
|
|
|
|
|
1007 |
= 1.9.10 =
|
1008 |
Code optimization and small code fixes
|
1009 |
|
4 |
Tags: gallery, add gallery, photo gallery, images gallery, media gallery, responsive gallery, gallery image, gallery lightbox, Polaroid gallery, Gallery Plugin, plugin gallery, video gallery, gallery shortcode, responsive images gallery, website gallery, widget gallery, wordpress gallery, wordpress gallery plugin, wordpress photo gallery plugin, wp gallery, wp gallery plugin, wp gallery plugins, multi categories gallery, add galleries, add picture, add pictures, album, best gallery, best gallery plugin, responsive galleries, mobile gallery, mobile galleries, responsive photo gallery, best portfolio, easy media gallery, filterable gallery, filterable portfolio, foto, fotoalbum, fotogalerie, sortable gallery, sortable galleries, free photo gallery, fullscreen gallery, galary, galeri, galerie, galerij, galery, gallary, Galleria, gallerie, galleries, gallery decription, gallery slider, gelary, gellary, gellery, google, grid gallery, image, image album, image gallery, image gallery plugin, image lightbox, image slider, image slideshow, images, jquery, jquery gallery, links, media, multiple pictures, page, pagination gallery, pagination portfolio, photo, photo album, photo albums, photoalbum, photogallery, photos, photoset, picture, pictures, plugin, plugin for gallery, portfolio, portfolio gallery, portfolio plugin, Post, posts, responsive slideshow, responsive wordpress photo gallery, seo image, slide show, slideshow, thumbnail, upload images, upload photos, batch upload, multiply images upload, view images, view pictures, wordpress portfolio plugin, multi-categories gallery, multi categories galleries, robo gallery
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 4.4
|
7 |
+
Stable tag: 1.9.11
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
182 |
|
183 |
In gallery settings, when enabled custom hover settings you can customize style of the gallery image description text. In this settings you can change color of
|
184 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
185 |
= Is it possible to have different settings for hover and static interface elements? =
|
186 |
|
187 |
Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
|
188 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
189 |
= How to set description text below image in the lightbox? =
|
190 |
|
191 |
In gallery settings you can find lightbox section and if you need to show description of the images below images in the lightbox you need to select text source in lightbox settings from defined values.
|
194 |
|
195 |
You can use any standard file type in our gallery: png, jpg, jpeg, gif
|
196 |
|
|
|
|
|
|
|
|
|
197 |
= How I can create custom (grid) layout of the thumbnails? =
|
198 |
|
199 |
In our gallery we implemented layout based on columns amount. So you can general amount of the columns in your gallery grid and define custom amount of the columns which every image gonna take. As result you can customize layout of the gallery grid
|
202 |
|
203 |
Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
|
204 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
205 |
= Is it possible create gallery in Wordpress post with Gallery? =
|
206 |
|
207 |
Yes, you can insert gallery into post with shortcode tag
|
210 |
|
211 |
In gallery settings you can find images manager where you can change settings of every image, one of the option it's caption of the image
|
212 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
213 |
= How to enable lazy load in gallery options? =
|
214 |
|
215 |
In gallery settings you can find option to enable/disable lazy load, also there you'll have alot of additional options for customization of the loading process
|
234 |
|
235 |
When you open gallery settings inside you'll find images manager section. Images manager make you able to add/edit descriptions and titles of every gallery image
|
236 |
|
|
|
|
|
|
|
|
|
237 |
= How to change color of the gallery thumbnails border? =
|
238 |
|
239 |
When you enable border in gallery settings you will see multiply options for customization of the border. One from this options it's border color. You can select color using color selector
|
242 |
|
243 |
You can select border color, background color and color of the icon, size of the icon
|
244 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
245 |
= How to turn off social buttons in gallery lightbox? =
|
246 |
|
247 |
When you open gallery settings you can find there gallery lightbox settings block, where you can turn off social buttons in gallery lightbox on the front end.
|
248 |
|
|
|
|
|
|
|
|
|
249 |
= How to delete title, author, date above the gallery of the gallery post? =
|
250 |
|
251 |
Actually settings of all this main elements of the gallery post is inherited from the the general Wordpress posts settings. So you can turn in off the same way as it's manage in general posts, not only gallery posts.
|
254 |
|
255 |
In gallery settings you can find hover type options. In settings of the gallery you can select custom hover effect settings or even template for customization of the gallery thumbnails hover
|
256 |
|
|
|
|
|
|
|
|
|
257 |
= How to change font size of the gallery image caption? =
|
258 |
|
259 |
In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
|
266 |
|
267 |
Gallery have 15 hover animation effects, which could be combined with additional custom options
|
268 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
269 |
= How to generate shortcode for Wordpress page, post or widget? =
|
270 |
|
271 |
First of all you can copy shortcode inside gallery settings , in separate shortcode block. Another way generate shortcode directly in post or page edit mode. You can find wizard button on top of content editor
|
272 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
273 |
= Which parameters I can change for the gallery thumbnails borders and shadows? =
|
274 |
|
275 |
You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
|
276 |
|
|
|
|
|
|
|
|
|
277 |
= How to enable icons on gallery hover shutter? =
|
278 |
|
279 |
In gallery hover settings we implemented full set of configuration settings of the buttons. You can change icon, style size, colors for static and hovered buttons. You can select icon with build in wizard
|
290 |
|
291 |
In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
|
292 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
293 |
= Is it possible to create target blank links? =
|
294 |
|
295 |
Yes. When you open gallery media manager you'll see there list of the gallery images. Click on some image and on the right side you'll see images options. Every gallery image have target blank field below link field of the gallery image.
|
298 |
|
299 |
Color of every gallery front end interface element could be changed changed in admin section with color selector. There you can change colors of the menu buttons, load more button, borders, shadows, backgrounds and etc.
|
300 |
|
301 |
+
= How many icons you have in build in icons library? =
|
302 |
|
303 |
+
In build library of the icons in gallery you can find 533 icons
|
304 |
+
|
305 |
+
= Is it possible to create direct link on the front end to the gallery? =
|
306 |
+
|
307 |
+
Yes, you can use generated direct link inside particular gallery settings
|
308 |
|
309 |
= How to change ordering of the gallery images? =
|
310 |
|
318 |
|
319 |
In gallery admin section you can define amount of the images for the first load and after click on load more button. Load more it's such google gallery style pagination functionality which make you able to limit amount of the images for the first load
|
320 |
|
321 |
+
= Is it possible to change transparency of the gallery lightbox background ? =
|
322 |
|
323 |
+
Yes, you can change gallery lightbox background transparency in gallery settings. Yes, you can change background color of the gallery lightbox. When you open gallery settings you can find there gallery lightbox settings block. When you open color selector for the gallery lightbox background you'll see there additional slider option for transparency value.
|
324 |
|
325 |
= How to customize gallery layouts for different screen resolutions? =
|
326 |
|
327 |
In admin section of the gallery you'll find columns options which provide you advanced customization options for different resolutions. You can define some static size or auto size for every resolution.
|
328 |
|
329 |
+
= How to make gallery with no space between thumbnails of the gallery? =
|
330 |
|
331 |
+
If you wish to make section with gallery without spacing between thumbnails you need just set horizontal and vertical spacing to 0 in gallery thumbnails view options
|
332 |
|
333 |
+
= How to define video for some gallery image? =
|
334 |
|
335 |
+
Every gallery image have additional fields where you can define custom link, title, description. One of the link option allow you to define link type, for example video link. All this options you can find in gallery images manager, inside general gallery settings
|
336 |
|
337 |
+
= Do you have fade effect for the thumbnails hover? =
|
338 |
|
339 |
+
Yes, gallery have fade hover effect
|
340 |
+
|
341 |
+
= How to insert text before/after gallery? =
|
342 |
+
|
343 |
+
In our gallery we implemented few additional options which help you to add some text with HTML before/after gallery on your page. IN gallery settings you can find pre/post text fields where you can define some description text for the gallery. This gallery fields support HTML, so you can customize this text with HTML tags or css styles.
|
344 |
|
345 |
= How to change width of the gallery thumbnails border? =
|
346 |
|
350 |
|
351 |
When you create gallery in plugin galleries manager you can go to the post or page editor and there using special wizard button insert gallery into your wordpress post or page. Another way you can insert your gallery manually using shortcode, which you can find in gallery edit mode in shortcode section on the right side of the gallery settings
|
352 |
|
353 |
+
= How to crop uploaded gallery image? =
|
354 |
|
355 |
+
When you open gallery images manager you'll find there image edit mode where you can crop source image
|
356 |
|
357 |
= How to flip uploaded gallery image? =
|
358 |
|
359 |
When you open gallery images manager you'll find there image edit mode where you can flip source image
|
360 |
|
361 |
+
= How many menu buttons styles do you have in gallery menu ? =
|
362 |
+
|
363 |
+
Gallery menu have multiply configuration options. Some of the options changing color of the buttons, some of them changing style of the buttons, which makes buttons for example 3d or with rounded corners
|
364 |
+
|
365 |
= How to change font color of the gallery image caption? =
|
366 |
|
367 |
In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
|
370 |
|
371 |
When you open gallery settings you can see there hover options section where we implemented settings for every hover button. Here you can select icons for buttons and style for this icon
|
372 |
|
|
|
|
|
|
|
|
|
373 |
= What can I do if some gallery interface elements in backend do not work properly? =
|
374 |
|
375 |
If you have some conflict in gallery back end you can sort it with new compatibility option. If combo box element do not drop down you can switch between classic and modern style, as result you can avoid conflict with another code.
|
376 |
|
377 |
+
= Is it possible to turn off border of the gallery thumbnails? =
|
378 |
+
|
379 |
+
Yes, in gallery options you can turn on/off border option
|
380 |
+
|
381 |
= How to customize border of the gallery thumbnails? =
|
382 |
|
383 |
In gallery settings you can find general settings section where you can turn on/off thumbnails border. Also you can customize there style of the border, namely width, color and style of the thumbnail borders
|
384 |
|
385 |
+
= Is it possible to use HTML in image description ? =
|
386 |
+
|
387 |
+
Yes, you can use HTML tags inside gallery image description field
|
388 |
+
|
389 |
+
= How I can make gallery only with one size pictures but I would like to arrange gallery with pictures of the different size - one big, several smaller? =
|
390 |
+
|
391 |
+
In our gallery you can define different amount of the columns for the images thumbnails and every gallery image could have different width which measuring by columns of the images thumbnails. For example you can define 2 column size for the image 1 and 3 columns size for image 5 but the rest of the gallery images could stay with default one column value in images settings.
|
392 |
+
|
393 |
+
= Is it possible to change color of the hovered image in gallery? =
|
394 |
+
|
395 |
+
Yes, you can easily change color of the hovered image in gallery in backend. In gallery settings we build-in comfortable color selector which make you able to change color of the gallery interface elements.
|
396 |
+
|
397 |
+
= Where it's possible to define vertical and horizontal paddings? =
|
398 |
+
|
399 |
+
In gallery settings you can define horizontal and vertical paddings between gallery thumbnails
|
400 |
+
|
401 |
= Where to change settings of the image of the gallery? =
|
402 |
|
403 |
Settings of the gallery image you can change in images manager. There you can upload, edit or customize already uploaded images to the gallery
|
404 |
|
405 |
+
= How to customize gallery hover effect shutter layout? =
|
406 |
|
407 |
+
In gallery hover settings you can enable template where you can fully customize layout of the shutter content using HTML tags, text and images. In template we have implemented some build in tags which going to help you to build in some gallery images elements into hover
|
408 |
+
|
409 |
+
= How to change amount of images loading on gallery page? =
|
410 |
+
|
411 |
+
In gallery settings we have few options which makes you able to select amount of the images for the first load and for load more action
|
412 |
|
413 |
= How many buttons with icons do you have in gallery? =
|
414 |
|
418 |
|
419 |
Yes, you can change background color of the gallery lightbox. When you open gallery settings you can find there gallery lightbox settings block, where you can change color of the gallery lightbox background.
|
420 |
|
421 |
+
= Which permissions do I need to have on server for proper gallery installation? =
|
422 |
+
|
423 |
+
Our gallery do not require any special permissions for installation of the gallery or during upload of the gallery images. All requirements are basic: our gallery have the same requirements as Wordpress have.
|
424 |
+
|
425 |
= How to change amount of the columns in gallery layout? =
|
426 |
|
427 |
In gallery general settings you can find gallery thumbnails columns options which could depend of the device screen size. You can define different gallery columns amount for different resolution.
|
428 |
|
429 |
+
= How to define custom ALT for gallery image? =
|
430 |
+
|
431 |
+
When you open gallery images manager you can define alt for every gallery image there
|
432 |
+
|
433 |
+
= How to change font style of the gallery image caption? =
|
434 |
+
|
435 |
+
In gallery settings you can enable custom caption settings where you can customize font style and see results in live preview
|
436 |
+
|
437 |
+
= How to make shadow for the gallery thumbnails? =
|
438 |
+
|
439 |
+
Shadows of the thumbnails you can customize in gallery settings. With gallery settings you can change size , color and position of the gallery thumbnails shadow
|
440 |
+
|
441 |
+
= Do you have some limits for images amount in gallery? =
|
442 |
+
|
443 |
+
No, we don't have any limits for amount of the images in gallery
|
444 |
+
|
445 |
+
= How to define custom link for some gallery images? =
|
446 |
+
|
447 |
+
Every gallery image have additional fields where you can define custom link, title, description. All this options you can find in gallery images manager, inside general gallery settings
|
448 |
+
|
449 |
= How to define custom hover effect for some gallery thumbnail? =
|
450 |
|
451 |
When you open gallery media manager you'll see there list of the gallery images. Click on some image and on the right side you'll see images options. Every gallery image have custom effect field where you can select different hover effect for every image of the gallery.
|
454 |
|
455 |
In lightbox section of the gallery settings you can find hide title option. If you enable it titles of the gallery images in lightbox will be turned off.
|
456 |
|
457 |
+
= How to add text before and after gallery? =
|
458 |
+
|
459 |
+
In gallery settings you can find before/after text gallery field. This fields support HTML tags.
|
460 |
+
|
461 |
+
= How to use multi-category functionality of the gallery? =
|
462 |
+
|
463 |
+
In our gallery we implemented multi-categories structure. Every gallery category could have child and parent gallery, which you can manually define in gallery settings
|
464 |
+
|
465 |
+
= Do you have some conflict in gallery back end? =
|
466 |
+
|
467 |
+
If you have some conflict in gallery back end you can sort it with new compatibility option. You can switch between standard and alternative jquery library. This modes implemented to help you to avoid any conflicts with another libraries from wordpress themes or another plugin.
|
468 |
+
|
469 |
+
= How to define custom link for some gallery images? =
|
470 |
+
|
471 |
+
Every gallery image have additional fields where you can define custom link, title, description. All this options you can find in gallery images manager, inside general gallery settings
|
472 |
+
|
473 |
+
= Do you have some limit for images size in gallery? =
|
474 |
+
|
475 |
+
No, we don't have any limits for image size in our gallery.
|
476 |
+
|
477 |
+
= Where to change font color of the gallery lightbox text? =
|
478 |
+
|
479 |
+
When you open gallery settings you can find there gallery lightbox settings block, where you can gallery lightbox text color using color selector.
|
480 |
+
|
481 |
+
= How to change transparency of the gallery thumbnails border? =
|
482 |
+
|
483 |
+
When you enable border in gallery settings you will see multiply options for customization of the border. When you open color selector you can also select some transparency value there
|
484 |
+
|
485 |
+
= How to define size of the gallery images thumbnails? =
|
486 |
+
|
487 |
+
Our gallery is fully responsive and gallery thumbnails size depend of a lot of factors. Gallery calculate thumbnails automatically depend of the general gallery size and gallery layout settings. First of all you can define ratio values for gallery thumbnails. Size of the thumbnails could be selected from standard pre-defined wordpress sizes: thumbnail, medium, large, full
|
488 |
+
|
489 |
+
= How to customize border of the gallery thumbnails? =
|
490 |
+
|
491 |
+
In gallery settings you can find general settings section where you can turn on/off thumbnails border. Also you can customize there style of the border, namely width, color and style of the thumbnail borders
|
492 |
+
|
493 |
= Which tags build in shutter of gallery hover template customization? =
|
494 |
|
495 |
For now we have build in @@TITLE@@, @@CAPTION@@, @@DESCR@@
|
496 |
|
497 |
+
= How to rotate uploaded gallery image? =
|
498 |
+
|
499 |
+
When you open gallery images manager you'll find there image edit mode where you can rotate source image
|
500 |
+
|
501 |
+
= How to change font size of the gallery image description text? =
|
502 |
+
|
503 |
+
In gallery settings, when enabled custom hover settings you can customize style of the gallery image description text. In this settings you can change size of the text
|
504 |
+
|
505 |
+
= How to change style of the gallery thumbnails border? =
|
506 |
+
|
507 |
+
When you enable border in gallery settings you will see multiply options for customization of the border. One of the options it's border style. You can select one value from pre-defined list
|
508 |
+
|
509 |
+
= Is it possible to insert video as gallery link? =
|
510 |
+
|
511 |
+
Yes. When you open gallery media manager you'll see there list of the gallery images. Click on some image and on the right side you'll see images options. Every gallery image have video link field in gallery image options, where you can define some custom link to the online video.
|
512 |
+
|
513 |
== Screenshots ==
|
514 |
|
515 |
1. Gallery Demo 1
|
584 |
|
585 |
== Changelog ==
|
586 |
|
587 |
+
= 1.9.11 =
|
588 |
+
* Update English language main file
|
589 |
+
|
590 |
= 1.9.10 =
|
591 |
* Code optimization and small code fixes
|
592 |
|
1007 |
|
1008 |
== Upgrade Notice ==
|
1009 |
|
1010 |
+
= 1.9.11 =
|
1011 |
+
Update English language main file
|
1012 |
+
|
1013 |
= 1.9.10 =
|
1014 |
Code optimization and small code fixes
|
1015 |
|
robogallery.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
* Plugin Name: Robo Gallery
|
9 |
* Plugin URI: http://robosoft.co/robogallery
|
10 |
* Description: A responsive, easy and elegant way to show gallery.
|
11 |
-
* Version: 1.9.
|
12 |
* Author: RoboSoft (c)
|
13 |
* Author URI: http://robosoft.co/robogallery
|
14 |
* License: GPL-2.0+
|
@@ -19,7 +19,7 @@
|
|
19 |
|
20 |
if ( ! defined( 'WPINC' ) ) die;
|
21 |
define("ROBO_GALLERY", 1);
|
22 |
-
define("ROBO_GALLERY_VERSION", '1.9.
|
23 |
define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
|
24 |
define("ROBO_GALLERY_SPECIAL", 0);
|
25 |
|
8 |
* Plugin Name: Robo Gallery
|
9 |
* Plugin URI: http://robosoft.co/robogallery
|
10 |
* Description: A responsive, easy and elegant way to show gallery.
|
11 |
+
* Version: 1.9.11
|
12 |
* Author: RoboSoft (c)
|
13 |
* Author URI: http://robosoft.co/robogallery
|
14 |
* License: GPL-2.0+
|
19 |
|
20 |
if ( ! defined( 'WPINC' ) ) die;
|
21 |
define("ROBO_GALLERY", 1);
|
22 |
+
define("ROBO_GALLERY_VERSION", '1.9.11');
|
23 |
define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
|
24 |
define("ROBO_GALLERY_SPECIAL", 0);
|
25 |
|