Featured Image From URL - Version 3.2.8

Version Description

  • Improvement: the translation process is being integrated with WordPress.org (all the strings should be available to the community soon).
Download this release

Release Info

Developer marceljm
Plugin Icon 128x128 Featured Image From URL
Version 3.2.8
Comparing to
See all releases

Code changes from version 3.2.7 to 3.2.8

admin/api.php CHANGED
@@ -146,7 +146,7 @@ add_action('rest_api_init', function () {
146
 
147
  function fifu_get_private_data_permissions_check() {
148
  if (!current_user_can('edit_posts')) {
149
- return new WP_Error('rest_forbidden', esc_html__('You cannot access private data.', 'featured-image-from-url'), array('status' => 401));
150
  }
151
  return true;
152
  }
146
 
147
  function fifu_get_private_data_permissions_check() {
148
  if (!current_user_can('edit_posts')) {
149
+ return new WP_Error('rest_forbidden', __('Private'), array('status' => 401));
150
  }
151
  return true;
152
  }
admin/category.php CHANGED
@@ -32,6 +32,7 @@ function fifu_ctgr_edit_box($term) {
32
  }
33
  $show_ignore = 'display:none;';
34
 
 
35
  include 'html/category.html';
36
  }
37
 
@@ -47,6 +48,7 @@ function fifu_ctgr_add_box() {
47
  $show_alt = $show_image = $show_link = 'display:none;';
48
  $show_ignore = 'display:none;';
49
 
 
50
  include 'html/category.html';
51
  }
52
 
32
  }
33
  $show_ignore = 'display:none;';
34
 
35
+ $fifu = fifu_get_strings_meta_box();
36
  include 'html/category.html';
37
  }
38
 
48
  $show_alt = $show_image = $show_link = 'display:none;';
49
  $show_ignore = 'display:none;';
50
 
51
+ $fifu = fifu_get_strings_meta_box();
52
  include 'html/category.html';
53
  }
54
 
admin/html/category.html CHANGED
@@ -3,7 +3,7 @@
3
  <tr>
4
  <td>
5
  <span class="dashicons dashicons-camera" style="font-size:20px"></span>
6
- <?php esc_html_e('Featured image', 'featured-image-from-url'); ?>
7
  </td>
8
  <td>
9
  <div class="box" style="max-width: 240px;">
3
  <tr>
4
  <td>
5
  <span class="dashicons dashicons-camera" style="font-size:20px"></span>
6
+ <?php $fifu['title']['category']['image']() ?>
7
  </td>
8
  <td>
9
  <div class="box" style="max-width: 240px;">
admin/html/js/meta-box.js CHANGED
@@ -107,8 +107,8 @@ jQuery(document).ready(function () {
107
  });
108
 
109
  // title
110
- jQuery("div#imageUrlMetaBox").find('h2').replaceWith('<h3 style="top:7px;position:relative;"><span class="dashicons dashicons-camera" style="font-size:15px"></span> Featured image</h3>');
111
- jQuery("div#urlMetaBox").find('h2').replaceWith('<h4 style="top:5px;position:relative;"><span class="dashicons dashicons-camera" style="font-size:15px"></span> Product image</h4>');
112
  });
113
 
114
  function fifu_get_sizes() {
107
  });
108
 
109
  // title
110
+ jQuery("div#imageUrlMetaBox").find('h2').replaceWith('<h3 style="top:7px;position:relative;"><span class="dashicons dashicons-camera" style="font-size:15px"></span>' + jQuery("div#imageUrlMetaBox").find('h2').text() + '</h3>');
111
+ jQuery("div#urlMetaBox").find('h2').replaceWith('<h4 style="top:5px;position:relative;"><span class="dashicons dashicons-camera" style="font-size:15px"></span>' + jQuery("div#urlMetaBox").find('h2').text() + '</h4>');
112
  });
113
 
114
  function fifu_get_sizes() {
admin/html/menu.html CHANGED
@@ -2,118 +2,118 @@
2
 
3
  <div class="header-box">
4
  <h1 style="color:white;padding-left:20px"><span class="dashicons dashicons-camera" style="font-size:30px"></span><span style="padding-left:20px">featured image from url 3</span></h1>
5
- <a href="https://chrome.google.com/webstore/detail/fifu-scraper/pccimcccbkdeeadhejdmnffmllpicola" target="_blank"><img class="fifu-chrome" src="https://storage.googleapis.com/featuredimagefromurl/chrome-web-store2.png" title="<?php esc_html_e('Chrome Extension Available', 'featured-image-from-url'); ?>"/></a>
6
  </div>
7
 
8
- <div id="tabs-top" style="float:left">
9
  <ul>
10
- <li><a href="#tabs-d"><i class="fas fa-envelope"></i> <?php esc_html_e('Help', 'featured-image-from-url'); ?></a></li>
11
- <li><a href="#tabs-k"><i class="fas fa-user-cog"></i> <?php esc_html_e('Admin', 'featured-image-from-url'); ?></a></li>
12
- <li><a href="#tabs-g"><i class="fas fa-image"></i> <?php esc_html_e('Featured Image', 'featured-image-from-url'); ?></a></li>
13
- <li><a href="#tabs-b"><i class="fas fa-flag-checkered"></i> <?php esc_html_e('URL from Post Content', 'featured-image-from-url'); ?></a></li>
14
- <li><a href="#tabs-j"><i class="fas fa-database"></i> <?php esc_html_e('Metadata', 'featured-image-from-url'); ?></a></li>
15
- <li><a href="#tabs-i"><i class="fas fa-tachometer-alt"></i> <?php esc_html_e('Performance', 'featured-image-from-url'); ?></a></li>
16
- <li><a href="#tabs-q"><i class="fas fa-robot"></i> <?php esc_html_e('REST API', 'featured-image-from-url'); ?></a></li>
17
- <li><a href="#tabs-l"><i class="fas fa-code"></i> <?php esc_html_e('Shortcode') ?></a></li>
18
- <li><a href="#tabs-m"><i class="fas fa-images"></i> <?php esc_html_e('Slider', 'featured-image-from-url'); ?></a></li>
19
- <li><a href="#tabs-n"><i class="fas fa-share-alt"></i> <?php esc_html_e('Social', 'featured-image-from-url'); ?></a></li>
20
- <li><a href="#tabs-e"><i class="fas fa-quote-left"></i> <?php esc_html_e('Text', 'featured-image-from-url'); ?></a></li>
21
- <li><a href="#tabs-c"><i class="fas fa-play"></i> <?php esc_html_e('Video', 'featured-image-from-url'); ?></a></li>
22
- <li><a href="#tabs-o"><i class="fas fa-shopping-cart"></i> <?php esc_html_e('WooCommerce', 'featured-image-from-url'); ?></a></li>
23
- <li><a href="#tabs-p"><i class="fas fa-redo"></i> <?php esc_html_e('WP All Import', 'featured-image-from-url'); ?></a></li>
24
- <li><a href="#tabs-t"><i class="fas fa-info-circle"></i> <?php esc_html_e('Troubleshooting', 'featured-image-from-url'); ?></a></li>
25
  <br>
26
  <br>
27
 
28
  <div id="tabs-k">
29
  <div class="box">
30
- <h2><?php esc_html_e('FIFU Column', 'featured-image-from-url'); ?></h2>
31
  <div class="greybox">
32
- <?php esc_html_e('The plugin adds a new column to your post list. Below you can choose the height (px) of the image in the column. To disable that, just uncheck "FIFU" in the Screen Options.', 'featured-image-from-url'); ?>
33
  </div>
34
  <br>
35
- <form
36
- id="fifu_form_column"
37
- action="javascript:void(0)"
38
  method="post">
39
- <input id="fifu_input_column_height" type="text" name="fifu_input_column_height" value="<?php echo $column_height; ?>" placeholder="<?php esc_html_e('e.g.: 64', 'featured-image-from-url'); ?>" size="4">
40
- <input type="submit" value="<?php esc_html_e('Submit', 'featured-image-from-url'); ?>" >
41
  </form>
42
  </div>
43
 
44
  <div class="box">
45
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
46
- <h2><?php esc_html_e('Gallery Fields', 'featured-image-from-url'); ?></h2>
47
  <div class="greybox" id="grad2">
48
- <?php esc_html_e('Choose the number of fields you have in the post editor.', 'featured-image-from-url'); ?><br><br>
49
  <table style="text-align:left">
50
  <tr>
51
- <th>
52
- <label for="fifu_input_spinner_image"
53
- placehold><?php esc_html_e('WooCommerce Image Gallery:', 'featured-image-from-url'); ?></label>
54
  </th>
55
  <th>
56
- <input id="fifu_input_spinner_image"
57
- name="fifu_input_spinner_image"
58
  size="4">
59
  </th>
60
- </tr>
61
  <tr>
62
  <th>
63
- <label for="fifu_input_spinner_video"><?php esc_html_e('WooCommerce Video Gallery:', 'featured-image-from-url'); ?></label>
64
  </th>
65
  <th>
66
- <input id="fifu_input_spinner_video"
67
- name="fifu_input_spinner_video"
68
  size="4">
69
  </th>
70
  </tr>
71
  <tr>
72
  <th>
73
- <label for="fifu_input_spinner_slider"><?php esc_html_e('Featured Slider:', 'featured-image-from-url'); ?></label>
74
  </th>
75
  <th>
76
- <input id="fifu_input_spinner_slider"
77
- name="fifu_input_spinner_slider"
78
  size="4">
79
  </th>
80
- </tr>
81
  </table>
82
  </div>
83
  <br>
84
- <input type="submit" value="<?php esc_html_e('Submit', 'featured-image-from-url'); ?>" disabled>
85
  </div>
86
 
87
  <div class="box">
88
- <h2><?php esc_html_e('Media Library', 'featured-image-from-url'); ?></h2>
89
  <div class="greybox">
90
- <?php esc_html_e('Show the external images in your media library.', 'featured-image-from-url'); ?>
91
  <br>
92
  <br>
93
- <b><?php esc_html_e('Important:', 'featured-image-from-url'); ?></b> <?php esc_html_e('if some external image is not being shown in the media library, run Metadata > Save Image Dimensions.', 'featured-image-from-url'); ?>
94
  </div>
95
  <br>
96
- <form
97
- id="fifu_form_media_library"
98
- action="javascript:void(0)"
99
  method="post">
100
  <table>
101
  <tr>
102
  <td>
103
- <input
104
- type="submit"
105
- href="javascript:void(0)"
106
- id="fifu_toggle_media_library"
107
- onclick="invert('media_library')"
108
- name="fifu_toggle_media_library"
109
- class="<?php echo $enable_media_library; ?>"
110
  value=""
111
  style="display:block;border:none">
112
 
113
- <input
114
- type="hidden"
115
- id="fifu_input_media_library"
116
- name="fifu_input_media_library"
117
  value="" ></td>
118
  <td></td>
119
  </tr>
@@ -121,33 +121,33 @@
121
  </form>
122
  </div>
123
  <div class="box">
124
- <h2><?php esc_html_e('jQuery', 'featured-image-from-url'); ?></h2>
125
  <div class="greybox">
126
- <?php esc_html_e('If for some reason jQuery is missing from your site, which is not commom, you can import that from a CDN.', 'featured-image-from-url'); ?>
127
  </div>
128
  <br>
129
- <form
130
- id="fifu_form_jquery"
131
- action="javascript:void(0)"
132
  method="post">
133
  <table>
134
  <tr>
135
  <td>
136
- <input
137
- type="submit"
138
- href="javascript:void(0)"
139
- id="fifu_toggle_jquery"
140
- onclick="invert('jquery')"
141
- name="fifu_toggle_jquery"
142
- class="<?php echo $enable_jquery; ?>"
143
  value=""
144
  style="display:block;border:none">
145
- <input
146
- type="hidden"
147
- id="fifu_input_jquery"
148
- name="fifu_input_jquery"
149
  value="" ></td>
150
- <td><?php esc_html_e('import jQuery from a CDN', 'featured-image-from-url'); ?></td>
151
  </tr>
152
  </table>
153
  </form>
@@ -156,10 +156,10 @@
156
  <div id="tabs-b">
157
  <div class="box">
158
 
159
- <h2><?php esc_html_e('Configuration', 'featured-image-from-url'); ?></h2>
160
  <div class="greybox">
161
- <?php esc_html_e('It reads the HTML of your post and use the 1st image (or video) URL found as Featured Image. It happens when you click on Publish (or Update) button.', 'featured-image-from-url'); ?><br/><br/>
162
- <b><?php esc_html_e('Requirement:', 'featured-image-from-url'); ?></b> <?php esc_html_e('the images need to be in an "img" HTML tag and videos in an "iframe" tag. Contents provided by [shortcode] can\'t be read.', 'featured-image-from-url'); ?>
163
  </div>
164
 
165
  <br>
@@ -167,274 +167,273 @@
167
  <table style="text-align:left">
168
  <tr>
169
  <th>
170
- <form
171
- id="fifu_form_spinner_nth"
172
- action="javascript:void(0)"
173
  method="post">
174
- <input id="fifu_input_spinner_nth"
175
- name="fifu_input_spinner_nth"
176
- value="<?php echo $nth_image; ?>"
177
  size="3"
178
  style="width:40px">
179
  <br>
180
- <input type="submit" value="<?php esc_html_e('OK', 'featured-image-from-url'); ?>" style="width:72px">
181
  </form>
182
- </th>
183
- <th>
184
- <?php esc_html_e('image (or video) position', 'featured-image-from-url'); ?>
185
- </th>
186
  </tr>
187
  <tr>
188
  <th>
189
- <form
190
- id="fifu_form_get_first"
191
- action="javascript:void(0)"
192
  method="post">
193
- <input
194
- type="submit"
195
- href="javascript:void(0)"
196
- id="fifu_toggle_get_first"
197
- onclick="invert('get_first')"
198
- name="fifu_toggle_get_first"
199
- class="<?php echo $enable_get_first; ?>"
200
  value="" style="display:block;border:none">
201
 
202
- <input
203
- type="hidden"
204
- id="fifu_input_get_first"
205
- name="fifu_input_get_first"
206
  value="" >
207
  </form>
208
  </th>
209
- <th>
210
- <?php esc_html_e('use the 1st (or nth) image (or video) as Featured Image', 'featured-image-from-url'); ?>
211
  </th>
212
- </tr>
213
  <tr>
214
  <th>
215
- <form
216
- id="fifu_form_pop_first"
217
- action="javascript:void(0)"
218
  method="post">
219
- <input
220
- type="submit"
221
- href="javascript:void(0)"
222
- id="fifu_toggle_pop_first"
223
- onclick="invert('pop_first')"
224
- name="fifu_toggle_pop_first"
225
- class="<?php echo $enable_pop_first; ?>"
226
  value="" style="display:block;border:none">
227
 
228
- <input
229
  type="hidden"
230
- id="fifu_input_pop_first"
231
- name="fifu_input_pop_first"
232
  value="" >
233
  </form>
234
  </th>
235
- <th>
236
- <?php esc_html_e('hide the 1st (or nth) image (or video) from content', 'featured-image-from-url'); ?>
237
  </th>
238
  </tr>
239
  <tr>
240
  <th>
241
- <form
242
- id="fifu_form_query_strings"
243
- action="javascript:void(0)"
244
  method="post">
245
- <input
246
- type="submit"
247
- href="javascript:void(0)"
248
- id="fifu_toggle_query_strings"
249
- onclick="invert('query_strings')"
250
- name="fifu_toggle_query_strings"
251
- class="<?php echo $enable_query_strings; ?>"
252
  value=""
253
  style="display:block;border:none">
254
 
255
- <input
256
  type="hidden"
257
- id="fifu_input_query_strings"
258
- name="fifu_input_query_strings"
259
  value="" >
260
  </form>
261
  </th>
262
- <th>
263
- <?php esc_html_e('remove query strings (whatever follows the question mark sign "?")', 'featured-image-from-url'); ?>
264
  </th>
265
- </tr>
266
  <tr>
267
  <th>
268
- <form
269
- id="fifu_form_ovw_first"
270
- action="javascript:void(0)"
271
  method="post">
272
- <input
273
- type="submit"
274
- href="javascript:void(0)"
275
- id="fifu_toggle_ovw_first"
276
- onclick="invert('ovw_first')"
277
- name="fifu_toggle_ovw_first"
278
- class="<?php echo $enable_ovw_first; ?>"
279
  value="" style="display:block;border:none">
280
 
281
- <input
282
  type="hidden"
283
- id="fifu_input_ovw_first"
284
- name="fifu_input_ovw_first"
285
  value="" >
286
  </form>
287
  </th>
288
- <th>
289
- <?php esc_html_e('overwrite the existing Featured Image (or video)', 'featured-image-from-url'); ?>
290
  </th>
291
- </tr>
292
- </table>
293
  </div>
294
  <div class="box">
295
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
296
- <h2><?php esc_html_e('All Posts', 'featured-image-from-url'); ?></h2>
297
  <div class="greybox" id="grad2">
298
- <?php esc_html_e('Update all your posts applying the configuration above. ', 'featured-image-from-url'); ?>
299
- <?php esc_html_e('To repeat the process enable the toggle again.', 'featured-image-from-url'); ?>
300
  <br/>
301
  <br/>
302
- <b><?php esc_html_e('Important: ', 'featured-image-from-url'); ?></b><?php esc_html_e('this process can take several minutes and can\'t be undone, so make a backup.', 'featured-image-from-url'); ?>
303
  <br/>
304
  <br/>
305
- <b><?php esc_html_e('Requirement: ', 'featured-image-from-url'); ?></b><?php esc_html_e('if you have thousands of posts, access wp-config.php and add "set_time_limit(1800);" before the "Happy publishing" line. This ensures the process won\'t be killed before 30 minutes (the default value is 30 seconds).', 'featured-image-from-url'); ?>
306
  <br/>
307
  <br/>
308
- <b><?php esc_html_e('Tip: ', 'featured-image-from-url'); ?></b><?php esc_html_e('to schedule this process (hourly, daily etc), you can use the hook fifu_event with your favorite cron event plugin. Suggestion:', 'featured-image-from-url'); ?> <a href="https://wordpress.org/plugins/wp-crontrol/">WP Crontrol</a>.
309
  </div>
310
  <br>
311
- <table style="text-align:left">
312
  <tr>
313
  <th>
314
- <input
315
- type="submit"
316
- href="javascript:void(0)"
317
- class="toggleoff"
318
  value=""
319
  style="display:block;border:none">
320
  </th>
321
- <th>
322
- <?php esc_html_e('ignore posts that already have a Featured Image (or video)', 'featured-image-from-url'); ?>
323
  </th>
324
  </tr>
325
  <tr>
326
  <th>
327
- <input
328
- type="submit"
329
- href="javascript:void(0)"
330
- class="toggleoff"
331
  value=""
332
  style="display:block;border:none">
333
  </th>
334
- <th>
335
- <?php esc_html_e('update all your posts now', 'featured-image-from-url'); ?>
336
  </th>
337
- </tr>
338
  </table>
339
  </div>
340
  </div>
341
  <div id="tabs-g">
342
  <div class="box">
343
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
344
- <h2><?php esc_html_e('Same Height', 'featured-image-from-url'); ?></h2>
345
  <div class="greybox" id="grad2">
346
- <?php esc_html_e('If you have different sizes of images on your home (or shop), enable the toggle below to show them in the same height. Depending on your theme, it may be necessary to use a Selector to inform where is the group of images that you want to resize. ', 'featured-image-from-url'); ?>
347
  </div>
348
  <br>
349
 
350
  <div id="tabsCrop">
351
 
352
  <ul>
353
- <li><a href="#tabsCrop-a"><?php esc_html_e('Same Height', 'featured-image-from-url'); ?></a></li>
354
- <li><a href="#tabsCrop-b"><?php esc_html_e('Selector', 'featured-image-from-url'); ?></a></li>
355
- <li><a href="#tabsCrop-c"><?php esc_html_e('Size Ratio', 'featured-image-from-url'); ?></a></li>
356
- <li><a href="#tabsCrop-d"><?php esc_html_e('Object Fit', 'featured-image-from-url'); ?></a></li>
357
- <li><a href="#tabsCrop-e"><?php esc_html_e('Delay', 'featured-image-from-url'); ?></a></li>
358
  <br>
359
  <br>
360
  <div id="tabsCrop-a">
361
  <table style="text-align:left">
362
  <tr>
363
  <th>
364
- <input
365
- type="submit"
366
- href="javascript:void(0)"
367
- class="toggleoff"
368
  value=""
369
  style="display:block;border:none">
370
  </th>
371
  </tr>
372
- </table>
373
  </div>
374
 
375
  <div id="tabsCrop-b">
376
  <div>
377
- <?php esc_html_e('Examples of selectors...', 'featured-image-from-url'); ?><br><br>
378
  <table style="text-align: left;">
379
  <tr>
380
  <th><b>#</b><i>products</i></th>
381
- <th>(<?php esc_html_e('attribute', 'featured-image-from-url'); ?> <b>id</b>="<i>products</i>")</th>
382
  </tr>
383
  <tr>
384
  <th><b>.</b><i>my-post-area</i></th>
385
- <th>(<?php esc_html_e('attribute', 'featured-image-from-url'); ?> <b>class</b>="<i>my-post-area</i>")</th>
386
  </tr>
387
  <tr>
388
  <th><b>#</b><i>products|4:3</i></th>
389
- <th>(<?php esc_html_e('attribute', 'featured-image-from-url'); ?> <b>id</b>="<i>products</i>" <?php esc_html_e('and you want a 4:3 size ratio', 'featured-image-from-url'); ?></th>
390
  </tr>
391
  </table>
392
  <br>
393
 
394
- <input id="fifu_input_crop0"
395
- type="text"
396
- placeholder="<?php esc_html_e('selector', 'featured-image-from-url'); ?> 1"
397
- style="width:130px"
 
 
 
 
 
398
  value="">
399
- <input id="fifu_input_crop1"
400
- type="text"
401
- placeholder="<?php esc_html_e('selector', 'featured-image-from-url'); ?> 2"
402
- style="width:130px"
403
  value="">
404
- <input id="fifu_input_crop2"
405
- type="text"
406
- placeholder="<?php esc_html_e('selector', 'featured-image-from-url'); ?> 3"
407
- style="width:130px"
408
  value="">
409
- <input id="fifu_input_crop3"
410
- type="text"
411
- placeholder="<?php esc_html_e('selector', 'featured-image-from-url'); ?> 4"
412
- style="width:130px"
413
  value="">
414
- <input id="fifu_input_crop4"
415
- type="text"
416
- placeholder="<?php esc_html_e('selector', 'featured-image-from-url'); ?> 5"
417
- style="width:130px"
418
- value="">
419
- <input type="submit"
420
- value="<?php esc_html_e('Submit', 'featured-image-from-url'); ?>" disabled>
421
  </div>
422
  </div>
423
 
424
  <div id="tabsCrop-c">
425
  <div>
426
- <?php esc_html_e('Examples of valid size ratios: 3:2, 16:9, 1:1...', 'featured-image-from-url'); ?>
427
  <br>
428
  <br>
429
  <table style="text-align:left">
430
  <tr>
431
  <th>
432
- <input id="fifu_input_crop_ratio"
433
- type="text"
434
- style="width:75px"
435
- value="">
436
- <input type="submit"
437
- value="<?php esc_html_e('Submit', 'featured-image-from-url'); ?>" disabled>
438
  </th>
439
  </tr>
440
  </table>
@@ -442,17 +441,17 @@
442
  </div>
443
 
444
  <div id="tabsCrop-d">
445
- - <b>cover</b>: <?php esc_html_e('crops the images (the options center, top and bottom will be available in the post editor);', 'featured-image-from-url'); ?><br>
446
- - <b>contain</b>: <?php esc_html_e('shows full images (in smaller sizes);', 'featured-image-from-url'); ?><br>
447
- - <b>fill</b>: <?php esc_html_e('deforms the images.', 'featured-image-from-url'); ?><br>
448
  <br>
449
  <select id="select_fit" style="width:100px">
450
  <option value="cover">cover</option>
451
  <option value="contain">contain</option>
452
  <option value="fill">fill</option>
453
- </select>
454
- <input type="submit"
455
- value="<?php esc_html_e('Submit', 'featured-image-from-url'); ?>" disabled>
456
  </form>
457
  </div>
458
 
@@ -460,13 +459,13 @@
460
  <table>
461
  <tr>
462
  <th>
463
- <input id="fifu_input_crop_delay"
464
- name="fifu_input_crop_delay"
465
  step="50"
466
  size="5">
467
  </th>
468
- <th>
469
- <?php esc_html_e('time (in ms)', 'featured-image-from-url'); ?>
470
  </th>
471
  </tr>
472
  </table>
@@ -477,359 +476,359 @@
477
 
478
  <div class="box">
479
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
480
- <h2><?php esc_html_e('Giphy Search', 'featured-image-from-url'); ?></h2>
481
  <div class="greybox" id="grad2">
482
- <?php esc_html_e('Enable keyword gif search at featured image box.', 'featured-image-from-url'); ?>
483
  </div>
484
  <br>
485
  <table style="text-align:left">
486
  <tr>
487
  <th>
488
- <input
489
- type="submit"
490
- href="javascript:void(0)"
491
- class="toggleoff"
492
  value=""
493
  style="display:block;border:none">
494
  </th>
495
- </tr>
496
  </table>
497
  </div>
498
 
499
  <div class="box">
500
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
501
- <h2><?php esc_html_e('Unsplash Image Size', 'featured-image-from-url'); ?></h2>
502
  <div class="greybox" id="grad2">
503
- <?php esc_html_e('Choose the size of the Unsplash images (loaded randomly or via keywords search). Examples of valid sizes: 500x500, 300x400, 1920x1080... Or leave this field empty to get the original size.', 'featured-image-from-url'); ?>
504
  </div>
505
  <br>
506
- <input id="fifu_input_unsplash_size"
507
- type="text"
508
  name="fifu_input_unsplash_size"
509
  value=""
510
  size="8">
511
- <input type="submit"
512
- value="<?php esc_html_e('Submit', 'featured-image-from-url'); ?>" disabled>
513
  </div>
514
 
515
  <div class="box">
516
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
517
- <h2><?php esc_html_e('Replace Not Found Image', 'featured-image-from-url'); ?></h2>
518
  <div class="greybox" id="grad2">
519
- <?php esc_html_e('Define the URL of an image to be shown in case of image not found error.', 'featured-image-from-url'); ?>
520
  <br><br>
521
- <input id="fifu_input_error_url"
522
- type="text"
523
- name="fifu_input_error_url"
524
- style="width:675px"
525
  value="">
526
- <input type="submit"
527
- value="<?php esc_html_e('Submit', 'featured-image-from-url'); ?>" disabled>
528
  </div>
529
  </div>
530
 
531
  <div class="box">
532
- <h2><?php esc_html_e('Default Featured Image', 'featured-image-from-url'); ?></h2>
533
  <div class="greybox">
534
- <?php esc_html_e('Define the URL of a default image to be shown when you create (or update) a post with no Featured Image.', 'featured-image-from-url'); ?>
535
  <br><br>
536
- <form
537
- id="fifu_form_default_url"
538
- action="javascript:void(0)"
539
  method="post">
540
 
541
- <input id="fifu_input_default_url"
542
- type="text"
543
- name="fifu_input_default_url"
544
- style="width:675px"
545
  value="<?php echo $default_url; ?>">
546
 
547
- <input type="submit"
548
- value="<?php esc_html_e('Submit', 'featured-image-from-url'); ?>"
549
  onclick="fifu_default_js()">
550
  </form>
551
  </div>
552
 
553
  <br>
554
 
555
- <form
556
- id="fifu_form_enable_default_url"
557
- action="javascript:void(0)"
558
  method="post">
559
 
560
- <input
561
- type="submit"
562
- href="javascript:void(0)"
563
- id="fifu_toggle_enable_default_url"
564
  onclick="invert('enable_default_url');
565
- fifu_default_js();"
566
- name="fifu_toggle_enable_default_url"
567
- class="<?php echo $enable_default_url; ?>"
568
- value=""
569
  style="display:block;border:none" >
570
 
571
- <input
572
- type="hidden"
573
- id="fifu_input_enable_default_url"
574
- name="fifu_input_enable_default_url"
575
  value="" >
576
  </form>
577
  </div>
578
 
579
  <div class="box">
580
- <h2><?php esc_html_e('Featured Image in Content', 'featured-image-from-url'); ?></h2>
581
  <div class="greybox">
582
- <?php esc_html_e('Some themes don\'t show the Featured Image on posts (only on home). If that\'s is your case and you would like to show the Featured Image on posts, just enable the toggle. The Featured Image will appear at the beginning of the content, before the text.', 'featured-image-from-url'); ?>
583
  </div>
584
  <br>
585
  <table style="text-align:left">
586
  <tr>
587
  <th>
588
- <form
589
- id="fifu_form_content_page"
590
- action="javascript:void(0)"
591
  method="post">
592
 
593
- <input
594
- type="submit"
595
- href="javascript:void(0)"
596
- id="fifu_toggle_content_page"
597
- onclick="invert('content_page')"
598
- name="fifu_toggle_content_page"
599
- class="<?php echo $enable_content_page; ?>"
600
  value=""
601
  style="display:block;border:none">
602
 
603
- <input
604
- type="hidden"
605
- id="fifu_input_content_page"
606
- name="fifu_input_content_page"
607
  value="" >
608
  </form>
609
  </th>
610
- <th>
611
- <?php esc_html_e('on page', 'featured-image-from-url'); ?>
612
  </th>
613
- </tr>
614
  <tr>
615
  <th>
616
- <form
617
- id="fifu_form_content"
618
- action="javascript:void(0)"
619
  method="post">
620
 
621
- <input
622
- type="submit"
623
- href="javascript:void(0)"
624
- id="fifu_toggle_content"
625
- onclick="invert('content')"
626
- name="fifu_toggle_content"
627
- class="<?php echo $enable_content; ?>"
628
  value=""
629
  style="display:block;border:none">
630
 
631
- <input
632
- type="hidden"
633
- id="fifu_input_content"
634
- name="fifu_input_content"
635
  value="" >
636
- </form>
637
  </th>
638
- <th>
639
- <?php esc_html_e('on post', 'featured-image-from-url'); ?>
640
  </th>
641
- </tr>
642
  </table>
643
  </div>
644
 
645
  <div class="box">
646
- <h2><?php esc_html_e('Hide Featured Media', 'featured-image-from-url'); ?></h2>
647
  <div class="greybox">
648
- <?php esc_html_e('Hide the Featured Media (Image, Video or Slider) on posts but keeping its visibility on home.', 'featured-image-from-url'); ?>
649
  </div>
650
  <br>
651
  <table style="text-align:left">
652
  <tr>
653
  <th>
654
- <form
655
- id="fifu_form_hide_page"
656
- action="javascript:void(0)"
657
  method="post">
658
- <input
659
- type="submit"
660
- href="javascript:void(0)"
661
- id="fifu_toggle_hide_page"
662
- onclick="invert('hide_page')"
663
- name="fifu_toggle_hide_page"
664
- class="<?php echo $enable_hide_page; ?>"
665
  value="" style="display:block;border:none">
666
 
667
- <input
668
- type="hidden"
669
- id="fifu_input_hide_page"
670
- name="fifu_input_hide_page"
671
  value="" >
672
  </form>
673
  </th>
674
- <th>
675
- <?php esc_html_e('on page', 'featured-image-from-url'); ?>
676
  </th>
677
- </tr>
678
  <tr>
679
  <th>
680
- <form
681
- id="fifu_form_hide_post"
682
- action="javascript:void(0)"
683
  method="post">
684
- <input
685
- type="submit"
686
- href="javascript:void(0)"
687
- id="fifu_toggle_hide_post"
688
- onclick="invert('hide_post')"
689
- name="fifu_toggle_hide_post"
690
- class="<?php echo $enable_hide_post; ?>"
691
  value="" style="display:block;border:none">
692
 
693
- <input
694
  type="hidden"
695
- id="fifu_input_hide_post"
696
- name="fifu_input_hide_post"
697
  value="" >
698
  </form>
699
  </th>
700
- <th>
701
- <?php esc_html_e('on post', 'featured-image-from-url'); ?>
702
  </th>
703
  </tr>
704
  <tr>
705
  <th>
706
- <form
707
- id="fifu_form_hide_cpt"
708
- action="javascript:void(0)"
709
  method="post">
710
- <input
711
- type="submit"
712
- href="javascript:void(0)"
713
- id="fifu_toggle_hide_cpt"
714
- onclick="invert('hide_cpt')"
715
- name="fifu_toggle_hide_cpt"
716
- class="<?php echo $enable_hide_cpt; ?>"
717
  value=""
718
  style="display:block;border:none">
719
 
720
- <input
721
  type="hidden"
722
- id="fifu_input_hide_cpt"
723
- name="fifu_input_hide_cpt"
724
  value="" >
725
  </form>
726
  </th>
727
- <th>
728
- <?php esc_html_e('on custom post type', 'featured-image-from-url'); ?>
729
  </th>
730
- </tr>
731
  </table>
732
  </div>
733
 
734
  <div class="box">
735
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
736
- <h2><?php esc_html_e('Hover Effects', 'featured-image-from-url'); ?></h2>
737
  <div class="greybox" id="grad2">
738
- <?php esc_html_e('Choose a hover effect to be applied to the Featured Images on home.', 'featured-image-from-url'); ?>
739
  </div>
740
  <br>
741
  <select id="select_hover" style="width:30%">
742
  <option value=""></option>
743
- <option value="hover17"><?php esc_html_e('315 Degrees', 'featured-image-from-url'); ?></option>
744
- <option value="hover02"><?php esc_html_e('360 Degrees', 'featured-image-from-url'); ?></option>
745
- <option value="hover07"><?php esc_html_e('Blur', 'featured-image-from-url'); ?></option>
746
- <option value="hover10"><?php esc_html_e('Blur Gray Scale', 'featured-image-from-url'); ?></option>
747
- <option value="hover04"><?php esc_html_e('Brighten', 'featured-image-from-url'); ?></option>
748
- <option value="hover15"><?php esc_html_e('Circle', 'featured-image-from-url'); ?></option>
749
- <option value="hover13"><?php esc_html_e('Flashing', 'featured-image-from-url'); ?></option>
750
- <option value="hover08"><?php esc_html_e('Gray Scale', 'featured-image-from-url'); ?></option>
751
- <option value="hover16"><?php esc_html_e('Horizontal Rotation', 'featured-image-from-url'); ?></option>
752
- <option value="hover12"><?php esc_html_e('Opacity Color', 'featured-image-from-url'); ?></option>
753
- <option value="hover11"><?php esc_html_e('Opacity White', 'featured-image-from-url'); ?></option>
754
- <option value="hover18"><?php esc_html_e('Rainbow', 'featured-image-from-url'); ?></option>
755
- <option value="hover06"><?php esc_html_e('Rotate', 'featured-image-from-url'); ?></option>
756
- <option value="hover09"><?php esc_html_e('Sepia', 'featured-image-from-url'); ?></option>
757
- <option value="hover14"><?php esc_html_e('Shine', 'featured-image-from-url'); ?></option>
758
- <option value="hover05"><?php esc_html_e('Vertical Rotation', 'featured-image-from-url'); ?></option>
759
- <option value="hover01"><?php esc_html_e('Zoom In', 'featured-image-from-url'); ?></option>
760
- <option value="hover03"><?php esc_html_e('Zoom Out', 'featured-image-from-url'); ?></option>
761
  </select>
762
 
763
- <input id="fifu_input_hover_selector"
764
- type="text"
765
- name="fifu_input_hover_selector"
766
- placeholder="<?php esc_html_e('CSS selectors (optional)', 'featured-image-from-url'); ?>"
767
  value=""
768
  style="width:50%">
769
 
770
- <input type="submit" value="<?php esc_html_e('Submit', 'featured-image-from-url'); ?>" disabled>
771
  </div>
772
 
773
  <div class="box">
774
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
775
- <h2><?php esc_html_e('Image Validation', 'featured-image-from-url'); ?></h2>
776
  <div class="greybox" id="grad2">
777
- <?php esc_html_e('It checks images addresses and, when an image is not found, its URL is not saved. However, each validation can take some seconds. It is not integrated with URL from Post Content or REST API features.', 'featured-image-from-url'); ?>
778
  </div>
779
  <br>
780
- <input
781
- type="submit"
782
- href="javascript:void(0)"
783
- class="toggleoff"
784
  value="" style="display:block;border:none">
785
  </div>
786
 
787
  <div class="box">
788
- <h2><?php esc_html_e('CSS Style', 'featured-image-from-url'); ?></h2>
789
  <div class="greybox">
790
- <?php esc_html_e('Define a CSS style to be applied to the Featured Images. Example:', 'featured-image-from-url'); ?><br><br>
791
- width: 50%; border-radius: 8px; border: 1px solid #ddd; padding: 5px;
792
  </div>
793
  <br>
794
- <form
795
- id="fifu_form_css"
796
- action="javascript:void(0)"
797
  method="post">
798
 
799
- <input id="fifu_input_css"
800
- type="text"
801
- name="fifu_input_css"
802
- style="width:675px"
803
  value="<?php echo $css_style; ?>">
804
 
805
- <input type="submit"
806
- value="<?php esc_html_e('Submit', 'featured-image-from-url'); ?>" >
807
  </form>
808
  </div>
809
 
810
  <div class="box">
811
- <h2><?php esc_html_e('Add Class', 'featured-image-from-url'); ?></h2>
812
  <div class="greybox">
813
- <?php esc_html_e('Add the class "fifu-class" to the Featured Image tags.', 'featured-image-from-url'); ?><br>
814
  </div>
815
  <br>
816
- <form
817
- id="fifu_form_class"
818
- action="javascript:void(0)"
819
  method="post">
820
- <input
821
- type="submit"
822
- href="javascript:void(0)"
823
- id="fifu_toggle_class"
824
- onclick="invert('class')"
825
- name="fifu_toggle_class"
826
- class="<?php echo $enable_class; ?>"
827
  value="" style="display:block;border:none">
828
 
829
- <input
830
  type="hidden"
831
- id="fifu_input_class"
832
- name="fifu_input_class"
833
  value="" >
834
  </form>
835
  </div>
@@ -837,37 +836,37 @@
837
  </div>
838
  <div id="tabs-j">
839
  <div class="box">
840
- <h2><?php esc_html_e('Image Metadata', 'featured-image-from-url'); ?></h2>
841
  <div class="greybox">
842
- <?php esc_html_e('Generate the database registers that helps WordPress components to work with the external images.', 'featured-image-from-url'); ?>
843
  </div>
844
  <br>
845
  <table>
846
  <tr>
847
  <th>
848
- <form
849
- id="fifu_form_fake"
850
- action="javascript:void(0)"
851
  method="post">
852
- <input
853
- type="submit"
854
- href="javascript:void(0)"
855
- id="fifu_toggle_fake"
856
  onclick="invert('fake');
857
  fifu_fake_js(false);";
858
- name="fifu_toggle_fake"
859
- class="<?php echo $enable_fake; ?>"
860
  value=""
861
  style="display:block;border:none">
862
- <input
863
- type="hidden"
864
  id="fifu_input_fake"
865
- name="fifu_input_fake"
866
  value="" >
867
  </form>
868
  </th>
869
  <th>
870
- <?php esc_html_e('generate the missing metadata now:', 'featured-image-from-url'); ?>
871
  </th>
872
  <th>
873
  <div id="image_metadata_counter"><?php echo get_option('fifu_image_metadata_counter') ?></div>
@@ -878,11 +877,11 @@
878
 
879
  <div class="box">
880
 
881
- <h2><?php esc_html_e('Clean Metadata', 'featured-image-from-url'); ?></h2>
882
 
883
  <div class="greybox">
884
 
885
- <?php esc_html_e('Clean the Image Metadata generated by FIFU, but not the URLs. This option might be necessary if you intend to deactivate the plugin and use only internal Featured Images again.', 'featured-image-from-url'); ?>
886
 
887
  </div>
888
 
@@ -891,41 +890,41 @@
891
  <table style="text-align:left">
892
  <tr>
893
  <th>
894
- <form
895
- id="fifu_form_data_clean"
896
- action="javascript:void(0)"
897
  method="post">
898
- <input
899
- type="submit"
900
- href="javascript:void(0)"
901
- id="fifu_toggle_data_clean"
902
  onclick="invert('data_clean');
903
  fifu_clean_js();";
904
- name="fifu_toggle_data_clean"
905
- class="<?php echo $enable_data_clean; ?>"
906
  value=""
907
  style="display:block;border:none">
908
 
909
- <input
910
- type="hidden"
911
- id="fifu_input_data_clean"
912
- name="fifu_input_data_clean"
913
  value="" >
914
  </form>
915
  </th>
916
  <th>
917
- <?php esc_html_e('it will be automatically disabled when finished', 'featured-image-from-url'); ?>
918
  </th>
919
- </tr>
920
  </table>
921
  </div>
922
 
923
  <div class="box">
924
 
925
- <h2><?php esc_html_e('Save Image Dimensions', 'featured-image-from-url'); ?></h2>
926
 
927
  <div class="greybox">
928
- <?php esc_html_e('Some themes and plugins may not work correctly without image dimensions. This feature can get ~1 image dimension by second.', 'featured-image-from-url'); ?>
929
  </div>
930
 
931
  <br>
@@ -933,24 +932,24 @@
933
  <table style="text-align:left">
934
  <tr>
935
  <th>
936
- <form
937
- id="fifu_form_save_dimensions_all"
938
- action="javascript:void(0)"
939
  method="post">
940
- <input
941
- type="submit"
942
- href="javascript:void(0)"
943
- id="fifu_toggle_save_dimensions_all"
944
  onclick="invert('save_dimensions_all');
945
- fifu_save_dimensions_all_js();"
946
- name="fifu_toggle_save_dimensions_all"
947
- class="toggleoff"
948
  value=""
949
  style="display:block;border:none">
950
  </form>
951
  </th>
952
- <th>
953
- <?php esc_html_e('save the dimensions of all featured images now:', 'featured-image-from-url'); ?>
954
  </th>
955
  <th>
956
  <div id="countdown"><?php echo fifu_db_missing_dimensions() ?></div>
@@ -961,60 +960,60 @@
961
 
962
  <div class="box">
963
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
964
- <h2><?php esc_html_e('Schedule Metadata Generation', 'featured-image-from-url'); ?></h2>
965
  <div class="greybox" id="grad2">
966
- <?php esc_html_e('If you are setting the image URLs in a nonstandard way, the images probably won\'t be shown at front-end because some extra metadata is required. Here you can schedule an event to run each N minutes and check if there is some image URL without metadata and create that. The FIFU keys are listed on WP All Import > Custom Fields.', 'featured-image-from-url'); ?><br><br>
967
  <table style="text-align:left">
968
  <tr>
969
- <th>
970
- <label for="fifu_input_spinner_cron_metadata"
971
- placehold><?php esc_html_e('Interval (minutes)', 'featured-image-from-url'); ?></label>
972
  </th>
973
  <th>
974
- <input id="fifu_input_spinner_cron_metadata"
975
- name="fifu_input_spinner_cron_metadata"
976
  size="4">
977
  </th>
978
  <th>
979
- <input type="submit" value="<?php esc_html_e('Submit', 'featured-image-from-url'); ?>" disabled>
980
  </th>
981
- </tr>
982
  </table>
983
  </div>
984
  <br>
985
- <input
986
- type="submit"
987
- href="javascript:void(0)"
988
- class="toggleoff"
989
  value=""
990
  style="display:block;border:none">
991
  </div>
992
 
993
  <div class="box">
994
- <h2><?php esc_html_e('Database', 'featured-image-from-url'); ?></h2>
995
  <div class="greybox">
996
- <?php esc_html_e('Limit of rows to UPDATE, INSERT or DELETE by query. Higher this number, faster the features URL from Post Content > All Posts, Image Metadata and Clean Metadata. However, if you have too limited resources, don\'t increase this value too much, otherwise your database can bring down.', 'featured-image-from-url'); ?><br><br>
997
- <form
998
- id="fifu_form_db"
999
- action="javascript:void(0)"
1000
  method="post">
1001
 
1002
  <table style="text-align:left">
1003
  <tr>
1004
- <th>
1005
- <label for="fifu_input_spinner_db"
1006
- placehold><?php esc_html_e('Rows Limit', 'featured-image-from-url'); ?></label>
1007
  </th>
1008
  <th>
1009
- <input id="fifu_input_spinner_db"
1010
- name="fifu_input_spinner_db"
1011
- value="<?php echo $max_db; ?>"
1012
  size="4">
1013
  </th>
1014
  <th>
1015
- <input type="submit" value="<?php esc_html_e('Submit', 'featured-image-from-url'); ?>">
1016
  </th>
1017
- </tr>
1018
  </table>
1019
  </form>
1020
  </div>
@@ -1022,11 +1021,11 @@
1022
 
1023
  <div class="box">
1024
 
1025
- <h2><?php esc_html_e('Delete All URLs', 'featured-image-from-url'); ?> <span class="dashicons dashicons-welcome-comments" style="font-size: 25px;" title="<?php esc_html_e('Requirement: access Plugins -> Plugin Editor -> Select plugin to edit -> Featured Image from URL -> Select. Then change the value of FIFU_DELETE_ALL_URLS from false to true.', 'featured-image-from-url'); ?>"></span></h2>
1026
 
1027
  <div class="greybox">
1028
 
1029
- <b><?php esc_html_e('Important:', 'featured-image-from-url'); ?></b> <?php esc_html_e('this plugin doesn\'t save images in the media library. It means that enabling the two toggles below all post types that have an external Featured Image will no longer have any Featured Image. And you can\'t undo this action later. This also applies to FIFU galleries, videos, sliders and shortcodes.', 'featured-image-from-url'); ?>
1030
 
1031
  </div>
1032
 
@@ -1035,58 +1034,58 @@
1035
  <table style="text-align:left">
1036
  <tr>
1037
  <th>
1038
- <form
1039
- id="fifu_form_confirm_delete_all"
1040
- action="javascript:void(0)"
1041
  method="post">
1042
- <input
1043
- type="submit"
1044
- href="javascript:void(0)"
1045
- id="fifu_toggle_confirm_delete_all"
1046
- onclick="invert('confirm_delete_all')"
1047
- name="fifu_toggle_confirm_delete_all"
1048
- class="<?php echo $enable_confirm_delete_all; ?>"
1049
  value=""
1050
  style="display:block;border:none">
1051
 
1052
- <input
1053
  type="hidden"
1054
- id="fifu_input_confirm_delete_all"
1055
- name="fifu_input_confirm_delete_all"
1056
  value="" >
1057
  </form>
1058
  </th>
1059
- <th>
1060
- <?php esc_html_e('confirm that you are ready to lose your Featured Images', 'featured-image-from-url'); ?>
1061
  </th>
1062
  </tr>
1063
  <tr>
1064
  <th>
1065
- <form
1066
- id="fifu_form_run_delete_all"
1067
- action="javascript:void(0)"
1068
  method="post">
1069
- <input
1070
- type="submit"
1071
- href="javascript:void(0)"
1072
- id="fifu_toggle_run_delete_all"
1073
- onclick="invert('run_delete_all'); fifu_run_delete_all_js();"
1074
- name="fifu_toggle_run_delete_all"
1075
- class="<?php echo $enable_run_delete_all; ?>"
1076
  value=""
1077
  style="display:block;border:none">
1078
 
1079
- <input
1080
  type="hidden"
1081
- id="fifu_input_run_delete_all"
1082
- name="fifu_input_run_delete_all"
1083
  value="" >
1084
  </form>
1085
  </th>
1086
- <th>
1087
- <?php esc_html_e('delete all your URLs now', 'featured-image-from-url'); ?>
1088
  </th>
1089
- </tr>
1090
  </table>
1091
  </div>
1092
  </div>
@@ -1094,12 +1093,12 @@
1094
  <div class="box">
1095
 
1096
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1097
- <h2><?php esc_html_e('Featured Shortcode', 'featured-image-from-url'); ?></h2>
1098
 
1099
  <div class="greybox" id="grad2">
1100
 
1101
- <?php esc_html_e('This experimental feature allows to input a shortcode instead of an URL. It would allow you to have any content as Featured Media (a music, a text, a map etc). However, some contents will need a large area of your site to be shown properly. So you should define a minimum width that an area of your site should have to be able to show the shortcode content. Otherwise an icon will be shown.', 'featured-image-from-url'); ?><br/><br/>
1102
- <b><?php esc_html_e('Important:', 'featured-image-from-url'); ?></b> <?php esc_html_e('shortcodes can be not compatible with other FIFU features, such as CSS Style, Same Height, Lazy Load etc.', 'featured-image-from-url'); ?>
1103
 
1104
  </div>
1105
 
@@ -1108,44 +1107,44 @@
1108
  <table style="text-align:left">
1109
  <tr>
1110
  <th>
1111
- <form
1112
- id="fifu_form_shortcode"
1113
- action="javascript:void(0)"
1114
  method="post">
1115
 
1116
- <input
1117
- type="submit"
1118
- href="javascript:void(0)"
1119
- id="fifu_toggle_shortcode"
1120
- onclick="javascript:void(0)"
1121
- name="fifu_toggle_shortcode"
1122
- class="toggleoff"
1123
  value=""
1124
  style="display:block;border:none">
1125
 
1126
- <input
1127
- type="hidden"
1128
- id="fifu_input_shortcode"
1129
- name="fifu_input_shortcode"
1130
  value="" >
1131
  </form>
1132
  </th>
1133
  <th>
1134
- <?php esc_html_e('minimum width (px)', 'featured-image-from-url'); ?>
1135
 
1136
- <form
1137
- id="fifu_form_shortcode_min_width"
1138
- action="javascript:void(0)"
1139
  method="post">
1140
 
1141
- <input id="fifu_input_shortcode_min_width"
1142
  size=3
1143
- type="text"
1144
- name="fifu_input_shortcode_min_width"
1145
  value=""
1146
  style="width:85px">
1147
  <br>
1148
- <input type="submit" value="<?php esc_html_e('OK', 'featured-image-from-url'); ?>" style="width:85px" disabled>
1149
  </form>
1150
  </th>
1151
  </tr>
@@ -1156,11 +1155,11 @@
1156
  <div id="tabs-e">
1157
  <div class="box">
1158
 
1159
- <h2><?php esc_html_e('Auto Set Image Title', 'featured-image-from-url'); ?></h2>
1160
 
1161
  <div class="greybox">
1162
 
1163
- <?php esc_html_e('Set the title of a Featured Image with the post title.', 'featured-image-from-url'); ?>
1164
 
1165
  </div>
1166
 
@@ -1169,58 +1168,58 @@
1169
  <table style="text-align:left">
1170
  <tr>
1171
  <th>
1172
- <form
1173
- id="fifu_form_auto_alt"
1174
- action="javascript:void(0)"
1175
  method="post">
1176
- <input
1177
- type="submit"
1178
- href="javascript:void(0)"
1179
- id="fifu_toggle_auto_alt"
1180
- onclick="invert('auto_alt')"
1181
- name="fifu_toggle_auto_alt"
1182
- class="<?php echo $enable_auto_alt; ?>"
1183
  value=""
1184
  style="display:block;border:none">
1185
 
1186
- <input
1187
  type="hidden"
1188
- id="fifu_input_auto_alt"
1189
- name="fifu_input_auto_alt"
1190
  value="" >
1191
  </form>
1192
  </th>
1193
- <th>
1194
- <?php esc_html_e('copy the post title to FIFU alt/title field (it has effect when you click on Publish button in the post editor)', 'featured-image-from-url'); ?>
1195
  </th>
1196
- </tr>
1197
  <tr>
1198
  <th>
1199
- <form
1200
- id="fifu_form_dynamic_alt"
1201
- action="javascript:void(0)"
1202
  method="post">
1203
- <input
1204
- type="submit"
1205
- href="javascript:void(0)"
1206
- id="fifu_toggle_dynamic_alt"
1207
- onclick="invert('dynamic_alt')"
1208
- name="fifu_toggle_dynamic_alt"
1209
- class="<?php echo $enable_dynamic_alt; ?>"
1210
  value=""
1211
  style="display:block;border:none">
1212
 
1213
- <input
1214
  type="hidden"
1215
- id="fifu_input_dynamic_alt"
1216
- name="fifu_input_dynamic_alt"
1217
  value="" >
1218
  </form>
1219
  </th>
1220
- <th>
1221
- <?php esc_html_e('always use the post title as image title (it will ignore FIFU alt/title field)', 'featured-image-from-url'); ?>
1222
  </th>
1223
- </tr>
1224
  </table>
1225
 
1226
  </div>
@@ -1229,35 +1228,35 @@
1229
  <div class="box">
1230
 
1231
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1232
- <h2><?php esc_html_e('Featured Video', 'featured-image-from-url'); ?></h2>
1233
 
1234
  <div class="greybox" id="grad2">
1235
 
1236
- <?php esc_html_e('FIFU supports videos from YouTube, Vimeo, Imgur, 9GAG, Cloudinary, Tumblr and Publitio (videos hosted elsewhere are not supported).', 'featured-image-from-url'); ?>
1237
 
1238
  </div>
1239
 
1240
  <br>
1241
 
1242
- <form
1243
- id="fifu_form_video"
1244
- action="javascript:void(0)"
1245
  method="post">
1246
 
1247
- <input
1248
- type="submit"
1249
- href="javascript:void(0)"
1250
- id="fifu_toggle_video"
1251
- onclick="javascript:void(0)"
1252
- name="fifu_toggle_video"
1253
- class="toggleoff"
1254
  value=""
1255
  style="display:block;border:none">
1256
 
1257
- <input
1258
- type="hidden"
1259
- id="fifu_input_video"
1260
- name="fifu_input_video"
1261
  value="" >
1262
  </form>
1263
 
@@ -1265,62 +1264,62 @@
1265
 
1266
  <div class="box">
1267
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1268
- <h2><?php esc_html_e('Video Thumbnail', 'featured-image-from-url'); ?></h2>
1269
  <div class="greybox" id="grad2">
1270
- <?php esc_html_e('Show the video thumbnail instead of the video. Thumbnails are images, so they are loaded much faster than embedded videos.', 'featured-image-from-url'); ?>
1271
  </div>
1272
  <br>
1273
  <table style="text-align:left">
1274
  <tr>
1275
  <th>
1276
- <input
1277
- type="submit"
1278
- href="javascript:void(0)"
1279
- class="toggleoff"
1280
  value=""
1281
  style="display:block;border:none">
1282
  </th>
1283
- <th>
1284
- <?php esc_html_e('on home (or shop)', 'featured-image-from-url'); ?>
1285
  </th>
1286
- </tr>
1287
  <tr>
1288
  <th>
1289
- <input
1290
- type="submit"
1291
- href="javascript:void(0)"
1292
- class="toggleoff"
1293
  value=""
1294
  style="display:block;border:none">
1295
  </th>
1296
- <th>
1297
- <?php esc_html_e('on page', 'featured-image-from-url'); ?>
1298
  </th>
1299
  </tr>
1300
  <tr>
1301
  <th>
1302
- <input
1303
- type="submit"
1304
- href="javascript:void(0)"
1305
- class="toggleoff"
1306
  value=""
1307
  style="display:block;border:none">
1308
  </th>
1309
- <th>
1310
- <?php esc_html_e('on post', 'featured-image-from-url'); ?>
1311
  </th>
1312
  </tr>
1313
  <tr>
1314
  <th>
1315
- <input
1316
- type="submit"
1317
- href="javascript:void(0)"
1318
- class="toggleoff"
1319
  value=""
1320
  style="display:block;border:none">
1321
  </th>
1322
- <th>
1323
- <?php esc_html_e('on custom post type', 'featured-image-from-url'); ?>
1324
  </th>
1325
  </tr>
1326
  </table>
@@ -1328,65 +1327,65 @@
1328
 
1329
  <div class="box">
1330
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1331
- <h2><?php esc_html_e('Play Button', 'featured-image-from-url'); ?></h2>
1332
  <div class="greybox" id="grad2">
1333
- <?php esc_html_e('Add play button to video thumbnail. Clicking on that, the video starts inline or in a lightbox.', 'featured-image-from-url'); ?>
1334
  </div>
1335
  <br>
1336
  <table style="text-align:left">
1337
  <tr>
1338
- <th>
1339
- <input
1340
- type="submit"
1341
- href="javascript:void(0)"
1342
- class="toggleoff"
1343
  value=""
1344
  style="display:block;border:none">
1345
  </th>
1346
  <th>
1347
- <?php esc_html_e('color', 'featured-image-from-url'); ?>
1348
  <br>
1349
- <input
1350
- id="fifu_input_video_color"
1351
- type="text"
1352
- name="fifu_input_video_color"
1353
- value=""
1354
  style="width:85px">
1355
  <br>
1356
- <input type="submit" value="<?php esc_html_e('OK', 'featured-image-from-url'); ?>" style="width:85px" disabled>
1357
  </th>
1358
  <th>
1359
- <?php esc_html_e('mode', 'featured-image-from-url'); ?>
1360
  <br>
1361
  <select id="select_play_type" style="width:85px">
1362
- <option value="inline"><?php esc_html_e('inline', 'featured-image-from-url'); ?></option>
1363
- <option value="lightbox"><?php esc_html_e('lightbox', 'featured-image-from-url'); ?></option>
1364
  </select>
1365
 
1366
  <br>
1367
- <input type="submit" value="<?php esc_html_e('OK', 'featured-image-from-url'); ?>" style="width:85px" disabled>
1368
  </th>
1369
  <th>
1370
- <?php esc_html_e('z-index', 'featured-image-from-url'); ?>
1371
  <br>
1372
- <input
1373
- id="fifu_form_video_zindex"
1374
- type="text"
1375
- name="fifu_input_video_zindex"
1376
- value=""
1377
  style="width:85px">
1378
  <br>
1379
- <input type="submit" value="<?php esc_html_e('OK', 'featured-image-from-url'); ?>" style="width:85px" disabled>
1380
  </th>
1381
  <th>
1382
  <br>
1383
  <input
1384
- type="submit"
1385
- href="javascript:void(0)"
1386
  class="toggleoff"
1387
  value=""
1388
  style="display:block;border:none">
1389
- <?php esc_html_e('hide from grid', 'featured-image-from-url'); ?><br>
1390
  </th>
1391
  </tr>
1392
  </table>
@@ -1394,215 +1393,215 @@
1394
 
1395
  <div class="box">
1396
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1397
- <h2><?php esc_html_e('Minimum Width', 'featured-image-from-url'); ?></h2>
1398
  <div class="greybox" id="grad2">
1399
- <?php esc_html_e('Define a minimum width that a theme area should have to show a video. FIFU automatically shows a thumbnail when the minimum width is not reached.', 'featured-image-from-url'); ?>
1400
  </div>
1401
  <br>
1402
- <input id="fifu_input_video_min_width" type="text" name="fifu_input_video_min_width" value="" placeholder="<?php esc_html_e('e.g.: 300', 'featured-image-from-url'); ?>" size="4" style="width:75px">
1403
- <input type="submit" value="<?php esc_html_e('Submit', 'featured-image-from-url'); ?>" disabled>
1404
  </div>
1405
 
1406
  <div class="box">
1407
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1408
- <h2><?php esc_html_e('Black Background', 'featured-image-from-url'); ?></h2>
1409
  <div class="greybox" id="grad2">
1410
- <?php esc_html_e('Unlike Youtube, Vimeo videos can\'t fit a theme area without generating a vertical padding. Here you can change the background color from transparent to black.', 'featured-image-from-url'); ?>
1411
  </div>
1412
  <br>
1413
  <table style="text-align:left">
1414
  <tr>
1415
- <th>
1416
- <input
1417
- type="submit"
1418
- href="javascript:void(0)"
1419
- class="toggleoff"
1420
  value=""
1421
  style="display:block;border:none">
1422
  </th>
1423
- <th>
1424
- <?php esc_html_e('for Vimeo videos', 'featured-image-from-url'); ?>
1425
  </th>
1426
- </tr>
1427
- </table>
1428
  </div>
1429
 
1430
  <div class="box">
1431
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1432
- <h2><?php esc_html_e('Mouseover Autoplay', 'featured-image-from-url'); ?></h2>
1433
  <div class="greybox" id="grad2">
1434
- <?php esc_html_e('Play a video on "mouseover" and pause on "mouseout".', 'featured-image-from-url'); ?>
1435
  </div>
1436
  <br>
1437
  <table style="text-align:left">
1438
  <tr>
1439
  <th>
1440
- <input
1441
- type="submit"
1442
- href="javascript:void(0)"
1443
- class="toggleoff"
1444
  value=""
1445
  style="display:block;border:none">
1446
  </th>
1447
- <th>
1448
- <?php esc_html_e('for YouTube videos', 'featured-image-from-url'); ?>
1449
  </th>
1450
- </tr>
1451
  <tr>
1452
  <th>
1453
- <input
1454
- type="submit"
1455
- href="javascript:void(0)"
1456
- class="toggleoff"
1457
  value=""
1458
  style="display:block;border:none">
1459
  </th>
1460
- <th>
1461
- <?php esc_html_e('for Vimeo videos', 'featured-image-from-url'); ?>
1462
  </th>
1463
- </tr>
1464
  </table>
1465
  </div>
1466
 
1467
  <div class="box">
1468
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1469
- <h2><?php esc_html_e('Autoplay', 'featured-image-from-url'); ?></h2>
1470
  <div class="greybox" id="grad2">
1471
- <?php esc_html_e('Autoplay videos (available for YouTube and Vimeo).', 'featured-image-from-url'); ?>
1472
  </div>
1473
  <br>
1474
  <table style="text-align:left">
1475
  <tr>
1476
  <th>
1477
- <input
1478
- type="submit"
1479
- href="javascript:void(0)"
1480
- class="toggleoff"
1481
  value=""
1482
  style="display:block;border:none">
1483
  </th>
1484
- </tr>
1485
  </table>
1486
  </div>
1487
 
1488
  <div class="box">
1489
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1490
- <h2><?php esc_html_e('Loop', 'featured-image-from-url'); ?></h2>
1491
  <div class="greybox" id="grad2">
1492
- <?php esc_html_e('Loop videos (available for YouTube and Vimeo).', 'featured-image-from-url'); ?>
1493
  </div>
1494
  <br>
1495
  <table style="text-align:left">
1496
  <tr>
1497
  <th>
1498
- <input
1499
- type="submit"
1500
- href="javascript:void(0)"
1501
- class="toggleoff"
1502
  value=""
1503
  style="display:block;border:none">
1504
  </th>
1505
- </tr>
1506
  </table>
1507
  </div>
1508
 
1509
  <div class="box">
1510
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1511
- <h2><?php esc_html_e('Mute', 'featured-image-from-url'); ?></h2>
1512
  <div class="greybox" id="grad2">
1513
- <?php esc_html_e('Start the videos without audio (available for YouTube and Vimeo).', 'featured-image-from-url'); ?>
1514
  </div>
1515
  <br>
1516
  <table style="text-align:left">
1517
  <tr>
1518
- <th>
1519
- <input
1520
- type="submit"
1521
- href="javascript:void(0)"
1522
- class="toggleoff"
1523
  value=""
1524
  style="display:block;border:none">
1525
  </th>
1526
- </tr>
1527
- </table>
1528
  </div>
1529
 
1530
 
1531
  <div class="box">
1532
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1533
- <h2><?php esc_html_e('Background Video', 'featured-image-from-url'); ?></h2>
1534
  <div class="greybox" id="grad2">
1535
- <?php esc_html_e('Start the videos in background, which means autoplay, no controls and no sound.', 'featured-image-from-url'); ?>
1536
  </div>
1537
  <br>
1538
  <table style="text-align:left">
1539
  <tr>
1540
- <th>
1541
- <input
1542
- type="submit"
1543
- href="javascript:void(0)"
1544
- class="toggleoff"
1545
  value=""
1546
  style="display:block;border:none">
1547
  </th>
1548
- <th>
1549
- <?php esc_html_e('for Vimeo videos', 'featured-image-from-url'); ?>
1550
  </th>
1551
- </tr>
1552
- </table>
1553
  </div>
1554
 
1555
  <div class="box">
1556
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1557
- <h2><?php esc_html_e('Related Videos', 'featured-image-from-url'); ?></h2>
1558
  <div class="greybox" id="grad2">
1559
- <?php esc_html_e('Show related videos when the video ends.', 'featured-image-from-url'); ?>
1560
  </div>
1561
  <br>
1562
  <table style="text-align:left">
1563
  <tr>
1564
  <th>
1565
- <input
1566
- type="submit"
1567
- href="javascript:void(0)"
1568
- class="toggleoff"
1569
  value=""
1570
  style="display:block;border:none">
1571
  </th>
1572
- <th>
1573
- <?php esc_html_e('for YouTube videos', 'featured-image-from-url'); ?>
1574
  </th>
1575
- </tr>
1576
  </table>
1577
  </div>
1578
 
1579
  <div class="box">
1580
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1581
- <h2><?php esc_html_e('Gallery Icon', 'featured-image-from-url'); ?></h2>
1582
  <div class="greybox" id="grad2">
1583
- <?php esc_html_e('Add icons to the video thumbnails in the WooCommerce gallery.', 'featured-image-from-url'); ?>
1584
  <br>
1585
  <br>
1586
- <input id="fifu_input_gallery_selector"
1587
- type="text"
1588
- name="fifu_input_gallery_selector"
1589
- placeholder="<?php esc_html_e('CSS selector', 'featured-image-from-url'); ?>"
1590
- title="<?php esc_html_e('CSS selector', 'featured-image-from-url'); ?>"
1591
  value=""
1592
  style="width:50%;min-height:24px;line-height:0;">
1593
 
1594
- <input type="submit" value="<?php esc_html_e('Submit', 'featured-image-from-url'); ?>" disabled>
1595
 
1596
- <span class="dashicons dashicons-editor-help" style="font-size: 25px;" title="<?php printf(esc_html__('In order to FIFU identify your gallery, it\'s necessary to inform its CSS selector here. The default value is %1$s, but you may need a different selector if your theme overwrites the original WooCommerce layout.', 'featured-image-from-url'), 'ol.flex-control-thumbs'); ?>"></span>
1597
  </div>
1598
  <br>
1599
  <table style="text-align:left">
1600
  <tr>
1601
  <th>
1602
- <input
1603
- type="submit"
1604
  href="javascript:void(0)"
1605
- class="toggleoff"
1606
  value=""
1607
  style="display:block;border:none">
1608
  </th>
@@ -1613,205 +1612,205 @@
1613
  <div id="tabs-m">
1614
  <div class="box">
1615
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1616
- <h2><?php esc_html_e('Featured Slider', 'featured-image-from-url'); ?></h2>
1617
  <div class="greybox" id="grad2">
1618
- <?php esc_html_e('Define the slider settings here.', 'featured-image-from-url'); ?>
1619
  <br>
1620
  <br>
1621
  <table style="text-align:left">
1622
  <tr>
1623
  <th>
1624
- <input
1625
- type="submit"
1626
- href="javascript:void(0)"
1627
- id="fifu_toggle_slider"
1628
- name="fifu_toggle_slider"
1629
- class="toggleoff"
1630
  value="" style="display:block;border:none">
1631
  </th>
1632
- <th>
1633
- <?php esc_html_e('Featured Slider', 'featured-image-from-url'); ?>
1634
  </th>
1635
  </tr>
1636
  <tr>
1637
  <th>
1638
- <input
1639
- type="submit"
1640
- href="javascript:void(0)"
1641
- id="fifu_toggle_slider_stop"
1642
- name="fifu_toggle_slider_stop"
1643
- class="toggleoff"
1644
  value="" style="display:block;border:none">
1645
  </th>
1646
- <th>
1647
- <?php esc_html_e('pause autoplay on hover', 'featured-image-from-url'); ?>
1648
  </th>
1649
- </tr>
1650
  <tr>
1651
  <th>
1652
- <input
1653
- type="submit"
1654
- href="javascript:void(0)"
1655
- id="fifu_toggle_slider_ctrl"
1656
- name="fifu_toggle_slider_ctrl"
1657
- class="toggleoff"
1658
  value="" style="display:block;border:none">
1659
  </th>
1660
- <th>
1661
- <?php esc_html_e('show prev/next buttons', 'featured-image-from-url'); ?>
1662
  </th>
1663
- </tr>
1664
  <tr>
1665
  <th>
1666
- <input
1667
- type="submit"
1668
- href="javascript:void(0)"
1669
- id="fifu_toggle_slider_auto"
1670
- name="fifu_toggle_slider_auto"
1671
- class="toggleoff"
1672
  value="" style="display:block;border:none">
1673
  </th>
1674
- <th>
1675
- <?php esc_html_e('start automatically', 'featured-image-from-url'); ?>
1676
  </th>
1677
- </tr>
1678
  <tr>
1679
  <th>
1680
- <input
1681
- type="submit"
1682
- href="javascript:void(0)"
1683
- id="fifu_toggle_slider_gallery"
1684
- name="fifu_toggle_slider_gallery"
1685
- class="toggleoff"
1686
  value=""
1687
  style="display:block;border:none">
1688
  </th>
1689
- <th>
1690
- <?php esc_html_e('show gallery on click', 'featured-image-from-url'); ?>
1691
  </th>
1692
  </tr>
1693
  <tr>
1694
  <th>
1695
- <input id="fifu_input_slider_pause"
1696
- name="fifu_input_slider_pause"
1697
  step="500"
1698
  size="4">
1699
  </th>
1700
- <th>
1701
- <?php esc_html_e('time between each transition (in ms)', 'featured-image-from-url'); ?>
1702
  </th>
1703
- </tr>
1704
  <tr>
1705
  <th>
1706
- <input id="fifu_input_slider_speed"
1707
- name="fifu_input_slider_speed"
1708
  step="500"
1709
  max="2000"
1710
  size="4">
1711
  </th>
1712
- <th>
1713
- <?php esc_html_e('transition duration (in ms)', 'featured-image-from-url'); ?>
1714
  </th>
1715
- </tr>
1716
  </table>
1717
  </div>
1718
  </div>
1719
  </div>
1720
  <div id="tabs-n">
1721
  <div class="box">
1722
- <h2><?php esc_html_e('Social Tags', 'featured-image-from-url'); ?></h2>
1723
  <div class="greybox">
1724
- <?php esc_html_e('Use social tags to share your posts (and their Featured Images) on the social media.', 'featured-image-from-url'); ?>
1725
  </div>
1726
  <br>
1727
  <table style="text-align:left">
1728
  <tr>
1729
  <th>
1730
- <form
1731
- id="fifu_form_social"
1732
- action="javascript:void(0)"
1733
  method="post">
1734
 
1735
- <input
1736
- type="submit"
1737
- href="javascript:void(0)"
1738
- id="fifu_toggle_social"
1739
- onclick="invert('social')"
1740
- name="fifu_toggle_social"
1741
- class="<?php echo $enable_social; ?>"
1742
  value=""
1743
  style="display:block;border:none">
1744
 
1745
- <input
1746
- type="hidden"
1747
- id="fifu_input_social"
1748
- name="fifu_input_social"
1749
  value="" >
1750
  </form>
1751
  </th>
1752
  <th>
1753
- <?php esc_html_e('add social tags', 'featured-image-from-url'); ?>
1754
  </th>
1755
  </tr>
1756
  <tr>
1757
  <th>
1758
- <form
1759
- id="fifu_form_social_image_only"
1760
- action="javascript:void(0)"
1761
  method="post">
1762
 
1763
- <input
1764
- type="submit"
1765
- href="javascript:void(0)"
1766
- id="fifu_toggle_social_image_only"
1767
- onclick="invert('social_image_only')"
1768
- name="fifu_toggle_social_image_only"
1769
- class="<?php echo $enable_social_image_only; ?>"
1770
  value=""
1771
  style="display:block;border:none">
1772
 
1773
- <input
1774
- type="hidden"
1775
- id="fifu_input_social_image_only"
1776
- name="fifu_input_social_image_only"
1777
  value="" >
1778
  </form>
1779
  </th>
1780
  <th>
1781
- <?php esc_html_e('only image tags', 'featured-image-from-url'); ?>
1782
  </th>
1783
  </tr>
1784
  </table>
1785
  </div>
1786
  <div class="box">
1787
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1788
- <h2><?php esc_html_e('Media RSS Tags', 'featured-image-from-url'); ?></h2>
1789
  <div class="greybox" id="grad2">
1790
- <?php esc_html_e('Add Media RSS tags in the RSS feed. This way, services that make use of RSS, such as Google News, can show the Featured Images.', 'featured-image-from-url'); ?>
1791
  </div>
1792
  <br>
1793
  <table style="text-align:left">
1794
  <tr>
1795
  <th>
1796
- <input
1797
- type="submit"
1798
- href="javascript:void(0)"
1799
  class="toggleoff"
1800
  value=""
1801
  style="display:block;border:none">
1802
  </th>
1803
  <th>
1804
- <?php esc_html_e('width', 'featured-image-from-url'); ?>
1805
  <br>
1806
- <input
1807
- id="fifu_input_rss_width"
1808
- type="text"
1809
- name="fifu_input_rss_width"
1810
- value=""
1811
- placeholder="<?php esc_html_e('e.g.: 600', 'featured-image-from-url'); ?>"
1812
  style="width:85px">
1813
  <br>
1814
- <input type="submit" value="<?php esc_html_e('OK', 'featured-image-from-url'); ?>" style="width:85px" disabled>
1815
  </th>
1816
  </tr>
1817
  </table>
@@ -1819,44 +1818,44 @@
1819
  </div>
1820
  <div id="tabs-i">
1821
  <div class="box">
1822
- <h2><?php esc_html_e('Lazy Load', 'featured-image-from-url'); ?></h2>
1823
  <div class="greybox">
1824
- <?php esc_html_e('With Lazy Load, images and videos won\'t be loaded until user scrolls to them. It makes your home (or shop) faster.', 'featured-image-from-url'); ?><br><br>
1825
- <b><?php esc_html_e('Important:', 'featured-image-from-url'); ?></b> <?php esc_html_e('some themes and plugins (Jetpack for instance) have their own lazy load implementations, causing conflicts. Your images may not load if you have more than one lazy load component running at the same time.', 'featured-image-from-url'); ?>
1826
  </div>
1827
  <br>
1828
- <form
1829
- id="fifu_form_lazy"
1830
- action="javascript:void(0)"
1831
  method="post">
1832
- <input
1833
- type="submit"
1834
- href="javascript:void(0)"
1835
- id="fifu_toggle_lazy"
1836
- onclick="invert('lazy')"
1837
- name="fifu_toggle_lazy"
1838
- class="<?php echo $enable_lazy; ?>"
1839
  value=""
1840
  style="display:block;border:none">
1841
- <input
1842
- type="hidden"
1843
- id="fifu_input_lazy"
1844
- name="fifu_input_lazy"
1845
  value="" >
1846
  </form>
1847
  </div>
1848
 
1849
  <div class="box">
1850
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1851
- <h2><?php esc_html_e('Flickr Thumbnails', 'featured-image-from-url'); ?></h2>
1852
  <div class="greybox" id="grad2">
1853
- <?php esc_html_e('Flickr images have thumbnails and FIFU is able to load the exactly thumbnail your site needs. The supported sizes are 75, 100, 150, 240, 320, 500, 640, 800 and 1024 px width. Larger sizes can\'t be used due a different URL pattern.', 'featured-image-from-url'); ?><br><br>
1854
- <b><?php esc_html_e('Requirement:', 'featured-image-from-url'); ?></b> <?php esc_html_e('the Lazy Load feature should be enabled.', 'featured-image-from-url'); ?>
1855
  </div>
1856
  <br>
1857
- <input
1858
- type="submit"
1859
- href="javascript:void(0)"
1860
  class="toggleoff"
1861
  value=""
1862
  style="display:block;border:none">
@@ -1866,20 +1865,20 @@
1866
  <div class="box">
1867
 
1868
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1869
- <h2><?php esc_html_e('WP / WooCommerce REST API', 'featured-image-from-url'); ?></h2>
1870
 
1871
  <div class="greybox" id="grad2">
1872
  <div id="tabsApi">
1873
  <ul>
1874
- <li><a href="#tabs-1"><?php esc_html_e('Endpoints', 'featured-image-from-url'); ?></a></li>
1875
- <li><a href="#tabs-2"><?php esc_html_e('Custom Fields', 'featured-image-from-url'); ?></a></li>
1876
- <li><a href="#tabs-3"><?php esc_html_e('Creating your first product', 'featured-image-from-url'); ?></a></li>
1877
- <li><a href="#tabs-6"><?php esc_html_e('product category', 'featured-image-from-url'); ?></a></li>
1878
- <li><a href="#tabs-7"><?php esc_html_e('variable product', 'featured-image-from-url'); ?></a></li>
1879
- <li><a href="#tabs-4"><?php esc_html_e('product variation', 'featured-image-from-url'); ?></a></li>
1880
- <li><a href="#tabs-8"><?php esc_html_e('batch', 'featured-image-from-url'); ?></a></li>
1881
- <li><a href="#tabs-5"><?php esc_html_e('post', 'featured-image-from-url'); ?></a></li>
1882
- <li><a href="#tabs-9"><?php esc_html_e('Documentation', 'featured-image-from-url'); ?></a></li>
1883
  </ul>
1884
  <div id="tabs-1">
1885
  <table style="text-align:left">
@@ -1891,37 +1890,37 @@
1891
  </th>
1892
  </tr>
1893
  <tr>
1894
- <th><?php esc_html_e('Product', 'featured-image-from-url'); ?></th>
1895
  <th>
1896
  /wp-json/wc/v3/products
1897
  </th>
1898
  </tr>
1899
  <tr>
1900
- <th><?php esc_html_e('Product Category', 'featured-image-from-url'); ?></th>
1901
  <th>
1902
  /wp-json/wc/v3/products/categories
1903
  </th>
1904
  </tr>
1905
  <tr>
1906
- <th><?php esc_html_e('Product Variation', 'featured-image-from-url'); ?></th>
1907
  <th>
1908
  /wp-json/wc/v3/products/{id}/variations/
1909
  </th>
1910
  </tr>
1911
  <tr>
1912
- <th><?php esc_html_e('Batch', 'featured-image-from-url'); ?></th>
1913
  <th>
1914
  /wp-json/wc/v3/products/batch
1915
  </th>
1916
  </tr>
1917
  <tr>
1918
- <th><?php esc_html_e('Post', 'featured-image-from-url'); ?></th>
1919
  <th>
1920
  /wp-json/wp/v2/posts
1921
  </th>
1922
  </tr>
1923
  <tr>
1924
- <th><?php esc_html_e('Custom Post Type', 'featured-image-from-url'); ?></th>
1925
  <th>
1926
  /wp-json/wp/v2/{post_type}
1927
  </th>
@@ -1938,31 +1937,31 @@
1938
  </th>
1939
  </tr>
1940
  <tr>
1941
- <th><?php esc_html_e('Product', 'featured-image-from-url'); ?></th>
1942
  <th>
1943
  /wp-json/wc/v3/products/{id}
1944
  </th>
1945
  </tr>
1946
  <tr>
1947
- <th><?php esc_html_e('Product Category', 'featured-image-from-url'); ?></th>
1948
  <th>
1949
  /wp-json/wc/v3/products/categories/{id}
1950
  </th>
1951
  </tr>
1952
  <tr>
1953
- <th><?php esc_html_e('Product Variation', 'featured-image-from-url'); ?></th>
1954
  <th>
1955
  /wp-json/wc/v3/products/{id}/variations/{variation_id}
1956
  </th>
1957
  </tr>
1958
  <tr>
1959
- <th><?php esc_html_e('Post', 'featured-image-from-url'); ?></th>
1960
  <th>
1961
  /wp-json/wp/v2/posts/{id}
1962
  </th>
1963
  </tr>
1964
  <tr>
1965
- <th><?php esc_html_e('Custom Post Type', 'featured-image-from-url'); ?></th>
1966
  <th>
1967
  /wp-json/wp/v2/{post_type}/{id}
1968
  </th>
@@ -1975,12 +1974,12 @@
1975
  <tr>
1976
  <th></th>
1977
  <th>
1978
- <?php esc_html_e('Key', 'featured-image-from-url'); ?>
1979
  </th>
1980
- </tr>
1981
  <tr>
1982
  <th>
1983
- <?php esc_html_e('Image', 'featured-image-from-url'); ?>
1984
  </th>
1985
  <th>
1986
  fifu_image_url
@@ -1988,23 +1987,23 @@
1988
  </tr>
1989
  <tr>
1990
  <th>
1991
- <?php esc_html_e('Image Title', 'featured-image-from-url'); ?>
1992
  </th>
1993
  <th>
1994
  fifu_image_alt
1995
  </th>
1996
- </tr>
1997
  <tr>
1998
  <th>
1999
- <?php esc_html_e('Product Image + Gallery (URLs delimited by "|")', 'featured-image-from-url'); ?>
2000
  </th>
2001
  <th>
2002
  fifu_list_url
2003
  </th>
2004
- </tr>
2005
  <tr>
2006
  <th>
2007
- <?php esc_html_e('Product Image Title + Gallery Titles (delimited by "|")', 'featured-image-from-url'); ?>
2008
  </th>
2009
  <th>
2010
  fifu_list_alt
@@ -2012,7 +2011,7 @@
2012
  </tr>
2013
  <tr>
2014
  <th>
2015
- <?php esc_html_e('Video', 'featured-image-from-url'); ?>
2016
  </th>
2017
  <th>
2018
  fifu_video_url
@@ -2020,7 +2019,7 @@
2020
  </tr>
2021
  <tr>
2022
  <th>
2023
- <?php esc_html_e('Product Video + Gallery (URLs delimited by "|")', 'featured-image-from-url'); ?>
2024
  </th>
2025
  <th>
2026
  fifu_list_video_url
@@ -2028,7 +2027,7 @@
2028
  </tr>
2029
  <tr>
2030
  <th>
2031
- <?php esc_html_e('Slider', 'featured-image-from-url'); ?>
2032
  </th>
2033
  <th>
2034
  fifu_slider_list_url
@@ -2081,13 +2080,13 @@
2081
 
2082
  <div id="tabs-9">
2083
 
2084
- <table style="text-align:left">
2085
  <tr>
2086
  <th>
2087
  1)
2088
  </th>
2089
  <th>
2090
- <a href="https://developer.wordpress.org/rest-api/reference/"><?php esc_html_e('WordPress REST API', 'featured-image-from-url'); ?></a>
2091
  </th>
2092
  </tr>
2093
  <tr>
@@ -2095,9 +2094,9 @@
2095
  2)
2096
  </th>
2097
  <th>
2098
- <a href="https://woocommerce.github.io/woocommerce-rest-api-docs/?php#introduction"><?php esc_html_e('WooCommerce REST API', 'featured-image-from-url'); ?></a>
2099
  </th>
2100
- </tr>
2101
  </table>
2102
 
2103
  <br/>
@@ -2111,122 +2110,122 @@
2111
  </div>
2112
  <div id="tabs-o">
2113
  <div class="box">
2114
- <h2><?php esc_html_e('Lightbox and Zoom', 'featured-image-from-url'); ?></h2>
2115
  <div class="greybox">
2116
- <?php esc_html_e('Disable lightbox and zoom from image gallery.', 'featured-image-from-url'); ?>
2117
  </div>
2118
  <br>
2119
  <table style="text-align:left">
2120
  <tr>
2121
  <th>
2122
- <form
2123
- id="fifu_form_wc_lbox"
2124
- action="javascript:void(0)"
2125
  method="post">
2126
- <input
2127
- type="submit"
2128
- href="javascript:void(0)"
2129
- id="fifu_toggle_wc_lbox"
2130
- onclick="invert('wc_lbox')"
2131
- name="fifu_toggle_wc_lbox"
2132
- class="<?php echo $enable_wc_lbox; ?>"
2133
  value=""
2134
  style="display:block;border:none">
2135
 
2136
- <input
2137
- type="hidden"
2138
- id="fifu_input_wc_lbox"
2139
- name="fifu_input_wc_lbox"
2140
  value="" >
2141
  </form>
2142
  </th>
2143
- <th>
2144
- <?php esc_html_e('lightbox', 'featured-image-from-url'); ?>
2145
  </th>
2146
- </tr>
2147
  <tr>
2148
  <th>
2149
- <form
2150
- id="fifu_form_wc_zoom"
2151
- action="javascript:void(0)"
2152
  method="post">
2153
- <input
2154
- type="submit"
2155
- href="javascript:void(0)"
2156
- id="fifu_toggle_wc_zoom"
2157
- onclick="invert('wc_zoom')"
2158
- name="fifu_toggle_wc_zoom"
2159
- class="<?php echo $enable_wc_zoom; ?>"
2160
  value=""
2161
  style="display:block;border:none">
2162
 
2163
- <input
2164
- type="hidden"
2165
- id="fifu_input_wc_zoom"
2166
- name="fifu_input_wc_zoom"
2167
  value="" >
2168
  </form>
2169
  </th>
2170
- <th>
2171
- <?php esc_html_e('zoom', 'featured-image-from-url'); ?>
2172
  </th>
2173
- </tr>
2174
  </table>
2175
  </div>
2176
 
2177
  <a name="category"></a>
2178
  <div class="box">
2179
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
2180
- <h2><?php esc_html_e('Auto Set Category Images', 'featured-image-from-url'); ?></h2>
2181
  <div class="greybox" id="grad2">
2182
- <?php esc_html_e('Set one image to each category. The chosen image is the Featured Image from the most recent product from that category.', 'featured-image-from-url'); ?>
2183
  </div>
2184
  <br>
2185
  <table style="text-align:left">
2186
  <tr>
2187
  <th>
2188
- <input
2189
- type="submit"
2190
- href="javascript:void(0)"
2191
- class="toggleoff"
2192
  value=""
2193
  style="display:block;border:none">
2194
  </th>
2195
- </tr>
2196
  </table>
2197
  </div>
2198
 
2199
  <div class="box">
2200
- <h2><?php esc_html_e('Category Image on Grid', 'featured-image-from-url'); ?></h2>
2201
  <div class="greybox">
2202
- <?php esc_html_e('Show the category image on the category page, immediately before the product grid.', 'featured-image-from-url'); ?>
2203
  </div>
2204
  <br>
2205
  <table style="text-align:left">
2206
  <tr>
2207
  <th>
2208
- <form
2209
- id="fifu_form_grid_category"
2210
- action="javascript:void(0)"
2211
  method="post">
2212
- <input
2213
- type="submit"
2214
- href="javascript:void(0)"
2215
- id="fifu_toggle_grid_category"
2216
- onclick="invert('grid_category')"
2217
- name="fifu_toggle_grid_category"
2218
- class="<?php echo $enable_grid_category; ?>"
2219
  value=""
2220
  style="display:block;border:none">
2221
 
2222
- <input
2223
  type="hidden"
2224
- id="fifu_input_grid_category"
2225
- name="fifu_input_grid_category"
2226
  value="" >
2227
  </form>
2228
  </th>
2229
- </tr>
2230
  </table>
2231
  </div>
2232
 
@@ -2234,25 +2233,25 @@
2234
 
2235
  <div class="box">
2236
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
2237
- <h2><?php esc_html_e('Variable Product', 'featured-image-from-url'); ?></h2>
2238
  <div class="greybox" id="grad2">
2239
- <?php esc_html_e('Add FIFU fields (Featured Image and Image Gallery) to product variations.', 'featured-image-from-url'); ?>
2240
  <br>
2241
  <br>
2242
- <b><?php esc_html_e('Important:', 'featured-image-from-url'); ?></b> <?php esc_html_e('variation image gallery requires', 'featured-image-from-url'); ?> <a href="https://woocommerce.com/products/woocommerce-additional-variation-images/" target="_blank">WooCommerce Additional Variation Images</a>. <?php esc_html_e('Unofficial solutions are not supported', 'featured-image-from-url'); ?>.
2243
  </div>
2244
  <br>
2245
  <table style="text-align:left">
2246
  <tr>
2247
  <th>
2248
- <form
2249
- action="javascript:void(0)"
2250
  method="post">
2251
- <input
2252
- type="submit"
2253
- href="javascript:void(0)"
2254
- class="toggleoff"
2255
- value=""
2256
  style="display:block;border:none" >
2257
  </form>
2258
  </th>
@@ -2261,17 +2260,17 @@
2261
  </div>
2262
 
2263
  <div class="box">
2264
- <h2><?php esc_html_e('Import', 'featured-image-from-url'); ?></h2>
2265
  <div class="greybox">
2266
- <?php esc_html_e('Use FIFU with WooCommerce import.', 'featured-image-from-url'); ?>
2267
  <br/>
2268
  <br/>
2269
 
2270
  <div id="tabsWooImport">
2271
  <ul>
2272
- <li><a href="#tabs-3"><?php esc_html_e('Importing products...', 'featured-image-from-url'); ?></a></li>
2273
- <li><a href="#tabs-1"><?php esc_html_e('Custom Fields', 'featured-image-from-url'); ?></a></li>
2274
- <li><a href="#tabs-2"><?php esc_html_e('Custom Fields', 'featured-image-from-url'); ?> (Premium)</a></li>
2275
  </ul>
2276
  <div id="tabs-1">
2277
 
@@ -2280,12 +2279,12 @@
2280
  <th>
2281
  </th>
2282
  <th>
2283
- <?php esc_html_e('Key', 'featured-image-from-url'); ?>
2284
  </th>
2285
  </tr>
2286
  <tr>
2287
  <th>
2288
- <?php esc_html_e('Image', 'featured-image-from-url'); ?>
2289
  </th>
2290
  <th>
2291
  fifu_image_url
@@ -2293,12 +2292,12 @@
2293
  </tr>
2294
  <tr>
2295
  <th>
2296
- <?php esc_html_e('Alt', 'featured-image-from-url'); ?>
2297
  </th>
2298
  <th>
2299
  fifu_image_alt
2300
  </th>
2301
- </tr>
2302
  </table>
2303
 
2304
  <br/>
@@ -2310,12 +2309,12 @@
2310
  <th>
2311
  </th>
2312
  <th>
2313
- <?php esc_html_e('Key', 'featured-image-from-url'); ?>
2314
  </th>
2315
  </tr>
2316
  <tr>
2317
  <th>
2318
- <?php esc_html_e('Image', 'featured-image-from-url'); ?>
2319
  </th>
2320
  <th>
2321
  fifu_image_url
@@ -2323,7 +2322,7 @@
2323
  </tr>
2324
  <tr>
2325
  <th>
2326
- <?php esc_html_e('Alt', 'featured-image-from-url'); ?>
2327
  </th>
2328
  <th>
2329
  fifu_image_alt
@@ -2331,7 +2330,7 @@
2331
  </tr>
2332
  <tr>
2333
  <th>
2334
- <?php esc_html_e('Video', 'featured-image-from-url'); ?>
2335
  </th>
2336
  <th>
2337
  fifu_video_url
@@ -2339,15 +2338,15 @@
2339
  </tr>
2340
  <tr>
2341
  <th>
2342
- <?php esc_html_e('Image + Image Gallery (URLs delimited by "|")', 'featured-image-from-url'); ?>
2343
  </th>
2344
  <th>
2345
  fifu_list_url
2346
  </th>
2347
- </tr>
2348
  <tr>
2349
  <th>
2350
- <?php esc_html_e('Title + Titles Gallery (delimited by "|")', 'featured-image-from-url'); ?>
2351
  </th>
2352
  <th>
2353
  fifu_list_alt
@@ -2355,25 +2354,25 @@
2355
  </tr>
2356
  <tr>
2357
  <th>
2358
- <?php esc_html_e('Video + Video Gallery (URLs delimited by "|")', 'featured-image-from-url'); ?>
2359
  </th>
2360
  <th>
2361
- fifu_list_video_url
2362
  </th>
2363
  </tr>
2364
  <tr>
2365
  <th>
2366
- <?php esc_html_e('Slider (URLs delimited by "|")', 'featured-image-from-url'); ?>
2367
  </th>
2368
  <th>
2369
  fifu_slider_list_url
2370
  </th>
2371
- </tr>
2372
  </table>
2373
  </div>
2374
 
2375
  <div id="tabs-3">
2376
- <a href="<?php echo plugins_url() ?>/featured-image-from-url/admin/html/txt/csv-woo.txt"><?php esc_html_e('CSV example', 'featured-image-from-url'); ?></a>
2377
  <br>
2378
  <br>
2379
  <center><img src="https://c1.staticflickr.com/1/216/31480097476_bf4915184b_o_d.jpg" style="width:90%"></center>
@@ -2384,17 +2383,17 @@
2384
  </div>
2385
  <div id="tabs-p">
2386
  <div class="box">
2387
- <h2><?php esc_html_e('Add-On', 'featured-image-from-url'); ?></h2>
2388
  <div class="greybox">
2389
- <?php esc_html_e('FIFU automatically adds its add-on to WP All Import.', 'featured-image-from-url'); ?>
2390
  <br/>
2391
  <br/>
2392
  <div id="tabsWpAllImport">
2393
  <ul>
2394
- <li><a href="#tabs-2"><?php esc_html_e('Importing products...', 'featured-image-from-url'); ?></a></li>
2395
- <li><a href="#tabs-1"><?php esc_html_e('Custom Fields', 'featured-image-from-url'); ?></a></li>
2396
- <li><a href="#tabs-3"><?php esc_html_e('Custom Fields', 'featured-image-from-url'); ?> (Premium)</a></li>
2397
- <li><a href="#tabs-4"><?php esc_html_e('FAQ', 'featured-image-from-url'); ?></a></li>
2398
  </ul>
2399
  <div id="tabs-1">
2400
 
@@ -2403,12 +2402,12 @@
2403
  <th>
2404
  </th>
2405
  <th>
2406
- <?php esc_html_e('Key', 'featured-image-from-url'); ?>
2407
  </th>
2408
  </tr>
2409
  <tr>
2410
  <th>
2411
- <?php esc_html_e('Featured Image URL', 'featured-image-from-url'); ?>
2412
  </th>
2413
  <th>
2414
  fifu_image_url
@@ -2416,12 +2415,12 @@
2416
  </tr>
2417
  <tr>
2418
  <th>
2419
- <?php esc_html_e('Featured Image Title', 'featured-image-from-url'); ?>
2420
  </th>
2421
  <th>
2422
  fifu_image_alt
2423
  </th>
2424
- </tr>
2425
  </table>
2426
 
2427
  <br/>
@@ -2433,12 +2432,12 @@
2433
  <th>
2434
  </th>
2435
  <th>
2436
- <?php esc_html_e('Key', 'featured-image-from-url'); ?>
2437
  </th>
2438
  </tr>
2439
  <tr>
2440
  <th>
2441
- <?php esc_html_e('Featured Video URL', 'featured-image-from-url'); ?>
2442
  </th>
2443
  <th>
2444
  fifu_video_url
@@ -2446,15 +2445,15 @@
2446
  </tr>
2447
  <tr>
2448
  <th>
2449
- <?php esc_html_e('Featured Image URL + Gallery URLs (delimited by "|")', 'featured-image-from-url'); ?>
2450
  </th>
2451
  <th>
2452
  fifu_list_url
2453
  </th>
2454
- </tr>
2455
  <tr>
2456
  <th>
2457
- <?php esc_html_e('Featured Image Title + Gallery Titles (delimited by "|")', 'featured-image-from-url'); ?>
2458
  </th>
2459
  <th>
2460
  fifu_list_alt
@@ -2462,46 +2461,46 @@
2462
  </tr>
2463
  <tr>
2464
  <th>
2465
- <?php esc_html_e('Featured Video URL + Gallery URLs (delimited by "|")', 'featured-image-from-url'); ?>
2466
  </th>
2467
  <th>
2468
- fifu_list_video_url
2469
  </th>
2470
  </tr>
2471
  <tr>
2472
  <th>
2473
- <?php esc_html_e('Featured Slider URLs (delimited by "|")', 'featured-image-from-url'); ?>
2474
  </th>
2475
  <th>
2476
  fifu_slider_list_url
2477
  </th>
2478
- </tr>
2479
  </table>
2480
  </div>
2481
 
2482
  <div id="tabs-4">
2483
 
2484
- <table style="text-align:left">
2485
  <tr>
2486
  <th>
2487
  1)
2488
  </th>
2489
  <th>
2490
- <a href="http://www.wpallimport.com/documentation/woocommerce/variable-products/"><?php esc_html_e('Importing Variable Products to WooCommerce', 'featured-image-from-url'); ?></a>
2491
  </th>
2492
- </tr>
2493
  </table>
2494
  </div>
2495
 
2496
  <div id="tabs-2">
2497
- <a href="<?php echo plugins_url() ?>/featured-image-from-url/admin/html/txt/csv.txt"><?php esc_html_e('CSV example', 'featured-image-from-url'); ?></a>
2498
  <br>
2499
  <br>
2500
  <img src="https://storage.googleapis.com/featuredimagefromurl/wp-all-import-addon.jpg" style="width:100%">
2501
  <br>
2502
  <br>
2503
- <h3><?php esc_html_e('Result:', 'featured-image-from-url'); ?></h3>
2504
- <br>
2505
  <img src="https://storage.googleapis.com/featuredimagefromurl/wp-all-import-result.jpg">
2506
  </div>
2507
  </div>
@@ -2510,9 +2509,9 @@
2510
  </div>
2511
  <div id="tabs-d">
2512
  <div class="box">
2513
- <h2><?php esc_html_e('Fast support', 'featured-image-from-url'); ?></h2>
2514
  <div class="greybox">
2515
- <?php esc_html_e('If you need help, you can refer to', 'featured-image-from-url'); ?> <a href="admin.php?page=featured-image-from-url#tabs-t" target="_blank"><?php esc_html_e('troubleshooting', 'featured-image-from-url'); ?></a> <?php esc_html_e('or send an email to', 'featured-image-from-url'); ?><b> marcel@featuredimagefromurl.com</b> (<?php esc_html_e('with this', 'featured-image-from-url'); ?> <a href="admin.php?page=fifu-support-data"><button id="opener" onclick="jQuery('#tabs-top').block({message: '<?php esc_html_e('Please wait some seconds...', 'featured - image - from - url'); ?>', css: {backgroundColor: 'none', border: 'none', color: 'white'}});"><?php esc_html_e('status', 'featured-image-from-url'); ?></button></a>).
2516
  <br>
2517
  <br>
2518
  <table style="background-color: #fff; border-radius: 13px;">
@@ -2529,27 +2528,24 @@
2529
  </tr>
2530
  <tr>
2531
  <td style="width:33%;text-align:center;border-bottom: 1px solid #ddd !important">
2532
- <i><?php esc_html_e('All my images disappeared', 'featured-image-from-url'); ?></i>
2533
  </td>
2534
  <td style="width:33%;text-align:center;border-bottom: 1px solid #ddd !important">
2535
- <i><?php esc_html_e('A famous plugin doesn\'t work with FIFU', 'featured-image-from-url'); ?></i>
2536
  </td>
2537
  <td style="width:33%;text-align:center;border-bottom: 1px solid #ddd !important">
2538
- <i><?php esc_html_e('I\'m having style issues', 'featured-image-from-url'); ?></i>
2539
  </td>
2540
  </tr>
2541
  <tr>
2542
  <td style="vertical-align: top;">
2543
- <?php esc_html_e('You were probably using a deprecated feature. Just do it:', 'featured-image-from-url'); ?>
2544
- <?php esc_html_e('1) access Metadata tab;', 'featured-image-from-url'); ?>
2545
- <?php esc_html_e('2) enable Clean Metadata (it will be automatically disabled when finished);', 'featured-image-from-url'); ?>
2546
- <?php esc_html_e('3) enable Image Metadata.', 'featured-image-from-url'); ?>
2547
  </td>
2548
  <td style="vertical-align: top;">
2549
- <?php esc_html_e('Just send me an email. If you are available to discuss the details and the plugin is free and has more than 10,000 active installs, I should provide an integration very soon.', 'featured-image-from-url'); ?>
2550
  </td>
2551
  <td>
2552
- <?php esc_html_e('Some themes and plugins aren\'t responsive enough to work with external images. You may solve that running "Metadata > Save Image Dimensions."', 'featured-image-from-url'); ?>
2553
  </td>
2554
  </tr>
2555
  </table>
@@ -2570,29 +2566,24 @@
2570
  </tr>
2571
  <tr>
2572
  <td style="width:33%;text-align:center;border-bottom: 1px solid #ddd !important">
2573
- <i><?php esc_html_e('Facebook doesn\'t share my images', 'featured-image-from-url'); ?></i>
2574
  </td>
2575
  <td style="width:33%;text-align:center;border-bottom: 1px solid #ddd !important">
2576
- <i><?php esc_html_e('My home page is slow', 'featured-image-from-url'); ?></i>
2577
  </td>
2578
  <td style="width:33%;text-align:center;border-bottom: 1px solid #ddd !important">
2579
- <i><?php esc_html_e('PageSpeed Insights and GTmetrix issues', 'featured-image-from-url'); ?></i>
2580
  </td>
2581
  </tr>
2582
  <tr>
2583
  <td style="vertical-align: top;">
2584
- <?php esc_html_e('You probably have a plugin or theme that sets a default image as the Facebook image (og:image tag). Just find and disable the option.', 'featured-image-from-url'); ?>
2585
  </td>
2586
  <td style="vertical-align: top;">
2587
- <?php esc_html_e('1) access Performance tab;', 'featured-image-from-url'); ?>
2588
- <?php esc_html_e('2) enable Lazy Load.', 'featured-image-from-url'); ?>
2589
- <?php esc_html_e('Important: if you have another lazy load component running, you should disable that to avoid conficts.', 'featured-image-from-url'); ?>
2590
  </td>
2591
- <td>
2592
- <?php esc_html_e('You may mitigate the problem installing Jetpack plugin. After that:', 'featured-image-from-url'); ?>
2593
- <?php esc_html_e('1) access Settings, Performance;', 'featured-image-from-url'); ?>
2594
- <?php esc_html_e('2) enable "Speed up image load times".', 'featured-image-from-url'); ?>
2595
- <?php esc_html_e('A better solution will be available soon.', 'featured-image-from-url'); ?>
2596
  </td>
2597
  </tr>
2598
  </table>
@@ -2601,49 +2592,49 @@
2601
  </div>
2602
  <!--div class="box">
2603
  <h2><a class="dbox-donation-button" style="background: #2d81c5;color: #fff;text-decoration: none;display: inline-block;font-size: 16px;padding: 2px 17px;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;box-shadow: 0px 0px 0px 0px #1f5a89;text-shadow: 0 1px rgba(0, 0, 0, 0.3);" href="https://fifu.app/#price" target="_blank">Buy Premium</a> and help me to take this project to the next level <span class="dashicons dashicons-info" style="font-size: 25px;" title="Pay with a Card, Apple Pay, Google Pay, Stripe, PayPal and more. No account required."></span></h2>
2604
- <div class="greybox">
2605
  <a href="https://www.linkedin.com/in/marceljm/" target="_blank"><img src="https://avatars0.githubusercontent.com/u/10578419?s=460&v=4" style="border-radius:100%;width:8.5%;float:left"></a>
2606
  <div style="position:relative;left:10px">Hi, I'm Marcel, Software Engineer and Featured Image from URL author. <br>During the last 4 years I did my best to develop all requested features, integrations, improvements and bug fixes. And thanks to FIFU you keep saving money on storage, processing and copyright. However, with so many users (100,000+ active installs), it's becoming increasingly difficult to help everyone. <b>Extraordinary performance and automation features aren't done yet</b> while updates are required to keep this plugin working with the most current WordPress components. So please become a Premium user and help me to take FIFU to the next level!</div>
2607
  </div>
2608
  </div-->
2609
  <div class="box">
2610
- <h2><?php esc_html_e('Getting started', 'featured-image-from-url'); ?></h2>
2611
  <div class="greybox" style="min-height:375px;padding:0 !important">
2612
  <div style="width:100%">
2613
  <hgroup style="float:left;opacity:0.75;" class="speech-bubble">
2614
- <div style="font-style:italic;font-size:13px;color:white;padding-left:25px;padding-top:10px;"><?php esc_html_e('Hi, I\'m an EXTERNAL image!', 'featured-image-from-url'); ?></div>
2615
  <br>
2616
- <div style="font-style:italic;font-size:13px;color:white;padding-left:25px"><?php esc_html_e('It means I\'m NOT in your media library and I\'m NOT an attached plugin file too.', 'featured-image-from-url'); ?></div>
2617
  <br>
2618
- <div style="font-style:italic;font-size:13px;color:white;padding-left:25px"><?php esc_html_e('Don\'t you believe me? So why don\'t you check my Internet address (also known as URL)?', 'featured-image-from-url'); ?></div>
2619
  <br>
2620
- <div style="font-style:italic;font-size:13px;color:white;padding-left:40px"><?php esc_html_e('1) right click me now;', 'featured-image-from-url'); ?></div>
2621
  <br>
2622
- <div style="font-style:italic;font-size:13px;color:white;padding-left:40px"><?php esc_html_e('2) select "Copy image address";', 'featured-image-from-url'); ?></div>
2623
  <br>
2624
- <div style="font-style:italic;font-size:13px;color:white;padding-left:40px"><?php esc_html_e('3) paste it here: ', 'featured-image-from-url'); ?><input type="text" style="width:80%;background-color:#f3f3f3;font-style:italic;" placeholder="<?php esc_html_e('or just drag and drop me here', 'featured-image-from-url'); ?>"></div>
2625
  <br>
2626
  </hgroup>
2627
- <img style="float:right;padding-left:1%;width:17%;position:relative;top:19px;filter:grayscale(25%);" src="https://ps.w.org/featured-image-from-url/assets/icon-256x256.png" title="<?php esc_html_e('Right click me!', 'featured-image-from-url'); ?>">
2628
  </div>
2629
  <hgroup style="float:right;opacity:0.75" class="speech-bubble2">
2630
- <div style="font-style:italic;font-size:13px;color:white;padding-left:25px;padding-top:10px;"><?php esc_html_e('Since now you have my address (also known as URL), how about making me famous?', 'featured-image-from-url'); ?></div>
 
 
2631
  <br>
2632
- <div style="font-style:italic;font-size:13px;color:white;padding-left:25px"><?php esc_html_e('You just need to create a post and use me as the Featured Image:', 'featured-image-from-url'); ?></div>
2633
- <br>
2634
- <div style="font-style:italic;font-size:13px;color:white;padding-left:40px"><?php esc_html_e('1) add a new post;', 'featured-image-from-url'); ?></div>
2635
  <br>
2636
- <div style="font-style:italic;font-size:13px;color:white;padding-left:40px"><?php esc_html_e('2) find the box', 'featured-image-from-url'); ?> <span class="dashicons dashicons-camera" style="font-size:18px;padding-right:3px"></span><b><?php esc_html_e('Featured Image (URL)', 'featured-image-from-url'); ?></b></div>
2637
  <br>
2638
- <div style="font-style:italic;font-size:13px;color:white;padding-left:40px"><?php esc_html_e('3) paste my address into "Image URL" field.', 'featured-image-from-url'); ?></div>
2639
  <br>
2640
- <div style="font-style:italic;font-size:13px;color:white;padding-left:25px"><?php esc_html_e('And don\'t worry about storage. I will remain EXTERNAL. I WON\'T be uploaded to your media library.', 'featured-image-from-url'); ?></div>
2641
  <br>
2642
  </hgroup>
2643
  </div>
2644
- </div>
2645
- <div class="box">
2646
- <h2><?php esc_html_e('Integrate your plugin with FIFU', 'featured-image-from-url'); ?></h2>
2647
  <div class="greybox">
2648
  <table style="width:100%">
2649
  <tr>
@@ -2651,12 +2642,12 @@
2651
  <i class="fab fa-dev" style="font-size:110px"></i>
2652
  </td>
2653
  <td style="width:85%">
2654
- <?php esc_html_e('Are you a WordPress developer? So now you can easily integrate your code with FIFU using the function below.', 'featured-image-from-url'); ?><br>
2655
- <?php esc_html_e('All you need is to inform the post id and the image url. And FIFU will set the custom fields and create the metadata.', 'featured-image-from-url'); ?><br><br>
2656
  <div style="background-color:#966385;color:white;padding:15px;border-radius:5px;font-weight:bold;">fifu_dev_set_image($post_id, $image_url)</div><br>
2657
  </td>
2658
  </tr>
2659
- </table>
2660
  </div>
2661
  </div>
2662
  </div>
@@ -2668,7 +2659,7 @@
2668
  <td style="border-bottom:none"><h3> WooCommerce REST API</h3></td>
2669
  <td style="border-bottom:none">API</td>
2670
  </tr>
2671
- </table>
2672
  <div class="greybox" style="position: relative; top: -10px">
2673
  The import of hundreds of thousands of products isn't fast enough:<br>
2674
  1) deactivate FIFU;<br>
@@ -2685,7 +2676,7 @@
2685
  <td style="border-bottom:none"><h3> Gema Lite</h3></td>
2686
  <td style="border-bottom:none">theme</td>
2687
  </tr>
2688
- </table>
2689
  <div class="greybox" style="position: relative; top: -10px">
2690
  Style issue with featured videos:<br>
2691
  1) enable "FIFU Settings > Lazy Load";<br>
@@ -2705,7 +2696,7 @@
2705
  <td style="border-bottom:none"><h3> Unyson</h3></td>
2706
  <td style="border-bottom:none">plugin</td>
2707
  </tr>
2708
- </table>
2709
  <div class="greybox" style="position: relative; top: -10px">
2710
  "There has been a critical error on your website" message:<br>
2711
  1) open "unyson/framework/helpers/class-fw-resize.php";<br>
@@ -2720,7 +2711,7 @@
2720
  <td style="border-bottom:none"><h3> Klb Shortcode</h3></td>
2721
  <td style="border-bottom:none">plugin</td>
2722
  </tr>
2723
- </table>
2724
  <div class="greybox" style="position: relative; top: -10px">
2725
  Featured image not shown on carousel:<br>
2726
  1) open "klb-shortcode/inc/klb-shortcode.php";<br>
@@ -2735,10 +2726,10 @@
2735
  <td style="border-bottom:none"><h3> Zapier [Instagram]</h3></td>
2736
  <td style="border-bottom:none">service</td>
2737
  </tr>
2738
- </table>
2739
  <div class="greybox" style="position: relative; top: -10px">
2740
  Setting featured image automatically:<br>
2741
- 1) access "FIFU Settings > URL from Post Content";<br>
2742
  2) enable "use the 1st (or nth) image/video as featured image";<br>
2743
  3) enable "hide the 1st (or nth) image/video from content";<br>
2744
  4) access "Zapier > Make a Zap", select Instagram as the first app and configure as you want;<br>
@@ -2756,10 +2747,10 @@
2756
  <td style="border-bottom:none"><h3> Zapier [YouTube]</h3></td>
2757
  <td style="border-bottom:none">service</td>
2758
  </tr>
2759
- </table>
2760
  <div class="greybox" style="position: relative; top: -10px">
2761
  Setting featured video automatically:<br>
2762
- 1) access "FIFU Settings > URL from Post Content";<br>
2763
  2) enable "use the 1st (or nth) image/video as featured image";<br>
2764
  3) enable "hide the 1st (or nth) image/video from content";<br>
2765
  4) access "Zapier > Make a Zap", select YouTube as the first app and configure as you want;<br>
@@ -2777,7 +2768,7 @@
2777
  <td style="border-bottom:none"><h3> Publisher</h3></td>
2778
  <td style="border-bottom:none">theme</td>
2779
  </tr>
2780
- </table>
2781
  <div class="greybox" style="position: relative; top: -10px">
2782
  The theme lightbox doesn't work:<br>
2783
  x) there is no solution for now. It seems the lightbox only works with image addresses (internal or external) that contains "/wp-content/uploads/". You may contact the theme developer and ask him to remove the restriction.<br>
@@ -2790,10 +2781,10 @@
2790
  <td style="border-bottom:none"><h3> Bimber</h3></td>
2791
  <td style="border-bottom:none">theme</td>
2792
  </tr>
2793
- </table>
2794
  <div class="greybox" style="position: relative; top: -10px">
2795
  Home page images have different heights:<br>
2796
- 1) enable "FIFU Settings > Featured Image > Same Height";<br>
2797
  2) access "Selector" tab and add two selectors: "ul.g1-featured-items" and "ul.g1-collection-items";<br>
2798
  3) access "Size Ratio" tab and set "16:9".<br>
2799
  </div>
@@ -2805,7 +2796,7 @@
2805
  <td style="border-bottom:none"><h3> BuddyForms</h3></td>
2806
  <td style="border-bottom:none">plugin</td>
2807
  </tr>
2808
- </table>
2809
  <div class="greybox" style="position: relative; top: -10px">
2810
  Adding "Featured Image from URL" field to the form:<br>
2811
  1) open the form editor;<br>
@@ -2827,7 +2818,7 @@
2827
  <td style="border-bottom:none"><h3> WooCommerce</h3></td>
2828
  <td style="border-bottom:none">plugin</td>
2829
  </tr>
2830
- </table>
2831
  <div class="greybox" style="position: relative; top: -10px">
2832
  Avoiding changes in the featured image of a product when the featured image of its copy changes:<br>
2833
  1) open the duplicated product on editor;<br>
@@ -2844,7 +2835,7 @@
2844
  <td style="border-bottom:none"><h3> Avada</h3></td>
2845
  <td style="border-bottom:none">theme</td>
2846
  </tr>
2847
- </table>
2848
  <div class="greybox" style="position: relative; top: -10px">
2849
  The video controls don't work on WooCommerce product gallery:<br>
2850
  1) access "Appearance > Avada > Customize > Additional CSS";<br>
@@ -2859,7 +2850,7 @@
2859
  <td style="border-bottom:none"><h3> Post Sliders & Post Grids</h3></td>
2860
  <td style="border-bottom:none">plugin</td>
2861
  </tr>
2862
- </table>
2863
  <div class="greybox" style="position: relative; top: -10px">
2864
  The post grid doesn't show external featured images:<br>
2865
  x) there is no solution for now. "Post Sliders & Post Grids" only shows a featured image if that is stored in the media library. You may contact the author or install an alternative plugin, like <a href="https://wordpress.org/plugins/content-views-query-and-display-post-page/">this</a>.<br>
@@ -2872,10 +2863,10 @@
2872
  <td style="border-bottom:none"><h3> WooCommerce</h3></td>
2873
  <td style="border-bottom:none">plugin</td>
2874
  </tr>
2875
- </table>
2876
  <div class="greybox" style="position: relative; top: -10px">
2877
  Product gallery thumbnails have different heights:<br>
2878
- 1) enable "FIFU Settings > Featured Image > Same Height";<br>
2879
  2) access "Selector" tab and add "ol.flex-control-thumbs".<br>
2880
  </div>
2881
  </div>
@@ -2886,7 +2877,7 @@
2886
  <td style="border-bottom:none"><h3> Elementor</h3></td>
2887
  <td style="border-bottom:none">plugin</td>
2888
  </tr>
2889
- </table>
2890
  <div class="greybox" style="position: relative; top: -10px">
2891
  Video controls not accessible for "Posts" element, when configured as "Layout > Skin > Cards":<br>
2892
  1) access "Style > Card > Hover Effect";<br>
@@ -2900,7 +2891,7 @@
2900
  <td style="border-bottom:none"><h3> Elementor</h3></td>
2901
  <td style="border-bottom:none">plugin</td>
2902
  </tr>
2903
- </table>
2904
  <div class="greybox" style="position: relative; top: -10px">
2905
  Showing an external featured image/video:<br>
2906
  1) open the default WordPress editor;<br>
@@ -2917,7 +2908,7 @@
2917
  <td style="border-bottom:none"><h3> WordPress</h3></td>
2918
  <td style="border-bottom:none"></td>
2919
  </tr>
2920
- </table>
2921
  <div class="greybox" style="position: relative; top: -10px">
2922
  Removing the references to the internal featured images for all posts that have an external featured image as well:<br>
2923
  1) run this SQL command: DELETE FROM wp_postmeta WHERE meta_key = '_thumbnail_id' AND post_id IN (SELECT post_id FROM (SELECT post_id FROM wp_postmeta WHERE meta_key = 'fifu_image_url') AS x);<br>
@@ -2932,7 +2923,7 @@
2932
  <td style="border-bottom:none"><h3> Orienko</h3></td>
2933
  <td style="border-bottom:none">theme</td>
2934
  </tr>
2935
- </table>
2936
  <div class="greybox" style="position: relative; top: -10px">
2937
  Video lightbox isn't shown ("n.fancybox.getInstance is not a function" error):<br>
2938
  1) access "orienko/includes/head-media.php";<br>
@@ -2946,7 +2937,7 @@
2946
  <td style="border-bottom:none"><h3> Google Chrome | Firefox</h3></td>
2947
  <td style="border-bottom:none">web browsers</td>
2948
  </tr>
2949
- </table>
2950
  <div class="greybox" style="position: relative; top: -10px">
2951
  Avoiding "Connection not secure" message:<br>
2952
  1) use only https image URLs.<br>
@@ -2959,7 +2950,7 @@
2959
  <td style="border-bottom:none"><h3> Essential Grid</h3></td>
2960
  <td style="border-bottom:none">plugin</td>
2961
  </tr>
2962
- </table>
2963
  <div class="greybox" style="position: relative; top: -10px">
2964
  Showing external videos:<br>
2965
  1) access "Ess. Grid > Editor / Preview";<br>
@@ -2973,7 +2964,7 @@
2973
  <td style="border-bottom:none"><h3> Bimber</h3></td>
2974
  <td style="border-bottom:none">theme</td>
2975
  </tr>
2976
- </table>
2977
  <div class="greybox" style="position: relative; top: -10px">
2978
  External images are not being shown:<br>
2979
  1) access "Appearance > Bimber > Customize > Additional CSS";<br>
@@ -2991,11 +2982,11 @@
2991
  </table>
2992
  <div class="greybox" style="position: relative; top: -10px">
2993
  Adding external "Product Image" and "Product Gallery" via SQL:<br>
2994
- 1) enable "FIFU Settings > Metadata > Schedule Metadata Generation";<br>
2995
  2) run the SQL. Example: "insert into wp_postmeta (post_id, meta_key, meta_value) values (12345, 'fifu_list_url', 'URL1|URL2|URL3|URL4')"<br>
2996
  * the first URL is for the featured image and the others for the gallery<br>
2997
  </div>
2998
- </div>
2999
  <div class="box">
3000
  <table>
3001
  <tr>
@@ -3010,7 +3001,7 @@
3010
  - "All my variable products have SKUs or some other unique identifier. Each variation is linked to its parent with its parent's SKU or other unique identifier.";<br>
3011
  - "All variations for a particular product have the same title as the parent product."<br>
3012
  Options where the parent is created automatically won't work well.
3013
- </div>
3014
  <div class="greybox" style="position: relative; top: -10px">
3015
  Avoiding updates on unchanged image data:<br>
3016
  1) access "WP All Import > Import Settings";<br>
@@ -3026,7 +3017,7 @@
3026
  <td style="border-bottom:none"><h3>Ajax Load More</h3></td>
3027
  <td style="border-bottom:none">plugin</td>
3028
  </tr>
3029
- </table>
3030
  <div class="greybox" style="position: relative; top: -10px">
3031
  Loading external featured videos:<br>
3032
  1) check "Ajax Load More > Settings > Disable CSS".
@@ -3039,7 +3030,7 @@
3039
  <td style="border-bottom:none"><h3>Multisite Post Duplicator</h3></td>
3040
  <td style="border-bottom:none">plugin</td>
3041
  </tr>
3042
- </table>
3043
  <div class="greybox" style="position: relative; top: -10px">
3044
  Duplicating post and external featured image:<br>
3045
  1) enable "FIFU Settings > Metadata > Schedule Metadata Generation";<br>
@@ -3056,9 +3047,9 @@
3056
  <td style="border-bottom:none"><h3>Jetpack</h3></td>
3057
  <td style="border-bottom:none">plugin</td>
3058
  </tr>
3059
- </table>
3060
  <div class="greybox" style="position: relative; top: -10px">
3061
- Featured Images missing after enabling Lazy Load:<br>
3062
  1) disable "FIFU settings > Performance > Lazy Load" or "Jetpack settings > Performance > Enable Lazy Loading for images". You can't have both.<br>
3063
  </div>
3064
  <div class="greybox" style="position: relative; top: -10px">
@@ -3073,7 +3064,7 @@
3073
  <td style="border-bottom:none"><h3>PHP</h3></td>
3074
  <td style="border-bottom:none">programming language</td>
3075
  </tr>
3076
- </table>
3077
  <div class="greybox" style="position: relative; top: -10px">
3078
  Fixing fatal error "Allowed memory size of [...] bytes exhausted (tried to allocate [...] bytes) in /var/www/html/wp-includes/wp-db.php":<br>
3079
  1) open /var/www/html/wp-config.php file;<br>
@@ -3092,12 +3083,12 @@
3092
  <td style="border-bottom:none"><h3>jQuery</h3></td>
3093
  <td style="border-bottom:none">JavaScript library</td>
3094
  </tr>
3095
- </table>
3096
  <div class="greybox" style="position: relative; top: -10px">
3097
  Solving "Uncaught ReferenceError: jQuery is not defined"<br>
3098
  1) enable "FIFU settings > Admin > jQuery".<br>
3099
  </div>
3100
- </div>
3101
  <div class="box">
3102
  <table>
3103
  <tr>
@@ -3105,7 +3096,7 @@
3105
  <td style="border-bottom:none"><h3>https</h3></td>
3106
  <td style="border-bottom:none">protocol</td>
3107
  </tr>
3108
- </table>
3109
  <div class="greybox" style="position: relative; top: -10px">
3110
  Replacing http URLs by https:<br>
3111
  1) run this SQL command: UPDATE wp_postmeta SET meta_value = REPLACE(meta_value, 'http://', 'https://') WHERE meta_key = 'fifu_image_url' AND meta_value LIKE '%site.com%';<br>
@@ -3113,7 +3104,7 @@
3113
  3) enable "Image Metadata".<br>
3114
  * replace site.com by the domain of the URLs you want to update
3115
  </div>
3116
- </div>
3117
  <div class="box">
3118
  <table>
3119
  <tr>
@@ -3121,7 +3112,7 @@
3121
  <td style="border-bottom:none"><h3>Ecome</h3></td>
3122
  <td style="border-bottom:none">theme</td>
3123
  </tr>
3124
- </table>
3125
  <div class="greybox" style="position: relative; top: -10px">
3126
  Showing the external featured images:<br>
3127
  1) open "ecome/framework/framework.php";<br>
@@ -3151,7 +3142,7 @@
3151
  <td style="border-bottom:none"><h3>Nelio External Featured Image (discontinued)</h3></td>
3152
  <td style="border-bottom:none">plugin</td>
3153
  </tr>
3154
- </table>
3155
  <div class="greybox" style="position: relative; top: -10px">
3156
  Importing image URLs to FIFU:<br>
3157
  0) make a backup (you might want to revert the changes later);<br>
@@ -3168,7 +3159,7 @@
3168
  <td style="border-bottom:none"><h3>WP Telegram (Auto Post and Notifications)</h3></td>
3169
  <td style="border-bottom:none">plugin</td>
3170
  </tr>
3171
- </table>
3172
  <div class="greybox" style="position: relative; top: -10px">
3173
  Sharing external featured images on Telegram:<br>
3174
  1) just enable "Featured Image" toggle on WP Telegram.<br>
@@ -3181,27 +3172,27 @@
3181
  <td style="border-bottom:none"><h3>Divi</h3></td>
3182
  <td style="border-bottom:none">theme</td>
3183
  </tr>
3184
- </table>
3185
  <div class="greybox" style="position: relative; top: -10px">
3186
  Preventing a small image from scaling to 100%:<br>
3187
- 1) inspect the image and get the CSS selector;<br>
3188
  2) access "Customize > Additional CSS";<br>
3189
  3) set "width:unset" for your selector.<br>
3190
- </div>
3191
  <div class="greybox" style="position: relative; top: -10px">
3192
  Centering a small image:<br>
3193
- 1) inspect the image and get the CSS selector;<br>
3194
  2) access "Customize > Additional CSS";<br>
3195
  3) set "display:inherit" for your selector;<br>
3196
  4) set "text-align:center" for its parent.<br>
3197
  </div>
3198
  <div class="greybox" style="position: relative; top: -10px">
3199
  Defining a height for an image:<br>
3200
- 1) inspect the image and get the CSS selector;<br>
3201
  2) access "Customize > Additional CSS";<br>
3202
  3) set "height:300px" (or a different number) for your selector.<br>
3203
  </div>
3204
- </div>
3205
  <div class="box">
3206
  <table>
3207
  <tr>
@@ -3209,14 +3200,14 @@
3209
  <td style="border-bottom:none"><h3>Toolset Forms + Toolset Types</h3></td>
3210
  <td style="border-bottom:none">plugins</td>
3211
  </tr>
3212
- </table>
3213
  <div class="greybox" style="position: relative; top: -10px">
3214
  Adding "Featured Image from URL" field to an external post form:<br>
3215
- 1) add a new "Custom Fields Group";<br>
3216
  2) add a new "Field";<br>
3217
  3) set "fifu_image_url" for "Field slug".<br>
3218
  </div>
3219
- </div>
3220
  </div>
3221
  </ul>
3222
  </div>
2
 
3
  <div class="header-box">
4
  <h1 style="color:white;padding-left:20px"><span class="dashicons dashicons-camera" style="font-size:30px"></span><span style="padding-left:20px">featured image from url 3</span></h1>
5
+ <a href="https://chrome.google.com/webstore/detail/fifu-scraper/pccimcccbkdeeadhejdmnffmllpicola" target="_blank"><img class="fifu-chrome" src="https://storage.googleapis.com/featuredimagefromurl/chrome-web-store2.png" title="<?php $fifu['chrome']['link']() ?>"/></a>
6
  </div>
7
 
8
+ <div id="tabs-top" style="float:left">
9
  <ul>
10
+ <li><a href="#tabs-d"><i class="fas fa-envelope"></i> <?php $fifu['tab']['help']() ?></a></li>
11
+ <li><a href="#tabs-k"><i class="fas fa-user-cog"></i> <?php $fifu['tab']['admin']() ?></a></li>
12
+ <li><a href="#tabs-g"><i class="fas fa-image"></i> <?php $fifu['tab']['image']() ?></a></li>
13
+ <li><a href="#tabs-b"><i class="fas fa-search"></i> <?php $fifu['tab']['content']() ?></a></li>
14
+ <li><a href="#tabs-j"><i class="fas fa-database"></i> <?php $fifu['tab']['metadata']() ?></a></li>
15
+ <li><a href="#tabs-i"><i class="fas fa-tachometer-alt"></i> <?php $fifu['tab']['performance']() ?></a></li>
16
+ <li><a href="#tabs-q"><i class="fas fa-robot"></i> <?php $fifu['tab']['api']() ?></a></li>
17
+ <li><a href="#tabs-l"><i class="fas fa-code"></i> <?php $fifu['tab']['shortcode']() ?></a></li>
18
+ <li><a href="#tabs-m"><i class="fas fa-images"></i> <?php $fifu['tab']['slider']() ?></a></li>
19
+ <li><a href="#tabs-n"><i class="fas fa-share-alt"></i> <?php $fifu['tab']['social']() ?></a></li>
20
+ <li><a href="#tabs-e"><i class="fas fa-quote-left"></i> <?php $fifu['tab']['text']() ?></a></li>
21
+ <li><a href="#tabs-c"><i class="fas fa-play"></i> <?php $fifu['tab']['video']() ?></a></li>
22
+ <li><a href="#tabs-o"><i class="fas fa-shopping-cart"></i> <?php $fifu['tab']['woo']() ?></a></li>
23
+ <li><a href="#tabs-p"><i class="fas fa-redo"></i> <?php $fifu['tab']['wai']() ?></a></li>
24
+ <li><a href="#tabs-t"><i class="fas fa-info-circle"></i> <?php $fifu['tab']['trouble']() ?></a></li>
25
  <br>
26
  <br>
27
 
28
  <div id="tabs-k">
29
  <div class="box">
30
+ <h2><?php $fifu['title']['column']() ?></h2>
31
  <div class="greybox">
32
+ <?php $fifu['column']['desc']() ?>
33
  </div>
34
  <br>
35
+ <form
36
+ id="fifu_form_column"
37
+ action="javascript:void(0)"
38
  method="post">
39
+ <input id="fifu_input_column_height" type="text" name="fifu_input_column_height" value="<?php echo $column_height; ?>" placeholder="<?php $fifu['detail']['eg']() ?> 64" size="4">
40
+ <input type="submit" value="<?php $fifu['button']['submit']() ?>" >
41
  </form>
42
  </div>
43
 
44
  <div class="box">
45
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
46
+ <h2><?php $fifu['title']['fields']() ?></h2>
47
  <div class="greybox" id="grad2">
48
+ <?php $fifu['fields']['desc']() ?><br><br>
49
  <table style="text-align:left">
50
  <tr>
51
+ <th>
52
+ <label for="fifu_input_spinner_image"
53
+ placehold><?php $fifu['fields']['image']() ?></label>
54
  </th>
55
  <th>
56
+ <input id="fifu_input_spinner_image"
57
+ name="fifu_input_spinner_image"
58
  size="4">
59
  </th>
60
+ </tr>
61
  <tr>
62
  <th>
63
+ <label for="fifu_input_spinner_video"><?php $fifu['fields']['video']() ?></label>
64
  </th>
65
  <th>
66
+ <input id="fifu_input_spinner_video"
67
+ name="fifu_input_spinner_video"
68
  size="4">
69
  </th>
70
  </tr>
71
  <tr>
72
  <th>
73
+ <label for="fifu_input_spinner_slider"><?php $fifu['fields']['slider']() ?></label>
74
  </th>
75
  <th>
76
+ <input id="fifu_input_spinner_slider"
77
+ name="fifu_input_spinner_slider"
78
  size="4">
79
  </th>
80
+ </tr>
81
  </table>
82
  </div>
83
  <br>
84
+ <input type="submit" value="<?php $fifu['button']['submit']() ?>" disabled>
85
  </div>
86
 
87
  <div class="box">
88
+ <h2><?php $fifu['title']['library']() ?></h2>
89
  <div class="greybox">
90
+ <?php $fifu['library']['desc']() ?>
91
  <br>
92
  <br>
93
+ <b><?php $fifu['detail']['important']() ?></b>: <?php $fifu['library']['important']() ?>
94
  </div>
95
  <br>
96
+ <form
97
+ id="fifu_form_media_library"
98
+ action="javascript:void(0)"
99
  method="post">
100
  <table>
101
  <tr>
102
  <td>
103
+ <input
104
+ type="submit"
105
+ href="javascript:void(0)"
106
+ id="fifu_toggle_media_library"
107
+ onclick="invert('media_library')"
108
+ name="fifu_toggle_media_library"
109
+ class="<?php echo $enable_media_library; ?>"
110
  value=""
111
  style="display:block;border:none">
112
 
113
+ <input
114
+ type="hidden"
115
+ id="fifu_input_media_library"
116
+ name="fifu_input_media_library"
117
  value="" ></td>
118
  <td></td>
119
  </tr>
121
  </form>
122
  </div>
123
  <div class="box">
124
+ <h2><?php $fifu['title']['jquery']() ?></h2>
125
  <div class="greybox">
126
+ <?php $fifu['jquery']['desc']() ?>
127
  </div>
128
  <br>
129
+ <form
130
+ id="fifu_form_jquery"
131
+ action="javascript:void(0)"
132
  method="post">
133
  <table>
134
  <tr>
135
  <td>
136
+ <input
137
+ type="submit"
138
+ href="javascript:void(0)"
139
+ id="fifu_toggle_jquery"
140
+ onclick="invert('jquery')"
141
+ name="fifu_toggle_jquery"
142
+ class="<?php echo $enable_jquery; ?>"
143
  value=""
144
  style="display:block;border:none">
145
+ <input
146
+ type="hidden"
147
+ id="fifu_input_jquery"
148
+ name="fifu_input_jquery"
149
  value="" ></td>
150
+ <td><?php $fifu['jquery']['cdn']() ?></td>
151
  </tr>
152
  </table>
153
  </form>
156
  <div id="tabs-b">
157
  <div class="box">
158
 
159
+ <h2><?php $fifu['title']['configuration']() ?></h2>
160
  <div class="greybox">
161
+ <?php $fifu['configuration']['desc']() ?><br/><br/>
162
+ <b><?php $fifu['detail']['requirement']() ?></b>: <?php $fifu['configuration']['requirement']() ?>
163
  </div>
164
 
165
  <br>
167
  <table style="text-align:left">
168
  <tr>
169
  <th>
170
+ <form
171
+ id="fifu_form_spinner_nth"
172
+ action="javascript:void(0)"
173
  method="post">
174
+ <input id="fifu_input_spinner_nth"
175
+ name="fifu_input_spinner_nth"
176
+ value="<?php echo $nth_image; ?>"
177
  size="3"
178
  style="width:40px">
179
  <br>
180
+ <input type="submit" value="<?php $fifu['button']['ok']() ?>" style="width:72px">
181
  </form>
182
+ </th>
183
+ <th>
184
+ <?php $fifu['configuration']['position']() ?>
185
+ </th>
186
  </tr>
187
  <tr>
188
  <th>
189
+ <form
190
+ id="fifu_form_get_first"
191
+ action="javascript:void(0)"
192
  method="post">
193
+ <input
194
+ type="submit"
195
+ href="javascript:void(0)"
196
+ id="fifu_toggle_get_first"
197
+ onclick="invert('get_first')"
198
+ name="fifu_toggle_get_first"
199
+ class="<?php echo $enable_get_first; ?>"
200
  value="" style="display:block;border:none">
201
 
202
+ <input
203
+ type="hidden"
204
+ id="fifu_input_get_first"
205
+ name="fifu_input_get_first"
206
  value="" >
207
  </form>
208
  </th>
209
+ <th>
210
+ <?php $fifu['configuration']['first']() ?>
211
  </th>
212
+ </tr>
213
  <tr>
214
  <th>
215
+ <form
216
+ id="fifu_form_pop_first"
217
+ action="javascript:void(0)"
218
  method="post">
219
+ <input
220
+ type="submit"
221
+ href="javascript:void(0)"
222
+ id="fifu_toggle_pop_first"
223
+ onclick="invert('pop_first')"
224
+ name="fifu_toggle_pop_first"
225
+ class="<?php echo $enable_pop_first; ?>"
226
  value="" style="display:block;border:none">
227
 
228
+ <input
229
  type="hidden"
230
+ id="fifu_input_pop_first"
231
+ name="fifu_input_pop_first"
232
  value="" >
233
  </form>
234
  </th>
235
+ <th>
236
+ <?php $fifu['configuration']['hide']() ?>
237
  </th>
238
  </tr>
239
  <tr>
240
  <th>
241
+ <form
242
+ id="fifu_form_query_strings"
243
+ action="javascript:void(0)"
244
  method="post">
245
+ <input
246
+ type="submit"
247
+ href="javascript:void(0)"
248
+ id="fifu_toggle_query_strings"
249
+ onclick="invert('query_strings')"
250
+ name="fifu_toggle_query_strings"
251
+ class="<?php echo $enable_query_strings; ?>"
252
  value=""
253
  style="display:block;border:none">
254
 
255
+ <input
256
  type="hidden"
257
+ id="fifu_input_query_strings"
258
+ name="fifu_input_query_strings"
259
  value="" >
260
  </form>
261
  </th>
262
+ <th>
263
+ <?php $fifu['configuration']['query']() ?>
264
  </th>
265
+ </tr>
266
  <tr>
267
  <th>
268
+ <form
269
+ id="fifu_form_ovw_first"
270
+ action="javascript:void(0)"
271
  method="post">
272
+ <input
273
+ type="submit"
274
+ href="javascript:void(0)"
275
+ id="fifu_toggle_ovw_first"
276
+ onclick="invert('ovw_first')"
277
+ name="fifu_toggle_ovw_first"
278
+ class="<?php echo $enable_ovw_first; ?>"
279
  value="" style="display:block;border:none">
280
 
281
+ <input
282
  type="hidden"
283
+ id="fifu_input_ovw_first"
284
+ name="fifu_input_ovw_first"
285
  value="" >
286
  </form>
287
  </th>
288
+ <th>
289
+ <?php $fifu['configuration']['overwrite']() ?>
290
  </th>
291
+ </tr>
292
+ </table>
293
  </div>
294
  <div class="box">
295
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
296
+ <h2><?php $fifu['title']['all']() ?></h2>
297
  <div class="greybox" id="grad2">
298
+ <?php $fifu['all']['desc']() ?>
 
299
  <br/>
300
  <br/>
301
+ <b><?php $fifu['detail']['important']() ?></b>: <?php $fifu['all']['important']() ?>
302
  <br/>
303
  <br/>
304
+ <b><?php $fifu['detail']['requirement']() ?></b>: <?php $fifu['all']['requirement']() ?>
305
  <br/>
306
  <br/>
307
+ <b><?php $fifu['detail']['tip']() ?></b>: <?php $fifu['all']['tip']() ?> <?php $fifu['detail']['suggestion']() ?>: <a href="https://wordpress.org/plugins/wp-crontrol/">WP Crontrol</a>.
308
  </div>
309
  <br>
310
+ <table style="text-align:left">
311
  <tr>
312
  <th>
313
+ <input
314
+ type="submit"
315
+ href="javascript:void(0)"
316
+ class="toggleoff"
317
  value=""
318
  style="display:block;border:none">
319
  </th>
320
+ <th>
321
+ <?php $fifu['all']['ignore']() ?>
322
  </th>
323
  </tr>
324
  <tr>
325
  <th>
326
+ <input
327
+ type="submit"
328
+ href="javascript:void(0)"
329
+ class="toggleoff"
330
  value=""
331
  style="display:block;border:none">
332
  </th>
333
+ <th>
334
+ <?php $fifu['all']['update']() ?>
335
  </th>
336
+ </tr>
337
  </table>
338
  </div>
339
  </div>
340
  <div id="tabs-g">
341
  <div class="box">
342
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
343
+ <h2><?php $fifu['title']['height']() ?></h2>
344
  <div class="greybox" id="grad2">
345
+ <?php $fifu['height']['desc']() ?>
346
  </div>
347
  <br>
348
 
349
  <div id="tabsCrop">
350
 
351
  <ul>
352
+ <li><a href="#tabsCrop-a"><?php $fifu['height']['tab']['height']() ?></a></li>
353
+ <li><a href="#tabsCrop-b"><?php $fifu['height']['tab']['selector']() ?></a></li>
354
+ <li><a href="#tabsCrop-c"><?php $fifu['height']['tab']['ratio']() ?></a></li>
355
+ <li><a href="#tabsCrop-d"><?php $fifu['height']['tab']['fit']() ?></a></li>
356
+ <li><a href="#tabsCrop-e"><?php $fifu['height']['tab']['delay']() ?></a></li>
357
  <br>
358
  <br>
359
  <div id="tabsCrop-a">
360
  <table style="text-align:left">
361
  <tr>
362
  <th>
363
+ <input
364
+ type="submit"
365
+ href="javascript:void(0)"
366
+ class="toggleoff"
367
  value=""
368
  style="display:block;border:none">
369
  </th>
370
  </tr>
371
+ </table>
372
  </div>
373
 
374
  <div id="tabsCrop-b">
375
  <div>
376
+ <?php $fifu['height']['selector']['desc']() ?><br><br>
377
  <table style="text-align: left;">
378
  <tr>
379
  <th><b>#</b><i>products</i></th>
380
+ <th>(<?php $fifu['word']['attribute']() ?> <b>id</b>="<i>products</i>")</th>
381
  </tr>
382
  <tr>
383
  <th><b>.</b><i>my-post-area</i></th>
384
+ <th>(<?php $fifu['word']['attribute']() ?> <b>class</b>="<i>my-post-area</i>")</th>
385
  </tr>
386
  <tr>
387
  <th><b>#</b><i>products|4:3</i></th>
388
+ <th>(<?php $fifu['word']['attribute']() ?> <b>id</b>="<i>products</i>" <?php $fifu['height']['height']['ratio']() ?>)</th>
389
  </tr>
390
  </table>
391
  <br>
392
 
393
+ <input id="fifu_input_crop0"
394
+ type="text"
395
+ placeholder="<?php $fifu['word']['selector']() ?> 1"
396
+ style="width:130px"
397
+ value="">
398
+ <input id="fifu_input_crop1"
399
+ type="text"
400
+ placeholder="<?php $fifu['word']['selector']() ?> 2"
401
+ style="width:130px"
402
  value="">
403
+ <input id="fifu_input_crop2"
404
+ type="text"
405
+ placeholder="<?php $fifu['word']['selector']() ?> 3"
406
+ style="width:130px"
407
  value="">
408
+ <input id="fifu_input_crop3"
409
+ type="text"
410
+ placeholder="<?php $fifu['word']['selector']() ?> 4"
411
+ style="width:130px"
412
  value="">
413
+ <input id="fifu_input_crop4"
414
+ type="text"
415
+ placeholder="<?php $fifu['word']['selector']() ?> 5"
416
+ style="width:130px"
417
  value="">
418
+ <input type="submit"
419
+ value="<?php $fifu['button']['submit']() ?>" disabled>
 
 
 
 
 
420
  </div>
421
  </div>
422
 
423
  <div id="tabsCrop-c">
424
  <div>
425
+ <?php $fifu['height']['ratio']['desc']() ?>: 3:2, 16:9, 1:1...
426
  <br>
427
  <br>
428
  <table style="text-align:left">
429
  <tr>
430
  <th>
431
+ <input id="fifu_input_crop_ratio"
432
+ type="text"
433
+ style="width:75px"
434
+ value="">
435
+ <input type="submit"
436
+ value="<?php $fifu['button']['submit']() ?>" disabled>
437
  </th>
438
  </tr>
439
  </table>
441
  </div>
442
 
443
  <div id="tabsCrop-d">
444
+ - <b>cover</b>: <?php $fifu['height']['fit']['cover']() ?><br>
445
+ - <b>contain</b>: <?php $fifu['height']['fit']['contain']() ?><br>
446
+ - <b>fill</b>: <?php $fifu['height']['fit']['fill']() ?><br>
447
  <br>
448
  <select id="select_fit" style="width:100px">
449
  <option value="cover">cover</option>
450
  <option value="contain">contain</option>
451
  <option value="fill">fill</option>
452
+ </select>
453
+ <input type="submit"
454
+ value="<?php $fifu['button']['submit']() ?>" disabled>
455
  </form>
456
  </div>
457
 
459
  <table>
460
  <tr>
461
  <th>
462
+ <input id="fifu_input_crop_delay"
463
+ name="fifu_input_crop_delay"
464
  step="50"
465
  size="5">
466
  </th>
467
+ <th>
468
+ <?php $fifu['height']['delay']['time']() ?>
469
  </th>
470
  </tr>
471
  </table>
476
 
477
  <div class="box">
478
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
479
+ <h2><?php $fifu['title']['giphy']() ?></h2>
480
  <div class="greybox" id="grad2">
481
+ <?php $fifu['giphy']['desc']() ?>
482
  </div>
483
  <br>
484
  <table style="text-align:left">
485
  <tr>
486
  <th>
487
+ <input
488
+ type="submit"
489
+ href="javascript:void(0)"
490
+ class="toggleoff"
491
  value=""
492
  style="display:block;border:none">
493
  </th>
494
+ </tr>
495
  </table>
496
  </div>
497
 
498
  <div class="box">
499
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
500
+ <h2><?php $fifu['title']['unsplash']() ?></h2>
501
  <div class="greybox" id="grad2">
502
+ <?php $fifu['unsplash']['desc']() ?>
503
  </div>
504
  <br>
505
+ <input id="fifu_input_unsplash_size"
506
+ type="text"
507
  name="fifu_input_unsplash_size"
508
  value=""
509
  size="8">
510
+ <input type="submit"
511
+ value="<?php $fifu['button']['submit']() ?>" disabled>
512
  </div>
513
 
514
  <div class="box">
515
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
516
+ <h2><?php $fifu['title']['replace']() ?></h2>
517
  <div class="greybox" id="grad2">
518
+ <?php $fifu['replace']['desc']() ?>
519
  <br><br>
520
+ <input id="fifu_input_error_url"
521
+ type="text"
522
+ name="fifu_input_error_url"
523
+ style="width:675px"
524
  value="">
525
+ <input type="submit"
526
+ value="<?php $fifu['button']['submit']() ?>" disabled>
527
  </div>
528
  </div>
529
 
530
  <div class="box">
531
+ <h2><?php $fifu['title']['default']() ?></h2>
532
  <div class="greybox">
533
+ <?php $fifu['default']['desc']() ?>
534
  <br><br>
535
+ <form
536
+ id="fifu_form_default_url"
537
+ action="javascript:void(0)"
538
  method="post">
539
 
540
+ <input id="fifu_input_default_url"
541
+ type="text"
542
+ name="fifu_input_default_url"
543
+ style="width:675px"
544
  value="<?php echo $default_url; ?>">
545
 
546
+ <input type="submit"
547
+ value="<?php $fifu['button']['submit']() ?>"
548
  onclick="fifu_default_js()">
549
  </form>
550
  </div>
551
 
552
  <br>
553
 
554
+ <form
555
+ id="fifu_form_enable_default_url"
556
+ action="javascript:void(0)"
557
  method="post">
558
 
559
+ <input
560
+ type="submit"
561
+ href="javascript:void(0)"
562
+ id="fifu_toggle_enable_default_url"
563
  onclick="invert('enable_default_url');
564
+ fifu_default_js();"
565
+ name="fifu_toggle_enable_default_url"
566
+ class="<?php echo $enable_default_url; ?>"
567
+ value=""
568
  style="display:block;border:none" >
569
 
570
+ <input
571
+ type="hidden"
572
+ id="fifu_input_enable_default_url"
573
+ name="fifu_input_enable_default_url"
574
  value="" >
575
  </form>
576
  </div>
577
 
578
  <div class="box">
579
+ <h2><?php $fifu['title']['content']() ?></h2>
580
  <div class="greybox">
581
+ <?php $fifu['content']['desc']() ?>
582
  </div>
583
  <br>
584
  <table style="text-align:left">
585
  <tr>
586
  <th>
587
+ <form
588
+ id="fifu_form_content_page"
589
+ action="javascript:void(0)"
590
  method="post">
591
 
592
+ <input
593
+ type="submit"
594
+ href="javascript:void(0)"
595
+ id="fifu_toggle_content_page"
596
+ onclick="invert('content_page')"
597
+ name="fifu_toggle_content_page"
598
+ class="<?php echo $enable_content_page; ?>"
599
  value=""
600
  style="display:block;border:none">
601
 
602
+ <input
603
+ type="hidden"
604
+ id="fifu_input_content_page"
605
+ name="fifu_input_content_page"
606
  value="" >
607
  </form>
608
  </th>
609
+ <th>
610
+ <?php $fifu['where']['page']() ?>
611
  </th>
612
+ </tr>
613
  <tr>
614
  <th>
615
+ <form
616
+ id="fifu_form_content"
617
+ action="javascript:void(0)"
618
  method="post">
619
 
620
+ <input
621
+ type="submit"
622
+ href="javascript:void(0)"
623
+ id="fifu_toggle_content"
624
+ onclick="invert('content')"
625
+ name="fifu_toggle_content"
626
+ class="<?php echo $enable_content; ?>"
627
  value=""
628
  style="display:block;border:none">
629
 
630
+ <input
631
+ type="hidden"
632
+ id="fifu_input_content"
633
+ name="fifu_input_content"
634
  value="" >
635
+ </form>
636
  </th>
637
+ <th>
638
+ <?php $fifu['where']['post']() ?>
639
  </th>
640
+ </tr>
641
  </table>
642
  </div>
643
 
644
  <div class="box">
645
+ <h2><?php $fifu['title']['hide']() ?></h2>
646
  <div class="greybox">
647
+ <?php $fifu['hide']['desc']() ?>
648
  </div>
649
  <br>
650
  <table style="text-align:left">
651
  <tr>
652
  <th>
653
+ <form
654
+ id="fifu_form_hide_page"
655
+ action="javascript:void(0)"
656
  method="post">
657
+ <input
658
+ type="submit"
659
+ href="javascript:void(0)"
660
+ id="fifu_toggle_hide_page"
661
+ onclick="invert('hide_page')"
662
+ name="fifu_toggle_hide_page"
663
+ class="<?php echo $enable_hide_page; ?>"
664
  value="" style="display:block;border:none">
665
 
666
+ <input
667
+ type="hidden"
668
+ id="fifu_input_hide_page"
669
+ name="fifu_input_hide_page"
670
  value="" >
671
  </form>
672
  </th>
673
+ <th>
674
+ <?php $fifu['where']['page']() ?>
675
  </th>
676
+ </tr>
677
  <tr>
678
  <th>
679
+ <form
680
+ id="fifu_form_hide_post"
681
+ action="javascript:void(0)"
682
  method="post">
683
+ <input
684
+ type="submit"
685
+ href="javascript:void(0)"
686
+ id="fifu_toggle_hide_post"
687
+ onclick="invert('hide_post')"
688
+ name="fifu_toggle_hide_post"
689
+ class="<?php echo $enable_hide_post; ?>"
690
  value="" style="display:block;border:none">
691
 
692
+ <input
693
  type="hidden"
694
+ id="fifu_input_hide_post"
695
+ name="fifu_input_hide_post"
696
  value="" >
697
  </form>
698
  </th>
699
+ <th>
700
+ <?php $fifu['where']['post']() ?>
701
  </th>
702
  </tr>
703
  <tr>
704
  <th>
705
+ <form
706
+ id="fifu_form_hide_cpt"
707
+ action="javascript:void(0)"
708
  method="post">
709
+ <input
710
+ type="submit"
711
+ href="javascript:void(0)"
712
+ id="fifu_toggle_hide_cpt"
713
+ onclick="invert('hide_cpt')"
714
+ name="fifu_toggle_hide_cpt"
715
+ class="<?php echo $enable_hide_cpt; ?>"
716
  value=""
717
  style="display:block;border:none">
718
 
719
+ <input
720
  type="hidden"
721
+ id="fifu_input_hide_cpt"
722
+ name="fifu_input_hide_cpt"
723
  value="" >
724
  </form>
725
  </th>
726
+ <th>
727
+ <?php $fifu['where']['cpt']() ?>
728
  </th>
729
+ </tr>
730
  </table>
731
  </div>
732
 
733
  <div class="box">
734
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
735
+ <h2><?php $fifu['title']['hover']() ?></h2>
736
  <div class="greybox" id="grad2">
737
+ <?php $fifu['hover']['desc']() ?>
738
  </div>
739
  <br>
740
  <select id="select_hover" style="width:30%">
741
  <option value=""></option>
742
+ <option value="hover17"><?php $fifu['hover']['hover17']() ?></option>
743
+ <option value="hover02"><?php $fifu['hover']['hover02']() ?></option>
744
+ <option value="hover07"><?php $fifu['hover']['hover07']() ?></option>
745
+ <option value="hover10"><?php $fifu['hover']['hover10']() ?></option>
746
+ <option value="hover04"><?php $fifu['hover']['hover04']() ?></option>
747
+ <option value="hover15"><?php $fifu['hover']['hover15']() ?></option>
748
+ <option value="hover13"><?php $fifu['hover']['hover13']() ?></option>
749
+ <option value="hover08"><?php $fifu['hover']['hover08']() ?></option>
750
+ <option value="hover16"><?php $fifu['hover']['hover16']() ?></option>
751
+ <option value="hover12"><?php $fifu['hover']['hover12']() ?></option>
752
+ <option value="hover11"><?php $fifu['hover']['hover11']() ?></option>
753
+ <option value="hover18"><?php $fifu['hover']['hover18']() ?></option>
754
+ <option value="hover06"><?php $fifu['hover']['hover06']() ?></option>
755
+ <option value="hover09"><?php $fifu['hover']['hover09']() ?></option>
756
+ <option value="hover14"><?php $fifu['hover']['hover14']() ?></option>
757
+ <option value="hover05"><?php $fifu['hover']['hover05']() ?></option>
758
+ <option value="hover01"><?php $fifu['hover']['hover01']() ?></option>
759
+ <option value="hover03"><?php $fifu['hover']['hover03']() ?></option>
760
  </select>
761
 
762
+ <input id="fifu_input_hover_selector"
763
+ type="text"
764
+ name="fifu_input_hover_selector"
765
+ placeholder="<?php $fifu['hover']['placeholder']() ?>"
766
  value=""
767
  style="width:50%">
768
 
769
+ <input type="submit" value="<?php $fifu['button']['submit']() ?>" disabled>
770
  </div>
771
 
772
  <div class="box">
773
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
774
+ <h2><?php $fifu['title']['validation']() ?></h2>
775
  <div class="greybox" id="grad2">
776
+ <?php $fifu['validation']['desc']() ?>
777
  </div>
778
  <br>
779
+ <input
780
+ type="submit"
781
+ href="javascript:void(0)"
782
+ class="toggleoff"
783
  value="" style="display:block;border:none">
784
  </div>
785
 
786
  <div class="box">
787
+ <h2><?php $fifu['title']['css']() ?></h2>
788
  <div class="greybox">
789
+ <?php $fifu['css']['desc']() ?><br><br>
790
+ <b><?php $fifu['detail']['example']() ?></b>: width: 50%; border-radius: 8px; border: 1px solid #ddd; padding: 5px;
791
  </div>
792
  <br>
793
+ <form
794
+ id="fifu_form_css"
795
+ action="javascript:void(0)"
796
  method="post">
797
 
798
+ <input id="fifu_input_css"
799
+ type="text"
800
+ name="fifu_input_css"
801
+ style="width:675px"
802
  value="<?php echo $css_style; ?>">
803
 
804
+ <input type="submit"
805
+ value="<?php $fifu['button']['submit']() ?>" >
806
  </form>
807
  </div>
808
 
809
  <div class="box">
810
+ <h2><?php $fifu['title']['class']() ?></h2>
811
  <div class="greybox">
812
+ <?php $fifu['class']['desc']() ?><br>
813
  </div>
814
  <br>
815
+ <form
816
+ id="fifu_form_class"
817
+ action="javascript:void(0)"
818
  method="post">
819
+ <input
820
+ type="submit"
821
+ href="javascript:void(0)"
822
+ id="fifu_toggle_class"
823
+ onclick="invert('class')"
824
+ name="fifu_toggle_class"
825
+ class="<?php echo $enable_class; ?>"
826
  value="" style="display:block;border:none">
827
 
828
+ <input
829
  type="hidden"
830
+ id="fifu_input_class"
831
+ name="fifu_input_class"
832
  value="" >
833
  </form>
834
  </div>
836
  </div>
837
  <div id="tabs-j">
838
  <div class="box">
839
+ <h2><?php $fifu['title']['metadata']() ?></h2>
840
  <div class="greybox">
841
+ <?php $fifu['metadata']['desc']() ?>
842
  </div>
843
  <br>
844
  <table>
845
  <tr>
846
  <th>
847
+ <form
848
+ id="fifu_form_fake"
849
+ action="javascript:void(0)"
850
  method="post">
851
+ <input
852
+ type="submit"
853
+ href="javascript:void(0)"
854
+ id="fifu_toggle_fake"
855
  onclick="invert('fake');
856
  fifu_fake_js(false);";
857
+ name="fifu_toggle_fake"
858
+ class="<?php echo $enable_fake; ?>"
859
  value=""
860
  style="display:block;border:none">
861
+ <input
862
+ type="hidden"
863
  id="fifu_input_fake"
864
+ name="fifu_input_fake"
865
  value="" >
866
  </form>
867
  </th>
868
  <th>
869
+ <?php $fifu['metadata']['generate']() ?>
870
  </th>
871
  <th>
872
  <div id="image_metadata_counter"><?php echo get_option('fifu_image_metadata_counter') ?></div>
877
 
878
  <div class="box">
879
 
880
+ <h2><?php $fifu['title']['clean']() ?></h2>
881
 
882
  <div class="greybox">
883
 
884
+ <?php $fifu['clean']['desc']() ?>
885
 
886
  </div>
887
 
890
  <table style="text-align:left">
891
  <tr>
892
  <th>
893
+ <form
894
+ id="fifu_form_data_clean"
895
+ action="javascript:void(0)"
896
  method="post">
897
+ <input
898
+ type="submit"
899
+ href="javascript:void(0)"
900
+ id="fifu_toggle_data_clean"
901
  onclick="invert('data_clean');
902
  fifu_clean_js();";
903
+ name="fifu_toggle_data_clean"
904
+ class="<?php echo $enable_data_clean; ?>"
905
  value=""
906
  style="display:block;border:none">
907
 
908
+ <input
909
+ type="hidden"
910
+ id="fifu_input_data_clean"
911
+ name="fifu_input_data_clean"
912
  value="" >
913
  </form>
914
  </th>
915
  <th>
916
+ <?php $fifu['clean']['disabled']() ?>
917
  </th>
918
+ </tr>
919
  </table>
920
  </div>
921
 
922
  <div class="box">
923
 
924
+ <h2><?php $fifu['title']['dimensions']() ?></h2>
925
 
926
  <div class="greybox">
927
+ <?php $fifu['dimensions']['desc']() ?>
928
  </div>
929
 
930
  <br>
932
  <table style="text-align:left">
933
  <tr>
934
  <th>
935
+ <form
936
+ id="fifu_form_save_dimensions_all"
937
+ action="javascript:void(0)"
938
  method="post">
939
+ <input
940
+ type="submit"
941
+ href="javascript:void(0)"
942
+ id="fifu_toggle_save_dimensions_all"
943
  onclick="invert('save_dimensions_all');
944
+ fifu_save_dimensions_all_js();"
945
+ name="fifu_toggle_save_dimensions_all"
946
+ class="toggleoff"
947
  value=""
948
  style="display:block;border:none">
949
  </form>
950
  </th>
951
+ <th>
952
+ <?php $fifu['dimensions']['now']() ?>
953
  </th>
954
  <th>
955
  <div id="countdown"><?php echo fifu_db_missing_dimensions() ?></div>
960
 
961
  <div class="box">
962
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
963
+ <h2><?php $fifu['title']['schedule']() ?></h2>
964
  <div class="greybox" id="grad2">
965
+ <?php $fifu['schedule']['desc']() ?><br><br>
966
  <table style="text-align:left">
967
  <tr>
968
+ <th>
969
+ <label for="fifu_input_spinner_cron_metadata"
970
+ placehold><?php $fifu['schedule']['interval']() ?></label>
971
  </th>
972
  <th>
973
+ <input id="fifu_input_spinner_cron_metadata"
974
+ name="fifu_input_spinner_cron_metadata"
975
  size="4">
976
  </th>
977
  <th>
978
+ <input type="submit" value="<?php $fifu['button']['submit']() ?>" disabled>
979
  </th>
980
+ </tr>
981
  </table>
982
  </div>
983
  <br>
984
+ <input
985
+ type="submit"
986
+ href="javascript:void(0)"
987
+ class="toggleoff"
988
  value=""
989
  style="display:block;border:none">
990
  </div>
991
 
992
  <div class="box">
993
+ <h2><?php $fifu['title']['database']() ?></h2>
994
  <div class="greybox">
995
+ <?php $fifu['database']['desc']() ?><br><br>
996
+ <form
997
+ id="fifu_form_db"
998
+ action="javascript:void(0)"
999
  method="post">
1000
 
1001
  <table style="text-align:left">
1002
  <tr>
1003
+ <th>
1004
+ <label for="fifu_input_spinner_db"
1005
+ placehold><?php $fifu['database']['limit']() ?></label>
1006
  </th>
1007
  <th>
1008
+ <input id="fifu_input_spinner_db"
1009
+ name="fifu_input_spinner_db"
1010
+ value="<?php echo $max_db; ?>"
1011
  size="4">
1012
  </th>
1013
  <th>
1014
+ <input type="submit" value="<?php $fifu['button']['submit']() ?>">
1015
  </th>
1016
+ </tr>
1017
  </table>
1018
  </form>
1019
  </div>
1021
 
1022
  <div class="box">
1023
 
1024
+ <h2><?php $fifu['title']['delete']() ?> <span class="dashicons dashicons-welcome-comments" style="font-size: 25px;" title="<?php $fifu['delete']['requirement']() ?>"></span></h2>
1025
 
1026
  <div class="greybox">
1027
 
1028
+ <b><?php $fifu['detail']['important']() ?></b> <?php $fifu['delete']['important']() ?>
1029
 
1030
  </div>
1031
 
1034
  <table style="text-align:left">
1035
  <tr>
1036
  <th>
1037
+ <form
1038
+ id="fifu_form_confirm_delete_all"
1039
+ action="javascript:void(0)"
1040
  method="post">
1041
+ <input
1042
+ type="submit"
1043
+ href="javascript:void(0)"
1044
+ id="fifu_toggle_confirm_delete_all"
1045
+ onclick="invert('confirm_delete_all')"
1046
+ name="fifu_toggle_confirm_delete_all"
1047
+ class="<?php echo $enable_confirm_delete_all; ?>"
1048
  value=""
1049
  style="display:block;border:none">
1050
 
1051
+ <input
1052
  type="hidden"
1053
+ id="fifu_input_confirm_delete_all"
1054
+ name="fifu_input_confirm_delete_all"
1055
  value="" >
1056
  </form>
1057
  </th>
1058
+ <th>
1059
+ <?php $fifu['delete']['confirm']() ?>
1060
  </th>
1061
  </tr>
1062
  <tr>
1063
  <th>
1064
+ <form
1065
+ id="fifu_form_run_delete_all"
1066
+ action="javascript:void(0)"
1067
  method="post">
1068
+ <input
1069
+ type="submit"
1070
+ href="javascript:void(0)"
1071
+ id="fifu_toggle_run_delete_all"
1072
+ onclick="invert('run_delete_all'); fifu_run_delete_all_js();"
1073
+ name="fifu_toggle_run_delete_all"
1074
+ class="<?php echo $enable_run_delete_all; ?>"
1075
  value=""
1076
  style="display:block;border:none">
1077
 
1078
+ <input
1079
  type="hidden"
1080
+ id="fifu_input_run_delete_all"
1081
+ name="fifu_input_run_delete_all"
1082
  value="" >
1083
  </form>
1084
  </th>
1085
+ <th>
1086
+ <?php $fifu['delete']['now']() ?>
1087
  </th>
1088
+ </tr>
1089
  </table>
1090
  </div>
1091
  </div>
1093
  <div class="box">
1094
 
1095
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1096
+ <h2><?php $fifu['title']['shortcode']() ?></h2>
1097
 
1098
  <div class="greybox" id="grad2">
1099
 
1100
+ <?php $fifu['shortcode']['desc']() ?><br/><br/>
1101
+ <b><?php $fifu['detail']['important']() ?></b>: <?php $fifu['shortcode']['important']() ?>
1102
 
1103
  </div>
1104
 
1107
  <table style="text-align:left">
1108
  <tr>
1109
  <th>
1110
+ <form
1111
+ id="fifu_form_shortcode"
1112
+ action="javascript:void(0)"
1113
  method="post">
1114
 
1115
+ <input
1116
+ type="submit"
1117
+ href="javascript:void(0)"
1118
+ id="fifu_toggle_shortcode"
1119
+ onclick="javascript:void(0)"
1120
+ name="fifu_toggle_shortcode"
1121
+ class="toggleoff"
1122
  value=""
1123
  style="display:block;border:none">
1124
 
1125
+ <input
1126
+ type="hidden"
1127
+ id="fifu_input_shortcode"
1128
+ name="fifu_input_shortcode"
1129
  value="" >
1130
  </form>
1131
  </th>
1132
  <th>
1133
+ <?php $fifu['shortcode']['width']() ?>
1134
 
1135
+ <form
1136
+ id="fifu_form_shortcode_min_width"
1137
+ action="javascript:void(0)"
1138
  method="post">
1139
 
1140
+ <input id="fifu_input_shortcode_min_width"
1141
  size=3
1142
+ type="text"
1143
+ name="fifu_input_shortcode_min_width"
1144
  value=""
1145
  style="width:85px">
1146
  <br>
1147
+ <input type="submit" value="<?php $fifu['button']['ok']() ?>" style="width:85px" disabled>
1148
  </form>
1149
  </th>
1150
  </tr>
1155
  <div id="tabs-e">
1156
  <div class="box">
1157
 
1158
+ <h2><?php $fifu['title']['title']() ?></h2>
1159
 
1160
  <div class="greybox">
1161
 
1162
+ <?php $fifu['title']['desc']() ?>
1163
 
1164
  </div>
1165
 
1168
  <table style="text-align:left">
1169
  <tr>
1170
  <th>
1171
+ <form
1172
+ id="fifu_form_auto_alt"
1173
+ action="javascript:void(0)"
1174
  method="post">
1175
+ <input
1176
+ type="submit"
1177
+ href="javascript:void(0)"
1178
+ id="fifu_toggle_auto_alt"
1179
+ onclick="invert('auto_alt')"
1180
+ name="fifu_toggle_auto_alt"
1181
+ class="<?php echo $enable_auto_alt; ?>"
1182
  value=""
1183
  style="display:block;border:none">
1184
 
1185
+ <input
1186
  type="hidden"
1187
+ id="fifu_input_auto_alt"
1188
+ name="fifu_input_auto_alt"
1189
  value="" >
1190
  </form>
1191
  </th>
1192
+ <th>
1193
+ <?php $fifu['title']['copy']() ?>
1194
  </th>
1195
+ </tr>
1196
  <tr>
1197
  <th>
1198
+ <form
1199
+ id="fifu_form_dynamic_alt"
1200
+ action="javascript:void(0)"
1201
  method="post">
1202
+ <input
1203
+ type="submit"
1204
+ href="javascript:void(0)"
1205
+ id="fifu_toggle_dynamic_alt"
1206
+ onclick="invert('dynamic_alt')"
1207
+ name="fifu_toggle_dynamic_alt"
1208
+ class="<?php echo $enable_dynamic_alt; ?>"
1209
  value=""
1210
  style="display:block;border:none">
1211
 
1212
+ <input
1213
  type="hidden"
1214
+ id="fifu_input_dynamic_alt"
1215
+ name="fifu_input_dynamic_alt"
1216
  value="" >
1217
  </form>
1218
  </th>
1219
+ <th>
1220
+ <?php $fifu['title']['always']() ?>
1221
  </th>
1222
+ </tr>
1223
  </table>
1224
 
1225
  </div>
1228
  <div class="box">
1229
 
1230
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1231
+ <h2><?php $fifu['title']['video']() ?></h2>
1232
 
1233
  <div class="greybox" id="grad2">
1234
 
1235
+ <?php $fifu['video']['desc']() ?>
1236
 
1237
  </div>
1238
 
1239
  <br>
1240
 
1241
+ <form
1242
+ id="fifu_form_video"
1243
+ action="javascript:void(0)"
1244
  method="post">
1245
 
1246
+ <input
1247
+ type="submit"
1248
+ href="javascript:void(0)"
1249
+ id="fifu_toggle_video"
1250
+ onclick="javascript:void(0)"
1251
+ name="fifu_toggle_video"
1252
+ class="toggleoff"
1253
  value=""
1254
  style="display:block;border:none">
1255
 
1256
+ <input
1257
+ type="hidden"
1258
+ id="fifu_input_video"
1259
+ name="fifu_input_video"
1260
  value="" >
1261
  </form>
1262
 
1264
 
1265
  <div class="box">
1266
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1267
+ <h2><?php $fifu['title']['thumbnail']() ?></h2>
1268
  <div class="greybox" id="grad2">
1269
+ <?php $fifu['thumbnail']['desc']() ?>
1270
  </div>
1271
  <br>
1272
  <table style="text-align:left">
1273
  <tr>
1274
  <th>
1275
+ <input
1276
+ type="submit"
1277
+ href="javascript:void(0)"
1278
+ class="toggleoff"
1279
  value=""
1280
  style="display:block;border:none">
1281
  </th>
1282
+ <th>
1283
+ <?php $fifu['where']['home']() ?>
1284
  </th>
1285
+ </tr>
1286
  <tr>
1287
  <th>
1288
+ <input
1289
+ type="submit"
1290
+ href="javascript:void(0)"
1291
+ class="toggleoff"
1292
  value=""
1293
  style="display:block;border:none">
1294
  </th>
1295
+ <th>
1296
+ <?php $fifu['where']['page']() ?>
1297
  </th>
1298
  </tr>
1299
  <tr>
1300
  <th>
1301
+ <input
1302
+ type="submit"
1303
+ href="javascript:void(0)"
1304
+ class="toggleoff"
1305
  value=""
1306
  style="display:block;border:none">
1307
  </th>
1308
+ <th>
1309
+ <?php $fifu['where']['post']() ?>
1310
  </th>
1311
  </tr>
1312
  <tr>
1313
  <th>
1314
+ <input
1315
+ type="submit"
1316
+ href="javascript:void(0)"
1317
+ class="toggleoff"
1318
  value=""
1319
  style="display:block;border:none">
1320
  </th>
1321
+ <th>
1322
+ <?php $fifu['where']['cpt']() ?>
1323
  </th>
1324
  </tr>
1325
  </table>
1327
 
1328
  <div class="box">
1329
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1330
+ <h2><?php $fifu['title']['play']() ?></h2>
1331
  <div class="greybox" id="grad2">
1332
+ <?php $fifu['play']['desc']() ?>
1333
  </div>
1334
  <br>
1335
  <table style="text-align:left">
1336
  <tr>
1337
+ <th>
1338
+ <input
1339
+ type="submit"
1340
+ href="javascript:void(0)"
1341
+ class="toggleoff"
1342
  value=""
1343
  style="display:block;border:none">
1344
  </th>
1345
  <th>
1346
+ <?php $fifu['word']['color']() ?>
1347
  <br>
1348
+ <input
1349
+ id="fifu_input_video_color"
1350
+ type="text"
1351
+ name="fifu_input_video_color"
1352
+ value=""
1353
  style="width:85px">
1354
  <br>
1355
+ <input type="submit" value="<?php $fifu['button']['ok']() ?>" style="width:85px" disabled>
1356
  </th>
1357
  <th>
1358
+ <?php $fifu['word']['mode']() ?>
1359
  <br>
1360
  <select id="select_play_type" style="width:85px">
1361
+ <option value="inline"><?php $fifu['word']['inline']() ?></option>
1362
+ <option value="lightbox"><?php $fifu['word']['lightbox']() ?></option>
1363
  </select>
1364
 
1365
  <br>
1366
+ <input type="submit" value="<?php $fifu['button']['ok']() ?>" style="width:85px" disabled>
1367
  </th>
1368
  <th>
1369
+ <?php $fifu['word']['zindex']() ?>
1370
  <br>
1371
+ <input
1372
+ id="fifu_form_video_zindex"
1373
+ type="text"
1374
+ name="fifu_input_video_zindex"
1375
+ value=""
1376
  style="width:85px">
1377
  <br>
1378
+ <input type="submit" value="<?php $fifu['button']['ok']() ?>" style="width:85px" disabled>
1379
  </th>
1380
  <th>
1381
  <br>
1382
  <input
1383
+ type="submit"
1384
+ href="javascript:void(0)"
1385
  class="toggleoff"
1386
  value=""
1387
  style="display:block;border:none">
1388
+ <?php $fifu['play']['hide']() ?><br>
1389
  </th>
1390
  </tr>
1391
  </table>
1393
 
1394
  <div class="box">
1395
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1396
+ <h2><?php $fifu['title']['width']() ?></h2>
1397
  <div class="greybox" id="grad2">
1398
+ <?php $fifu['width']['desc']() ?>
1399
  </div>
1400
  <br>
1401
+ <input id="fifu_input_video_min_width" type="text" name="fifu_input_video_min_width" value="" placeholder="<?php $fifu['detail']['eg']() ?> 300" size="4" style="width:75px">
1402
+ <input type="submit" value="<?php $fifu['button']['submit']() ?>" disabled>
1403
  </div>
1404
 
1405
  <div class="box">
1406
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1407
+ <h2><?php $fifu['title']['black']() ?></h2>
1408
  <div class="greybox" id="grad2">
1409
+ <?php $fifu['black']['desc']() ?>
1410
  </div>
1411
  <br>
1412
  <table style="text-align:left">
1413
  <tr>
1414
+ <th>
1415
+ <input
1416
+ type="submit"
1417
+ href="javascript:void(0)"
1418
+ class="toggleoff"
1419
  value=""
1420
  style="display:block;border:none">
1421
  </th>
1422
+ <th>
1423
+ <?php $fifu['player']['vimeo']() ?>
1424
  </th>
1425
+ </tr>
1426
+ </table>
1427
  </div>
1428
 
1429
  <div class="box">
1430
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1431
+ <h2><?php $fifu['title']['mouseover']() ?></h2>
1432
  <div class="greybox" id="grad2">
1433
+ <?php $fifu['mouseover']['desc']() ?>
1434
  </div>
1435
  <br>
1436
  <table style="text-align:left">
1437
  <tr>
1438
  <th>
1439
+ <input
1440
+ type="submit"
1441
+ href="javascript:void(0)"
1442
+ class="toggleoff"
1443
  value=""
1444
  style="display:block;border:none">
1445
  </th>
1446
+ <th>
1447
+ <?php $fifu['player']['youtube']() ?>
1448
  </th>
1449
+ </tr>
1450
  <tr>
1451
  <th>
1452
+ <input
1453
+ type="submit"
1454
+ href="javascript:void(0)"
1455
+ class="toggleoff"
1456
  value=""
1457
  style="display:block;border:none">
1458
  </th>
1459
+ <th>
1460
+ <?php $fifu['player']['vimeo']() ?>
1461
  </th>
1462
+ </tr>
1463
  </table>
1464
  </div>
1465
 
1466
  <div class="box">
1467
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1468
+ <h2><?php $fifu['title']['autoplay']() ?></h2>
1469
  <div class="greybox" id="grad2">
1470
+ <?php $fifu['autoplay']['desc']() ?>
1471
  </div>
1472
  <br>
1473
  <table style="text-align:left">
1474
  <tr>
1475
  <th>
1476
+ <input
1477
+ type="submit"
1478
+ href="javascript:void(0)"
1479
+ class="toggleoff"
1480
  value=""
1481
  style="display:block;border:none">
1482
  </th>
1483
+ </tr>
1484
  </table>
1485
  </div>
1486
 
1487
  <div class="box">
1488
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1489
+ <h2><?php $fifu['title']['loop']() ?></h2>
1490
  <div class="greybox" id="grad2">
1491
+ <?php $fifu['loop']['desc']() ?>
1492
  </div>
1493
  <br>
1494
  <table style="text-align:left">
1495
  <tr>
1496
  <th>
1497
+ <input
1498
+ type="submit"
1499
+ href="javascript:void(0)"
1500
+ class="toggleoff"
1501
  value=""
1502
  style="display:block;border:none">
1503
  </th>
1504
+ </tr>
1505
  </table>
1506
  </div>
1507
 
1508
  <div class="box">
1509
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1510
+ <h2><?php $fifu['title']['mute']() ?></h2>
1511
  <div class="greybox" id="grad2">
1512
+ <?php $fifu['mute']['desc']() ?>
1513
  </div>
1514
  <br>
1515
  <table style="text-align:left">
1516
  <tr>
1517
+ <th>
1518
+ <input
1519
+ type="submit"
1520
+ href="javascript:void(0)"
1521
+ class="toggleoff"
1522
  value=""
1523
  style="display:block;border:none">
1524
  </th>
1525
+ </tr>
1526
+ </table>
1527
  </div>
1528
 
1529
 
1530
  <div class="box">
1531
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1532
+ <h2><?php $fifu['title']['background']() ?></h2>
1533
  <div class="greybox" id="grad2">
1534
+ <?php $fifu['background']['desc']() ?>
1535
  </div>
1536
  <br>
1537
  <table style="text-align:left">
1538
  <tr>
1539
+ <th>
1540
+ <input
1541
+ type="submit"
1542
+ href="javascript:void(0)"
1543
+ class="toggleoff"
1544
  value=""
1545
  style="display:block;border:none">
1546
  </th>
1547
+ <th>
1548
+ <?php $fifu['player']['vimeo']() ?>
1549
  </th>
1550
+ </tr>
1551
+ </table>
1552
  </div>
1553
 
1554
  <div class="box">
1555
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1556
+ <h2><?php $fifu['title']['related']() ?></h2>
1557
  <div class="greybox" id="grad2">
1558
+ <?php $fifu['related']['desc']() ?>
1559
  </div>
1560
  <br>
1561
  <table style="text-align:left">
1562
  <tr>
1563
  <th>
1564
+ <input
1565
+ type="submit"
1566
+ href="javascript:void(0)"
1567
+ class="toggleoff"
1568
  value=""
1569
  style="display:block;border:none">
1570
  </th>
1571
+ <th>
1572
+ <?php $fifu['player']['youtube']() ?>
1573
  </th>
1574
+ </tr>
1575
  </table>
1576
  </div>
1577
 
1578
  <div class="box">
1579
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1580
+ <h2><?php $fifu['title']['icon']() ?></h2>
1581
  <div class="greybox" id="grad2">
1582
+ <?php $fifu['icon']['desc']() ?>
1583
  <br>
1584
  <br>
1585
+ <input id="fifu_input_gallery_selector"
1586
+ type="text"
1587
+ name="fifu_input_gallery_selector"
1588
+ placeholder="<?php $fifu['icon']['css']() ?>"
1589
+ title="<?php $fifu['icon']['css']() ?>"
1590
  value=""
1591
  style="width:50%;min-height:24px;line-height:0;">
1592
 
1593
+ <input type="submit" value="<?php $fifu['button']['submit']() ?>" disabled>
1594
 
1595
+ <span class="dashicons dashicons-editor-help" style="font-size: 25px;" title="<?php printf($fifu['icon']['info'](), 'ol.flex-control-thumbs'); ?>"></span>
1596
  </div>
1597
  <br>
1598
  <table style="text-align:left">
1599
  <tr>
1600
  <th>
1601
+ <input
1602
+ type="submit"
1603
  href="javascript:void(0)"
1604
+ class="toggleoff"
1605
  value=""
1606
  style="display:block;border:none">
1607
  </th>
1612
  <div id="tabs-m">
1613
  <div class="box">
1614
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1615
+ <h2><?php $fifu['title']['slider']() ?></h2>
1616
  <div class="greybox" id="grad2">
1617
+ <?php $fifu['slider']['desc']() ?>
1618
  <br>
1619
  <br>
1620
  <table style="text-align:left">
1621
  <tr>
1622
  <th>
1623
+ <input
1624
+ type="submit"
1625
+ href="javascript:void(0)"
1626
+ id="fifu_toggle_slider"
1627
+ name="fifu_toggle_slider"
1628
+ class="toggleoff"
1629
  value="" style="display:block;border:none">
1630
  </th>
1631
+ <th>
1632
+ <?php $fifu['slider']['featured']() ?>
1633
  </th>
1634
  </tr>
1635
  <tr>
1636
  <th>
1637
+ <input
1638
+ type="submit"
1639
+ href="javascript:void(0)"
1640
+ id="fifu_toggle_slider_stop"
1641
+ name="fifu_toggle_slider_stop"
1642
+ class="toggleoff"
1643
  value="" style="display:block;border:none">
1644
  </th>
1645
+ <th>
1646
+ <?php $fifu['slider']['pause']() ?>
1647
  </th>
1648
+ </tr>
1649
  <tr>
1650
  <th>
1651
+ <input
1652
+ type="submit"
1653
+ href="javascript:void(0)"
1654
+ id="fifu_toggle_slider_ctrl"
1655
+ name="fifu_toggle_slider_ctrl"
1656
+ class="toggleoff"
1657
  value="" style="display:block;border:none">
1658
  </th>
1659
+ <th>
1660
+ <?php $fifu['slider']['buttons']() ?>
1661
  </th>
1662
+ </tr>
1663
  <tr>
1664
  <th>
1665
+ <input
1666
+ type="submit"
1667
+ href="javascript:void(0)"
1668
+ id="fifu_toggle_slider_auto"
1669
+ name="fifu_toggle_slider_auto"
1670
+ class="toggleoff"
1671
  value="" style="display:block;border:none">
1672
  </th>
1673
+ <th>
1674
+ <?php $fifu['slider']['start']() ?>
1675
  </th>
1676
+ </tr>
1677
  <tr>
1678
  <th>
1679
+ <input
1680
+ type="submit"
1681
+ href="javascript:void(0)"
1682
+ id="fifu_toggle_slider_gallery"
1683
+ name="fifu_toggle_slider_gallery"
1684
+ class="toggleoff"
1685
  value=""
1686
  style="display:block;border:none">
1687
  </th>
1688
+ <th>
1689
+ <?php $fifu['slider']['click']() ?>
1690
  </th>
1691
  </tr>
1692
  <tr>
1693
  <th>
1694
+ <input id="fifu_input_slider_pause"
1695
+ name="fifu_input_slider_pause"
1696
  step="500"
1697
  size="4">
1698
  </th>
1699
+ <th>
1700
+ <?php $fifu['slider']['time']() ?>
1701
  </th>
1702
+ </tr>
1703
  <tr>
1704
  <th>
1705
+ <input id="fifu_input_slider_speed"
1706
+ name="fifu_input_slider_speed"
1707
  step="500"
1708
  max="2000"
1709
  size="4">
1710
  </th>
1711
+ <th>
1712
+ <?php $fifu['slider']['duration']() ?>
1713
  </th>
1714
+ </tr>
1715
  </table>
1716
  </div>
1717
  </div>
1718
  </div>
1719
  <div id="tabs-n">
1720
  <div class="box">
1721
+ <h2><?php $fifu['title']['social']() ?></h2>
1722
  <div class="greybox">
1723
+ <?php $fifu['social']['desc']() ?>
1724
  </div>
1725
  <br>
1726
  <table style="text-align:left">
1727
  <tr>
1728
  <th>
1729
+ <form
1730
+ id="fifu_form_social"
1731
+ action="javascript:void(0)"
1732
  method="post">
1733
 
1734
+ <input
1735
+ type="submit"
1736
+ href="javascript:void(0)"
1737
+ id="fifu_toggle_social"
1738
+ onclick="invert('social')"
1739
+ name="fifu_toggle_social"
1740
+ class="<?php echo $enable_social; ?>"
1741
  value=""
1742
  style="display:block;border:none">
1743
 
1744
+ <input
1745
+ type="hidden"
1746
+ id="fifu_input_social"
1747
+ name="fifu_input_social"
1748
  value="" >
1749
  </form>
1750
  </th>
1751
  <th>
1752
+ <?php $fifu['social']['add']() ?>
1753
  </th>
1754
  </tr>
1755
  <tr>
1756
  <th>
1757
+ <form
1758
+ id="fifu_form_social_image_only"
1759
+ action="javascript:void(0)"
1760
  method="post">
1761
 
1762
+ <input
1763
+ type="submit"
1764
+ href="javascript:void(0)"
1765
+ id="fifu_toggle_social_image_only"
1766
+ onclick="invert('social_image_only')"
1767
+ name="fifu_toggle_social_image_only"
1768
+ class="<?php echo $enable_social_image_only; ?>"
1769
  value=""
1770
  style="display:block;border:none">
1771
 
1772
+ <input
1773
+ type="hidden"
1774
+ id="fifu_input_social_image_only"
1775
+ name="fifu_input_social_image_only"
1776
  value="" >
1777
  </form>
1778
  </th>
1779
  <th>
1780
+ <?php $fifu['social']['only']() ?>
1781
  </th>
1782
  </tr>
1783
  </table>
1784
  </div>
1785
  <div class="box">
1786
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1787
+ <h2><?php $fifu['title']['rss']() ?></h2>
1788
  <div class="greybox" id="grad2">
1789
+ <?php $fifu['rss']['desc']() ?>
1790
  </div>
1791
  <br>
1792
  <table style="text-align:left">
1793
  <tr>
1794
  <th>
1795
+ <input
1796
+ type="submit"
1797
+ href="javascript:void(0)"
1798
  class="toggleoff"
1799
  value=""
1800
  style="display:block;border:none">
1801
  </th>
1802
  <th>
1803
+ <?php $fifu['word']['width']() ?>
1804
  <br>
1805
+ <input
1806
+ id="fifu_input_rss_width"
1807
+ type="text"
1808
+ name="fifu_input_rss_width"
1809
+ value=""
1810
+ placeholder="<?php $fifu['detail']['eg']() ?> 600"
1811
  style="width:85px">
1812
  <br>
1813
+ <input type="submit" value="<?php $fifu['button']['ok']() ?>" style="width:85px" disabled>
1814
  </th>
1815
  </tr>
1816
  </table>
1818
  </div>
1819
  <div id="tabs-i">
1820
  <div class="box">
1821
+ <h2><?php $fifu['title']['lazy']() ?></h2>
1822
  <div class="greybox">
1823
+ <?php $fifu['lazy']['desc']() ?><br><br>
1824
+ <b><?php $fifu['detail']['important']() ?></b>: <?php $fifu['lazy']['important']() ?>
1825
  </div>
1826
  <br>
1827
+ <form
1828
+ id="fifu_form_lazy"
1829
+ action="javascript:void(0)"
1830
  method="post">
1831
+ <input
1832
+ type="submit"
1833
+ href="javascript:void(0)"
1834
+ id="fifu_toggle_lazy"
1835
+ onclick="invert('lazy')"
1836
+ name="fifu_toggle_lazy"
1837
+ class="<?php echo $enable_lazy; ?>"
1838
  value=""
1839
  style="display:block;border:none">
1840
+ <input
1841
+ type="hidden"
1842
+ id="fifu_input_lazy"
1843
+ name="fifu_input_lazy"
1844
  value="" >
1845
  </form>
1846
  </div>
1847
 
1848
  <div class="box">
1849
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1850
+ <h2><?php $fifu['title']['flickr']() ?></h2>
1851
  <div class="greybox" id="grad2">
1852
+ <?php $fifu['flickr']['desc']() ?><br><br>
1853
+ <b><?php $fifu['detail']['requirement']() ?></b>: <?php $fifu['flickr']['important']() ?>
1854
  </div>
1855
  <br>
1856
+ <input
1857
+ type="submit"
1858
+ href="javascript:void(0)"
1859
  class="toggleoff"
1860
  value=""
1861
  style="display:block;border:none">
1865
  <div class="box">
1866
 
1867
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1868
+ <h2><?php $fifu['title']['api']() ?></h2>
1869
 
1870
  <div class="greybox" id="grad2">
1871
  <div id="tabsApi">
1872
  <ul>
1873
+ <li><a href="#tabs-1"><?php $fifu['api']['tab']['endpoints']() ?></a></li>
1874
+ <li><a href="#tabs-2"><?php $fifu['api']['tab']['custom']() ?></a></li>
1875
+ <li><a href="#tabs-3"><?php $fifu['api']['tab']['product']() ?></a></li>
1876
+ <li><a href="#tabs-6"><?php $fifu['api']['tab']['category']() ?></a></li>
1877
+ <li><a href="#tabs-7"><?php $fifu['api']['tab']['variable']() ?></a></li>
1878
+ <li><a href="#tabs-4"><?php $fifu['api']['tab']['variation']() ?></a></li>
1879
+ <li><a href="#tabs-8"><?php $fifu['api']['tab']['batch']() ?></a></li>
1880
+ <li><a href="#tabs-5"><?php $fifu['api']['tab']['post']() ?></a></li>
1881
+ <li><a href="#tabs-9"><?php $fifu['api']['tab']['documentation']() ?></a></li>
1882
  </ul>
1883
  <div id="tabs-1">
1884
  <table style="text-align:left">
1890
  </th>
1891
  </tr>
1892
  <tr>
1893
+ <th><?php $fifu['api']['endpoint']['product']() ?></th>
1894
  <th>
1895
  /wp-json/wc/v3/products
1896
  </th>
1897
  </tr>
1898
  <tr>
1899
+ <th><?php $fifu['api']['endpoint']['category']() ?></th>
1900
  <th>
1901
  /wp-json/wc/v3/products/categories
1902
  </th>
1903
  </tr>
1904
  <tr>
1905
+ <th><?php $fifu['api']['endpoint']['variation']() ?></th>
1906
  <th>
1907
  /wp-json/wc/v3/products/{id}/variations/
1908
  </th>
1909
  </tr>
1910
  <tr>
1911
+ <th><?php $fifu['api']['endpoint']['batch']() ?></th>
1912
  <th>
1913
  /wp-json/wc/v3/products/batch
1914
  </th>
1915
  </tr>
1916
  <tr>
1917
+ <th><?php $fifu['api']['endpoint']['post']() ?></th>
1918
  <th>
1919
  /wp-json/wp/v2/posts
1920
  </th>
1921
  </tr>
1922
  <tr>
1923
+ <th><?php $fifu['api']['endpoint']['cpt']() ?></th>
1924
  <th>
1925
  /wp-json/wp/v2/{post_type}
1926
  </th>
1937
  </th>
1938
  </tr>
1939
  <tr>
1940
+ <th><?php $fifu['api']['endpoint']['product']() ?></th>
1941
  <th>
1942
  /wp-json/wc/v3/products/{id}
1943
  </th>
1944
  </tr>
1945
  <tr>
1946
+ <th><?php $fifu['api']['endpoint']['category']() ?></th>
1947
  <th>
1948
  /wp-json/wc/v3/products/categories/{id}
1949
  </th>
1950
  </tr>
1951
  <tr>
1952
+ <th><?php $fifu['api']['endpoint']['variation']() ?></th>
1953
  <th>
1954
  /wp-json/wc/v3/products/{id}/variations/{variation_id}
1955
  </th>
1956
  </tr>
1957
  <tr>
1958
+ <th><?php $fifu['api']['endpoint']['post']() ?></th>
1959
  <th>
1960
  /wp-json/wp/v2/posts/{id}
1961
  </th>
1962
  </tr>
1963
  <tr>
1964
+ <th><?php $fifu['api']['endpoint']['cpt']() ?></th>
1965
  <th>
1966
  /wp-json/wp/v2/{post_type}/{id}
1967
  </th>
1974
  <tr>
1975
  <th></th>
1976
  <th>
1977
+ <?php $fifu['api']['custom']['key']() ?>
1978
  </th>
1979
+ </tr>
1980
  <tr>
1981
  <th>
1982
+ <?php $fifu['api']['custom']['image']() ?>
1983
  </th>
1984
  <th>
1985
  fifu_image_url
1987
  </tr>
1988
  <tr>
1989
  <th>
1990
+ <?php $fifu['api']['custom']['title']() ?>
1991
  </th>
1992
  <th>
1993
  fifu_image_alt
1994
  </th>
1995
+ </tr>
1996
  <tr>
1997
  <th>
1998
+ <?php $fifu['api']['custom']['images']() ?>
1999
  </th>
2000
  <th>
2001
  fifu_list_url
2002
  </th>
2003
+ </tr>
2004
  <tr>
2005
  <th>
2006
+ <?php $fifu['api']['custom']['titles']() ?>
2007
  </th>
2008
  <th>
2009
  fifu_list_alt
2011
  </tr>
2012
  <tr>
2013
  <th>
2014
+ <?php $fifu['api']['custom']['video']() ?>
2015
  </th>
2016
  <th>
2017
  fifu_video_url
2019
  </tr>
2020
  <tr>
2021
  <th>
2022
+ <?php $fifu['api']['custom']['videos']() ?>
2023
  </th>
2024
  <th>
2025
  fifu_list_video_url
2027
  </tr>
2028
  <tr>
2029
  <th>
2030
+ <?php $fifu['api']['custom']['slider']() ?>
2031
  </th>
2032
  <th>
2033
  fifu_slider_list_url
2080
 
2081
  <div id="tabs-9">
2082
 
2083
+ <table style="text-align:left">
2084
  <tr>
2085
  <th>
2086
  1)
2087
  </th>
2088
  <th>
2089
+ <a href="https://developer.wordpress.org/rest-api/reference/"><?php $fifu['api']['documentation']['wordpress']() ?></a>
2090
  </th>
2091
  </tr>
2092
  <tr>
2094
  2)
2095
  </th>
2096
  <th>
2097
+ <a href="https://woocommerce.github.io/woocommerce-rest-api-docs/?php#introduction"><?php $fifu['api']['documentation']['woocommerce']() ?></a>
2098
  </th>
2099
+ </tr>
2100
  </table>
2101
 
2102
  <br/>
2110
  </div>
2111
  <div id="tabs-o">
2112
  <div class="box">
2113
+ <h2><?php $fifu['title']['zoom']() ?></h2>
2114
  <div class="greybox">
2115
+ <?php $fifu['zoom']['desc']() ?>
2116
  </div>
2117
  <br>
2118
  <table style="text-align:left">
2119
  <tr>
2120
  <th>
2121
+ <form
2122
+ id="fifu_form_wc_lbox"
2123
+ action="javascript:void(0)"
2124
  method="post">
2125
+ <input
2126
+ type="submit"
2127
+ href="javascript:void(0)"
2128
+ id="fifu_toggle_wc_lbox"
2129
+ onclick="invert('wc_lbox')"
2130
+ name="fifu_toggle_wc_lbox"
2131
+ class="<?php echo $enable_wc_lbox; ?>"
2132
  value=""
2133
  style="display:block;border:none">
2134
 
2135
+ <input
2136
+ type="hidden"
2137
+ id="fifu_input_wc_lbox"
2138
+ name="fifu_input_wc_lbox"
2139
  value="" >
2140
  </form>
2141
  </th>
2142
+ <th>
2143
+ <?php $fifu['word']['lightbox']() ?>
2144
  </th>
2145
+ </tr>
2146
  <tr>
2147
  <th>
2148
+ <form
2149
+ id="fifu_form_wc_zoom"
2150
+ action="javascript:void(0)"
2151
  method="post">
2152
+ <input
2153
+ type="submit"
2154
+ href="javascript:void(0)"
2155
+ id="fifu_toggle_wc_zoom"
2156
+ onclick="invert('wc_zoom')"
2157
+ name="fifu_toggle_wc_zoom"
2158
+ class="<?php echo $enable_wc_zoom; ?>"
2159
  value=""
2160
  style="display:block;border:none">
2161
 
2162
+ <input
2163
+ type="hidden"
2164
+ id="fifu_input_wc_zoom"
2165
+ name="fifu_input_wc_zoom"
2166
  value="" >
2167
  </form>
2168
  </th>
2169
+ <th>
2170
+ <?php $fifu['word']['zoom']() ?>
2171
  </th>
2172
+ </tr>
2173
  </table>
2174
  </div>
2175
 
2176
  <a name="category"></a>
2177
  <div class="box">
2178
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
2179
+ <h2><?php $fifu['title']['category']() ?></h2>
2180
  <div class="greybox" id="grad2">
2181
+ <?php $fifu['category']['desc']() ?>
2182
  </div>
2183
  <br>
2184
  <table style="text-align:left">
2185
  <tr>
2186
  <th>
2187
+ <input
2188
+ type="submit"
2189
+ href="javascript:void(0)"
2190
+ class="toggleoff"
2191
  value=""
2192
  style="display:block;border:none">
2193
  </th>
2194
+ </tr>
2195
  </table>
2196
  </div>
2197
 
2198
  <div class="box">
2199
+ <h2><?php $fifu['title']['grid']() ?></h2>
2200
  <div class="greybox">
2201
+ <?php $fifu['grid']['desc']() ?>
2202
  </div>
2203
  <br>
2204
  <table style="text-align:left">
2205
  <tr>
2206
  <th>
2207
+ <form
2208
+ id="fifu_form_grid_category"
2209
+ action="javascript:void(0)"
2210
  method="post">
2211
+ <input
2212
+ type="submit"
2213
+ href="javascript:void(0)"
2214
+ id="fifu_toggle_grid_category"
2215
+ onclick="invert('grid_category')"
2216
+ name="fifu_toggle_grid_category"
2217
+ class="<?php echo $enable_grid_category; ?>"
2218
  value=""
2219
  style="display:block;border:none">
2220
 
2221
+ <input
2222
  type="hidden"
2223
+ id="fifu_input_grid_category"
2224
+ name="fifu_input_grid_category"
2225
  value="" >
2226
  </form>
2227
  </th>
2228
+ </tr>
2229
  </table>
2230
  </div>
2231
 
2233
 
2234
  <div class="box">
2235
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
2236
+ <h2><?php $fifu['title']['variable']() ?></h2>
2237
  <div class="greybox" id="grad2">
2238
+ <?php $fifu['variable']['desc']() ?>
2239
  <br>
2240
  <br>
2241
+ <b><?php $fifu['detail']['important']() ?></b>: <?php $fifu['variable']['important']() ?>
2242
  </div>
2243
  <br>
2244
  <table style="text-align:left">
2245
  <tr>
2246
  <th>
2247
+ <form
2248
+ action="javascript:void(0)"
2249
  method="post">
2250
+ <input
2251
+ type="submit"
2252
+ href="javascript:void(0)"
2253
+ class="toggleoff"
2254
+ value=""
2255
  style="display:block;border:none" >
2256
  </form>
2257
  </th>
2260
  </div>
2261
 
2262
  <div class="box">
2263
+ <h2><?php $fifu['title']['import']() ?></h2>
2264
  <div class="greybox">
2265
+ <?php $fifu['import']['desc']() ?>
2266
  <br/>
2267
  <br/>
2268
 
2269
  <div id="tabsWooImport">
2270
  <ul>
2271
+ <li><a href="#tabs-3"><?php $fifu['import']['tab']['import']() ?></a></li>
2272
+ <li><a href="#tabs-1"><?php $fifu['import']['tab']['custom']() ?></a></li>
2273
+ <li><a href="#tabs-2"><?php $fifu['import']['tab']['custom']() ?> (premium)</a></li>
2274
  </ul>
2275
  <div id="tabs-1">
2276
 
2279
  <th>
2280
  </th>
2281
  <th>
2282
+ <?php $fifu['import']['custom']['key']() ?>
2283
  </th>
2284
  </tr>
2285
  <tr>
2286
  <th>
2287
+ <?php $fifu['import']['custom']['image']() ?>
2288
  </th>
2289
  <th>
2290
  fifu_image_url
2292
  </tr>
2293
  <tr>
2294
  <th>
2295
+ <?php $fifu['import']['custom']['alt']() ?>
2296
  </th>
2297
  <th>
2298
  fifu_image_alt
2299
  </th>
2300
+ </tr>
2301
  </table>
2302
 
2303
  <br/>
2309
  <th>
2310
  </th>
2311
  <th>
2312
+ <?php $fifu['import']['custom']['key']() ?>
2313
  </th>
2314
  </tr>
2315
  <tr>
2316
  <th>
2317
+ <?php $fifu['import']['custom']['image']() ?>
2318
  </th>
2319
  <th>
2320
  fifu_image_url
2322
  </tr>
2323
  <tr>
2324
  <th>
2325
+ <?php $fifu['import']['custom']['alt']() ?>
2326
  </th>
2327
  <th>
2328
  fifu_image_alt
2330
  </tr>
2331
  <tr>
2332
  <th>
2333
+ <?php $fifu['import']['custom']['video']() ?>
2334
  </th>
2335
  <th>
2336
  fifu_video_url
2338
  </tr>
2339
  <tr>
2340
  <th>
2341
+ <?php $fifu['import']['custom']['images']() ?>
2342
  </th>
2343
  <th>
2344
  fifu_list_url
2345
  </th>
2346
+ </tr>
2347
  <tr>
2348
  <th>
2349
+ <?php $fifu['import']['custom']['titles']() ?>
2350
  </th>
2351
  <th>
2352
  fifu_list_alt
2354
  </tr>
2355
  <tr>
2356
  <th>
2357
+ <?php $fifu['import']['custom']['videos']() ?>
2358
  </th>
2359
  <th>
2360
+ fifu_list_video_url
2361
  </th>
2362
  </tr>
2363
  <tr>
2364
  <th>
2365
+ <?php $fifu['import']['custom']['slider']() ?>
2366
  </th>
2367
  <th>
2368
  fifu_slider_list_url
2369
  </th>
2370
+ </tr>
2371
  </table>
2372
  </div>
2373
 
2374
  <div id="tabs-3">
2375
+ <a href="<?php echo plugins_url() ?>/featured-image-from-url/admin/html/txt/csv-woo.txt"><?php $fifu['import']['import']['csv']() ?></a>
2376
  <br>
2377
  <br>
2378
  <center><img src="https://c1.staticflickr.com/1/216/31480097476_bf4915184b_o_d.jpg" style="width:90%"></center>
2383
  </div>
2384
  <div id="tabs-p">
2385
  <div class="box">
2386
+ <h2><?php $fifu['title']['addon']() ?></h2>
2387
  <div class="greybox">
2388
+ <?php $fifu['addon']['desc']() ?>
2389
  <br/>
2390
  <br/>
2391
  <div id="tabsWpAllImport">
2392
  <ul>
2393
+ <li><a href="#tabs-2"><?php $fifu['addon']['tab']['import']() ?></a></li>
2394
+ <li><a href="#tabs-1"><?php $fifu['addon']['tab']['custom']() ?></a></li>
2395
+ <li><a href="#tabs-3"><?php $fifu['addon']['tab']['custom']() ?> (premium)</a></li>
2396
+ <li><a href="#tabs-4"><?php $fifu['addon']['tab']['faq']() ?></a></li>
2397
  </ul>
2398
  <div id="tabs-1">
2399
 
2402
  <th>
2403
  </th>
2404
  <th>
2405
+ <?php $fifu['addon']['custom']['key']() ?>
2406
  </th>
2407
  </tr>
2408
  <tr>
2409
  <th>
2410
+ <?php $fifu['addon']['custom']['image']() ?>
2411
  </th>
2412
  <th>
2413
  fifu_image_url
2415
  </tr>
2416
  <tr>
2417
  <th>
2418
+ <?php $fifu['addon']['custom']['title']() ?>
2419
  </th>
2420
  <th>
2421
  fifu_image_alt
2422
  </th>
2423
+ </tr>
2424
  </table>
2425
 
2426
  <br/>
2432
  <th>
2433
  </th>
2434
  <th>
2435
+ <?php $fifu['addon']['custom']['key']() ?>
2436
  </th>
2437
  </tr>
2438
  <tr>
2439
  <th>
2440
+ <?php $fifu['addon']['custom']['video']() ?>
2441
  </th>
2442
  <th>
2443
  fifu_video_url
2445
  </tr>
2446
  <tr>
2447
  <th>
2448
+ <?php $fifu['addon']['custom']['images']() ?>
2449
  </th>
2450
  <th>
2451
  fifu_list_url
2452
  </th>
2453
+ </tr>
2454
  <tr>
2455
  <th>
2456
+ <?php $fifu['addon']['custom']['titles']() ?>
2457
  </th>
2458
  <th>
2459
  fifu_list_alt
2461
  </tr>
2462
  <tr>
2463
  <th>
2464
+ <?php $fifu['addon']['custom']['videos']() ?>
2465
  </th>
2466
  <th>
2467
+ fifu_list_video_url
2468
  </th>
2469
  </tr>
2470
  <tr>
2471
  <th>
2472
+ <?php $fifu['addon']['custom']['slider']() ?>
2473
  </th>
2474
  <th>
2475
  fifu_slider_list_url
2476
  </th>
2477
+ </tr>
2478
  </table>
2479
  </div>
2480
 
2481
  <div id="tabs-4">
2482
 
2483
+ <table style="text-align:left">
2484
  <tr>
2485
  <th>
2486
  1)
2487
  </th>
2488
  <th>
2489
+ <a href="http://www.wpallimport.com/documentation/woocommerce/variable-products/"><?php $fifu['addon']['faq']['woocommerce']() ?></a>
2490
  </th>
2491
+ </tr>
2492
  </table>
2493
  </div>
2494
 
2495
  <div id="tabs-2">
2496
+ <a href="<?php echo plugins_url() ?>/featured-image-from-url/admin/html/txt/csv.txt"><?php $fifu['addon']['import']['csv']() ?></a>
2497
  <br>
2498
  <br>
2499
  <img src="https://storage.googleapis.com/featuredimagefromurl/wp-all-import-addon.jpg" style="width:100%">
2500
  <br>
2501
  <br>
2502
+ <h3><?php $fifu['detail']['result']() ?></h3>
2503
+ <br>
2504
  <img src="https://storage.googleapis.com/featuredimagefromurl/wp-all-import-result.jpg">
2505
  </div>
2506
  </div>
2509
  </div>
2510
  <div id="tabs-d">
2511
  <div class="box">
2512
+ <h2><?php $fifu['title']['support']() ?></h2>
2513
  <div class="greybox">
2514
+ <?php $fifu['support']['email']() ?> <b> marcel@featuredimagefromurl.com</b> (<?php $fifu['support']['with']() ?> <a href="admin.php?page=fifu-support-data"><button id="opener" onclick="jQuery('#tabs-top').block({message: '<?php $fifu['message']['wait']() ?>', css: {backgroundColor: 'none', border: 'none', color: 'white'}});"><?php $fifu['support']['status']() ?></button></a>).
2515
  <br>
2516
  <br>
2517
  <table style="background-color: #fff; border-radius: 13px;">
2528
  </tr>
2529
  <tr>
2530
  <td style="width:33%;text-align:center;border-bottom: 1px solid #ddd !important">
2531
+ <i><?php $fifu['support']['disappeared']() ?></i>
2532
  </td>
2533
  <td style="width:33%;text-align:center;border-bottom: 1px solid #ddd !important">
2534
+ <i><?php $fifu['support']['plugin']() ?></i>
2535
  </td>
2536
  <td style="width:33%;text-align:center;border-bottom: 1px solid #ddd !important">
2537
+ <i><?php $fifu['support']['style']() ?></i>
2538
  </td>
2539
  </tr>
2540
  <tr>
2541
  <td style="vertical-align: top;">
2542
+ <?php $fifu['support']['disappeared-desc']() ?>
 
 
 
2543
  </td>
2544
  <td style="vertical-align: top;">
2545
+ <?php $fifu['support']['plugin-desc']() ?>
2546
  </td>
2547
  <td>
2548
+ <?php $fifu['support']['style-desc']() ?>
2549
  </td>
2550
  </tr>
2551
  </table>
2566
  </tr>
2567
  <tr>
2568
  <td style="width:33%;text-align:center;border-bottom: 1px solid #ddd !important">
2569
+ <i><?php $fifu['support']['facebook']() ?></i>
2570
  </td>
2571
  <td style="width:33%;text-align:center;border-bottom: 1px solid #ddd !important">
2572
+ <i><?php $fifu['support']['slow']() ?></i>
2573
  </td>
2574
  <td style="width:33%;text-align:center;border-bottom: 1px solid #ddd !important">
2575
+ <i><?php $fifu['support']['speed']() ?></i>
2576
  </td>
2577
  </tr>
2578
  <tr>
2579
  <td style="vertical-align: top;">
2580
+ <?php $fifu['support']['facebook-desc']() ?>
2581
  </td>
2582
  <td style="vertical-align: top;">
2583
+ <?php $fifu['support']['slow-desc']() ?>
 
 
2584
  </td>
2585
+ <td style="vertical-align: top;">
2586
+ <?php $fifu['support']['speed-desc']() ?>
 
 
 
2587
  </td>
2588
  </tr>
2589
  </table>
2592
  </div>
2593
  <!--div class="box">
2594
  <h2><a class="dbox-donation-button" style="background: #2d81c5;color: #fff;text-decoration: none;display: inline-block;font-size: 16px;padding: 2px 17px;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;box-shadow: 0px 0px 0px 0px #1f5a89;text-shadow: 0 1px rgba(0, 0, 0, 0.3);" href="https://fifu.app/#price" target="_blank">Buy Premium</a> and help me to take this project to the next level <span class="dashicons dashicons-info" style="font-size: 25px;" title="Pay with a Card, Apple Pay, Google Pay, Stripe, PayPal and more. No account required."></span></h2>
2595
+ <div class="greybox">
2596
  <a href="https://www.linkedin.com/in/marceljm/" target="_blank"><img src="https://avatars0.githubusercontent.com/u/10578419?s=460&v=4" style="border-radius:100%;width:8.5%;float:left"></a>
2597
  <div style="position:relative;left:10px">Hi, I'm Marcel, Software Engineer and Featured Image from URL author. <br>During the last 4 years I did my best to develop all requested features, integrations, improvements and bug fixes. And thanks to FIFU you keep saving money on storage, processing and copyright. However, with so many users (100,000+ active installs), it's becoming increasingly difficult to help everyone. <b>Extraordinary performance and automation features aren't done yet</b> while updates are required to keep this plugin working with the most current WordPress components. So please become a Premium user and help me to take FIFU to the next level!</div>
2598
  </div>
2599
  </div-->
2600
  <div class="box">
2601
+ <h2><?php $fifu['title']['start']() ?></h2>
2602
  <div class="greybox" style="min-height:375px;padding:0 !important">
2603
  <div style="width:100%">
2604
  <hgroup style="float:left;opacity:0.75;" class="speech-bubble">
2605
+ <div style="font-style:italic;font-size:13px;color:white;padding-left:25px;padding-top:10px;"><?php $fifu['start']['url']['external']() ?></div>
2606
  <br>
2607
+ <div style="font-style:italic;font-size:13px;color:white;padding-left:25px"><?php $fifu['start']['url']['not']() ?></div>
2608
  <br>
2609
+ <div style="font-style:italic;font-size:13px;color:white;padding-left:25px"><?php $fifu['start']['url']['url']() ?></div>
2610
  <br>
2611
+ <div style="font-style:italic;font-size:13px;color:white;padding-left:40px"><?php $fifu['start']['url']['right']() ?></div>
2612
  <br>
2613
+ <div style="font-style:italic;font-size:13px;color:white;padding-left:40px"><?php $fifu['start']['url']['copy']() ?></div>
2614
  <br>
2615
+ <div style="font-style:italic;font-size:13px;color:white;padding-left:40px"><?php $fifu['start']['url']['paste']() ?><input type="text" style="width:80%;background-color:#f3f3f3;font-style:italic;" placeholder="<?php $fifu['start']['url']['drag']() ?>"></div>
2616
  <br>
2617
  </hgroup>
2618
+ <img style="float:right;padding-left:1%;width:17%;position:relative;top:19px;filter:grayscale(25%);" src="https://ps.w.org/featured-image-from-url/assets/icon-256x256.png" title="<?php $fifu['start']['url']['click']() ?>">
2619
  </div>
2620
  <hgroup style="float:right;opacity:0.75" class="speech-bubble2">
2621
+ <div style="font-style:italic;font-size:13px;color:white;padding-left:25px;padding-top:10px;"><?php $fifu['start']['post']['famous']() ?></div>
2622
+ <br>
2623
+ <div style="font-style:italic;font-size:13px;color:white;padding-left:25px"><?php $fifu['start']['post']['create']() ?></div>
2624
  <br>
2625
+ <div style="font-style:italic;font-size:13px;color:white;padding-left:40px"><?php $fifu['start']['post']['new']() ?></div>
 
 
2626
  <br>
2627
+ <div style="font-style:italic;font-size:13px;color:white;padding-left:40px"><?php $fifu['start']['post']['box']() ?> <span class="dashicons dashicons-camera" style="font-size:18px;padding-right:3px"></span><b><?php $fifu['start']['post']['featured']() ?></b></div>
2628
  <br>
2629
+ <div style="font-style:italic;font-size:13px;color:white;padding-left:40px"><?php $fifu['start']['post']['address']() ?></div>
2630
  <br>
2631
+ <div style="font-style:italic;font-size:13px;color:white;padding-left:25px"><?php $fifu['start']['post']['storage']() ?></div>
2632
  <br>
2633
  </hgroup>
2634
  </div>
2635
+ </div>
2636
+ <div class="box">
2637
+ <h2><?php $fifu['title']['dev']() ?></h2>
2638
  <div class="greybox">
2639
  <table style="width:100%">
2640
  <tr>
2642
  <i class="fab fa-dev" style="font-size:110px"></i>
2643
  </td>
2644
  <td style="width:85%">
2645
+ <?php $fifu['dev']['function']() ?><br>
2646
+ <?php $fifu['dev']['args']() ?><br><br>
2647
  <div style="background-color:#966385;color:white;padding:15px;border-radius:5px;font-weight:bold;">fifu_dev_set_image($post_id, $image_url)</div><br>
2648
  </td>
2649
  </tr>
2650
+ </table>
2651
  </div>
2652
  </div>
2653
  </div>
2659
  <td style="border-bottom:none"><h3> WooCommerce REST API</h3></td>
2660
  <td style="border-bottom:none">API</td>
2661
  </tr>
2662
+ </table>
2663
  <div class="greybox" style="position: relative; top: -10px">
2664
  The import of hundreds of thousands of products isn't fast enough:<br>
2665
  1) deactivate FIFU;<br>
2676
  <td style="border-bottom:none"><h3> Gema Lite</h3></td>
2677
  <td style="border-bottom:none">theme</td>
2678
  </tr>
2679
+ </table>
2680
  <div class="greybox" style="position: relative; top: -10px">
2681
  Style issue with featured videos:<br>
2682
  1) enable "FIFU Settings > Lazy Load";<br>
2696
  <td style="border-bottom:none"><h3> Unyson</h3></td>
2697
  <td style="border-bottom:none">plugin</td>
2698
  </tr>
2699
+ </table>
2700
  <div class="greybox" style="position: relative; top: -10px">
2701
  "There has been a critical error on your website" message:<br>
2702
  1) open "unyson/framework/helpers/class-fw-resize.php";<br>
2711
  <td style="border-bottom:none"><h3> Klb Shortcode</h3></td>
2712
  <td style="border-bottom:none">plugin</td>
2713
  </tr>
2714
+ </table>
2715
  <div class="greybox" style="position: relative; top: -10px">
2716
  Featured image not shown on carousel:<br>
2717
  1) open "klb-shortcode/inc/klb-shortcode.php";<br>
2726
  <td style="border-bottom:none"><h3> Zapier [Instagram]</h3></td>
2727
  <td style="border-bottom:none">service</td>
2728
  </tr>
2729
+ </table>
2730
  <div class="greybox" style="position: relative; top: -10px">
2731
  Setting featured image automatically:<br>
2732
+ 1) access "FIFU Settings > Content URL";<br>
2733
  2) enable "use the 1st (or nth) image/video as featured image";<br>
2734
  3) enable "hide the 1st (or nth) image/video from content";<br>
2735
  4) access "Zapier > Make a Zap", select Instagram as the first app and configure as you want;<br>
2747
  <td style="border-bottom:none"><h3> Zapier [YouTube]</h3></td>
2748
  <td style="border-bottom:none">service</td>
2749
  </tr>
2750
+ </table>
2751
  <div class="greybox" style="position: relative; top: -10px">
2752
  Setting featured video automatically:<br>
2753
+ 1) access "FIFU Settings > Content URL";<br>
2754
  2) enable "use the 1st (or nth) image/video as featured image";<br>
2755
  3) enable "hide the 1st (or nth) image/video from content";<br>
2756
  4) access "Zapier > Make a Zap", select YouTube as the first app and configure as you want;<br>
2768
  <td style="border-bottom:none"><h3> Publisher</h3></td>
2769
  <td style="border-bottom:none">theme</td>
2770
  </tr>
2771
+ </table>
2772
  <div class="greybox" style="position: relative; top: -10px">
2773
  The theme lightbox doesn't work:<br>
2774
  x) there is no solution for now. It seems the lightbox only works with image addresses (internal or external) that contains "/wp-content/uploads/". You may contact the theme developer and ask him to remove the restriction.<br>
2781
  <td style="border-bottom:none"><h3> Bimber</h3></td>
2782
  <td style="border-bottom:none">theme</td>
2783
  </tr>
2784
+ </table>
2785
  <div class="greybox" style="position: relative; top: -10px">
2786
  Home page images have different heights:<br>
2787
+ 1) enable "FIFU Settings > Featured image > Same Height";<br>
2788
  2) access "Selector" tab and add two selectors: "ul.g1-featured-items" and "ul.g1-collection-items";<br>
2789
  3) access "Size Ratio" tab and set "16:9".<br>
2790
  </div>
2796
  <td style="border-bottom:none"><h3> BuddyForms</h3></td>
2797
  <td style="border-bottom:none">plugin</td>
2798
  </tr>
2799
+ </table>
2800
  <div class="greybox" style="position: relative; top: -10px">
2801
  Adding "Featured Image from URL" field to the form:<br>
2802
  1) open the form editor;<br>
2818
  <td style="border-bottom:none"><h3> WooCommerce</h3></td>
2819
  <td style="border-bottom:none">plugin</td>
2820
  </tr>
2821
+ </table>
2822
  <div class="greybox" style="position: relative; top: -10px">
2823
  Avoiding changes in the featured image of a product when the featured image of its copy changes:<br>
2824
  1) open the duplicated product on editor;<br>
2835
  <td style="border-bottom:none"><h3> Avada</h3></td>
2836
  <td style="border-bottom:none">theme</td>
2837
  </tr>
2838
+ </table>
2839
  <div class="greybox" style="position: relative; top: -10px">
2840
  The video controls don't work on WooCommerce product gallery:<br>
2841
  1) access "Appearance > Avada > Customize > Additional CSS";<br>
2850
  <td style="border-bottom:none"><h3> Post Sliders & Post Grids</h3></td>
2851
  <td style="border-bottom:none">plugin</td>
2852
  </tr>
2853
+ </table>
2854
  <div class="greybox" style="position: relative; top: -10px">
2855
  The post grid doesn't show external featured images:<br>
2856
  x) there is no solution for now. "Post Sliders & Post Grids" only shows a featured image if that is stored in the media library. You may contact the author or install an alternative plugin, like <a href="https://wordpress.org/plugins/content-views-query-and-display-post-page/">this</a>.<br>
2863
  <td style="border-bottom:none"><h3> WooCommerce</h3></td>
2864
  <td style="border-bottom:none">plugin</td>
2865
  </tr>
2866
+ </table>
2867
  <div class="greybox" style="position: relative; top: -10px">
2868
  Product gallery thumbnails have different heights:<br>
2869
+ 1) enable "FIFU Settings > Featured image > Same Height";<br>
2870
  2) access "Selector" tab and add "ol.flex-control-thumbs".<br>
2871
  </div>
2872
  </div>
2877
  <td style="border-bottom:none"><h3> Elementor</h3></td>
2878
  <td style="border-bottom:none">plugin</td>
2879
  </tr>
2880
+ </table>
2881
  <div class="greybox" style="position: relative; top: -10px">
2882
  Video controls not accessible for "Posts" element, when configured as "Layout > Skin > Cards":<br>
2883
  1) access "Style > Card > Hover Effect";<br>
2891
  <td style="border-bottom:none"><h3> Elementor</h3></td>
2892
  <td style="border-bottom:none">plugin</td>
2893
  </tr>
2894
+ </table>
2895
  <div class="greybox" style="position: relative; top: -10px">
2896
  Showing an external featured image/video:<br>
2897
  1) open the default WordPress editor;<br>
2908
  <td style="border-bottom:none"><h3> WordPress</h3></td>
2909
  <td style="border-bottom:none"></td>
2910
  </tr>
2911
+ </table>
2912
  <div class="greybox" style="position: relative; top: -10px">
2913
  Removing the references to the internal featured images for all posts that have an external featured image as well:<br>
2914
  1) run this SQL command: DELETE FROM wp_postmeta WHERE meta_key = '_thumbnail_id' AND post_id IN (SELECT post_id FROM (SELECT post_id FROM wp_postmeta WHERE meta_key = 'fifu_image_url') AS x);<br>
2923
  <td style="border-bottom:none"><h3> Orienko</h3></td>
2924
  <td style="border-bottom:none">theme</td>
2925
  </tr>
2926
+ </table>
2927
  <div class="greybox" style="position: relative; top: -10px">
2928
  Video lightbox isn't shown ("n.fancybox.getInstance is not a function" error):<br>
2929
  1) access "orienko/includes/head-media.php";<br>
2937
  <td style="border-bottom:none"><h3> Google Chrome | Firefox</h3></td>
2938
  <td style="border-bottom:none">web browsers</td>
2939
  </tr>
2940
+ </table>
2941
  <div class="greybox" style="position: relative; top: -10px">
2942
  Avoiding "Connection not secure" message:<br>
2943
  1) use only https image URLs.<br>
2950
  <td style="border-bottom:none"><h3> Essential Grid</h3></td>
2951
  <td style="border-bottom:none">plugin</td>
2952
  </tr>
2953
+ </table>
2954
  <div class="greybox" style="position: relative; top: -10px">
2955
  Showing external videos:<br>
2956
  1) access "Ess. Grid > Editor / Preview";<br>
2964
  <td style="border-bottom:none"><h3> Bimber</h3></td>
2965
  <td style="border-bottom:none">theme</td>
2966
  </tr>
2967
+ </table>
2968
  <div class="greybox" style="position: relative; top: -10px">
2969
  External images are not being shown:<br>
2970
  1) access "Appearance > Bimber > Customize > Additional CSS";<br>
2982
  </table>
2983
  <div class="greybox" style="position: relative; top: -10px">
2984
  Adding external "Product Image" and "Product Gallery" via SQL:<br>
2985
+ 1) enable "FIFU Settings > Metadata > Schedule Metadata Generation";<br>
2986
  2) run the SQL. Example: "insert into wp_postmeta (post_id, meta_key, meta_value) values (12345, 'fifu_list_url', 'URL1|URL2|URL3|URL4')"<br>
2987
  * the first URL is for the featured image and the others for the gallery<br>
2988
  </div>
2989
+ </div>
2990
  <div class="box">
2991
  <table>
2992
  <tr>
3001
  - "All my variable products have SKUs or some other unique identifier. Each variation is linked to its parent with its parent's SKU or other unique identifier.";<br>
3002
  - "All variations for a particular product have the same title as the parent product."<br>
3003
  Options where the parent is created automatically won't work well.
3004
+ </div>
3005
  <div class="greybox" style="position: relative; top: -10px">
3006
  Avoiding updates on unchanged image data:<br>
3007
  1) access "WP All Import > Import Settings";<br>
3017
  <td style="border-bottom:none"><h3>Ajax Load More</h3></td>
3018
  <td style="border-bottom:none">plugin</td>
3019
  </tr>
3020
+ </table>
3021
  <div class="greybox" style="position: relative; top: -10px">
3022
  Loading external featured videos:<br>
3023
  1) check "Ajax Load More > Settings > Disable CSS".
3030
  <td style="border-bottom:none"><h3>Multisite Post Duplicator</h3></td>
3031
  <td style="border-bottom:none">plugin</td>
3032
  </tr>
3033
+ </table>
3034
  <div class="greybox" style="position: relative; top: -10px">
3035
  Duplicating post and external featured image:<br>
3036
  1) enable "FIFU Settings > Metadata > Schedule Metadata Generation";<br>
3047
  <td style="border-bottom:none"><h3>Jetpack</h3></td>
3048
  <td style="border-bottom:none">plugin</td>
3049
  </tr>
3050
+ </table>
3051
  <div class="greybox" style="position: relative; top: -10px">
3052
+ Featured images missing after enabling Lazy Load:<br>
3053
  1) disable "FIFU settings > Performance > Lazy Load" or "Jetpack settings > Performance > Enable Lazy Loading for images". You can't have both.<br>
3054
  </div>
3055
  <div class="greybox" style="position: relative; top: -10px">
3064
  <td style="border-bottom:none"><h3>PHP</h3></td>
3065
  <td style="border-bottom:none">programming language</td>
3066
  </tr>
3067
+ </table>
3068
  <div class="greybox" style="position: relative; top: -10px">
3069
  Fixing fatal error "Allowed memory size of [...] bytes exhausted (tried to allocate [...] bytes) in /var/www/html/wp-includes/wp-db.php":<br>
3070
  1) open /var/www/html/wp-config.php file;<br>
3083
  <td style="border-bottom:none"><h3>jQuery</h3></td>
3084
  <td style="border-bottom:none">JavaScript library</td>
3085
  </tr>
3086
+ </table>
3087
  <div class="greybox" style="position: relative; top: -10px">
3088
  Solving "Uncaught ReferenceError: jQuery is not defined"<br>
3089
  1) enable "FIFU settings > Admin > jQuery".<br>
3090
  </div>
3091
+ </div>
3092
  <div class="box">
3093
  <table>
3094
  <tr>
3096
  <td style="border-bottom:none"><h3>https</h3></td>
3097
  <td style="border-bottom:none">protocol</td>
3098
  </tr>
3099
+ </table>
3100
  <div class="greybox" style="position: relative; top: -10px">
3101
  Replacing http URLs by https:<br>
3102
  1) run this SQL command: UPDATE wp_postmeta SET meta_value = REPLACE(meta_value, 'http://', 'https://') WHERE meta_key = 'fifu_image_url' AND meta_value LIKE '%site.com%';<br>
3104
  3) enable "Image Metadata".<br>
3105
  * replace site.com by the domain of the URLs you want to update
3106
  </div>
3107
+ </div>
3108
  <div class="box">
3109
  <table>
3110
  <tr>
3112
  <td style="border-bottom:none"><h3>Ecome</h3></td>
3113
  <td style="border-bottom:none">theme</td>
3114
  </tr>
3115
+ </table>
3116
  <div class="greybox" style="position: relative; top: -10px">
3117
  Showing the external featured images:<br>
3118
  1) open "ecome/framework/framework.php";<br>
3142
  <td style="border-bottom:none"><h3>Nelio External Featured Image (discontinued)</h3></td>
3143
  <td style="border-bottom:none">plugin</td>
3144
  </tr>
3145
+ </table>
3146
  <div class="greybox" style="position: relative; top: -10px">
3147
  Importing image URLs to FIFU:<br>
3148
  0) make a backup (you might want to revert the changes later);<br>
3159
  <td style="border-bottom:none"><h3>WP Telegram (Auto Post and Notifications)</h3></td>
3160
  <td style="border-bottom:none">plugin</td>
3161
  </tr>
3162
+ </table>
3163
  <div class="greybox" style="position: relative; top: -10px">
3164
  Sharing external featured images on Telegram:<br>
3165
  1) just enable "Featured Image" toggle on WP Telegram.<br>
3172
  <td style="border-bottom:none"><h3>Divi</h3></td>
3173
  <td style="border-bottom:none">theme</td>
3174
  </tr>
3175
+ </table>
3176
  <div class="greybox" style="position: relative; top: -10px">
3177
  Preventing a small image from scaling to 100%:<br>
3178
+ 1) inspect the image and get the CSS selector;<br>
3179
  2) access "Customize > Additional CSS";<br>
3180
  3) set "width:unset" for your selector.<br>
3181
+ </div>
3182
  <div class="greybox" style="position: relative; top: -10px">
3183
  Centering a small image:<br>
3184
+ 1) inspect the image and get the CSS selector;<br>
3185
  2) access "Customize > Additional CSS";<br>
3186
  3) set "display:inherit" for your selector;<br>
3187
  4) set "text-align:center" for its parent.<br>
3188
  </div>
3189
  <div class="greybox" style="position: relative; top: -10px">
3190
  Defining a height for an image:<br>
3191
+ 1) inspect the image and get the CSS selector;<br>
3192
  2) access "Customize > Additional CSS";<br>
3193
  3) set "height:300px" (or a different number) for your selector.<br>
3194
  </div>
3195
+ </div>
3196
  <div class="box">
3197
  <table>
3198
  <tr>
3200
  <td style="border-bottom:none"><h3>Toolset Forms + Toolset Types</h3></td>
3201
  <td style="border-bottom:none">plugins</td>
3202
  </tr>
3203
+ </table>
3204
  <div class="greybox" style="position: relative; top: -10px">
3205
  Adding "Featured Image from URL" field to an external post form:<br>
3206
+ 1) add a new "Custom Fields Group";<br>
3207
  2) add a new "Field";<br>
3208
  3) set "fifu_image_url" for "Field slug".<br>
3209
  </div>
3210
+ </div>
3211
  </div>
3212
  </ul>
3213
  </div>
admin/html/meta-box.html CHANGED
@@ -8,7 +8,7 @@
8
  <input type="checkbox" name="fifu_ignore_auto_set" id="fifu_ignore_auto_set">
9
  </th>
10
  <th>
11
- <label for="fifu_ignore_auto_set" style="font-weight:normal"><?php esc_html_e('ignore URL from Post Content', 'featured-image-from-url'); ?></label>
12
  </th>
13
  </tr>
14
  </table>
@@ -16,7 +16,7 @@
16
  <input id="fifu_input_alt"
17
  type="text"
18
  name="fifu_input_alt"
19
- placeholder="<?php esc_html_e('alt/title attribute (optional)', 'featured-image-from-url'); ?>"
20
  value="<?php echo $alt; ?>"
21
  style="<?php echo $width, $show_alt ?>;font-size:13px;" />
22
 
@@ -33,20 +33,20 @@
33
  <input id="fifu_input_url"
34
  type="text"
35
  name="fifu_input_url"
36
- placeholder="<?php esc_html_e('Image URL or Keywords', 'featured-image-from-url'); ?>"
37
  value="<?php echo $url; ?>"
38
  style="<?php echo $width ?>;font-size:13px;" />
39
  </td>
40
  <td>
41
  <span id="fifu_help"
42
- title="<?php esc_html_e('Examples: https://domain.com/image.jpg (image URL); sea,sun (keywords); empty (random image)', 'featured-image-from-url'); ?>"
43
  class="dashicons dashicons-editor-help"
44
  style="<?php echo $show_button . ';font-size:20px' ?>">
45
  </span>
46
 
47
  <span
48
  id="fifu_next"
49
- title="<?php esc_html_e('Next'); ?>"
50
  class="dashicons dashicons-arrow-right-alt"
51
  style="font-size:25px;cursor:pointer;display:none">
52
  </span>
@@ -58,7 +58,7 @@
58
  <a id="fifu_link"
59
  href="#"
60
  onClick="removeImage();"
61
- style="<?php echo $show_link ?>" ><?php esc_html_e('remove external featured image', 'featured-image-from-url'); ?></a>
62
  </center>
63
 
64
  <input
@@ -84,7 +84,7 @@
84
  <a id="fifu_button"
85
  class="button"
86
  onClick="previewImage();"
87
- style="<?php echo $align, $margin, $show_button ?>" ><?php esc_html_e('Preview') ?></a>
88
 
89
  <div id="fifu_sirv_button" style="<?php echo 'float:left;padding-right:8px;' . $align, $margin, fifu_is_sirv_active() ? $show_button : 'display:none' ?>">
90
  <div class="sirv-modal"></div>
@@ -92,7 +92,7 @@
92
  data-input-anchor="#fifu_input_url"
93
  href="#"
94
  class="button sirv-add-image-modal-click"
95
- title="<?php esc_html_e('Add image from Sirv', 'featured-image-from-url'); ?>"><?php esc_html_e('Choose Sirv image', 'featured-image-from-url'); ?></a>
96
  </div>
97
 
98
  <div id="fifu_premium" style="<?php echo $show_button ?>">
8
  <input type="checkbox" name="fifu_ignore_auto_set" id="fifu_ignore_auto_set">
9
  </th>
10
  <th>
11
+ <label for="fifu_ignore_auto_set" style="font-weight:normal"><?php $fifu['image']['ignore']() ?></label>
12
  </th>
13
  </tr>
14
  </table>
16
  <input id="fifu_input_alt"
17
  type="text"
18
  name="fifu_input_alt"
19
+ placeholder="<?php $fifu['common']['alt']() ?>"
20
  value="<?php echo $alt; ?>"
21
  style="<?php echo $width, $show_alt ?>;font-size:13px;" />
22
 
33
  <input id="fifu_input_url"
34
  type="text"
35
  name="fifu_input_url"
36
+ placeholder="<?php $fifu['image']['keywords']() ?>"
37
  value="<?php echo $url; ?>"
38
  style="<?php echo $width ?>;font-size:13px;" />
39
  </td>
40
  <td>
41
  <span id="fifu_help"
42
+ title="<?php $fifu['image']['help']() ?>"
43
  class="dashicons dashicons-editor-help"
44
  style="<?php echo $show_button . ';font-size:20px' ?>">
45
  </span>
46
 
47
  <span
48
  id="fifu_next"
49
+ title="<?php $fifu['word']['next']() ?>"
50
  class="dashicons dashicons-arrow-right-alt"
51
  style="font-size:25px;cursor:pointer;display:none">
52
  </span>
58
  <a id="fifu_link"
59
  href="#"
60
  onClick="removeImage();"
61
+ style="<?php echo $show_link ?>" ><?php $fifu['image']['remove']() ?></a>
62
  </center>
63
 
64
  <input
84
  <a id="fifu_button"
85
  class="button"
86
  onClick="previewImage();"
87
+ style="<?php echo $align, $margin, $show_button ?>" ><?php $fifu['common']['preview']() ?></a>
88
 
89
  <div id="fifu_sirv_button" style="<?php echo 'float:left;padding-right:8px;' . $align, $margin, fifu_is_sirv_active() ? $show_button : 'display:none' ?>">
90
  <div class="sirv-modal"></div>
92
  data-input-anchor="#fifu_input_url"
93
  href="#"
94
  class="button sirv-add-image-modal-click"
95
+ title="<?php $fifu['image']['sirv']['add']() ?>"><?php $fifu['image']['sirv']['choose']() ?></a>
96
  </div>
97
 
98
  <div id="fifu_premium" style="<?php echo $show_button ?>">
admin/html/support-data.html CHANGED
@@ -15,12 +15,12 @@ WooCommerce:<?php echo class_exists('WooCommerce') ? WC()->version : '' ?>;
15
  Pages:<?php echo wp_count_posts('page')->publish ?>;
16
  Posts:<?php echo wp_count_posts('post')->publish ?>;
17
  Products:<?php echo class_exists('WooCommerce') ? wp_count_posts('product')->publish : null ?>;
18
- Images without Dimensions:<?php echo fifu_db_missing_dimensions() ?>;
19
- URLs with Metadata:<?php echo fifu_db_count_urls_with_metadata() ?>;
20
  URLs:<?php echo fifu_db_count_urls() ?>;
21
  php-curl:<?php echo fifu_has_curl() ? 'yes' : 'no' ?>;
22
  Plugins:<?php echo fifu_get_plugins_list() ?>;
23
- Active Plugins:<?php echo fifu_get_active_plugins_list() ?>;
24
  fifu_auto_alt:<?php echo $enable_auto_alt ?>;
25
  fifu_class:<?php echo $enable_class ?>;
26
  fifu_column_height:<?php echo $column_height ?>;
@@ -57,7 +57,7 @@ Image:<?php echo fifu_get_last('fifu_image_url') ?>;
57
  Video:<?php echo fifu_get_last('fifu_video_url') ?>;
58
  Slider:<?php echo fifu_get_last('fifu_slider_image_url_0') ?>;
59
  Shortcode:<?php echo fifu_get_last('fifu_shortcode') ?>;
60
- REST Routes:
61
  - <?php echo get_rest_url() ?>:PHP;
62
  </textarea>
63
  </div>
15
  Pages:<?php echo wp_count_posts('page')->publish ?>;
16
  Posts:<?php echo wp_count_posts('post')->publish ?>;
17
  Products:<?php echo class_exists('WooCommerce') ? wp_count_posts('product')->publish : null ?>;
18
+ Images without dimensions:<?php echo fifu_db_missing_dimensions() ?>;
19
+ URLs with metadata:<?php echo fifu_db_count_urls_with_metadata() ?>;
20
  URLs:<?php echo fifu_db_count_urls() ?>;
21
  php-curl:<?php echo fifu_has_curl() ? 'yes' : 'no' ?>;
22
  Plugins:<?php echo fifu_get_plugins_list() ?>;
23
+ Active plugins:<?php echo fifu_get_active_plugins_list() ?>;
24
  fifu_auto_alt:<?php echo $enable_auto_alt ?>;
25
  fifu_class:<?php echo $enable_class ?>;
26
  fifu_column_height:<?php echo $column_height ?>;
57
  Video:<?php echo fifu_get_last('fifu_video_url') ?>;
58
  Slider:<?php echo fifu_get_last('fifu_slider_image_url_0') ?>;
59
  Shortcode:<?php echo fifu_get_last('fifu_shortcode') ?>;
60
+ REST routes:
61
  - <?php echo get_rest_url() ?>:PHP;
62
  </textarea>
63
  </div>
admin/menu.php CHANGED
@@ -2,6 +2,8 @@
2
 
3
  define('FIFU_SETTINGS', serialize(array('fifu_social', 'fifu_social_image_only', 'fifu_lazy', 'fifu_jquery', 'fifu_media_library', 'fifu_content', 'fifu_content_page', 'fifu_enable_default_url', 'fifu_spinner_db', 'fifu_spinner_nth', 'fifu_fake', 'fifu_css', 'fifu_default_url', 'fifu_wc_lbox', 'fifu_wc_zoom', 'fifu_hide_page', 'fifu_hide_post', 'fifu_hide_cpt', 'fifu_class', 'fifu_get_first', 'fifu_pop_first', 'fifu_ovw_first', 'fifu_query_strings', 'fifu_confirm_delete_all', 'fifu_run_delete_all', 'fifu_column_height', 'fifu_grid_category', 'fifu_auto_alt', 'fifu_dynamic_alt', 'fifu_data_clean')));
4
 
 
 
5
  add_action('admin_menu', 'fifu_insert_menu');
6
 
7
  function fifu_insert_menu() {
@@ -73,6 +75,8 @@ function fifu_support_data() {
73
  function fifu_get_menu_html() {
74
  flush();
75
 
 
 
76
  // css and js
77
  wp_enqueue_style('fifu-menu-css', plugins_url('/html/css/menu.css', __FILE__), array(), fifu_version_number());
78
  wp_enqueue_script('fifu-menu-js', plugins_url('/html/js/menu.js', __FILE__), array(), fifu_version_number());
@@ -82,7 +86,7 @@ function fifu_get_menu_html() {
82
  'restUrl' => esc_url_raw(rest_url()),
83
  'homeUrl' => esc_url_raw(home_url()),
84
  'nonce' => wp_create_nonce('wp_rest'),
85
- 'wait' => esc_html__('Please wait some seconds...', 'featured-image-from-url'),
86
  ]);
87
 
88
  $enable_social = get_option('fifu_social');
2
 
3
  define('FIFU_SETTINGS', serialize(array('fifu_social', 'fifu_social_image_only', 'fifu_lazy', 'fifu_jquery', 'fifu_media_library', 'fifu_content', 'fifu_content_page', 'fifu_enable_default_url', 'fifu_spinner_db', 'fifu_spinner_nth', 'fifu_fake', 'fifu_css', 'fifu_default_url', 'fifu_wc_lbox', 'fifu_wc_zoom', 'fifu_hide_page', 'fifu_hide_post', 'fifu_hide_cpt', 'fifu_class', 'fifu_get_first', 'fifu_pop_first', 'fifu_ovw_first', 'fifu_query_strings', 'fifu_confirm_delete_all', 'fifu_run_delete_all', 'fifu_column_height', 'fifu_grid_category', 'fifu_auto_alt', 'fifu_dynamic_alt', 'fifu_data_clean')));
4
 
5
+ define('FIFU_SLUG', 'featured-image-from-url');
6
+
7
  add_action('admin_menu', 'fifu_insert_menu');
8
 
9
  function fifu_insert_menu() {
75
  function fifu_get_menu_html() {
76
  flush();
77
 
78
+ $fifu = fifu_get_strings_settings();
79
+
80
  // css and js
81
  wp_enqueue_style('fifu-menu-css', plugins_url('/html/css/menu.css', __FILE__), array(), fifu_version_number());
82
  wp_enqueue_script('fifu-menu-js', plugins_url('/html/js/menu.js', __FILE__), array(), fifu_version_number());
86
  'restUrl' => esc_url_raw(rest_url()),
87
  'homeUrl' => esc_url_raw(home_url()),
88
  'nonce' => wp_create_nonce('wp_rest'),
89
+ 'wait' => $fifu['php']['message']['wait'](),
90
  ]);
91
 
92
  $enable_social = get_option('fifu_social');
admin/meta-box.php CHANGED
@@ -3,20 +3,22 @@
3
  add_action('add_meta_boxes', 'fifu_insert_meta_box');
4
 
5
  function fifu_insert_meta_box() {
6
- fifu_languages();
7
  $post_types = fifu_get_post_types();
8
 
9
  foreach ($post_types as $post_type) {
10
  if ($post_type == 'product') {
11
- add_meta_box('urlMetaBox', esc_html__('Product image', 'featured-image-from-url'), 'fifu_show_elements', $post_type, 'side', 'high');
12
  } else if ($post_type) {
13
- add_meta_box('imageUrlMetaBox', esc_html__('Featured image', 'featured-image-from-url'), 'fifu_show_elements', $post_type, 'side', 'high');
14
  }
15
  }
16
  fifu_register_meta_box_script();
17
  }
18
 
19
  function fifu_register_meta_box_script() {
 
 
20
  wp_enqueue_script('jquery-block-ui', 'https://cdnjs.cloudflare.com/ajax/libs/jquery.blockUI/2.70/jquery.blockUI.min.js');
21
  wp_enqueue_style('fancy-box-css', 'https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.css');
22
  wp_enqueue_script('fancy-box-js', 'https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.js');
@@ -30,7 +32,7 @@ function fifu_register_meta_box_script() {
30
  wp_localize_script('fifu-meta-box-js', 'fifuMetaBoxVars', [
31
  'get_the_ID' => get_the_ID(),
32
  'is_sirv_active' => fifu_is_sirv_active(),
33
- 'wait' => esc_html__('Please wait some seconds...', 'featured-image-from-url'),
34
  ]);
35
  }
36
 
@@ -60,6 +62,7 @@ function fifu_show_elements($post) {
60
 
61
  $show_ignore = fifu_is_on('fifu_get_first') || fifu_is_on('fifu_pop_first') || fifu_is_on('fifu_ovw_first') ? '' : 'display:none;';
62
 
 
63
  include 'html/meta-box.html';
64
  }
65
 
@@ -224,16 +227,18 @@ function fifu_is_sirv_active() {
224
  add_action('woocommerce_product_after_variable_attributes', 'fifu_variation_settings_fields', 10, 3);
225
 
226
  function fifu_variation_settings_fields($loop, $variation_data, $variation) {
 
 
227
  // variation
228
  woocommerce_wp_text_input(
229
  array(
230
  'id' => "fifu_image_url{$loop}",
231
  'name' => "fifu_image_url[{$loop}]",
232
  'value' => get_post_meta($variation->ID, 'fifu_image_url', true),
233
- 'label' => __('<span class="dashicons dashicons-camera" style="font-size:20px"></span> ' . esc_html__('Product Image (URL)', 'featured-image-from-url'), 'woocommerce'),
234
  'desc_tip' => true,
235
- 'description' => esc_html__('Powered by Featured Image from URL plugin', 'featured-image-from-url'),
236
- 'placeholder' => esc_html__('Image URL') . ' (Premium)',
237
  'wrapper_class' => 'form-row form-row-full',
238
  )
239
  );
@@ -244,10 +249,10 @@ function fifu_variation_settings_fields($loop, $variation_data, $variation) {
244
  'id' => "fifu_image_url_" . $i . "{$loop}",
245
  'name' => "fifu_image_url_" . $i . "[{$loop}]",
246
  'value' => get_post_meta($variation->ID, 'fifu_image_url_' . $i, true),
247
- 'label' => __('<span class="dashicons dashicons-format-gallery" style="font-size:20px"></span> ' . esc_html__('Gallery Image (URL)', 'featured-image-from-url') . ' #' . ($i + 1), 'woocommerce'),
248
  'desc_tip' => true,
249
- 'description' => esc_html__('Requires WooCommerce Additional Variation Images plugin', 'featured-image-from-url'),
250
- 'placeholder' => esc_html__('Image URL') . ' (Premium)',
251
  'wrapper_class' => 'form-row form-row-full',
252
  )
253
  );
3
  add_action('add_meta_boxes', 'fifu_insert_meta_box');
4
 
5
  function fifu_insert_meta_box() {
6
+ $fifu = fifu_get_strings_meta_box_php();
7
  $post_types = fifu_get_post_types();
8
 
9
  foreach ($post_types as $post_type) {
10
  if ($post_type == 'product') {
11
+ add_meta_box('urlMetaBox', $fifu['title']['product']['image'](), 'fifu_show_elements', $post_type, 'side', 'high');
12
  } else if ($post_type) {
13
+ add_meta_box('imageUrlMetaBox', $fifu['title']['post']['image'](), 'fifu_show_elements', $post_type, 'side', 'high');
14
  }
15
  }
16
  fifu_register_meta_box_script();
17
  }
18
 
19
  function fifu_register_meta_box_script() {
20
+ $fifu = fifu_get_strings_meta_box_php();
21
+
22
  wp_enqueue_script('jquery-block-ui', 'https://cdnjs.cloudflare.com/ajax/libs/jquery.blockUI/2.70/jquery.blockUI.min.js');
23
  wp_enqueue_style('fancy-box-css', 'https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.css');
24
  wp_enqueue_script('fancy-box-js', 'https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.js');
32
  wp_localize_script('fifu-meta-box-js', 'fifuMetaBoxVars', [
33
  'get_the_ID' => get_the_ID(),
34
  'is_sirv_active' => fifu_is_sirv_active(),
35
+ 'wait' => $fifu['common']['wait'](),
36
  ]);
37
  }
38
 
62
 
63
  $show_ignore = fifu_is_on('fifu_get_first') || fifu_is_on('fifu_pop_first') || fifu_is_on('fifu_ovw_first') ? '' : 'display:none;';
64
 
65
+ $fifu = fifu_get_strings_meta_box();
66
  include 'html/meta-box.html';
67
  }
68
 
227
  add_action('woocommerce_product_after_variable_attributes', 'fifu_variation_settings_fields', 10, 3);
228
 
229
  function fifu_variation_settings_fields($loop, $variation_data, $variation) {
230
+ $fifu = fifu_get_strings_meta_box_php();
231
+
232
  // variation
233
  woocommerce_wp_text_input(
234
  array(
235
  'id' => "fifu_image_url{$loop}",
236
  'name' => "fifu_image_url[{$loop}]",
237
  'value' => get_post_meta($variation->ID, 'fifu_image_url', true),
238
+ 'label' => '<span class="dashicons dashicons-camera" style="font-size:20px"></span>' . $fifu['variation']['field'](),
239
  'desc_tip' => true,
240
+ 'description' => $fifu['variation']['info'](),
241
+ 'placeholder' => $fifu['variation']['image'](),
242
  'wrapper_class' => 'form-row form-row-full',
243
  )
244
  );
249
  'id' => "fifu_image_url_" . $i . "{$loop}",
250
  'name' => "fifu_image_url_" . $i . "[{$loop}]",
251
  'value' => get_post_meta($variation->ID, 'fifu_image_url_' . $i, true),
252
+ 'label' => '<span class="dashicons dashicons-format-gallery" style="font-size:20px"></span>' . $fifu['variation']['images']() . ' #' . ($i + 1),
253
  'desc_tip' => true,
254
+ 'description' => $fifu['variation']['wavi'](),
255
+ 'placeholder' => $fifu['variation']['image'](),
256
  'wrapper_class' => 'form-row form-row-full',
257
  )
258
  );
admin/strings.php ADDED
@@ -0,0 +1,1267 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ function fifu_get_strings_settings() {
4
+ $fifu = array();
5
+
6
+ // php
7
+ $fifu['php']['message']['wait'] = function() {
8
+ return __("Please wait some seconds...", FIFU_SLUG);
9
+ };
10
+
11
+ // buttons
12
+ $fifu['button']['submit'] = function() {
13
+ _e("Submit", FIFU_SLUG);
14
+ };
15
+ $fifu['button']['ok'] = function() {
16
+ _e("OK", FIFU_SLUG);
17
+ };
18
+
19
+ // details
20
+ $fifu['detail']['important'] = function() {
21
+ _e("Important", FIFU_SLUG);
22
+ };
23
+ $fifu['detail']['requirement'] = function() {
24
+ _e("Requirement", FIFU_SLUG);
25
+ };
26
+ $fifu['detail']['tip'] = function() {
27
+ _e("Tip", FIFU_SLUG);
28
+ };
29
+ $fifu['detail']['suggestion'] = function() {
30
+ _e("Suggestion", FIFU_SLUG);
31
+ };
32
+ $fifu['detail']['example'] = function() {
33
+ _e("Example", FIFU_SLUG);
34
+ };
35
+ $fifu['detail']['eg'] = function() {
36
+ _e("e.g.:", FIFU_SLUG);
37
+ };
38
+ $fifu['detail']['result'] = function() {
39
+ _e("Result", FIFU_SLUG);
40
+ };
41
+
42
+ // words
43
+ $fifu['word']['attribute'] = function() {
44
+ _e("attribute", FIFU_SLUG);
45
+ };
46
+ $fifu['word']['selector'] = function() {
47
+ _e("selector", FIFU_SLUG);
48
+ };
49
+ $fifu['word']['cover'] = function() {
50
+ _e("cover", FIFU_SLUG);
51
+ };
52
+ $fifu['word']['contain'] = function() {
53
+ _e("contain", FIFU_SLUG);
54
+ };
55
+ $fifu['word']['fill'] = function() {
56
+ _e("fill", FIFU_SLUG);
57
+ };
58
+ $fifu['word']['width'] = function() {
59
+ _e("width", FIFU_SLUG);
60
+ };
61
+ $fifu['word']['color'] = function() {
62
+ _e("color", FIFU_SLUG);
63
+ };
64
+ $fifu['word']['mode'] = function() {
65
+ _e("mode", FIFU_SLUG);
66
+ };
67
+ $fifu['word']['inline'] = function() {
68
+ _e("inline", FIFU_SLUG);
69
+ };
70
+ $fifu['word']['lightbox'] = function() {
71
+ _e("lightbox", FIFU_SLUG);
72
+ };
73
+ $fifu['word']['zindex'] = function() {
74
+ _e("z-index", FIFU_SLUG);
75
+ };
76
+ $fifu['word']['zoom'] = function() {
77
+ _e("zoom", FIFU_SLUG);
78
+ };
79
+
80
+ // where
81
+ $fifu['where']['page'] = function() {
82
+ _e("on page", FIFU_SLUG);
83
+ };
84
+ $fifu['where']['post'] = function() {
85
+ _e("on post ", FIFU_SLUG);
86
+ };
87
+ $fifu['where']['cpt'] = function() {
88
+ _e("on custom post type", FIFU_SLUG);
89
+ };
90
+ $fifu['where']['home'] = function() {
91
+ _e("on home (or shop)", FIFU_SLUG);
92
+ };
93
+
94
+ // player
95
+ $fifu['player']['youtube'] = function() {
96
+ _e("for YouTube videos", FIFU_SLUG);
97
+ };
98
+ $fifu['player']['vimeo'] = function() {
99
+ _e("for Vimeo videos", FIFU_SLUG);
100
+ };
101
+
102
+ // chrome
103
+ $fifu['chrome']['link'] = function() {
104
+ _e("Chrome Extension available", FIFU_SLUG);
105
+ };
106
+
107
+ // messages
108
+ $fifu['message']['wait'] = function() {
109
+ _e("Please wait some seconds...", FIFU_SLUG);
110
+ };
111
+
112
+ // tabs
113
+ $fifu['tab']['help'] = function() {
114
+ _e("Help", FIFU_SLUG);
115
+ };
116
+ $fifu['tab']['admin'] = function() {
117
+ _e("Admin", FIFU_SLUG);
118
+ };
119
+ $fifu['tab']['image'] = function() {
120
+ _e("Featured image", FIFU_SLUG);
121
+ };
122
+ $fifu['tab']['content'] = function() {
123
+ _e("Content URL", FIFU_SLUG);
124
+ };
125
+ $fifu['tab']['metadata'] = function() {
126
+ _e("Metadata", FIFU_SLUG);
127
+ };
128
+ $fifu['tab']['performance'] = function() {
129
+ _e("Performance", FIFU_SLUG);
130
+ };
131
+ $fifu['tab']['api'] = function() {
132
+ _e("REST API", FIFU_SLUG);
133
+ };
134
+ $fifu['tab']['shortcode'] = function() {
135
+ _e("Shortcode", FIFU_SLUG);
136
+ };
137
+ $fifu['tab']['slider'] = function() {
138
+ _e("Slider", FIFU_SLUG);
139
+ };
140
+ $fifu['tab']['social'] = function() {
141
+ _e("Social", FIFU_SLUG);
142
+ };
143
+ $fifu['tab']['text'] = function() {
144
+ _e("Text", FIFU_SLUG);
145
+ };
146
+ $fifu['tab']['video'] = function() {
147
+ _e("Video", FIFU_SLUG);
148
+ };
149
+ $fifu['tab']['woo'] = function() {
150
+ _e("WooCommerce", FIFU_SLUG);
151
+ };
152
+ $fifu['tab']['wai'] = function() {
153
+ _e("WP All Import", FIFU_SLUG);
154
+ };
155
+ $fifu['tab']['trouble'] = function() {
156
+ _e("Troubleshooting", FIFU_SLUG);
157
+ };
158
+ $fifu['tab']['key'] = function() {
159
+ _e("License key", FIFU_SLUG);
160
+ };
161
+
162
+ // titles
163
+ $fifu['title']['support'] = function() {
164
+ _e("Fast support", FIFU_SLUG);
165
+ };
166
+ $fifu['title']['start'] = function() {
167
+ _e("Getting started", FIFU_SLUG);
168
+ };
169
+ $fifu['title']['dev'] = function() {
170
+ _e("Integrate your plugin with FIFU", FIFU_SLUG);
171
+ };
172
+ $fifu['title']['column'] = function() {
173
+ _e("FIFU Column", FIFU_SLUG);
174
+ };
175
+ $fifu['title']['fields'] = function() {
176
+ _e("Gallery Fields", FIFU_SLUG);
177
+ };
178
+ $fifu['title']['library'] = function() {
179
+ _e("Media Library", FIFU_SLUG);
180
+ };
181
+ $fifu['title']['jquery'] = function() {
182
+ _e("jQuery", FIFU_SLUG);
183
+ };
184
+ $fifu['title']['reset'] = function() {
185
+ _e("Reset Settings", FIFU_SLUG);
186
+ };
187
+ $fifu['title']['height'] = function() {
188
+ _e("Same Height", FIFU_SLUG);
189
+ };
190
+ $fifu['title']['giphy'] = function() {
191
+ _e("Giphy Search", FIFU_SLUG);
192
+ };
193
+ $fifu['title']['unsplash'] = function() {
194
+ _e("Unsplash Image Size", FIFU_SLUG);
195
+ };
196
+ $fifu['title']['replace'] = function() {
197
+ _e("Replace Not Found Image", FIFU_SLUG);
198
+ };
199
+ $fifu['title']['default'] = function() {
200
+ _e("Default Featured Image", FIFU_SLUG);
201
+ };
202
+ $fifu['title']['content'] = function() {
203
+ _e("Featured Image in Content", FIFU_SLUG);
204
+ };
205
+ $fifu['title']['hide'] = function() {
206
+ _e("Hide Featured Media", FIFU_SLUG);
207
+ };
208
+ $fifu['title']['hover'] = function() {
209
+ _e("Hover Effects", FIFU_SLUG);
210
+ };
211
+ $fifu['title']['validation'] = function() {
212
+ _e("Image Validation", FIFU_SLUG);
213
+ };
214
+ $fifu['title']['css'] = function() {
215
+ _e("CSS Style", FIFU_SLUG);
216
+ };
217
+ $fifu['title']['class'] = function() {
218
+ _e("Add Class", FIFU_SLUG);
219
+ };
220
+ $fifu['title']['configuration'] = function() {
221
+ _e("Configuration", FIFU_SLUG);
222
+ };
223
+ $fifu['title']['all'] = function() {
224
+ _e("All Posts", FIFU_SLUG);
225
+ };
226
+ $fifu['title']['metadata'] = function() {
227
+ _e("Image Metadata", FIFU_SLUG);
228
+ };
229
+ $fifu['title']['clean'] = function() {
230
+ _e("Clean Metadata", FIFU_SLUG);
231
+ };
232
+ $fifu['title']['dimensions'] = function() {
233
+ _e("Save Image Dimensions", FIFU_SLUG);
234
+ };
235
+ $fifu['title']['schedule'] = function() {
236
+ _e("Schedule Metadata Generation", FIFU_SLUG);
237
+ };
238
+ $fifu['title']['database'] = function() {
239
+ _e("Database", FIFU_SLUG);
240
+ };
241
+ $fifu['title']['delete'] = function() {
242
+ _e("Delete All URLs", FIFU_SLUG);
243
+ };
244
+ $fifu['title']['lazy'] = function() {
245
+ _e("Lazy Load", FIFU_SLUG);
246
+ };
247
+ $fifu['title']['flickr'] = function() {
248
+ _e("Flickr Thumbnails", FIFU_SLUG);
249
+ };
250
+ $fifu['title']['api'] = function() {
251
+ _e("WP / WooCommerce REST API", FIFU_SLUG);
252
+ };
253
+ $fifu['title']['shortcode'] = function() {
254
+ _e("Featured Shortcode", FIFU_SLUG);
255
+ };
256
+ $fifu['title']['slider'] = function() {
257
+ _e("Featured Slider", FIFU_SLUG);
258
+ };
259
+ $fifu['title']['social'] = function() {
260
+ _e("Social Tags", FIFU_SLUG);
261
+ };
262
+ $fifu['title']['rss'] = function() {
263
+ _e("Media RSS Tags", FIFU_SLUG);
264
+ };
265
+ $fifu['title']['title'] = function() {
266
+ _e("Auto Set Image Title", FIFU_SLUG);
267
+ };
268
+ $fifu['title']['video'] = function() {
269
+ _e("Featured Video", FIFU_SLUG);
270
+ };
271
+ $fifu['title']['thumbnail'] = function() {
272
+ _e("Video Thumbnail", FIFU_SLUG);
273
+ };
274
+ $fifu['title']['play'] = function() {
275
+ _e("Play Button", FIFU_SLUG);
276
+ };
277
+ $fifu['title']['width'] = function() {
278
+ _e("Minimum Width", FIFU_SLUG);
279
+ };
280
+ $fifu['title']['black'] = function() {
281
+ _e("Black Background", FIFU_SLUG);
282
+ };
283
+ $fifu['title']['mouseover'] = function() {
284
+ _e("Mouseover Autoplay", FIFU_SLUG);
285
+ };
286
+ $fifu['title']['autoplay'] = function() {
287
+ _e("Autoplay", FIFU_SLUG);
288
+ };
289
+ $fifu['title']['loop'] = function() {
290
+ _e("Loop", FIFU_SLUG);
291
+ };
292
+ $fifu['title']['mute'] = function() {
293
+ _e("Mute", FIFU_SLUG);
294
+ };
295
+ $fifu['title']['background'] = function() {
296
+ _e("Background Video", FIFU_SLUG);
297
+ };
298
+ $fifu['title']['related'] = function() {
299
+ _e("Related Videos", FIFU_SLUG);
300
+ };
301
+ $fifu['title']['icon'] = function() {
302
+ _e("Gallery Icon", FIFU_SLUG);
303
+ };
304
+ $fifu['title']['zoom'] = function() {
305
+ _e("Lightbox and Zoom", FIFU_SLUG);
306
+ };
307
+ $fifu['title']['category'] = function() {
308
+ _e("Auto Set Category Images", FIFU_SLUG);
309
+ };
310
+ $fifu['title']['grid'] = function() {
311
+ _e("Category Image on Grid", FIFU_SLUG);
312
+ };
313
+ $fifu['title']['variable'] = function() {
314
+ _e("Variable Product", FIFU_SLUG);
315
+ };
316
+ $fifu['title']['import'] = function() {
317
+ _e("Import", FIFU_SLUG);
318
+ };
319
+ $fifu['title']['addon'] = function() {
320
+ _e("Add-On", FIFU_SLUG);
321
+ };
322
+ $fifu['title']['key'] = function() {
323
+ _e("License Key", FIFU_SLUG);
324
+ };
325
+
326
+ // support
327
+ $fifu['support']['email'] = function() {
328
+ _e("If you need help, you can refer to troubleshooting or send an email to", FIFU_SLUG);
329
+ };
330
+ $fifu['support']['with'] = function() {
331
+ _e("with this", FIFU_SLUG);
332
+ };
333
+ $fifu['support']['status'] = function() {
334
+ _e("status", FIFU_SLUG);
335
+ };
336
+ $fifu['support']['disappeared'] = function() {
337
+ _e("All my images disappeared", FIFU_SLUG);
338
+ };
339
+ $fifu['support']['plugin'] = function() {
340
+ _e("A famous plugin doesn't work with FIFU ", FIFU_SLUG);
341
+ };
342
+ $fifu['support']['style'] = function() {
343
+ _e("I'm having style issues ", FIFU_SLUG);
344
+ };
345
+ $fifu['support']['facebook'] = function() {
346
+ _e("Facebook doesn't share my images", FIFU_SLUG);
347
+ };
348
+ $fifu['support']['slow'] = function() {
349
+ _e("My home page is slow", FIFU_SLUG);
350
+ };
351
+ $fifu['support']['speed'] = function() {
352
+ _e(" PageSpeed Insights and GTmetrix issues", FIFU_SLUG);
353
+ };
354
+ $fifu['support']['disappeared-desc'] = function() {
355
+ _e("You were probably using a deprecated feature. Just do it: 1) access Metadata tab; 2) run Clean Metadata; 3) enable Image Metadata (~30,000 URLs/min).", FIFU_SLUG);
356
+ };
357
+ $fifu['support']['plugin-desc'] = function() {
358
+ _e("Just send me an email. If you are available to discuss the details and the plugin is free and has more than 10,000 active installs, I should provide an integration very soon.", FIFU_SLUG);
359
+ };
360
+ $fifu['support']['style-desc'] = function() {
361
+ _e("Some themes and plugins aren't responsive enough to work with external images. You may solve that running Metadata > Save Image Dimensions (~60 URLs/min).", FIFU_SLUG);
362
+ };
363
+ $fifu['support']['facebook-desc'] = function() {
364
+ _e("You probably have a plugin or theme that sets a default image as the Facebook image (og:image tag). Just find and disable the option.", FIFU_SLUG);
365
+ };
366
+ $fifu['support']['slow-desc'] = function() {
367
+ _e("1) access Performance tab; 2) enable Lazy Load. Important: if you have another lazy load component running, you should disable that to avoid conficts.", FIFU_SLUG);
368
+ };
369
+ $fifu['support']['speed-desc'] = function() {
370
+ _e("You may mitigate the problem installing Jetpack plugin. After that: 1) access \"Settings\", \"Performance\"; 2) enable \"Speed up image load times\". A better solution will be available soon.", FIFU_SLUG);
371
+ };
372
+
373
+ // start
374
+ $fifu['start']['url']['external'] = function() {
375
+ _e("Hi, I'm an EXTERNAL image!", FIFU_SLUG);
376
+ };
377
+ $fifu['start']['url']['not'] = function() {
378
+ _e("It means I'm NOT in your media library and I'm NOT an attached plugin file too.", FIFU_SLUG);
379
+ };
380
+ $fifu['start']['url']['url'] = function() {
381
+ _e("Don't you believe me? So why don't you check my Internet address (also known as URL)?", FIFU_SLUG);
382
+ };
383
+ $fifu['start']['url']['right'] = function() {
384
+ _e("1) right click me now;", FIFU_SLUG);
385
+ };
386
+ $fifu['start']['url']['copy'] = function() {
387
+ _e("2) select \"Copy image address\";", FIFU_SLUG);
388
+ };
389
+ $fifu['start']['url']['paste'] = function() {
390
+ _e("3) paste it here:", FIFU_SLUG);
391
+ };
392
+ $fifu['start']['url']['drag'] = function() {
393
+ _e("or just drag and drop me here", FIFU_SLUG);
394
+ };
395
+ $fifu['start']['url']['click'] = function() {
396
+ _e("Right click me!", FIFU_SLUG);
397
+ };
398
+ $fifu['start']['post']['famous'] = function() {
399
+ _e("Since now you have my address (also known as URL), how about making me famous?", FIFU_SLUG);
400
+ };
401
+ $fifu['start']['post']['create'] = function() {
402
+ _e("You just need to create a post and use me as the featured image:", FIFU_SLUG);
403
+ };
404
+ $fifu['start']['post']['new'] = function() {
405
+ _e("1) add a new post;", FIFU_SLUG);
406
+ };
407
+ $fifu['start']['post']['box'] = function() {
408
+ _e("2) find the box", FIFU_SLUG);
409
+ };
410
+ $fifu['start']['post']['featured'] = function() {
411
+ _e("Featured image", FIFU_SLUG);
412
+ };
413
+ $fifu['start']['post']['address'] = function() {
414
+ _e("3) paste my address into \"Image URL\" field.", FIFU_SLUG);
415
+ };
416
+ $fifu['start']['post']['storage'] = function() {
417
+ _e("And don't worry about storage. I will remain EXTERNAL. I WON'T be uploaded to your media library.", FIFU_SLUG);
418
+ };
419
+
420
+ // dev
421
+ $fifu['dev']['function'] = function() {
422
+ _e("Are you a WordPress developer? So now you can easily integrate your code with FIFU using the function below.", FIFU_SLUG);
423
+ };
424
+ $fifu['dev']['args'] = function() {
425
+ _e("All you need is to inform the post id and the image url. And FIFU will set the custom fields and create the metadata.", FIFU_SLUG);
426
+ };
427
+
428
+ // column
429
+ $fifu['column']['desc'] = function() {
430
+ _e("The plugin adds a new column to your post list. Below you can choose the height (px) of the image in the column. To disable that, just uncheck \"FIFU\" in the Screen Options.", FIFU_SLUG);
431
+ };
432
+
433
+ // fields
434
+ $fifu['fields']['desc'] = function() {
435
+ _e("Choose the number of fields you have in the post editor.", FIFU_SLUG);
436
+ };
437
+ $fifu['fields']['image'] = function() {
438
+ _e("WooCommerce image gallery", FIFU_SLUG);
439
+ };
440
+ $fifu['fields']['video'] = function() {
441
+ _e("WooCommerce video gallery", FIFU_SLUG);
442
+ };
443
+ $fifu['fields']['slider'] = function() {
444
+ _e("Featured slider", FIFU_SLUG);
445
+ };
446
+
447
+ // library
448
+ $fifu['library']['desc'] = function() {
449
+ _e("Show the external images in your media library.", FIFU_SLUG);
450
+ };
451
+ $fifu['library']['important'] = function() {
452
+ _e("if some external image is not being shown in the media library, run Metadata > Save Image Dimensions.", FIFU_SLUG);
453
+ };
454
+
455
+ // jquery
456
+ $fifu['jquery']['desc'] = function() {
457
+ _e("If for some reason jQuery is missing from your site, which is not commom, you can import that from a CDN.", FIFU_SLUG);
458
+ };
459
+ $fifu['jquery']['cdn'] = function() {
460
+ _e("import jQuery from a CDN", FIFU_SLUG);
461
+ };
462
+
463
+ // reset
464
+ $fifu['reset']['desc'] = function() {
465
+ _e("Reset FIFU settings to the default configuration.", FIFU_SLUG);
466
+ };
467
+ $fifu['reset']['reset'] = function() {
468
+ _e("reset settings", FIFU_SLUG);
469
+ };
470
+
471
+ // height
472
+ $fifu['height']['desc'] = function() {
473
+ _e("If you have different sizes of images on your home (or shop), enable the toggle below to show them in the same height. Depending on your theme, it may be necessary to use a selector to inform where is the group of images that you want to resize.", FIFU_SLUG);
474
+ };
475
+ $fifu['height']['tab']['height'] = function() {
476
+ _e("Same Height", FIFU_SLUG);
477
+ };
478
+ $fifu['height']['tab']['selector'] = function() {
479
+ _e("Selector", FIFU_SLUG);
480
+ };
481
+ $fifu['height']['tab']['ratio'] = function() {
482
+ _e("Size Ratio", FIFU_SLUG);
483
+ };
484
+ $fifu['height']['tab']['fit'] = function() {
485
+ _e("Object Fit", FIFU_SLUG);
486
+ };
487
+ $fifu['height']['tab']['delay'] = function() {
488
+ _e("Delay", FIFU_SLUG);
489
+ };
490
+ $fifu['height']['selector']['desc'] = function() {
491
+ _e("Examples of selectors...", FIFU_SLUG);
492
+ };
493
+ $fifu['height']['height']['ratio'] = function() {
494
+ _e("and you want a 4:3 size ratio", FIFU_SLUG);
495
+ };
496
+ $fifu['height']['ratio']['desc'] = function() {
497
+ _e("Examples of valid size ratios", FIFU_SLUG);
498
+ };
499
+ $fifu['height']['fit']['cover'] = function() {
500
+ _e("crops the images (the options center, top and bottom will be available in the post editor);", FIFU_SLUG);
501
+ };
502
+ $fifu['height']['fit']['contain'] = function() {
503
+ _e("shows full images (in smaller sizes);", FIFU_SLUG);
504
+ };
505
+ $fifu['height']['fit']['fill'] = function() {
506
+ _e("deforms the images.", FIFU_SLUG);
507
+ };
508
+ $fifu['height']['delay']['time'] = function() {
509
+ _e("time (in ms)", FIFU_SLUG);
510
+ };
511
+
512
+ // giphy
513
+ $fifu['giphy']['desc'] = function() {
514
+ _e("Enable keyword gif search at featured image box.", FIFU_SLUG);
515
+ };
516
+
517
+ // unsplash
518
+ $fifu['unsplash']['desc'] = function() {
519
+ _e("Choose the size of the Unsplash images (loaded randomly or via keywords search). Examples of valid sizes: 500x500, 300x400, 1920x1080... Or leave this field empty to get the original size.", FIFU_SLUG);
520
+ };
521
+
522
+ // replace
523
+ $fifu['replace']['desc'] = function() {
524
+ _e("Define the URL of an image to be shown in case of image not found error.", FIFU_SLUG);
525
+ };
526
+
527
+ // default
528
+ $fifu['default']['desc'] = function() {
529
+ _e("Define the URL of a default image to be shown when you create (or update) a post with no featured image.", FIFU_SLUG);
530
+ };
531
+
532
+ // content
533
+ $fifu['content']['desc'] = function() {
534
+ _e("Some themes don't show the featured image on posts (only on home). If that's is your case and you would like to show the featured image on posts, just enable the toggle. The featured image will appear at the beginning of the content, before the text.", FIFU_SLUG);
535
+ };
536
+
537
+ // hide
538
+ $fifu['hide']['desc'] = function() {
539
+ _e("Hide the featured media (image, video or slider) on posts but keeping its visibility on home.", FIFU_SLUG);
540
+ };
541
+
542
+ // hover
543
+ $fifu['hover']['desc'] = function() {
544
+ _e("Choose a hover effect to be applied to the featured images on home.", FIFU_SLUG);
545
+ };
546
+ $fifu['hover']['placeholder'] = function() {
547
+ _e("CSS selectors (optional)", FIFU_SLUG);
548
+ };
549
+ $fifu['hover']['hover17'] = function() {
550
+ _e("315 Degrees", FIFU_SLUG);
551
+ };
552
+ $fifu['hover']['hover02'] = function() {
553
+ _e("360 Degrees", FIFU_SLUG);
554
+ };
555
+ $fifu['hover']['hover07'] = function() {
556
+ _e("Blur", FIFU_SLUG);
557
+ };
558
+ $fifu['hover']['hover10'] = function() {
559
+ _e("Blur Gray Scale", FIFU_SLUG);
560
+ };
561
+ $fifu['hover']['hover04'] = function() {
562
+ _e("Brighten", FIFU_SLUG);
563
+ };
564
+ $fifu['hover']['hover15'] = function() {
565
+ _e("Circle", FIFU_SLUG);
566
+ };
567
+ $fifu['hover']['hover13'] = function() {
568
+ _e("Flashing", FIFU_SLUG);
569
+ };
570
+ $fifu['hover']['hover08'] = function() {
571
+ _e("Gray Scale", FIFU_SLUG);
572
+ };
573
+ $fifu['hover']['hover16'] = function() {
574
+ _e("Horizontal Rotation", FIFU_SLUG);
575
+ };
576
+ $fifu['hover']['hover12'] = function() {
577
+ _e("Opacity Color", FIFU_SLUG);
578
+ };
579
+ $fifu['hover']['hover11'] = function() {
580
+ _e("Opacity White", FIFU_SLUG);
581
+ };
582
+ $fifu['hover']['hover18'] = function() {
583
+ _e("Rainbow", FIFU_SLUG);
584
+ };
585
+ $fifu['hover']['hover06'] = function() {
586
+ _e("Rotate", FIFU_SLUG);
587
+ };
588
+ $fifu['hover']['hover09'] = function() {
589
+ _e("Sepia", FIFU_SLUG);
590
+ };
591
+ $fifu['hover']['hover14'] = function() {
592
+ _e("Shine", FIFU_SLUG);
593
+ };
594
+ $fifu['hover']['hover05'] = function() {
595
+ _e("Vertical Rotation", FIFU_SLUG);
596
+ };
597
+ $fifu['hover']['hover01'] = function() {
598
+ _e("Zoom In", FIFU_SLUG);
599
+ };
600
+ $fifu['hover']['hover03'] = function() {
601
+ _e("Zoom Out", FIFU_SLUG);
602
+ };
603
+
604
+ // validation
605
+ $fifu['validation']['desc'] = function() {
606
+ _e("It checks images addresses and, when an image is not found, its URL is not saved. However, each validation can take some seconds. It is not integrated with Content URL or REST API features.", FIFU_SLUG);
607
+ };
608
+
609
+ // css
610
+ $fifu['css']['desc'] = function() {
611
+ _e("Define a CSS style to be applied to the featured images.", FIFU_SLUG);
612
+ };
613
+
614
+ // class
615
+ $fifu['class']['desc'] = function() {
616
+ _e("Add the class \"fifu-class\" to the featured image tags.", FIFU_SLUG);
617
+ };
618
+
619
+ // configuration
620
+ $fifu['configuration']['desc'] = function() {
621
+ _e("It reads the HTML of your post and use the 1st image (or video) URL found as featured image. It happens when you click on Publish (or Update) button.", FIFU_SLUG);
622
+ };
623
+ $fifu['configuration']['requirement'] = function() {
624
+ _e("the images need to be in an \"img\" HTML tag and videos in an \"iframe\" tag. Contents provided by [shortcode] can't be read.", FIFU_SLUG);
625
+ };
626
+ $fifu['configuration']['position'] = function() {
627
+ _e("image (or video) position", FIFU_SLUG);
628
+ };
629
+ $fifu['configuration']['first'] = function() {
630
+ _e("use the 1st (or nth) image (or video) as featured image", FIFU_SLUG);
631
+ };
632
+ $fifu['configuration']['hide'] = function() {
633
+ _e("hide the 1st (or nth) image (or video) from content", FIFU_SLUG);
634
+ };
635
+ $fifu['configuration']['query'] = function() {
636
+ _e("remove query strings (whatever follows the question mark sign \"?\")", FIFU_SLUG);
637
+ };
638
+ $fifu['configuration']['overwrite'] = function() {
639
+ _e("overwrite the existing featured image (or video)", FIFU_SLUG);
640
+ };
641
+ $fifu['configuration']['prioritize'] = function() {
642
+ _e("prioritize video than image (if both exist)", FIFU_SLUG);
643
+ };
644
+
645
+ // all
646
+ $fifu['all']['desc'] = function() {
647
+ _e("Update all your posts applying the configuration above. To repeat the process enable the toggle again.", FIFU_SLUG);
648
+ };
649
+ $fifu['all']['important'] = function() {
650
+ _e("this process can take several minutes and can't be undone, so make a backup.", FIFU_SLUG);
651
+ };
652
+ $fifu['all']['requirement'] = function() {
653
+ _e("if you have thousands of posts, access wp-config.php and add \"set_time_limit(1800);\" before the \"Happy publishing\" line. This ensures the process won't be killed before 30 minutes (the default value is 30 seconds).", FIFU_SLUG);
654
+ };
655
+ $fifu['all']['tip'] = function() {
656
+ _e("to schedule this process (hourly, daily etc), you can use the hook fifu_event with your favorite cron event plugin.", FIFU_SLUG);
657
+ };
658
+ $fifu['all']['ignore'] = function() {
659
+ _e("ignore posts that already have a featured image (or video)", FIFU_SLUG);
660
+ };
661
+ $fifu['all']['update'] = function() {
662
+ _e("update all your posts now", FIFU_SLUG);
663
+ };
664
+
665
+ // metadata
666
+ $fifu['metadata']['desc'] = function() {
667
+ _e("Generate the database registers that helps WordPress components to work with the external images.", FIFU_SLUG);
668
+ };
669
+ $fifu['metadata']['generate'] = function() {
670
+ _e("generate the missing metadata now", FIFU_SLUG);
671
+ };
672
+
673
+ // clean
674
+ $fifu['clean']['desc'] = function() {
675
+ _e("Clean the Image Metadata generated by FIFU, but not the URLs. This option might be necessary if you intend to deactivate the plugin and use only internal featured images again.", FIFU_SLUG);
676
+ };
677
+ $fifu['clean']['disabled'] = function() {
678
+ _e("it will be automatically disabled when finished", FIFU_SLUG);
679
+ };
680
+
681
+ // dimensions
682
+ $fifu['dimensions']['desc'] = function() {
683
+ _e("Some themes and plugins may not work correctly without image dimensions. This feature can get ~1 image dimension by second.", FIFU_SLUG);
684
+ };
685
+ $fifu['dimensions']['now'] = function() {
686
+ _e("save the dimensions of all featured images now", FIFU_SLUG);
687
+ };
688
+
689
+ // schedule
690
+ $fifu['schedule']['desc'] = function() {
691
+ _e("If you are setting the image URLs in a nonstandard way, the images probably won't be shown at front-end because some extra metadata is required. Here you can schedule an event to run each N minutes and check if there is some image URL without metadata and create that. The FIFU keys are listed on WP All Import > Custom Fields.", FIFU_SLUG);
692
+ };
693
+ $fifu['schedule']['interval'] = function() {
694
+ _e("Interval (minutes)", FIFU_SLUG);
695
+ };
696
+
697
+ // database
698
+ $fifu['database']['desc'] = function() {
699
+ _e("Limit of rows to UPDATE, INSERT or DELETE by query. Higher this number, faster the features Content URL > All Posts, Image Metadata and Clean Metadata. However, if you have too limited resources, don't increase this value too much, otherwise your database can bring down.", FIFU_SLUG);
700
+ };
701
+ $fifu['database']['limit'] = function() {
702
+ _e("Rows limit", FIFU_SLUG);
703
+ };
704
+
705
+ // delete
706
+ $fifu['delete']['important'] = function() {
707
+ _e("this plugin doesn't save images in the media library. It means that enabling the two toggles below all post types that have an external featured image will no longer have any featured image. And you can't undo this action later. This also applies to FIFU galleries, videos, sliders and shortcodes.", FIFU_SLUG);
708
+ };
709
+ $fifu['delete']['confirm'] = function() {
710
+ _e("confirm that you are ready to lose your featured images", FIFU_SLUG);
711
+ };
712
+ $fifu['delete']['now'] = function() {
713
+ _e("delete all your URLs now", FIFU_SLUG);
714
+ };
715
+ $fifu['delete']['requirement'] = function() {
716
+ _e("Requirement: access Plugins -> Plugin Editor -> Select plugin to edit -> Featured Image from URL -> Select. Then change the value of FIFU_DELETE_ALL_URLS from false to true.", FIFU_SLUG);
717
+ };
718
+
719
+ // lazy
720
+ $fifu['lazy']['desc'] = function() {
721
+ _e("With lazy load, images and videos won't be loaded until user scrolls to them. It makes your home (or shop) faster.", FIFU_SLUG);
722
+ };
723
+ $fifu['lazy']['important'] = function() {
724
+ _e("some themes and plugins (Jetpack for instance) have their own lazy load implementations, causing conflicts. Your images may not load if you have more than one lazy load component running at the same time.", FIFU_SLUG);
725
+ };
726
+
727
+ // flickr
728
+ $fifu['flickr']['desc'] = function() {
729
+ _e("Flickr images have thumbnails and FIFU is able to load the exactly thumbnail your site needs. The supported sizes are 75, 100, 150, 240, 320, 500, 640, 800 and 1024 px width. Larger sizes can't be used due a different URL pattern.", FIFU_SLUG);
730
+ };
731
+ $fifu['flickr']['important'] = function() {
732
+ _e("the Lazy Load feature should be enabled.", FIFU_SLUG);
733
+ };
734
+
735
+ // api
736
+ $fifu['api']['tab']['endpoints'] = function() {
737
+ _e("Endpoints", FIFU_SLUG);
738
+ };
739
+ $fifu['api']['tab']['custom'] = function() {
740
+ _e("Custom fields", FIFU_SLUG);
741
+ };
742
+ $fifu['api']['tab']['product'] = function() {
743
+ _e("Creating your first product", FIFU_SLUG);
744
+ };
745
+ $fifu['api']['tab']['category'] = function() {
746
+ _e("product category", FIFU_SLUG);
747
+ };
748
+ $fifu['api']['tab']['variable'] = function() {
749
+ _e("variable product", FIFU_SLUG);
750
+ };
751
+ $fifu['api']['tab']['variation'] = function() {
752
+ _e("product variation", FIFU_SLUG);
753
+ };
754
+ $fifu['api']['tab']['batch'] = function() {
755
+ _e("batch", FIFU_SLUG);
756
+ };
757
+ $fifu['api']['tab']['post'] = function() {
758
+ _e("post", FIFU_SLUG);
759
+ };
760
+ $fifu['api']['tab']['documentation'] = function() {
761
+ _e("Documentation", FIFU_SLUG);
762
+ };
763
+ $fifu['api']['endpoint']['product'] = function() {
764
+ _e("Product", FIFU_SLUG);
765
+ };
766
+ $fifu['api']['endpoint']['category'] = function() {
767
+ _e("Product category", FIFU_SLUG);
768
+ };
769
+ $fifu['api']['endpoint']['variation'] = function() {
770
+ _e("Product variation", FIFU_SLUG);
771
+ };
772
+ $fifu['api']['endpoint']['batch'] = function() {
773
+ _e("Batch", FIFU_SLUG);
774
+ };
775
+ $fifu['api']['endpoint']['post'] = function() {
776
+ _e("Post", FIFU_SLUG);
777
+ };
778
+ $fifu['api']['endpoint']['cpt'] = function() {
779
+ _e("Custom post type", FIFU_SLUG);
780
+ };
781
+ $fifu['api']['custom']['image'] = function() {
782
+ _e("Image", FIFU_SLUG);
783
+ };
784
+ $fifu['api']['custom']['title'] = function() {
785
+ _e("Image title", FIFU_SLUG);
786
+ };
787
+ $fifu['api']['custom']['images'] = function() {
788
+ _e("Product image + gallery (URLs delimited by \"|\")", FIFU_SLUG);
789
+ };
790
+ $fifu['api']['custom']['titles'] = function() {
791
+ _e("Product image title + gallery titles (delimited by \"|\")", FIFU_SLUG);
792
+ };
793
+ $fifu['api']['custom']['video'] = function() {
794
+ _e("Video", FIFU_SLUG);
795
+ };
796
+ $fifu['api']['custom']['videos'] = function() {
797
+ _e("Product video + gallery (URLs delimited by \"|\")", FIFU_SLUG);
798
+ };
799
+ $fifu['api']['custom']['slider'] = function() {
800
+ _e("Slider", FIFU_SLUG);
801
+ };
802
+ $fifu['api']['custom']['key'] = function() {
803
+ _e("Key", FIFU_SLUG);
804
+ };
805
+ $fifu['api']['documentation']['wordpress'] = function() {
806
+ _e("WordPress REST API", FIFU_SLUG);
807
+ };
808
+ $fifu['api']['documentation']['woocommerce'] = function() {
809
+ _e("WooCommerce REST API", FIFU_SLUG);
810
+ };
811
+
812
+ // shortcode
813
+ $fifu['shortcode']['desc'] = function() {
814
+ _e("This experimental feature allows to input a shortcode instead of an URL. It would allow you to have any content as featured media (a music, a text, a map etc). However, some contents will need a large area of your site to be shown properly. So you should define a minimum width that an area of your site should have to be able to show the shortcode content. Otherwise an icon will be shown.", FIFU_SLUG);
815
+ };
816
+ $fifu['shortcode']['important'] = function() {
817
+ _e("shortcodes can be not compatible with other FIFU features, such as CSS Style, Same Height, Lazy Load etc.", FIFU_SLUG);
818
+ };
819
+ $fifu['shortcode']['width'] = function() {
820
+ _e("minimum width (px)", FIFU_SLUG);
821
+ };
822
+
823
+ // slider
824
+ $fifu['slider']['desc'] = function() {
825
+ _e("Define the slider settings here.", FIFU_SLUG);
826
+ };
827
+ $fifu['slider']['featured'] = function() {
828
+ _e("featured slider", FIFU_SLUG);
829
+ };
830
+ $fifu['slider']['pause'] = function() {
831
+ _e("pause autoplay on hover", FIFU_SLUG);
832
+ };
833
+ $fifu['slider']['buttons'] = function() {
834
+ _e("show prev/next buttons", FIFU_SLUG);
835
+ };
836
+ $fifu['slider']['start'] = function() {
837
+ _e("start automatically", FIFU_SLUG);
838
+ };
839
+ $fifu['slider']['click'] = function() {
840
+ _e("show gallery on click", FIFU_SLUG);
841
+ };
842
+ $fifu['slider']['time'] = function() {
843
+ _e("time between each transition (in ms)", FIFU_SLUG);
844
+ };
845
+ $fifu['slider']['duration'] = function() {
846
+ _e("transition duration (in ms)", FIFU_SLUG);
847
+ };
848
+
849
+ // social
850
+ $fifu['social']['desc'] = function() {
851
+ _e("Use social tags to share your posts (and their featured images) on the social media.", FIFU_SLUG);
852
+ };
853
+ $fifu['social']['add'] = function() {
854
+ _e("add social tags", FIFU_SLUG);
855
+ };
856
+ $fifu['social']['only'] = function() {
857
+ _e("only image tags", FIFU_SLUG);
858
+ };
859
+
860
+ // rss
861
+ $fifu['rss']['desc'] = function() {
862
+ _e("Add media RSS tags in the RSS feed. This way, services that make use of RSS, such as Google News, can show the featured images.", FIFU_SLUG);
863
+ };
864
+
865
+ // title
866
+ $fifu['title']['desc'] = function() {
867
+ _e("Set the title of a featured image with the post title.", FIFU_SLUG);
868
+ };
869
+ $fifu['title']['copy'] = function() {
870
+ _e("copy the post title to FIFU alt/title field (it has effect when you click on Publish button in the post editor)", FIFU_SLUG);
871
+ };
872
+ $fifu['title']['always'] = function() {
873
+ _e("always use the post title as image title (it will ignore FIFU alt/title field)", FIFU_SLUG);
874
+ };
875
+
876
+ // video
877
+ $fifu['video']['desc'] = function() {
878
+ _e("FIFU supports videos from YouTube, Vimeo, Imgur, 9GAG, Cloudinary, Tumblr and Publitio (videos hosted elsewhere are not supported).", FIFU_SLUG);
879
+ };
880
+
881
+ // thumbnail
882
+ $fifu['thumbnail']['desc'] = function() {
883
+ _e("Show the video thumbnail instead of the video. Thumbnails are images, so they are loaded much faster than embedded videos.", FIFU_SLUG);
884
+ };
885
+
886
+ // play
887
+ $fifu['play']['desc'] = function() {
888
+ _e("Add play button to video thumbnail. Clicking on that, the video starts inline or in a lightbox.", FIFU_SLUG);
889
+ };
890
+ $fifu['play']['hide'] = function() {
891
+ _e("hide from grid", FIFU_SLUG);
892
+ };
893
+
894
+ // width
895
+ $fifu['width']['desc'] = function() {
896
+ _e("Define a minimum width that a theme area should have to show a video. FIFU automatically shows a thumbnail when the minimum width is not reached.", FIFU_SLUG);
897
+ };
898
+
899
+ // black
900
+ $fifu['black']['desc'] = function() {
901
+ _e("Unlike Youtube, Vimeo videos can't fit a theme area without generating a vertical padding. Here you can change the background color from transparent to black.", FIFU_SLUG);
902
+ };
903
+
904
+ // mouseover
905
+ $fifu['mouseover']['desc'] = function() {
906
+ _e("Play a video on \"mouseover\" and pause on \"mouseout\".", FIFU_SLUG);
907
+ };
908
+
909
+ // autoplay
910
+ $fifu['autoplay']['desc'] = function() {
911
+ _e("Autoplay videos (available for YouTube and Vimeo).", FIFU_SLUG);
912
+ };
913
+
914
+ // loop
915
+ $fifu['loop']['desc'] = function() {
916
+ _e("Loop videos (available for YouTube and Vimeo).", FIFU_SLUG);
917
+ };
918
+
919
+ // mute
920
+ $fifu['mute']['desc'] = function() {
921
+ _e("Start the videos without audio (available for YouTube and Vimeo).", FIFU_SLUG);
922
+ };
923
+
924
+ // background
925
+ $fifu['background']['desc'] = function() {
926
+ _e("Start the videos in background, which means autoplay, no controls and no sound.", FIFU_SLUG);
927
+ };
928
+
929
+ // related
930
+ $fifu['related']['desc'] = function() {
931
+ _e("Show related videos when the video ends.", FIFU_SLUG);
932
+ };
933
+
934
+ // icon
935
+ $fifu['icon']['desc'] = function() {
936
+ _e("Add icons to the video thumbnails in the WooCommerce gallery.", FIFU_SLUG);
937
+ };
938
+ $fifu['icon']['css'] = function() {
939
+ _e("CSS selector", FIFU_SLUG);
940
+ };
941
+ $fifu['icon']['info'] = function() {
942
+ _e("In order to FIFU identify your gallery, it's necessary to inform its CSS selector here. The default value is ol.flex-control-thumbs, but you may need a different selector if your theme overwrites the original WooCommerce layout.", FIFU_SLUG);
943
+ };
944
+
945
+ // zoom
946
+ $fifu['zoom']['desc'] = function() {
947
+ _e("Disable lightbox and zoom from image gallery.", FIFU_SLUG);
948
+ };
949
+
950
+ // category
951
+ $fifu['category']['desc'] = function() {
952
+ _e("Set one image to each category. The chosen image is the featured image from the most recent product from that category.", FIFU_SLUG);
953
+ };
954
+
955
+ // grid
956
+ $fifu['grid']['desc'] = function() {
957
+ _e("Show the category image on the category page, immediately before the product grid.", FIFU_SLUG);
958
+ };
959
+
960
+ // variable
961
+ $fifu['variable']['desc'] = function() {
962
+ _e("Add FIFU fields (featured image and image gallery) to product variations.", FIFU_SLUG);
963
+ };
964
+ $fifu['variable']['important'] = function() {
965
+ _e("variation image gallery requires <a href='https://woocommerce.com/products/woocommerce-additional-variation-images/' target='_blank'>WooCommerce Additional Variation Images</a>. Unofficial solutions are not supported.", FIFU_SLUG);
966
+ };
967
+
968
+ // import
969
+ $fifu['import']['desc'] = function() {
970
+ _e("Use FIFU with WooCommerce import.", FIFU_SLUG);
971
+ };
972
+ $fifu['import']['tab']['import'] = function() {
973
+ _e("Importing products...", FIFU_SLUG);
974
+ };
975
+ $fifu['import']['tab']['custom'] = function() {
976
+ _e("Custom fields", FIFU_SLUG);
977
+ };
978
+ $fifu['import']['import']['csv'] = function() {
979
+ _e("CSV example", FIFU_SLUG);
980
+ };
981
+ $fifu['import']['custom']['key'] = function() {
982
+ _e("Key", FIFU_SLUG);
983
+ };
984
+ $fifu['import']['custom']['image'] = function() {
985
+ _e("Image", FIFU_SLUG);
986
+ };
987
+ $fifu['import']['custom']['alt'] = function() {
988
+ _e("Alt", FIFU_SLUG);
989
+ };
990
+ $fifu['import']['custom']['video'] = function() {
991
+ _e("Video", FIFU_SLUG);
992
+ };
993
+ $fifu['import']['custom']['images'] = function() {
994
+ _e("Image + image gallery (URLs delimited by \"|\")", FIFU_SLUG);
995
+ };
996
+ $fifu['import']['custom']['titles'] = function() {
997
+ _e("Title + titles gallery (delimited by \"|\")", FIFU_SLUG);
998
+ };
999
+ $fifu['import']['custom']['videos'] = function() {
1000
+ _e("Video + video gallery (URLs delimited by \"|\")", FIFU_SLUG);
1001
+ };
1002
+ $fifu['import']['custom']['slider'] = function() {
1003
+ _e("Slider (URLs delimited by \"|\")", FIFU_SLUG);
1004
+ };
1005
+
1006
+ // addon
1007
+ $fifu['addon']['desc'] = function() {
1008
+ _e("FIFU automatically adds its add-on to WP All Import.", FIFU_SLUG);
1009
+ };
1010
+ $fifu['addon']['tab']['import'] = function() {
1011
+ _e("Importing products...", FIFU_SLUG);
1012
+ };
1013
+ $fifu['addon']['tab']['custom'] = function() {
1014
+ _e("Custom fields", FIFU_SLUG);
1015
+ };
1016
+ $fifu['addon']['tab']['faq'] = function() {
1017
+ _e("FAQ", FIFU_SLUG);
1018
+ };
1019
+ $fifu['addon']['import']['csv'] = function() {
1020
+ _e("CSV example", FIFU_SLUG);
1021
+ };
1022
+ $fifu['addon']['custom']['key'] = function() {
1023
+ _e("Key", FIFU_SLUG);
1024
+ };
1025
+ $fifu['addon']['custom']['image'] = function() {
1026
+ _e("Featured image URL", FIFU_SLUG);
1027
+ };
1028
+ $fifu['addon']['custom']['title'] = function() {
1029
+ _e("Featured image title", FIFU_SLUG);
1030
+ };
1031
+ $fifu['addon']['custom']['video'] = function() {
1032
+ _e("Featured video URL", FIFU_SLUG);
1033
+ };
1034
+ $fifu['addon']['custom']['images'] = function() {
1035
+ _e("Featured image URL + gallery URLs (delimited by \"|\")", FIFU_SLUG);
1036
+ };
1037
+ $fifu['addon']['custom']['titles'] = function() {
1038
+ _e("Featured image title + gallery titles (delimited by \"|\")", FIFU_SLUG);
1039
+ };
1040
+ $fifu['addon']['custom']['videos'] = function() {
1041
+ _e("Featured video URL + gallery URLs (delimited by \"|\")", FIFU_SLUG);
1042
+ };
1043
+ $fifu['addon']['custom']['slider'] = function() {
1044
+ _e("Featured slider URLs (delimited by \"|\")", FIFU_SLUG);
1045
+ };
1046
+ $fifu['addon']['faq']['woocommerce'] = function() {
1047
+ _e("<a href='http://www.wpallimport.com/documentation/woocommerce/variable-products/'>Importing variable products to WooCommerce</a>", FIFU_SLUG);
1048
+ };
1049
+
1050
+ // key
1051
+ $fifu['key']['desc'] = function() {
1052
+ _e("Please insert your email and license key below to use this plugin without limitations.", FIFU_SLUG);
1053
+ };
1054
+ $fifu['key']['domain'] = function() {
1055
+ _e("if your domain has changed, please contact the support", FIFU_SLUG);
1056
+ };
1057
+ $fifu['key']['stage'] = function() {
1058
+ _e("if you have activated your license key for a development site before and now you want to activate that for this main site, contact the support too", FIFU_SLUG);
1059
+ };
1060
+ $fifu['key']['buy'] = function() {
1061
+ _e("if you intend to use FIFU in multiple distinct sites you can buy more license keys <a href='https://fifu.app/#price' target='_blank'>here</a>", FIFU_SLUG);
1062
+ };
1063
+ $fifu['key']['email'] = function() {
1064
+ _e("Email", FIFU_SLUG);
1065
+ };
1066
+ $fifu['key']['address'] = function() {
1067
+ _e("Email address where you received the license key", FIFU_SLUG);
1068
+ };
1069
+ $fifu['key']['key'] = function() {
1070
+ _e("License key", FIFU_SLUG);
1071
+ };
1072
+
1073
+ return $fifu;
1074
+ }
1075
+
1076
+ function fifu_get_strings_meta_box() {
1077
+ $fifu = array();
1078
+
1079
+ // word
1080
+ $fifu['word']['next'] = function() {
1081
+ _e("Next", FIFU_SLUG);
1082
+ };
1083
+ $fifu['word']['remove'] = function() {
1084
+ _e("Remove", FIFU_SLUG);
1085
+ };
1086
+
1087
+ // common
1088
+ $fifu['common']['alt'] = function() {
1089
+ _e("alt/title attribute (optional)", FIFU_SLUG);
1090
+ };
1091
+ $fifu['common']['image'] = function() {
1092
+ _e("Image URL", FIFU_SLUG);
1093
+ };
1094
+ $fifu['common']['preview'] = function() {
1095
+ _e("Preview", FIFU_SLUG);
1096
+ };
1097
+ $fifu['common']['video'] = function() {
1098
+ _e("Video URL", FIFU_SLUG);
1099
+ };
1100
+
1101
+ // details
1102
+ $fifu['detail']['ratio'] = function() {
1103
+ _e("Ratio", FIFU_SLUG);
1104
+ };
1105
+ $fifu['detail']['eg'] = function() {
1106
+ _e("e.g.:", FIFU_SLUG);
1107
+ };
1108
+
1109
+ // titles
1110
+ $fifu['title']['category']['shortcode'] = function() {
1111
+ _e("Featured shortcode", FIFU_SLUG);
1112
+ };
1113
+ $fifu['title']['category']['video'] = function() {
1114
+ _e("Featured video", FIFU_SLUG);
1115
+ };
1116
+ $fifu['title']['category']['image'] = function() {
1117
+ _e("Featured image", FIFU_SLUG);
1118
+ };
1119
+
1120
+ // shortcode
1121
+ $fifu['shortcode']['placeholder'] = function() {
1122
+ _e("Shortcode", FIFU_SLUG);
1123
+ };
1124
+
1125
+ // video
1126
+ $fifu['video']['remove'] = function() {
1127
+ _e("remove external featured video", FIFU_SLUG);
1128
+ };
1129
+
1130
+ // image
1131
+ $fifu['image']['show']['center'] = function() {
1132
+ _e("show center", FIFU_SLUG);
1133
+ };
1134
+ $fifu['image']['show']['top'] = function() {
1135
+ _e("show top", FIFU_SLUG);
1136
+ };
1137
+ $fifu['image']['show']['bottom'] = function() {
1138
+ _e("show bottom", FIFU_SLUG);
1139
+ };
1140
+ $fifu['image']['ignore'] = function() {
1141
+ _e("ignore Content URL", FIFU_SLUG);
1142
+ };
1143
+ $fifu['image']['giphy'] = function() {
1144
+ _e("Giphy search", FIFU_SLUG);
1145
+ };
1146
+ $fifu['image']['height'] = function() {
1147
+ _e("You've enabled Same Height feature, that works by cropping the image. Here you can define which part of the image should be shown.", FIFU_SLUG);
1148
+ };
1149
+ $fifu['image']['keywords'] = function() {
1150
+ _e("Image URL or Keywords", FIFU_SLUG);
1151
+ };
1152
+ $fifu['image']['help'] = function() {
1153
+ _e("Examples: https://domain.com/image.jpg (image URL); sea,sun (keywords); empty (random image).", FIFU_SLUG);
1154
+ };
1155
+ $fifu['image']['remove'] = function() {
1156
+ _e("remove external featured image", FIFU_SLUG);
1157
+ };
1158
+ $fifu['image']['sirv']['add'] = function() {
1159
+ _e("Add image from Sirv", FIFU_SLUG);
1160
+ };
1161
+ $fifu['image']['sirv']['choose'] = function() {
1162
+ _e("Choose Sirv image", FIFU_SLUG);
1163
+ };
1164
+
1165
+ return $fifu;
1166
+ }
1167
+
1168
+ function fifu_get_strings_meta_box_php() {
1169
+ $fifu = array();
1170
+
1171
+ // common
1172
+ $fifu['common']['wait'] = function() {
1173
+ return __("Please wait some seconds...", FIFU_SLUG);
1174
+ };
1175
+
1176
+ // wait
1177
+ $fifu['title']['product']['image'] = function() {
1178
+ return __("Product image", FIFU_SLUG);
1179
+ };
1180
+ $fifu['title']['product']['images'] = function() {
1181
+ return __("Image gallery", FIFU_SLUG);
1182
+ };
1183
+ $fifu['title']['product']['video'] = function() {
1184
+ return __("Featured video", FIFU_SLUG);
1185
+ };
1186
+ $fifu['title']['product']['videos'] = function() {
1187
+ return __("Video gallery", FIFU_SLUG);
1188
+ };
1189
+ $fifu['title']['product']['slider'] = function() {
1190
+ return __("Featured slider", FIFU_SLUG);
1191
+ };
1192
+ $fifu['title']['product']['shortcode'] = function() {
1193
+ return __("Featured shortcode", FIFU_SLUG);
1194
+ };
1195
+ $fifu['title']['post']['image'] = function() {
1196
+ return __("Featured image", FIFU_SLUG);
1197
+ };
1198
+ $fifu['title']['post']['video'] = function() {
1199
+ return __("Featured video", FIFU_SLUG);
1200
+ };
1201
+ $fifu['title']['post']['slider'] = function() {
1202
+ return __("Featured slider", FIFU_SLUG);
1203
+ };
1204
+ $fifu['title']['post']['shortcode'] = function() {
1205
+ return __("Featured shortcode", FIFU_SLUG);
1206
+ };
1207
+
1208
+ // variation
1209
+ $fifu['variation']['field'] = function() {
1210
+ return __("Product Image (URL)", FIFU_SLUG);
1211
+ };
1212
+ $fifu['variation']['info'] = function() {
1213
+ return __("Powered by Featured Image from URL plugin", FIFU_SLUG);
1214
+ };
1215
+ $fifu['variation']['image'] = function() {
1216
+ return __("Image URL", FIFU_SLUG);
1217
+ };
1218
+ $fifu['variation']['images'] = function() {
1219
+ return __("Gallery Image (URL)", FIFU_SLUG);
1220
+ };
1221
+ $fifu['variation']['wavi'] = function() {
1222
+ return __("Requires WooCommerce Additional Variation Images plugin", FIFU_SLUG);
1223
+ };
1224
+
1225
+ return $fifu;
1226
+ }
1227
+
1228
+ function fifu_get_strings_wai() {
1229
+ $fifu = array();
1230
+
1231
+ // titles
1232
+ $fifu['title']['image'] = function() {
1233
+ return __("Featured image (URL)", FIFU_SLUG);
1234
+ };
1235
+ $fifu['title']['title'] = function() {
1236
+ return __("Featured image title", FIFU_SLUG);
1237
+ };
1238
+ $fifu['title']['video'] = function() {
1239
+ return __("Featured video (URL)", FIFU_SLUG);
1240
+ };
1241
+ $fifu['title']['images'] = function() {
1242
+ return __("Featured image URL + gallery URLs", FIFU_SLUG);
1243
+ };
1244
+ $fifu['title']['titles'] = function() {
1245
+ return __("Featured image title + gallery titles", FIFU_SLUG);
1246
+ };
1247
+ $fifu['title']['videos'] = function() {
1248
+ return __("Featured video URL + gallery URLs", FIFU_SLUG);
1249
+ };
1250
+ $fifu['title']['slider'] = function() {
1251
+ return __("Featured slider (URLs)", FIFU_SLUG);
1252
+ };
1253
+ $fifu['title']['delimiter'] = function() {
1254
+ return __("List delimiter", FIFU_SLUG);
1255
+ };
1256
+
1257
+ // info
1258
+ $fifu['info']['delimited'] = function() {
1259
+ return __("Delimited by |", FIFU_SLUG);
1260
+ };
1261
+ $fifu['info']['default'] = function() {
1262
+ return __("Default values is |", FIFU_SLUG);
1263
+ };
1264
+
1265
+ return $fifu;
1266
+ }
1267
+
admin/wai-addon.php CHANGED
@@ -1,10 +1,10 @@
1
  <?php
2
 
3
  include 'rapid-addon.php';
4
- fifu_languages();
5
  $fifu_wai_addon = new RapidAddon('<div style="color:#777"><span class="dashicons dashicons-camera" style="font-size:30px;padding-right:10px"></span> Featured Image from URL</div>', 'fifu_wai_addon');
6
- $fifu_wai_addon->add_field('fifu_image_url', '<div title="fifu_image_url">' . __('Featured Image (URL)', 'featured-image-from-url') . '</div>', 'text', null, null, false, null);
7
- $fifu_wai_addon->add_field('fifu_image_alt', '<div title="fifu_image_alt">' . __('Featured Image Title', 'featured-image-from-url') . '</div>', 'text', null, null, false, null);
8
  $fifu_wai_addon->set_import_function('fifu_wai_addon_save');
9
  $fifu_wai_addon->run();
10
 
1
  <?php
2
 
3
  include 'rapid-addon.php';
4
+ $fifu = fifu_get_strings_wai();
5
  $fifu_wai_addon = new RapidAddon('<div style="color:#777"><span class="dashicons dashicons-camera" style="font-size:30px;padding-right:10px"></span> Featured Image from URL</div>', 'fifu_wai_addon');
6
+ $fifu_wai_addon->add_field('fifu_image_url', '<div title="fifu_image_url">' . $fifu['title']['image']() . '</div>', 'text', null, null, false, null);
7
+ $fifu_wai_addon->add_field('fifu_image_alt', '<div title="fifu_image_alt">' . $fifu['title']['title']() . '</div>', 'text', null, null, false, null);
8
  $fifu_wai_addon->set_import_function('fifu_wai_addon_save');
9
  $fifu_wai_addon->run();
10
 
featured-image-from-url.php CHANGED
@@ -3,8 +3,8 @@
3
  /*
4
  * Plugin Name: Featured Image from URL
5
  * Plugin URI: https://fifu.app/
6
- * Description: Use an external image as Featured Image of a post or WooCommerce product. Includes Image Search, Video, Social Tags, SEO, Lazy Load, Gallery, Automation etc.
7
- * Version: 3.2.7
8
  * Author: fifu.app
9
  * Author URI: https://fifu.app/
10
  * WC requires at least: 3.0
@@ -33,6 +33,7 @@ require_once (FIFU_ADMIN_DIR . '/category.php');
33
  require_once (FIFU_ADMIN_DIR . '/column.php');
34
  require_once (FIFU_ADMIN_DIR . '/menu.php');
35
  require_once (FIFU_ADMIN_DIR . '/meta-box.php');
 
36
  require_once (FIFU_ADMIN_DIR . '/wai-addon.php');
37
 
38
  register_activation_hook(__FILE__, 'fifu_activate');
@@ -81,13 +82,9 @@ add_filter('plugin_action_links_' . plugin_basename(__FILE__), 'fifu_action_link
81
  add_filter('network_admin_plugin_action_links_' . plugin_basename(__FILE__), 'fifu_action_links');
82
 
83
  function fifu_action_links($links) {
84
- $links[] = '<a href="' . esc_url(get_admin_url(null, 'admin.php?page=featured-image-from-url')) . '">' . esc_html__('Settings', 'featured-image-from-url') . '</a>';
85
- $links[] = '<a style="color:black">' . esc_html__('Support') . ':</a>';
86
  $links[] = '<br><center style="width:275px;color:white;background-color:#02a0d2;border-radius:0px 30px">marcel@featuredimagefromurl.com</center>';
87
  return $links;
88
  }
89
 
90
- function fifu_languages() {
91
- load_plugin_textdomain('featured-image-from-url', false, basename(dirname(__FILE__)) . '/languages');
92
- }
93
-
3
  /*
4
  * Plugin Name: Featured Image from URL
5
  * Plugin URI: https://fifu.app/
6
+ * Description: Use an external image as featured image of a post or WooCommerce product. Includes Image Search, Video, Social Tags, SEO, Lazy Load, Gallery, Automation etc.
7
+ * Version: 3.2.8
8
  * Author: fifu.app
9
  * Author URI: https://fifu.app/
10
  * WC requires at least: 3.0
33
  require_once (FIFU_ADMIN_DIR . '/column.php');
34
  require_once (FIFU_ADMIN_DIR . '/menu.php');
35
  require_once (FIFU_ADMIN_DIR . '/meta-box.php');
36
+ require_once (FIFU_ADMIN_DIR . '/strings.php');
37
  require_once (FIFU_ADMIN_DIR . '/wai-addon.php');
38
 
39
  register_activation_hook(__FILE__, 'fifu_activate');
82
  add_filter('network_admin_plugin_action_links_' . plugin_basename(__FILE__), 'fifu_action_links');
83
 
84
  function fifu_action_links($links) {
85
+ $links[] = '<a href="' . esc_url(get_admin_url(null, 'admin.php?page=featured-image-from-url')) . '">' . __('Settings') . '</a>';
86
+ $links[] = '<a style="color:black">' . __('Support') . ':</a>';
87
  $links[] = '<br><center style="width:275px;color:white;background-color:#02a0d2;border-radius:0px 30px">marcel@featuredimagefromurl.com</center>';
88
  return $links;
89
  }
90
 
 
 
 
 
includes/attachment.php CHANGED
@@ -220,6 +220,9 @@ function fifu_callback($buffer) {
220
  $imgList = array();
221
  preg_match_all('/<[^>]*background-image[^>]*>/', $buffer, $imgList);
222
  foreach ($imgList[0] as $imgItem) {
 
 
 
223
  $mainDelimiter = substr(explode('style=', $imgItem)[1], 0, 1);
224
  $subDelimiter = substr(explode('url(', $imgItem)[1], 0, 1);
225
  if (in_array($subDelimiter, array('"', "'", ' ')))
220
  $imgList = array();
221
  preg_match_all('/<[^>]*background-image[^>]*>/', $buffer, $imgList);
222
  foreach ($imgList[0] as $imgItem) {
223
+ if (strpos($imgItem, 'style=') === false)
224
+ continue;
225
+
226
  $mainDelimiter = substr(explode('style=', $imgItem)[1], 0, 1);
227
  $subDelimiter = substr(explode('url(', $imgItem)[1], 0, 1);
228
  if (in_array($subDelimiter, array('"', "'", ' ')))
languages/featured-image-from-url-de_DE.mo DELETED
Binary file
languages/featured-image-from-url-de_DE.po DELETED
@@ -1,1371 +0,0 @@
1
- # Copyright (C) 2020 Featured Image from URL
2
- # This file is distributed under the same license as the Featured Image from URL plugin.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: Featured Image from URL 3.1.4\n"
6
- "Report-Msgid-Bugs-To: marcel@featuredimagefromurl.com\n"
7
- "Language-Team: marcel@featuredimagefromurl.com\n"
8
- "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=UTF-8\n"
10
- "Content-Transfer-Encoding: 8bit\n"
11
- "POT-Creation-Date: 2020-06-26T18:49:47-03:00\n"
12
- "PO-Revision-Date: 2020-06-30 09:09+0200\n"
13
- "X-Generator: Poedit 2.3.1\n"
14
- "X-Domain: featured-image-from-url\n"
15
- "Last-Translator: \n"
16
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
- "Language: de_DE\n"
18
-
19
- #. Description of the plugin
20
- msgid ""
21
- "Use an external image as Featured Image of a post or WooCommerce product. "
22
- "Includes Image Search, Video, Social Tags, SEO, Lazy Load, Gallery, "
23
- "Automation etc."
24
- msgstr "Benutze ein externes Bild (von URL) als Beitragsbild."
25
-
26
- msgid "1) access Metadata tab;"
27
- msgstr "1) Zugriff zum Medien-Tab;"
28
-
29
- msgid "1) add a new post;"
30
- msgstr "1) Erstelle einen neuen Beitrag;"
31
-
32
- msgid "1) right click me now;"
33
- msgstr "1) Jetzt Rechtsklick;"
34
-
35
- msgid ""
36
- "2) enable Clean Metadata (it will be automatically disabled when finished);"
37
- msgstr ""
38
- "2) Jetzt Metadaten bereinigen (diese werden automatisch deaktiviert wenn Du "
39
- "fertig bist);"
40
-
41
- msgid "2) select \"Copy image address\";"
42
- msgstr "2) Wähle „Kopiere Bild-URL“;"
43
-
44
- msgid "315 Degrees"
45
- msgstr "315 Grad"
46
-
47
- msgid "360 Degrees"
48
- msgstr "360 Grad"
49
-
50
- msgid "3) enable Image Metadata."
51
- msgstr "3) Aktiviere Bild-Metadaten."
52
-
53
- msgid "3) paste my address into \"Image URL\" field."
54
- msgstr "3) Füge die Adresse ins Feld „Bild-URL“ ein."
55
-
56
- msgid "Add Class"
57
- msgstr "Klasse hinzufügen"
58
-
59
- msgid ""
60
- "Add FIFU fields (Featured Image and Image Gallery) to product variations."
61
- msgstr ""
62
- "Füge FIFU-Felder (Featured Image From URL) zu den Produkt-Varianten hinzu."
63
-
64
- msgid "Add icons to the video thumbnails in the WooCommerce gallery."
65
- msgstr "Füge Icons zur Video-Miniatur in die WooCommerce-Galerie ein."
66
-
67
- msgid ""
68
- "Add Media RSS tags in the RSS feed. This way, services that make use of RSS, "
69
- "such as Google News, can show the Featured Images."
70
- msgstr ""
71
- "Füge Media RSS-Tags in den RSS-Feed ein. (Auf diese Weise können RSS-Reader, "
72
- "wie z.B. Google News, die externen Bilder von FIFU (Featured Image From URL) "
73
- "anzeigen)"
74
-
75
- msgid "Add-On"
76
- msgstr "Add-On"
77
-
78
- msgid ""
79
- "Add play button to video thumbnail. Clicking on that, the video starts "
80
- "inline or in a lightbox."
81
- msgstr ""
82
- "Füge einen Play-Knopf zur Video-Miniatur hinzu. Beim Klick darauf startet "
83
- "das Video inline oder in einer LightBox."
84
-
85
- msgid "add social tags"
86
- msgstr "Füge Soziale Netzwerke hinzu"
87
-
88
- msgid ""
89
- "Add some FIFU parameters to your image URLs. It only makes sense when you "
90
- "have a theme (or plugin) that calls the image URLs in a nonstandard way, "
91
- "what could break some FIFU features, such as Video, Slider, Shortcode, Add "
92
- "Class, Lazy Load and Same Height > Object Fit."
93
- msgstr ""
94
- "Füge deinen Bild-URLs einige FIFU-Parameter hinzu. Es ist nur dann sinnvoll, "
95
- "wenn Du ein Theme (oder Plugin) hast, das die Bild-URLs auf nicht "
96
- "standardmäßige Weise aufruft. Dies kann einige FIFU-Funktionen wie Video, "
97
- "Schieberegler, Shortcodes, Klassen hinzufügen, Lazy-Load und Gleiche Höhe> "
98
- "Objektanpassung beeinträchtigen."
99
-
100
- msgid "Add the class \"fifu-class\" to the Featured Image tags."
101
- msgstr "Füge die „fifu-class“ zu den externen Bild-Tags hinzu."
102
-
103
- msgid "Admin"
104
- msgstr "Administrator"
105
-
106
- msgid "A famous plugin doesn't work with FIFU"
107
- msgstr "Ein berühmtes Plugin funktioniert nicht mit FIFU"
108
-
109
- msgid "All my images disappeared"
110
- msgstr "Alle meine Bilder sind verschwunden"
111
-
112
- msgid "All Posts"
113
- msgstr "Alle Beiträge"
114
-
115
- msgid "Alt"
116
- msgstr "Alt"
117
-
118
- msgid "Title + Titles Gallery (delimited by \"|\")"
119
- msgstr "Titel und Titel (Galerie) - (getrennt durch ein Pipe - „|“)"
120
-
121
- msgid "alt/title attribute (optional)"
122
- msgstr "Bild alt/title (optional)"
123
-
124
- msgid ""
125
- "always use the post title as image title (it will ignore FIFU alt/title "
126
- "field)"
127
- msgstr ""
128
- "Immer den Beitragstitel als Bild-title verwenden (ignoriert das FIFU alt/"
129
- "title Feld)"
130
-
131
- msgid ""
132
- "And don't worry about storage. I will remain EXTERNAL. I WON'T be uploaded "
133
- "to your media library."
134
- msgstr ""
135
- "Mach dir keine Sorgen um die Speicherung. Ich werde EXTERN bleiben. Ich "
136
- "werde NICHT in deine Medienbibliothek hochgeladen."
137
-
138
- msgid "and you want a 4:3 size ratio"
139
- msgstr "und Du möchtest ein 4:3 Bildformat"
140
-
141
- msgid "archive"
142
- msgstr "Archiv"
143
-
144
- msgid "attribute"
145
- msgstr "Attribut(e)"
146
-
147
- msgid "Autoplay"
148
- msgstr "Automatisch wiedergeben"
149
-
150
- msgid "Autoplay videos (available for YouTube and Vimeo)."
151
- msgstr "Automatische Wiedergabe von Videos (verfügbar für YouTube und Vimeo)"
152
-
153
- msgid "Auto Set Category Images"
154
- msgstr "Automatisch Kategorie-Bilder setzen"
155
-
156
- msgid "Auto Set Image Title"
157
- msgstr "Automatisch Bild-title setzen"
158
-
159
- msgid "Background Video"
160
- msgstr "Hintergrund-Video"
161
-
162
- msgid "batch"
163
- msgstr "Stapelverarbeitung"
164
-
165
- msgid "Batch"
166
- msgstr "Stapelverarbeitung"
167
-
168
- msgid "Black Background"
169
- msgstr "Schwarzer Hintergrund"
170
-
171
- msgid "Blur"
172
- msgstr "Unschärfe (Blur)"
173
-
174
- msgid "Blur Gray Scale"
175
- msgstr "Unschärfe (Blur) Graustufen"
176
-
177
- msgid "Brighten"
178
- msgstr "Aufhellen"
179
-
180
- msgid "cart"
181
- msgstr "Warenkorb"
182
-
183
- msgid "category"
184
- msgstr "Kategorie"
185
-
186
- msgid "Category Image on Grid"
187
- msgstr "Kategoriebild im grid"
188
-
189
- msgid "Check for updates"
190
- msgstr "Auf Updates überprüfen"
191
-
192
- msgid "Choose a hover effect to be applied to the Featured Images on home."
193
- msgstr ""
194
- "Wähle einen Hover-Effekt, der auf die ausgewählten Bilder angewendet werden "
195
- "soll."
196
-
197
- msgid "Choose Sirv image"
198
- msgstr "Wähle ein SIRV-Bild"
199
-
200
- msgid "Choose the number of fields you have in the post editor."
201
- msgstr "Wähle, wieviele Felder Du im Beitrags-Editor haben möchtest."
202
-
203
- msgid ""
204
- "Choose the size of the Unsplash images (loaded randomly or via keywords "
205
- "search). Examples of valid sizes: 500x500, 300x400, 1920x1080... Or leave "
206
- "this field empty to get the original size."
207
- msgstr ""
208
- "Wähle die Größe der Unsplash-Bilder (zufällig geladen oder über die "
209
- "Stichwortsuche). Beispiele für gültige Größen: 500x500, 300x400, 1920x1080 … "
210
- "oder lasse dieses Feld leer, um die Originalgröße zu erhalten."
211
-
212
- msgid "Chrome Extension Available"
213
- msgstr "Chrome-Erweiterung verfügbar"
214
-
215
- msgid "Circle"
216
- msgstr "Kreis"
217
-
218
- msgid "Clean Metadata"
219
- msgstr "Metadaten löschen"
220
-
221
- msgid "clean the dimensions of all Featured Images now"
222
- msgstr "Lösche jetzt die Dimensionen aller FIFU-Bilder.."
223
-
224
- msgid ""
225
- "Clean the Image Metadata generated by FIFU, but not the URLs. This option "
226
- "might be necessary if you intend to deactivate the plugin and use only "
227
- "internal Featured Images again."
228
- msgstr ""
229
- "Bereinige die von FIFU generierten Bildmetadaten, nicht jedoch die URLs. "
230
- "Diese Option ist möglicherweise erforderlich, wenn Du das Plugin "
231
- "deaktivierst und wieder nur interne Bilder verwenden möchtest."
232
-
233
- msgid "color"
234
- msgstr "Farbe"
235
-
236
- msgid "Configuration"
237
- msgstr "Konfiguration"
238
-
239
- msgid "confirm that you are ready to lose your Featured Images"
240
- msgstr ""
241
- "Bitte bestätige, dass Du alle FIFU-Bilder verlieren möchtest. (Physisch "
242
- "bleiben die Bilder am externen Speicherort erhalten!)"
243
-
244
- msgid ""
245
- "copy the post title to FIFU alt/title field (it has effect when you click on "
246
- "Publish button in the post editor)"
247
- msgstr ""
248
- "Kopiere den Beitragstitel in das Feld alt / title der FIFU (dies wird "
249
- "wirksam, wenn du im Beitragseditor auf die Schaltfläche „Veröffentlichen“ "
250
- "klickst)."
251
-
252
- msgid "Creating your first product"
253
- msgstr "Erstelle Dein erstes Produkt"
254
-
255
- msgid ""
256
- "crops the images (the options center, top and bottom will be available in "
257
- "the post editor);"
258
- msgstr ""
259
- "Beschneidet die Bilder (die CSS-Optionen center, top und bottom werden im "
260
- "Beitragseditor verfügbar sein);"
261
-
262
- msgid "CSS selectors (optional)"
263
- msgstr "CSS Selektor (optional)"
264
-
265
- msgid "CSS Style"
266
- msgstr "CSS Style"
267
-
268
- msgid "CSV example"
269
- msgstr "CSV Beispiel"
270
-
271
- msgid "Custom Fields"
272
- msgstr "Benutzerdefinierte Felder"
273
-
274
- msgid "Custom Post Type"
275
- msgstr "Benutzerdefinierte Beitrags-Typen"
276
-
277
- msgid "Database"
278
- msgstr "Datenbank"
279
-
280
- msgid "Default Featured Image"
281
- msgstr "Standard-Bild"
282
-
283
- msgid "Define a CSS style to be applied to the Featured Images. Example:"
284
- msgstr ""
285
- "Definiere einen CSS-Stil der auf alle FIFU-Bilder angewendet wird. Beispiel:"
286
-
287
- msgid ""
288
- "Define a minimum width that a theme area should have to show a video. FIFU "
289
- "automatically shows a thumbnail when the minimum width is not reached."
290
- msgstr ""
291
- "Definiere eine Mindestbreite, die ein Theme haben muss, um ein Video "
292
- "anzuzeigen. FIFU zeigt automatisch eine Miniaturansicht an, wenn die "
293
- "Mindestbreite nicht erreicht wird."
294
-
295
- msgid "Define the slider settings here."
296
- msgstr "Definiere hier die Slider-Einstellungen."
297
-
298
- msgid ""
299
- "Define the URL of a default image to be shown when you create (or update) a "
300
- "post with no Featured Image."
301
- msgstr ""
302
- "Definiere die URL eines Standardbilds, das angezeigt werden soll, wenn Du "
303
- "einen Beitrag ohne empfohlenes Bild erstellst (oder aktualisierst)."
304
-
305
- msgid ""
306
- "Define the URL of an image to be shown in case of image not found error."
307
- msgstr ""
308
- "Definiere ein Bild welches angezeigt werden soll wenn ein FIFU-Bild nicht "
309
- "gefunden / geladen werden konnte."
310
-
311
- msgid "deforms the images."
312
- msgstr "Verformt das Bild."
313
-
314
- msgid "Delay"
315
- msgstr "Verzögerung"
316
-
317
- msgid "Delete All URLs"
318
- msgstr "Lösche alle URL’s"
319
-
320
- msgid "delete all your URLs now"
321
- msgstr "Lösche jetzt alle Deine URLS’s"
322
-
323
- msgid "Disable lightbox and zoom from image gallery."
324
- msgstr "Reaktivere LightBox und Zoom der Bildergalerie."
325
-
326
- msgid "Documentation"
327
- msgstr "Dokumentation"
328
-
329
- msgid ""
330
- "Don't you believe me? So why don't you check my Internet address (also known "
331
- "as URL)?"
332
- msgstr "Glaubst Du nicht? Dann schau mal auf der Seite (URL) nach."
333
-
334
- msgid "e.g.: 16:9"
335
- msgstr "Beispiel: 16:9"
336
-
337
- msgid "e.g.: 300"
338
- msgstr "Beispiel: 300"
339
-
340
- msgid "e.g.: 600"
341
- msgstr "Beispiel: 600"
342
-
343
- msgid "e.g.: 64"
344
- msgstr "Beispiel: 64"
345
-
346
- msgid "Email"
347
- msgstr "E-Mail"
348
-
349
- msgid "Email address where you received the license key"
350
- msgstr "E-Mail auf der Du den Lizenz-Schlüssel erhalten hast"
351
-
352
- msgid "Endpoints"
353
- msgstr "Endpunkte"
354
-
355
- msgid "Examples of selectors..."
356
- msgstr "Beispiele für Selektoren…"
357
-
358
- msgid "Examples of valid size ratios: 3:2, 16:9, 1:1..."
359
- msgstr "Beispiele für gültige Abmessungen: 3:2, 16:9, 1:1…"
360
-
361
- msgid "fade effect"
362
- msgstr "Einblend-Effekt"
363
-
364
- msgid "FAQ"
365
- msgstr "Häufig gestellte Fragen"
366
-
367
- msgid "Fast Support"
368
- msgstr "Schnelle Unterstützung"
369
-
370
- msgid "Featured Image"
371
- msgstr "Beitragsbild"
372
-
373
- msgid "Featured Image Title"
374
- msgstr "Beitragsbild (title)"
375
-
376
- msgid "Featured Image Title + Gallery Titles (delimited by \"|\")"
377
- msgstr "Beitragsbild-Überschrift + Galerie-Titel (getrennt dich ein Pipe „|“)"
378
-
379
- msgid "Featured Image Title + Gallery Titles"
380
- msgstr "Beitragsbild-Überschrift + Galerie-Titel"
381
-
382
- msgid "Featured Image Column"
383
- msgstr "Beitragsbild-Spalte"
384
-
385
- msgid "Featured Image in Content"
386
- msgstr "Beitragsbild im Inhalt"
387
-
388
- msgid "Featured Image (URL)"
389
- msgstr "Beitragsbild (URL)"
390
-
391
- msgid "Featured Image URL"
392
- msgstr "Beitragsbild URL"
393
-
394
- msgid "Featured Image URL + Gallery URLs (delimited by \"|\")"
395
- msgstr "Beitragsbild URL + Galerie URL’s (getrennt durch ein Pipe „|“)"
396
-
397
- msgid "Featured Image URL + Gallery URLs"
398
- msgstr "Beitragsbild URL + Galerie URL’s"
399
-
400
- msgid "Featured Shortcode"
401
- msgstr "Shortcode"
402
-
403
- msgid "Featured Slider"
404
- msgstr "Silber"
405
-
406
- msgid "Featured Slider (URL)"
407
- msgstr "Slider (URL)"
408
-
409
- msgid "Featured Slider (URLs)"
410
- msgstr "Slider (URL’s)"
411
-
412
- msgid "Featured Slider URLs (delimited by \"|\")"
413
- msgstr "Slider URL’s (getrennt durch ein Pipe „|“)"
414
-
415
- msgid "Featured Video"
416
- msgstr "Video"
417
-
418
- msgid "Featured Video (URL)"
419
- msgstr "Video (URL)"
420
-
421
- msgid "Featured Video URL"
422
- msgstr "Video URL"
423
-
424
- msgid "Featured Video URL + Gallery URLs (delimited by \"|\")"
425
- msgstr "Beitragsvideo URL + Galerie URL’s (getrennt durch ein Pipe „|“)"
426
-
427
- msgid "Featured Video URL + Gallery URLs"
428
- msgstr "Beitragsvideo URL + Galerie URL’s (getrennt durch ein Pipe „|“)"
429
-
430
- msgid "FIFU automatically adds its add-on to WP All Import."
431
- msgstr "FIFU fügt sein Add-On automatisch zu WP All Import hinzu."
432
-
433
- msgid ""
434
- "FIFU supports videos from YouTube, Vimeo, Imgur, 9GAG, Cloudinary, Tumblr "
435
- "and Publitio (videos hosted elsewhere are not supported)."
436
- msgstr ""
437
- "FIFU unterstützt Videos von YouTube, Vimeo, Imgur, 9GAG, Cloudinary, Tumblr "
438
- "und Publitio (an anderer Stelle gehostete Videos werden nicht unterstützt)."
439
-
440
- msgid "Flashing"
441
- msgstr "Blinkend"
442
-
443
- msgid "follow redirects (it will make the process slower)"
444
- msgstr "Weiterleitungen folgen (dies verlangsamt den Prozess)."
445
-
446
- msgid "for Vimeo videos"
447
- msgstr "Für Vimeo-Videos"
448
-
449
- msgid "for YouTube videos"
450
- msgstr "Für Youtube-Videos"
451
-
452
- msgid "Gallery Fields"
453
- msgstr "Galerie-Felder"
454
-
455
- msgid "Gallery Icon"
456
- msgstr "Galerie-Icon"
457
-
458
- msgid "Getting Flickr URL"
459
- msgstr "Hole FLICKR-URL"
460
-
461
- msgid "Getting Started"
462
- msgstr "Zu Beginn"
463
-
464
- msgid "Giphy search"
465
- msgstr "GIPHY-Suche"
466
-
467
- msgid "Giphy Search"
468
- msgstr "GIPHY-Suche"
469
-
470
- msgid "Gray Scale"
471
- msgstr "Graustufen"
472
-
473
- msgid "Help"
474
- msgstr "Hilfe"
475
-
476
- msgid "here"
477
- msgstr "hier"
478
-
479
- msgid "Hide Featured Media"
480
- msgstr "Verstecke vorgestellte Medien"
481
-
482
- msgid "hide from grid"
483
- msgstr "Vom Gitter ausschließen"
484
-
485
- msgid "hide the 1st (or nth) image (or video) from content"
486
- msgstr "Verstecke das Erste (oder ein folgendes) Bild (oder Video) im Inhalt"
487
-
488
- msgid ""
489
- "Hide the Featured Media (Image, Video or Slider) on posts but keeping its "
490
- "visibility on home."
491
- msgstr ""
492
- "Blenden Sie die empfohlenen Medien (Bild, Video oder Schieberegler) in Posts "
493
- "aus, behalten Sie jedoch die Sichtbarkeit am Start bei."
494
-
495
- msgid "Hi, I'm an EXTERNAL image!"
496
- msgstr "Hey Ho, ich bin ein EXTERNES Bild!"
497
-
498
- msgid "home"
499
- msgstr "Start"
500
-
501
- msgid "Horizontal Rotation"
502
- msgstr "Horizontale Rotation"
503
-
504
- msgid "Hover Effects"
505
- msgstr "Cover-Effekte"
506
-
507
- msgid ""
508
- "If for some reason jQuery is missing from your site, which is not commom, "
509
- "you can import that from a CDN."
510
- msgstr ""
511
- "Wenn aus irgendeinem Grund jQuery auf Deiner Seite fehlt, was nicht üblich "
512
- "ist, kannst Du es von einem CDN importieren."
513
-
514
- msgid ""
515
- "If you are setting the image URLs in a nonstandard way, the images probably "
516
- "won't be shown at front-end because some extra metadata is required. Here "
517
- "you can schedule an event to run each N minutes and check if there is some "
518
- "image URL without metadata and create that. The FIFU keys are listed on WP "
519
- "All Import > Custom Fields."
520
- msgstr ""
521
- "Wenn Sie die Bild-URLs nicht standardmäßig festlegen, werden die Bilder "
522
- "wahrscheinlich nicht im Front-End angezeigt, da einige zusätzliche Metadaten "
523
- "erforderlich sind. Hier können Sie einen Prozess planen, das alle X Minuten "
524
- "ausgeführt wird, und prüfen, ob eine Bild-URL ohne Metadaten vorhanden ist, "
525
- "und diese erstellen. Die FIFU-Schlüssel sind unter WP Alle Import> "
526
- "Benutzerdefinierte Felder aufgeführt."
527
-
528
- msgid ""
529
- "if you have activated your license key for a development site before and now "
530
- "you want to activate that for this main site, contact the support too"
531
- msgstr ""
532
- "Wenn Sie Ihren Lizenzschlüssel für eine Entwicklungsseite bereits aktiviert "
533
- "haben und diesen jetzt für diese LIVE-Seite aktivieren möchten, wenden Sie "
534
- "sich ebenfalls an den Support"
535
-
536
- msgid ""
537
- "If you have different sizes of images on your home (or shop), enable the "
538
- "toggle below to show them in the same height. Depending on your theme, it "
539
- "may be necessary to use a Selector to inform where is the group of images "
540
- "that you want to resize. "
541
- msgstr ""
542
- "Wenn Du Bilder unterschiedlicher Größe hast, aktiviere den unten stehenden "
543
- "Schalter, um sie in derselben Höhe anzuzeigen. Abhängig vom verwendeten "
544
- "Theme kann es erforderlich sein, einen Selektor zu verwenden, um zu "
545
- "informieren, wo sich die Gruppe von Bildern befindet, deren Größe Du ändern "
546
- "möchtest."
547
-
548
- msgid "if your domain has changed, please contact the support"
549
- msgstr "Wenn Deine Domain sich geändert hat kontaktiere bitte den Support"
550
-
551
- msgid "ignore posts that already have a Featured Image (or video)"
552
- msgstr "Ignoriere Beiträge die bereits ein FIFU Bild / Video haben"
553
-
554
- msgid "ignore URL from Post Content"
555
- msgstr "Ignoriere die URL vom Beitrags-Inhalt"
556
-
557
- msgid "I'm a developer"
558
- msgstr "Ich bin Entwickler"
559
-
560
- msgid "Image"
561
- msgstr "Bild"
562
-
563
- msgid "Image Title"
564
- msgstr "Bild-Überschrift"
565
-
566
- msgid "Image Gallery:"
567
- msgstr "Bild-Galerie:"
568
-
569
- msgid "Image Gallery (URL)"
570
- msgstr "Bilder-Galerie (URL)"
571
-
572
- msgid "Image + Image Gallery (URLs delimited by \"|\")"
573
- msgstr "Bild + Bilder-Galerie (URL’s getrennt durch ein Pipe „|“)"
574
-
575
- msgid "Image Metadata"
576
- msgstr "Bild-Metadaten"
577
-
578
- msgid "image (or video) position"
579
- msgstr "Bild (oderVideo) Position"
580
-
581
- msgid "Image URL or Keywords"
582
- msgstr "Bild URL oder Suchbegriffe"
583
-
584
- msgid "Image Validation"
585
- msgstr "Bildbestätigung"
586
-
587
- msgid "Import"
588
- msgstr "Importieren"
589
-
590
- msgid "Important:"
591
- msgstr "Wichtig:"
592
-
593
- msgid "Importing products..."
594
- msgstr "Produkte importieren…"
595
-
596
- msgid "Importing Variable Products to WooCommerce"
597
- msgstr "Importiere variable Produkte zu WooCommerce"
598
-
599
- msgid "import jQuery from a CDN"
600
- msgstr "Importiere jQuery aus einem CDN"
601
-
602
- msgid "inline"
603
- msgstr "Inline"
604
-
605
- msgid ""
606
- "In order to FIFU identify your gallery, it's necessary to inform its CSS "
607
- "selector here. The default value is %1$s, but you may need a different "
608
- "selector if your theme overwrites the original WooCommerce layout."
609
- msgstr ""
610
- "Damit FIFU Deine Galerie identifizieren kann, musst Duhier den CSS-Selektor "
611
- "setzen. Der Standardwert ist %1$s, aber Du brauchst möglicherweise eine "
612
- "andere Auswahl, wenn dein Theme das ursprüngliche WooCommerce-Layout "
613
- "überschreibt."
614
-
615
- msgid "Interval (minutes)"
616
- msgstr "Intervall (Minuten)"
617
-
618
- msgid "It can take some minutes and can't be undone, so make a backup."
619
- msgstr ""
620
- "Dies kann einige Minuten dauern nicht rückgängig gemacht werden. Erstelle "
621
- "vorher sicherheitshalber ein Backup."
622
-
623
- msgid ""
624
- "It checks images addresses and, when an image is not found, its URL is not "
625
- "saved. However, each validation can take some seconds. It is not integrated "
626
- "with URL from Post Content or REST API features."
627
- msgstr ""
628
- "Dies überprüft die Bildadressen und wenn ein Bild nicht gefunden wird, wird "
629
- "seine URL nicht gespeichert. Jede Validierung kann jedoch einige Sekunden "
630
- "dauern. Es sind keine URL’s von Post Content- oder REST-API-Funktionen "
631
- "integriert."
632
-
633
- msgid ""
634
- "It means I'm NOT in your media library and I'm NOT an attached plugin file "
635
- "too."
636
- msgstr ""
637
- "Dies bedeutet, dass dies NICHT in Deiner Medienbibliothek ist und auch KEINE "
638
- "angehängte Plugin-Datei."
639
-
640
- msgid ""
641
- "It reads the HTML of your post and use the 1st image (or video) URL found as "
642
- "Featured Image. It happens when you click on Publish (or Update) button."
643
- msgstr ""
644
- "Dies liest den HTML-Code Deines Beitrags und verwendet die erste Bild- (oder "
645
- "Video-) URL, die als empfohlenes Bild gefunden wurde. Dies geschieht, wenn "
646
- "Du auf die Schaltfläche Veröffentlichen (oder Aktualisieren) klickst."
647
-
648
- msgid "it will be automatically disabled when finished"
649
- msgstr "Wird automatisch deaktiviert wenn Du fertig bist"
650
-
651
- msgid "jQuery"
652
- msgstr "jQuery"
653
-
654
- msgid ""
655
- "Just send me an email. If you are available to discuss the details and the "
656
- "plugin is free and has more than 50,000 active installs, I should provide an "
657
- "integration very soon."
658
- msgstr ""
659
- "Schicken Sie mir einfach eine E-Mail. Wenn Sie verfügbar sind, um die "
660
- "Details zu besprechen, und das Plugin kostenlos ist und mehr als 50.000 "
661
- "aktive Installationen hat, sollte ich sehr bald eine Integration "
662
- "bereitstellen."
663
-
664
- msgid "Key"
665
- msgstr "Schlüssel"
666
-
667
- msgid "Lazy Load"
668
- msgstr "Nach und Nach Laden (Lazy lad)"
669
-
670
- msgid "License Key"
671
- msgstr "Lizenzschlüssel"
672
-
673
- msgid "lightbox"
674
- msgstr "Lightbox"
675
-
676
- msgid "Lightbox and Zoom"
677
- msgstr "Lightbox und Zoom"
678
-
679
- msgid ""
680
- "Limit of rows to UPDATE, INSERT or DELETE by query. Higher this number, "
681
- "faster the features URL from Post Content > All Posts, Image Metadata and "
682
- "Clean Metadata. However, if you have too limited resources, don't increase "
683
- "this value too much, otherwise your database can bring down."
684
- msgstr ""
685
- "Beschränkung der Zeilen auf UPDATE, INSERT oder DELETE per Abfrage. Je höher "
686
- "diese Zahl, desto schneller ist die Funktions-URL von Beitragsinhalt > Alle "
687
- "Beiträge, Bildmetadaten und Bereinigungsmetadaten. Wenn Du jedoch nur über "
688
- "begrenzte Ressourcen verfügst, erhöhe diesen Wert nicht zu stark, da sonst "
689
- "Deine Datenbank heruntergefahren werden kann."
690
-
691
- msgid "Loop"
692
- msgstr "Wiederholen / Schleife"
693
-
694
- msgid "Loop videos (available for YouTube and Vimeo)."
695
- msgstr "Videos wiederholen (verfügbar für youTube und Vimeo)."
696
-
697
- msgid "Media Library"
698
- msgstr "Medienübersicht"
699
-
700
- msgid "Media RSS Tags"
701
- msgstr "Media RSS Tags"
702
-
703
- msgid "Metadata"
704
- msgstr "Metadaten"
705
-
706
- msgid "Minimum Width"
707
- msgstr "Minimale Breite"
708
-
709
- msgid "minimum width (px)"
710
- msgstr "Minimale Breite (px)"
711
-
712
- msgid "mode"
713
- msgstr "Modus"
714
-
715
- msgid ""
716
- "Most themes and plugins are not able to show the external Featured Image if "
717
- "there is no internal Featured Image associated to your post. Enabling the "
718
- "toggle below, symbolic empty files will be added to your Media Library to "
719
- "overcome this limitation."
720
- msgstr ""
721
- "Die meisten Themes und Plugins können das externe Featured Image nicht "
722
- "anzeigen, wenn Deinem Beitrag kein internes Featured Image zugeordnet ist. "
723
- "Wenn Du den folgenden Schalter aktivierst, werden Deiner Medienbibliothek "
724
- "symbolisch leere Dateien hinzugefügt, um diese Einschränkung zu überwinden."
725
-
726
- msgid "Mouseover Autoplay"
727
- msgstr "Automatische Wiedergabe bei MouseOver"
728
-
729
- msgid "Mute"
730
- msgstr "Stumm"
731
-
732
- msgid "new version available."
733
- msgstr "Neue Version verfügbar."
734
-
735
- msgid "Object Fit"
736
- msgstr "Passend für’s Objekt"
737
-
738
- msgid "OK"
739
- msgstr "OK"
740
-
741
- msgid "on custom post type"
742
- msgstr "Bei benutzerdefiniertem Post-Type"
743
-
744
- msgid "on home (or shop)"
745
- msgstr "Auf der Startseite (oder im Shop)"
746
-
747
- msgid "only image tags"
748
- msgstr "Nur Bild-Tags"
749
-
750
- msgid "on page"
751
- msgstr "Auf der Seite"
752
-
753
- msgid "on post"
754
- msgstr "Im Post"
755
-
756
- msgid "Opacity Color"
757
- msgstr "Transparenz-Farbe"
758
-
759
- msgid "Opacity White"
760
- msgstr "Transparent weiss"
761
-
762
- msgid "original size"
763
- msgstr "Original-Größe"
764
-
765
- msgid "Original Size"
766
- msgstr "Original-Größe"
767
-
768
- msgid "or just drag and drop me here"
769
- msgstr "oder schieb mich einfach hier her …"
770
-
771
- msgid "overwrite the existing Featured Image (or video)"
772
- msgstr "Überschreibe das existierende Beitrags-Bild (oder Video)"
773
-
774
- msgid "page"
775
- msgstr "Seite"
776
-
777
- msgid "pause autoplay on hover"
778
- msgstr "Automatische Wiedergabe bei MouseOver pausieren"
779
-
780
- msgid "Performance"
781
- msgstr "Leistung"
782
-
783
- msgid "Play a video on \"mouseover\" and pause on \"mouseout\"."
784
- msgstr "Video bei MouseOver abspielen und anhalten bei MouseOut"
785
-
786
- msgid "Play Button"
787
- msgstr "Play-Button"
788
-
789
- msgid ""
790
- "Please insert your email and license key below to use this plugin without "
791
- "limitations."
792
- msgstr ""
793
- "Bitte füge deine E-Mail und den Lizenzschlüssel ein um dieses Plugin ohne "
794
- "Einschränkungen nutzen zu können."
795
-
796
- msgid "Please wait some seconds..."
797
- msgstr "Bitte warte einige Sekunden…"
798
-
799
- msgid "plugin is up to date."
800
- msgstr "Plugin ist auf dem neuesten Stand."
801
-
802
- msgid "post"
803
- msgstr "Beitrag"
804
-
805
- msgid "Post"
806
- msgstr "Beitrag"
807
-
808
- msgid "Powered by Featured Image from URL plugin"
809
- msgstr "Powered by Featured Image from URL plugin"
810
-
811
- msgid "prioritize video than image (if both exist)"
812
- msgstr "Video gegenüber Bildern favorisieren (falls beides existiert)"
813
-
814
- msgid "product"
815
- msgstr "Produkt"
816
-
817
- msgid "Product"
818
- msgstr "Produkt"
819
-
820
- msgid "product category"
821
- msgstr "Produktkategorie"
822
-
823
- msgid "Product Category"
824
- msgstr "Produktkategorie"
825
-
826
- msgid "Product Image Title + Gallery Titles (delimited by \"|\")"
827
- msgstr "Produktbild Titel und Galerie Titel (getrennt durch ein Pipe „|“)"
828
-
829
- msgid "Product Image + Gallery (URLs delimited by \"|\")"
830
- msgstr "Produktbild und Galerie (URL’s getrennt durch ein Pipe „|“)"
831
-
832
- msgid "Product Image (URL)"
833
- msgstr "Produktbild (URL)"
834
-
835
- msgid "variable product"
836
- msgstr "Variables Produkt"
837
-
838
- msgid "product variation"
839
- msgstr "Produktvariation"
840
-
841
- msgid "Product Variation"
842
- msgstr "Produktvariation"
843
-
844
- msgid "Product Video + Gallery (URLs delimited by \"|\")"
845
- msgstr "Produktvideo und Galerie (URL’s getrennt durch ein Pipe „|“)"
846
-
847
- msgid "Rainbow"
848
- msgstr "Regenbogen"
849
-
850
- msgid "Ratio:"
851
- msgstr "Verhältnis:"
852
-
853
- msgid "Related Videos"
854
- msgstr "Empfohlene Videos"
855
-
856
- msgid "remove external featured image"
857
- msgstr "Externes Bild entfernen"
858
-
859
- msgid "remove query strings (whatever follows the question mark sign \"?\")"
860
- msgstr "„query strings“ entfernen (was auch immer dem Fragezeichen „?“ folgt)"
861
-
862
- msgid "Replace Not Found Image"
863
- msgstr "„Nicht gefunden“ Bild ersetzen"
864
-
865
- msgid "Requires WooCommerce Additional Variation Images plugin"
866
- msgstr "Erfordert WooCommerce zusätzliche Variationen-Bilder"
867
-
868
- msgid "Reset FIFU settings to the default configuration."
869
- msgstr "FIFU Einstellungen auf Standard zurücksetzen."
870
-
871
- msgid "reset settings"
872
- msgstr "Einstellungen zurücksetzen"
873
-
874
- msgid "Reset Settings"
875
- msgstr "Einstellungen zurücksetzen"
876
-
877
- msgid "REST API"
878
- msgstr "REST API"
879
-
880
- msgid "Result:"
881
- msgstr "Ergebnis:"
882
-
883
- msgid "Right click me!"
884
- msgstr "Rechtsklick mich!"
885
-
886
- msgid "Rotate"
887
- msgstr "Drehen"
888
-
889
- msgid "Rows Limit"
890
- msgstr "Reihen-Limit"
891
-
892
- msgid "Same Height"
893
- msgstr "Gleiche Höhe"
894
-
895
- msgid "save and use image dimensions"
896
- msgstr "Speichern und Bild-Abmessungen verwenden"
897
-
898
- msgid "Save Image Dimensions"
899
- msgstr "Bild-Abmessungen speichern"
900
-
901
- msgid "save the dimensions of all Featured Images now (it requires php-curl)"
902
- msgstr "Speichere die Abmessungen von allen FIFU-Bildern (erfordert php-curl)"
903
-
904
- msgid "Schedule Metadata Generation"
905
- msgstr "Plane die Metadatengenerierung"
906
-
907
- msgid "selector"
908
- msgstr "Selektor"
909
-
910
- msgid "Selector"
911
- msgstr "Selektor"
912
-
913
- msgid "Sepia"
914
- msgstr "Sepia"
915
-
916
- msgid ""
917
- "Set one image to each category. The chosen image is the Featured Image from "
918
- "the most recent product from that category."
919
- msgstr ""
920
- "Stelle für jede Kategorie ein Bild ein. Das ausgewählte Bild ist das "
921
- "ausgewählte Bild des neuesten Produkts aus dieser Kategorie."
922
-
923
- msgid "Set the title of a Featured Image with the post title."
924
- msgstr ""
925
- "Lege den Titel eines ausgewählten Bildes mit dem Titel des Beitrags fest."
926
-
927
- msgid "Settings"
928
- msgstr "Einstellungen"
929
-
930
- msgid "Shine"
931
- msgstr "Glänzend"
932
-
933
- msgid "shop"
934
- msgstr "Shop"
935
-
936
- msgid ""
937
- "shortcodes can be not compatible with other FIFU features, such as CSS "
938
- "Style, Same Height, Lazy Load etc."
939
- msgstr ""
940
- "Shortcodes können nicht mit anderen FIFU-Funktionen wie CSS-Stil, gleicher "
941
- "Höhe, Lazy Load usw. kompatibel sein."
942
-
943
- msgid "show bottom"
944
- msgstr "Unten angedockt anzeigen"
945
-
946
- msgid "show center"
947
- msgstr "Zentriert anzeigen"
948
-
949
- msgid "show gallery on click"
950
- msgstr "Zeige Galerie bei Klick"
951
-
952
- msgid "show prev/next buttons"
953
- msgstr "Zeige Vor-/Zurück-Schalter"
954
-
955
- msgid "Show related videos when the video ends."
956
- msgstr "Zeige „empfohlene Videos“ an wenn ein Video endet."
957
-
958
- msgid "shows full images (in smaller sizes);"
959
- msgstr "Zeige volle Bilder (in kleineren Containern)"
960
-
961
- msgid ""
962
- "Show the category image on the category page, immediately before the product "
963
- "grid."
964
- msgstr ""
965
- "Zeige das Kategoriebild auf der Kategorieseite unmittelbar vor dem "
966
- "Produktraster an."
967
-
968
- msgid "Show the external images in your media library."
969
- msgstr "Zeige externe Bilder in der Medienübersicht."
970
-
971
- msgid ""
972
- "Show the video thumbnail instead of the video. Thumbnails are images, so "
973
- "they are loaded much faster than embedded videos."
974
- msgstr ""
975
- "Zeige das Video-Miniaturbild anstelle des Videos an. Thumbnails sind Bilder, "
976
- "daher werden sie viel schneller geladen als eingebettete Videos."
977
-
978
- msgid "show top"
979
- msgstr "Oben anzeigen"
980
-
981
- msgid ""
982
- "Since now you have my address (also known as URL), how about making me "
983
- "famous?"
984
- msgstr ""
985
- "Da Du jetzt meine Adresse hast (auch als URL bekannt), wie wäre es da, wenn "
986
- "Du mich berühmt machst?"
987
-
988
- msgid "Size Ratio"
989
- msgstr "Größenverhältnis"
990
-
991
- msgid "Sizes"
992
- msgstr "Größen"
993
-
994
- msgid "Slider"
995
- msgstr "Silber"
996
-
997
- msgid "Slider:"
998
- msgstr "Slider:"
999
-
1000
- msgid "Slider (URLs delimited by \"|\")"
1001
- msgstr "Slider (URLS’s getrennt durch ein Pipe „|“)"
1002
-
1003
- msgid "Social"
1004
- msgstr "Social"
1005
-
1006
- msgid "Social Tags"
1007
- msgstr "Social Tags"
1008
-
1009
- msgid ""
1010
- "some themes and plugins (Jetpack for instance) have their own lazy load "
1011
- "implementations, causing conflicts. Your images may not load if you have "
1012
- "more than one lazy load component running at the same time."
1013
- msgstr ""
1014
- "Einige Themes und Plugins (z. B. Jetpack) haben ihre eigenen "
1015
- "Implementierungen für verzögertes Laden, was zu Konflikten führt. Deine "
1016
- "Bilder werden möglicherweise nicht geladen, wenn mehr als eine Komponente "
1017
- "zum verzögerten Laden gleichzeitig ausgeführt wird."
1018
-
1019
- msgid ""
1020
- "Some themes and WooCommerce lightbox (PhotoSwipe) may need the image width "
1021
- "and height to avoid style issues."
1022
- msgstr ""
1023
- "Einige Themes und der WooCommerce-Leuchtkasten (PhotoSwipe) benötigen "
1024
- "möglicherweise die Bildbreite und -höhe, um Stilprobleme zu vermeiden."
1025
-
1026
- msgid ""
1027
- "Some themes don't show the Featured Image on posts (only on home). If that's "
1028
- "is your case and you would like to show the Featured Image on posts, just "
1029
- "enable the toggle. The Featured Image will appear at the beginning of the "
1030
- "content, before the text."
1031
- msgstr ""
1032
- "Einige Themes zeigen das empfohlene Bild nicht in Posts (auf der "
1033
- "Startseite). Wenn dies der Fall ist und Du das ausgewählte Bild in Posts "
1034
- "anzeigen möchten, aktiviere einfach den Umschalter. Das ausgewählte Bild "
1035
- "wird am Anfang des Inhalts vor dem Text angezeigt."
1036
-
1037
- msgid ""
1038
- "Start the videos in background, which means autoplay, no controls and no "
1039
- "sound."
1040
- msgstr ""
1041
- "Starte die Videos im Hintergrund, d.h. Autoplay, keine Steuerelemente und "
1042
- "kein Ton."
1043
-
1044
- msgid "Start the videos without audio (available for YouTube and Vimeo)."
1045
- msgstr "Starte Videos ohne Audio (verfügbar für youTube und Vimeo)"
1046
-
1047
- msgid "start automatically"
1048
- msgstr "Automatisch starten"
1049
-
1050
- msgid "Submit"
1051
- msgstr "Absenden"
1052
-
1053
- msgid "support data"
1054
- msgstr "Support-Daten"
1055
-
1056
- msgid "Support Data"
1057
- msgstr "Support-Daten"
1058
-
1059
- msgid "Text"
1060
- msgstr "Text"
1061
-
1062
- msgid ""
1063
- "the images need to be in an \"img\" HTML tag and videos in an \"iframe\" "
1064
- "tag. Contents provided by [shortcode] can't be read."
1065
- msgstr ""
1066
- "Die Bilder müssen sich in einem HTML-Tag „img“ und Videos in einem Tag "
1067
- "„iframe“ befinden. Der von [Shortcode] bereitgestellte Inhalt kann nicht "
1068
- "gelesen werden."
1069
-
1070
- msgid ""
1071
- "The plugin adds a new column to your post list. Below you can choose the "
1072
- "height (px) of the image in the column. To disable that, just uncheck \"FIFU"
1073
- "\" in the Screen Options."
1074
- msgstr ""
1075
- "Das Plugin fügt Deiner Beitragsliste eine neue Spalte hinzu. Unten kannst Du "
1076
- "die Höhe (px) des Bildes in der Spalte auswählen. Um dies zu deaktivieren, "
1077
- "deaktiviere einfach „FIFU“ in den Bildschirmoptionen."
1078
-
1079
- msgid ""
1080
- "This experimental feature allows to input a shortcode instead of an URL. It "
1081
- "would allow you to have any content as Featured Media (a music, a text, a "
1082
- "map etc). However, some contents will need a large area of your site to be "
1083
- "shown properly. So you should define a minimum width that an area of your "
1084
- "site should have to be able to show the shortcode content. Otherwise an icon "
1085
- "will be shown."
1086
- msgstr ""
1087
- "Diese experimentelle Funktion ermöglicht die Eingabe eines Shortcodes "
1088
- "anstelle einer URL. Du kannst Inhalte als vorgestellte Medien (Musik, Text, "
1089
- "Karte usw.) verwenden. Bei einigen Inhalten muss jedoch ein großer Bereich "
1090
- "Deiner Website ordnungsgemäß angezeigt werden. Du solltest daher eine "
1091
- "Mindestbreite definieren, in der ein Bereich Deiner Website den Shortcode-"
1092
- "Inhalt anzeigen muss. Andernfalls wird ein Symbol angezeigt."
1093
-
1094
- msgid ""
1095
- "this plugin doesn't save images in the media library. It means that enabling "
1096
- "the two toggles below all post types that have an external Featured Image "
1097
- "will no longer have any Featured Image. And you can't undo this action "
1098
- "later. This also applies to FIFU galleries, videos, sliders and shortcodes."
1099
- msgstr ""
1100
- "Dieses Plugin speichert keine Bilder in der Medienbibliothek. Dies bedeutet, "
1101
- "dass das Aktivieren der beiden Schaltflächen unter allen Beitragstypen, die "
1102
- "ein externes ausgewähltes Bild haben, kein ausgewähltes Bild mehr enthält. "
1103
- "Und Du kannst diese Aktion später nicht mehr rückgängig machen. Dies gilt "
1104
- "auch für FIFU-Galerien, Videos, Schieberegler und Shortcodes."
1105
-
1106
- msgid "Thumbnails"
1107
- msgstr "Miniaturansichten"
1108
-
1109
- msgid "time between each transition (in ms)"
1110
- msgstr "Zeit zwischen den einzelnen Übergängen (ms)"
1111
-
1112
- msgid "time (in ms)"
1113
- msgstr "Zeit (in ms)"
1114
-
1115
- msgid "To repeat the process enable the toggle again."
1116
- msgstr "Um den Vorgang zu wiederholen aktiviere den Schalter erneut."
1117
-
1118
- msgid ""
1119
- "To schedule this process (hourly, daily etc), you can use the hook "
1120
- "fifu_event with your favorite cron event plugin. Suggestion:"
1121
- msgstr ""
1122
- "Um diesen Prozess zu planen (stündlich, täglich usw.), kannst Du den Hook "
1123
- "„fifu_event“ mit Deinem bevorzugten Cron-Event-Plugin verwenden. Vorschlag:"
1124
-
1125
- msgid "transition duration (in ms)"
1126
- msgstr "Übergangs-Länge (im ms)"
1127
-
1128
- msgid "Troubleshooting"
1129
- msgstr "Problemlösungen"
1130
-
1131
- msgid ""
1132
- "Unlike Youtube, Vimeo videos can't fit a theme area without generating a "
1133
- "vertical padding. Here you can change the background color from transparent "
1134
- "to black."
1135
- msgstr ""
1136
- "Im Gegensatz zu Youtube können Vimeo-Videos nicht in ein Theme passen, ohne "
1137
- "eine vertikale Auffüllung zu erzeugen. Hier kannst Du die Hintergrundfarbe "
1138
- "von transparent zu schwarz ändern."
1139
-
1140
- msgid "Unsplash Image Size"
1141
- msgstr "Unsplash Bildgröße"
1142
-
1143
- msgid "Update all your posts applying the configuration above. "
1144
- msgstr "Aktualisiere alle Beiträge mit der obigen Konfiguration."
1145
-
1146
- msgid "update all your posts now"
1147
- msgstr "Alle Posts JETZT aktualisieren"
1148
-
1149
- msgid "URL from Post Content"
1150
- msgstr "URL vom Beitragsinhalt"
1151
-
1152
- msgid "URL Parameters"
1153
- msgstr "URL Parameter"
1154
-
1155
- msgid "Use FIFU with WooCommerce import."
1156
- msgstr "Verwende FIFU mit WooCommerce-Import."
1157
-
1158
- msgid ""
1159
- "Useful if you have small images, here you can define if the image should be "
1160
- "shown in the original size or resized to the dimensions of the available "
1161
- "area."
1162
- msgstr ""
1163
- "Nützlich, wenn Du kleine Bilder hast. Hier kannst Du festlegen, ob das Bild "
1164
- "in der Originalgröße angezeigt oder auf die Abmessungen des verfügbaren "
1165
- "Bereichs angepasst werden soll."
1166
-
1167
- msgid ""
1168
- "Use social tags to share your posts (and their Featured Images) on the "
1169
- "social media."
1170
- msgstr ""
1171
- "Verwende soziale Tags, um Deine Beiträge (und Deine ausgewählten Bilder) in "
1172
- "den sozialen Medien zu teilen."
1173
-
1174
- msgid "use the 1st (or nth) image (or video) as Featured Image"
1175
- msgstr "Verwende das erste (oder (s)te) Bild (oder Video) als empfohlenes Bild"
1176
-
1177
- msgid "Variable Product"
1178
- msgstr "Variables Produkt"
1179
-
1180
- msgid "variation image gallery requires"
1181
- msgstr "Variation Bildergalerie erfordert"
1182
-
1183
- msgid "Vertical Rotation"
1184
- msgstr "Vertikale Rotation"
1185
-
1186
- msgid "Video"
1187
- msgstr "Video"
1188
-
1189
- msgid "Video Gallery:"
1190
- msgstr "Video-Galerie:"
1191
-
1192
- msgid "Video Gallery (URL)"
1193
- msgstr "Video-Galerie (URL)"
1194
-
1195
- msgid "Video Thumbnail"
1196
- msgstr "Video-Miniatur"
1197
-
1198
- msgid "Video + Video Gallery (URLs delimited by \"|\")"
1199
- msgstr "Video + Video Galerie (URLs getrennt durch ein Pipe „|“)"
1200
-
1201
- msgid "width"
1202
- msgstr "Breite"
1203
-
1204
- msgid ""
1205
- "With Lazy Load, images and videos won't be loaded until user scrolls to "
1206
- "them. It makes your home (or shop) faster."
1207
- msgstr ""
1208
- "Mit Lazy Load werden Bilder und Videos erst geladen, wenn der Benutzer einen "
1209
- "Bildlauf zu ihnen durchführt. (Macht die Seite schneller)"
1210
-
1211
- msgid "WooCommerce"
1212
- msgstr "WooCommerce"
1213
-
1214
- msgid "WooCommerce REST API"
1215
- msgstr "WooCommerce REST API"
1216
-
1217
- msgid "WordPress REST API"
1218
- msgstr "WordPress REST API"
1219
-
1220
- msgid "WP All Import"
1221
- msgstr "WP All Import"
1222
-
1223
- msgid "WP / WooCommerce REST API"
1224
- msgstr "WP / WooCommerce REST API"
1225
-
1226
- msgid "You cannot access private data."
1227
- msgstr "Sie können nicht auf private Daten zugreifen."
1228
-
1229
- msgid ""
1230
- "You can set Featured Images using custom fields. The main one is "
1231
- "fifu_image_url and you can set that using REST API. For nonstandard "
1232
- "automation, enable Schedule Metadata Generation, at Admin tab (no additional "
1233
- "code required)."
1234
- msgstr ""
1235
- "Du kannst ausgewählte Bilder mithilfe benutzerdefinierter Felder festlegen. "
1236
- "Das wichtigste ist fifu_image_url und Du kannst dies mithilfe der REST-API "
1237
- "festlegen. Aktiviere für nicht standardmäßige Automatisierung die "
1238
- "Generierung von Metadaten auf der Registerkarte „Administrator“ (kein "
1239
- "zusätzlicher Code erforderlich)."
1240
-
1241
- msgid "You just need to create a post and use me as the Featured Image:"
1242
- msgstr ""
1243
- "Du musst nur einen Beitrag erstellen und mich als ausgewähltes Bild "
1244
- "verwenden:"
1245
-
1246
- msgid ""
1247
- "You just need to get one URL (Square 75, for example). Use that into the "
1248
- "Featured Image (URL) field of your post. FIFU will handle this URL to "
1249
- "provide the image in different sizes."
1250
- msgstr ""
1251
- "Du musst nur eine URL abrufen (z. B. Square 75). Verwenden Sie dies in das "
1252
- "Feld „Ausgewähltes Bild“ (URL) Ihres Beitrags. Die FIFU verarbeitet diese "
1253
- "URL, um das Bild in verschiedenen Größen bereitzustellen."
1254
-
1255
- msgid ""
1256
- "your license key is not activated for this site. For more information please "
1257
- "access Settings > License Key."
1258
- msgstr ""
1259
- "Dein Lizenzschlüssel ist für diese Site nicht aktiviert. Weitere "
1260
- "Informationen findest Du unter Einstellungen> Lizenzschlüssel."
1261
-
1262
- msgid ""
1263
- "You've enabled Same Height feature, that works by cropping the image. Here "
1264
- "you can define which part of the image should be shown."
1265
- msgstr ""
1266
- "Du hast die Funktion „Gleiche Höhe“ aktiviert, mit der das Bild beschnitten "
1267
- "wird. Hier kannst Du festlegen, welcher Teil des Bildes angezeigt werden "
1268
- "soll."
1269
-
1270
- msgid "You were probably using a deprecated feature. Just do it:"
1271
- msgstr ""
1272
- "Du hast wahrscheinlich eine veraltete Funktion verwendet. Mach es einfach:"
1273
-
1274
- msgid "z-index"
1275
- msgstr "z-index"
1276
-
1277
- msgid "zoom"
1278
- msgstr "Zoom"
1279
-
1280
- msgid "Zoom In"
1281
- msgstr "Zoom-In"
1282
-
1283
- msgid "Zoom Out"
1284
- msgstr "Zoom-Out"
1285
-
1286
- msgid "If you need help, you can refer to"
1287
- msgstr "Wenn Du Hilfe brauchst kannst Du so Hilfe bekommen"
1288
-
1289
- msgid "or send an email to"
1290
- msgstr "oder sende eine E-Mail an"
1291
-
1292
- msgid "with this"
1293
- msgstr "Hiermit"
1294
-
1295
- msgid "troubleshooting"
1296
- msgstr "Problemlösungen"
1297
-
1298
- msgid "3) paste it here: "
1299
- msgstr "3) Füge es hier ein "
1300
-
1301
- msgid "2) find the box"
1302
- msgstr "2) Finde die Box"
1303
-
1304
- msgid ""
1305
- "Requirement: access Plugins -> Plugin Editor -> Select plugin to edit -> "
1306
- "Featured Image from URL -> Select. Then change the value of "
1307
- "FIFU_DELETE_ALL_URLS from false to true."
1308
- msgstr ""
1309
- "Voraussetzung: Zugriff auf Plugins -> Plugin-Editor -> Zum Bearbeiten "
1310
- "ausgewähltes Plugin -> Ausgewähltes Bild von URL -> Auswählen. Ändere dann "
1311
- "den Wert von FIFU_DELETE_ALL_URLS von false in true."
1312
-
1313
- msgid "Unofficial solutions are not supported"
1314
- msgstr "Inoffizielle Lösungen werden nicht unterstützt"
1315
-
1316
- msgid ""
1317
- "if you intend to use FIFU in multiple distinct sites you can buy more "
1318
- "license keys"
1319
- msgstr ""
1320
- "Wenn Sie FIFU an mehreren Standorten verwenden möchten, können Sie weitere "
1321
- "Lizenzschlüssel kaufen"
1322
-
1323
- msgid ""
1324
- "Examples: image URL: https://domain.com/image.jpg; keywords: sea,sun. To get "
1325
- "a random image leave this field empty."
1326
- msgstr ""
1327
- "Beispiele: Bild-URL: https://domain.com/image.jpg; Schlüsselwörter: Meer, "
1328
- "Sonne. Um ein zufälliges Bild zu erhalten, lasse dieses Feld leer."
1329
-
1330
- msgid "Video URL"
1331
- msgstr "Video URL"
1332
-
1333
- msgid "remove external featured video"
1334
- msgstr "FIFU Video entfernen"
1335
-
1336
- msgid "Default values is |"
1337
- msgstr "Standardwert ist ein Pipe „|“"
1338
-
1339
- msgid "Delimited by |"
1340
- msgstr "Getrennt durch ein Pipe „|“"
1341
-
1342
- msgid "List Delimiter"
1343
- msgstr "Listenbegrenzer"
1344
-
1345
- msgid "Gallery Image (URL)"
1346
- msgstr "Bildergalerie (URL)"
1347
-
1348
- msgid "Add image from Sirv"
1349
- msgstr "Füge Bild von SIRV ein"
1350
-
1351
- msgid "Feature of the month"
1352
- msgstr "Funktion des Monats"
1353
-
1354
- msgid "CSS selector"
1355
- msgstr "CSS-Selektor"
1356
-
1357
- msgid ""
1358
- "embedded video can be replaced by its thumbnail + play button (drastically "
1359
- "decreases the loading time)"
1360
- msgstr ""
1361
- "Eingebettetes Video kann durch die Miniaturansicht + Wiedergabetaste ersetzt "
1362
- "werden (verkürzt die Ladezeit drastisch)."
1363
-
1364
- msgid "Google Chrome Extension for FIFU"
1365
- msgstr "Google Chrome Erweiterung für FIFU"
1366
-
1367
- msgid "support to private videos from Vimeo"
1368
- msgstr "Unterstützung für private Videos von Vimeo"
1369
-
1370
- msgid "integration with WooCoomerce Additional Variation Images plugin"
1371
- msgstr "Integration mit dem WooCommerce Additional Variation Images Plugin"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/featured-image-from-url-el.mo DELETED
Binary file
languages/featured-image-from-url-el.po DELETED
@@ -1,1410 +0,0 @@
1
- # Copyright (C) 2020 Featured Image from URL
2
- # This file is distributed under the same license as the Featured Image from URL plugin.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: Featured Image from URL 3.1.4\n"
6
- "Report-Msgid-Bugs-To: marcel@featuredimagefromurl.com\n"
7
- "Language-Team: marcel@featuredimagefromurl.com\n"
8
- "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=UTF-8\n"
10
- "Content-Transfer-Encoding: 8bit\n"
11
- "POT-Creation-Date: 2020-06-26T18:49:47-03:00\n"
12
- "PO-Revision-Date: 2020-07-12 03:42+0300\n"
13
- "X-Generator: Poedit 2.3.1\n"
14
- "X-Domain: featured-image-from-url\n"
15
- "Last-Translator: \n"
16
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
- "Language: el_GR\n"
18
-
19
- #. Description of the plugin
20
- msgid ""
21
- "Use an external image as Featured Image of a post or WooCommerce product. "
22
- "Includes Image Search, Video, Social Tags, SEO, Lazy Load, Gallery, "
23
- "Automation etc."
24
- msgstr ""
25
- "Χρησιμοποιήστε μια εξωτερική εικόνα ως προβεβλημένη εικόνα μιας δημοσίευσης "
26
- "ή ενός προϊόντος WooCommerce. Περιλαμβάνει αναζήτηση εικόνας, βίντεο, "
27
- "κοινωνικές ετικέτες, SEO, Lazy Load, Γκαλερί, Αυτοματισμός κλπ."
28
-
29
- msgid "1) access Metadata tab;"
30
- msgstr "1) καρτέλα μεταδεδομένων πρόσβασης.;"
31
-
32
- msgid "1) add a new post;"
33
- msgstr "1) προσθέστε ένα νέο άρθρο;"
34
-
35
- msgid "1) right click me now;"
36
- msgstr "1) κάνε με δεξί κλικ τώρα;"
37
-
38
- msgid ""
39
- "2) enable Clean Metadata (it will be automatically disabled when finished);"
40
- msgstr ""
41
- "2) επιτρέψου τον καθαρισμό των μεταδεδομένων (θα απενεργοποιηθεί αυτόματα "
42
- "όταν τελειώσει);"
43
-
44
- msgid "2) select \"Copy image address\";"
45
- msgstr "2) επιλογή \"Αντιγραφή διεύθυνσης εικόνας\";"
46
-
47
- msgid "315 Degrees"
48
- msgstr "315 μοίρες"
49
-
50
- msgid "360 Degrees"
51
- msgstr "360 μοίρες"
52
-
53
- msgid "3) enable Image Metadata."
54
- msgstr "3) ενεργοποιήστε τα Μεταδεδομένα Εικόνας."
55
-
56
- msgid "3) paste my address into \"Image URL\" field."
57
- msgstr "3) επικολλήστε τη διεύθυνσή μου στο πεδίο \"Url εικόνας\"."
58
-
59
- msgid "Add Class"
60
- msgstr "Προσθήκη Κλάσης"
61
-
62
- msgid ""
63
- "Add FIFU fields (Featured Image and Image Gallery) to product variations."
64
- msgstr ""
65
- "Προσθέστε τα πεδία FIFU (Προτεινόμενη εικόνα και συλλογή εικόνων) στις "
66
- "παραλλαγές προϊόντων."
67
-
68
- msgid "Add icons to the video thumbnails in the WooCommerce gallery."
69
- msgstr "Προσθέστε εικονίδια στις μικρογραφίες βίντεο στη συλλογή WooCommerce."
70
-
71
- msgid ""
72
- "Add Media RSS tags in the RSS feed. This way, services that make use of RSS, "
73
- "such as Google News, can show the Featured Images."
74
- msgstr ""
75
- "Προσθέστε ετικέτες Media RSS στη ροή RSS. Με αυτόν τον τρόπο, οι υπηρεσίες "
76
- "που χρησιμοποιούν RSS, όπως οι Ειδήσεις Google, μπορούν να εμφανίσουν τις "
77
- "Επιλεγμένες Εικόνες."
78
-
79
- msgid "Add-On"
80
- msgstr "Πρόσθετο"
81
-
82
- msgid ""
83
- "Add play button to video thumbnail. Clicking on that, the video starts "
84
- "inline or in a lightbox."
85
- msgstr ""
86
- "Προσθήκη κουμπιού αναπαραγωγής στη μικρογραφία βίντεο. Κάνοντας κλικ σε "
87
- "αυτό, το βίντεο ξεκινά inline ή σε lightbox."
88
-
89
- msgid "add social tags"
90
- msgstr "προσθήκη κοινωνικών ετικετών"
91
-
92
- msgid ""
93
- "Add some FIFU parameters to your image URLs. It only makes sense when you "
94
- "have a theme (or plugin) that calls the image URLs in a nonstandard way, "
95
- "what could break some FIFU features, such as Video, Slider, Shortcode, Add "
96
- "Class, Lazy Load and Same Height > Object Fit."
97
- msgstr ""
98
- "Προσθέστε μερικές παραμέτρους FIFU στις διευθύνσεις URL της εικόνας σας. Δεν "
99
- "έχει νόημα μόνο όταν έχετε ένα θέμα (ή ένα πρόσθετο) που καλεί τις "
100
- "διευθύνσεις URL της εικόνας με μη τυπικό τρόπο, τι θα μπορούσε να σπάσει "
101
- "κάποιες λειτουργίες FIFU, όπως Video, Slider, Shortcode, Add Class, Lazy "
102
- "Load και Same Height> Object Fit."
103
-
104
- msgid "Add the class \"fifu-class\" to the Featured Image tags."
105
- msgstr "Προσθέστε την κλάση \"fifu-class\" στις ετικέτες Επιλεγμένη εικόνα."
106
-
107
- msgid "Admin"
108
- msgstr "Διαχειριστής"
109
-
110
- msgid "A famous plugin doesn't work with FIFU"
111
- msgstr "Ένα διάσημο πρόσθετο δεν λειτουργεί με το FIFU"
112
-
113
- msgid "All my images disappeared"
114
- msgstr "Όλες οι εικόνες μου εξαφανίστηκαν"
115
-
116
- msgid "All Posts"
117
- msgstr "Όλα Τα Άρθρα"
118
-
119
- msgid "Alt"
120
- msgstr "Alt"
121
-
122
- msgid "Title + Titles Gallery (delimited by \"|\")"
123
- msgstr "Τίτλος + Συλλογή Εικόνων (οριοθετείται από \"|\")"
124
-
125
- msgid "alt/title attribute (optional)"
126
- msgstr "ιδιότητα alt/title χαρακτηριστικό (προαιρετικό)"
127
-
128
- msgid ""
129
- "always use the post title as image title (it will ignore FIFU alt/title "
130
- "field)"
131
- msgstr ""
132
- "χρησιμοποιείτε πάντα τον τίτλο της ανάρτησης ως τίτλο εικόνας (θα αγνοήσει "
133
- "το πεδίο FIFU alt / title)"
134
-
135
- msgid ""
136
- "And don't worry about storage. I will remain EXTERNAL. I WON'T be uploaded "
137
- "to your media library."
138
- msgstr ""
139
- "Και μην ανησυχείτε για την αποθήκευση. Θα παραμείνω ΕΞΩΤΕΡΙΚΟΣ. Δεν θα "
140
- "μεταφορτωθώ στη βιβλιοθήκη πολυμέσων σας."
141
-
142
- msgid "and you want a 4:3 size ratio"
143
- msgstr "και θέλετε μια αναλογία μεγέθους 4: 3"
144
-
145
- msgid "archive"
146
- msgstr "αρχείο"
147
-
148
- msgid "attribute"
149
- msgstr "ιδιότητα"
150
-
151
- msgid "Autoplay"
152
- msgstr "Αυτόματη αναπαραγωγή"
153
-
154
- msgid "Autoplay videos (available for YouTube and Vimeo)."
155
- msgstr "Αυτόματη αναπαραγωγή βίντεο (διαθέσιμα για το YouTube και το Vimeo)."
156
-
157
- msgid "Auto Set Category Images"
158
- msgstr "Αυτόματη ρύθμιση εικόνων κατηγορίας"
159
-
160
- msgid "Auto Set Image Title"
161
- msgstr "Αυτόματη ρύθμιση τίτλου εικόνας"
162
-
163
- msgid "Background Video"
164
- msgstr "Βίντεο Φόντου"
165
-
166
- msgid "batch"
167
- msgstr "batch"
168
-
169
- msgid "Batch"
170
- msgstr "Batch"
171
-
172
- msgid "Black Background"
173
- msgstr "Μαύρο Φόντο"
174
-
175
- msgid "Blur"
176
- msgstr "Θολούρα"
177
-
178
- msgid "Blur Gray Scale"
179
- msgstr "Γκρίζο θόλωμα"
180
-
181
- msgid "Brighten"
182
- msgstr "Λαμπρότερο"
183
-
184
- msgid "cart"
185
- msgstr "καλάθι"
186
-
187
- msgid "category"
188
- msgstr "κατηγορία"
189
-
190
- msgid "Category Image on Grid"
191
- msgstr "Εικόνα κατηγορίας στο πλέγμα"
192
-
193
- msgid "Check for updates"
194
- msgstr "Ελεγχος για ενημερώσεις"
195
-
196
- msgid "Choose a hover effect to be applied to the Featured Images on home."
197
- msgstr ""
198
- "Επιλέξτε ένα εφέ αιωρήματος για εφαρμογή στις Επιλεγμένες εικόνες στην "
199
- "αρχική."
200
-
201
- msgid "Choose Sirv image"
202
- msgstr "Επιλέξτε Εικόνα Sirv"
203
-
204
- msgid "Choose the number of fields you have in the post editor."
205
- msgstr ""
206
- "Επιλέξτε τον αριθμό των πεδίων που έχετε στο πρόγραμμα επεξεργασίας "
207
- "αναρτήσεων."
208
-
209
- msgid ""
210
- "Choose the size of the Unsplash images (loaded randomly or via keywords "
211
- "search). Examples of valid sizes: 500x500, 300x400, 1920x1080... Or leave "
212
- "this field empty to get the original size."
213
- msgstr ""
214
- "Επιλέξτε το μέγεθος των εικόνων Unsplash (φορτωμένα τυχαία ή μέσω αναζήτησης "
215
- "λέξεων-κλειδιών). Παραδείγματα έγκυρων μεγεθών: 500x500, 300x400, "
216
- "1920x1080 ... Ή αφήστε αυτό το πεδίο κενό για να λάβετε το αρχικό μέγεθος."
217
-
218
- msgid "Chrome Extension Available"
219
- msgstr "Επέκταση Chrome Διαθέσιμη"
220
-
221
- msgid "Circle"
222
- msgstr "Κύκλος"
223
-
224
- msgid "Clean Metadata"
225
- msgstr "Καθαρισμός μεταδεδομένων"
226
-
227
- msgid "clean the dimensions of all Featured Images now"
228
- msgstr "καθαρίστε τις διαστάσεις όλων των επιλεγμένων εικόνων τώρα"
229
-
230
- msgid ""
231
- "Clean the Image Metadata generated by FIFU, but not the URLs. This option "
232
- "might be necessary if you intend to deactivate the plugin and use only "
233
- "internal Featured Images again."
234
- msgstr ""
235
- "Καθαρίστε τα μεταδεδομένα εικόνας που δημιουργήθηκαν από το FIFU, αλλά όχι "
236
- "τα URL. Αυτή η επιλογή μπορεί να είναι απαραίτητη εάν σκοπεύετε να "
237
- "απενεργοποιήσετε την προσθήκη και να χρησιμοποιήσετε ξανά μόνο εσωτερικές "
238
- "επιλεγμένες εικόνες."
239
-
240
- msgid "color"
241
- msgstr "χρώμα"
242
-
243
- msgid "Configuration"
244
- msgstr "Διαμόρφωση"
245
-
246
- msgid "confirm that you are ready to lose your Featured Images"
247
- msgstr "επιβεβαιώστε ότι είστε έτοιμοι να χάσετε τις Επιλεγμένες Εικόνες σας"
248
-
249
- msgid ""
250
- "copy the post title to FIFU alt/title field (it has effect when you click on "
251
- "Publish button in the post editor)"
252
- msgstr ""
253
- "αντιγράψτε τον τίτλο της ανάρτησης στο πεδίο FIFU alt/title (ισχύει όταν "
254
- "κάνετε κλικ στο κουμπί Δημοσίευση στο πρόγραμμα επεξεργασίας αναρτήσεων)"
255
-
256
- msgid "Creating your first product"
257
- msgstr "Δημιουργία του πρώτου προϊόντος σας"
258
-
259
- msgid ""
260
- "crops the images (the options center, top and bottom will be available in "
261
- "the post editor);"
262
- msgstr ""
263
- "περικόπτει τις εικόνες (το κέντρο επιλογών, το πάνω και το κάτω μέρος θα "
264
- "είναι διαθέσιμα στον επεξεργαστή άρθρον)"
265
-
266
- msgid "CSS selectors (optional)"
267
- msgstr "Επιλογείς CSS (προαιρετικά)"
268
-
269
- msgid "CSS Style"
270
- msgstr "Kλάση CSS"
271
-
272
- msgid "CSV example"
273
- msgstr "Παράδειγμα CSV"
274
-
275
- msgid "Custom Fields"
276
- msgstr "Προσαρμοσμένα Πεδία"
277
-
278
- msgid "Custom Post Type"
279
- msgstr "Τύπος προσαρμοσμένης ανάρτησης"
280
-
281
- msgid "Database"
282
- msgstr "Βάση Δεδομένων"
283
-
284
- msgid "Default Featured Image"
285
- msgstr "Προεπιλεγμένη επιλεγμένη εικόνα"
286
-
287
- msgid "Define a CSS style to be applied to the Featured Images. Example:"
288
- msgstr ""
289
- "Ορίστε ένα στυλ CSS που θα εφαρμοστεί στις Προτεινόμενες Εικόνες. Παράδειγμα:"
290
-
291
- msgid ""
292
- "Define a minimum width that a theme area should have to show a video. FIFU "
293
- "automatically shows a thumbnail when the minimum width is not reached."
294
- msgstr ""
295
- "Ορίστε ένα ελάχιστο πλάτος που πρέπει να έχει μια περιοχή θέματος για να "
296
- "εμφανίσει ένα βίντεο. Το FIFU εμφανίζει αυτόματα μια μικρογραφία όταν δεν "
297
- "έχει επιτευχθεί το ελάχιστο πλάτος."
298
-
299
- msgid "Define the slider settings here."
300
- msgstr "Ορίστε τις ρυθμίσεις του ρυθμιστικού εδώ."
301
-
302
- msgid ""
303
- "Define the URL of a default image to be shown when you create (or update) a "
304
- "post with no Featured Image."
305
- msgstr ""
306
- "Ορίστε τη διεύθυνση URL μιας προεπιλεγμένης εικόνας που θα εμφανίζεται όταν "
307
- "δημιουργείτε (ή ενημερώνετε) μια ανάρτηση χωρίς την Προτεινόμενη εικόνα."
308
-
309
- msgid ""
310
- "Define the URL of an image to be shown in case of image not found error."
311
- msgstr ""
312
- "Ορίστε τη διεύθυνση URL μιας εικόνας που θα εμφανίζεται σε περίπτωση "
313
- "σφάλματος της εικόνας που δεν βρέθηκε."
314
-
315
- msgid "deforms the images."
316
- msgstr "παραμορφώνει τις εικόνες."
317
-
318
- msgid "Delay"
319
- msgstr "Καθυστέρηση"
320
-
321
- msgid "Delete All URLs"
322
- msgstr "Διαγραφή όλων των διευθύνσεων URL"
323
-
324
- msgid "delete all your URLs now"
325
- msgstr "διαγράψτε όλα τα URL σας τώρα"
326
-
327
- msgid "Disable lightbox and zoom from image gallery."
328
- msgstr "Απενεργοποιήστε το lightbox και το zoom από τη συλλογή εικόνων."
329
-
330
- msgid "Documentation"
331
- msgstr "Τεκμηρίωση"
332
-
333
- msgid ""
334
- "Don't you believe me? So why don't you check my Internet address (also known "
335
- "as URL)?"
336
- msgstr ""
337
- "Δεν με πιστεύεις;? Γιατί λοιπόν δεν ελέγχετε τη διεύθυνσή μου στο Διαδίκτυο "
338
- "(επίσης γνωστή ως διεύθυνση URL)?"
339
-
340
- msgid "e.g.: 16:9"
341
- msgstr "π.χ.: 16: 9"
342
-
343
- msgid "e.g.: 300"
344
- msgstr "π.χ.: 300"
345
-
346
- msgid "e.g.: 600"
347
- msgstr "π.χ.: 600"
348
-
349
- msgid "e.g.: 64"
350
- msgstr "π.χ.: 64"
351
-
352
- msgid "Email"
353
- msgstr "Διεύθυνση email"
354
-
355
- msgid "Email address where you received the license key"
356
- msgstr ""
357
- "Διεύθυνση ηλεκτρονικού ταχυδρομείου από την οποία λάβατε το κλειδί άδειας "
358
- "χρήσης"
359
-
360
- msgid "Endpoints"
361
- msgstr "Τελικά σημεία"
362
-
363
- msgid "Examples of selectors..."
364
- msgstr "Παραδείγματα επιλογών ..."
365
-
366
- msgid "Examples of valid size ratios: 3:2, 16:9, 1:1..."
367
- msgstr "Παραδείγματα έγκυρων αναλογιών μεγέθους: 3: 2, 16: 9, 1: 1 ..."
368
-
369
- msgid "fade effect"
370
- msgstr "εφέ εξασθένισης"
371
-
372
- msgid "FAQ"
373
- msgstr "Συχνές ερωτήσεις"
374
-
375
- msgid "Fast Support"
376
- msgstr "Γρήγορη Υποστήριξη"
377
-
378
- msgid "Featured Image"
379
- msgstr "Προτεινόμενη Εικόνα"
380
-
381
- msgid "Featured Image Title"
382
- msgstr "Επιλεγμένος τίτλος εικόνας"
383
-
384
- msgid "Featured Image Title + Gallery Titles (delimited by \"|\")"
385
- msgstr "Επιλεγμένος τίτλος εικόνας + Τίτλοι συλλογής (οριοθετείται από \"|\")"
386
-
387
- msgid "Featured Image Title + Gallery Titles"
388
- msgstr "Επιλεγμένος τίτλος εικόνας + Τίτλοι συλλογής"
389
-
390
- msgid "Featured Image Column"
391
- msgstr "Προτεινόμενη στήλη εικόνας"
392
-
393
- msgid "Featured Image in Content"
394
- msgstr "Προτεινόμενη εικόνα στο περιεχόμενο"
395
-
396
- msgid "Featured Image (URL)"
397
- msgstr "Προτεινόμενη διεύθυνση (URL) εικόνας"
398
-
399
- msgid "Featured Image URL"
400
- msgstr "Προτεινόμενη διεύθυνση URL εικόνας"
401
-
402
- msgid "Featured Image URL + Gallery URLs (delimited by \"|\")"
403
- msgstr ""
404
- "Προτεινόμενη διεύθυνση URL εικόνας + URL συλλογής (οριοθετείται από \"|\")"
405
-
406
- msgid "Featured Image URL + Gallery URLs"
407
- msgstr "Προτεινόμενη διεύθυνση URL εικόνας + URL συλλογής"
408
-
409
- msgid "Featured Shortcode"
410
- msgstr "Προτεινόμενος σύντομος κωδικός"
411
-
412
- msgid "Featured Slider"
413
- msgstr "Επιλεγμένο ρυθμιστικό"
414
-
415
- msgid "Featured Slider (URL)"
416
- msgstr "Επιλεγμένο ρυθμιστικό (URL)"
417
-
418
- msgid "Featured Slider (URLs)"
419
- msgstr "Featured Slider (URLs)"
420
-
421
- msgid "Featured Slider URLs (delimited by \"|\")"
422
- msgstr "Προτεινόμενες διευθύνσεις URL ρυθμιστικών (οριοθετημένες με \"|\")"
423
-
424
- msgid "Featured Video"
425
- msgstr "Επιλεγμένο βίντεο"
426
-
427
- msgid "Featured Video (URL)"
428
- msgstr "Επιλεγμένο βίντεο (URL)"
429
-
430
- msgid "Featured Video URL"
431
- msgstr "Επιλεγμένο βίντεο URL"
432
-
433
- msgid "Featured Video URL + Gallery URLs (delimited by \"|\")"
434
- msgstr "Προτεινόμενο URL βίντεο + URL συλλογής (οριοθετείται από \"|\")"
435
-
436
- msgid "Featured Video URL + Gallery URLs"
437
- msgstr "Προτεινόμενο URL βίντεο + URL συλλογής"
438
-
439
- msgid "FIFU automatically adds its add-on to WP All Import."
440
- msgstr "Το FIFU προσθέτει αυτόματα το πρόσθετο του στο WP All Import."
441
-
442
- msgid ""
443
- "FIFU supports videos from YouTube, Vimeo, Imgur, 9GAG, Cloudinary, Tumblr "
444
- "and Publitio (videos hosted elsewhere are not supported)."
445
- msgstr ""
446
- "Το FIFU υποστηρίζει βίντεο από το YouTube, το Vimeo, το Imgur, το 9GAG, το "
447
- "Cloudinary, το Tumblr και το Publitio (δεν υποστηρίζονται βίντεο που "
448
- "φιλοξενούνται αλλού)."
449
-
450
- msgid "Flashing"
451
- msgstr "Αναβοσβήνει"
452
-
453
- msgid "follow redirects (it will make the process slower)"
454
- msgstr "ακολουθήστε ανακατευθύνσεις (θα κάνει τη διαδικασία πιο αργή)"
455
-
456
- msgid "for Vimeo videos"
457
- msgstr "για βίντεο Vimeo"
458
-
459
- msgid "for YouTube videos"
460
- msgstr "για βίντεο στο YouTube"
461
-
462
- msgid "Gallery Fields"
463
- msgstr "Πεδία γκαλερί"
464
-
465
- msgid "Gallery Icon"
466
- msgstr "Εικονίδιο γκαλερί"
467
-
468
- msgid "Getting Flickr URL"
469
- msgstr "Λήψη διεύθυνσης URL Flickr"
470
-
471
- msgid "Getting Started"
472
- msgstr "Ξεκινώντας"
473
-
474
- msgid "Giphy search"
475
- msgstr "Aναζήτηση Giphy"
476
-
477
- msgid "Giphy Search"
478
- msgstr "Aναζήτηση Giphy"
479
-
480
- msgid "Gray Scale"
481
- msgstr "Γκρι κλίμακα"
482
-
483
- msgid "Help"
484
- msgstr "Βοήθεια"
485
-
486
- msgid "here"
487
- msgstr "εδώ"
488
-
489
- msgid "Hide Featured Media"
490
- msgstr "Απόκρυψη επιλεγμένων μέσων"
491
-
492
- msgid "hide from grid"
493
- msgstr "απόκρυψη από το πλέγμα"
494
-
495
- msgid "hide the 1st (or nth) image (or video) from content"
496
- msgstr "απόκρυψη της 1ης (ή nth) εικόνας (ή βίντεο) από το περιεχόμενο"
497
-
498
- msgid ""
499
- "Hide the Featured Media (Image, Video or Slider) on posts but keeping its "
500
- "visibility on home."
501
- msgstr ""
502
- "Απόκρυψη των επιλεγμένων μέσων (εικόνα, βίντεο ή ρυθμιστικό) σε αναρτήσεις, "
503
- "αλλά διατηρείτε την ορατότητά του στην αρχική."
504
-
505
- msgid "Hi, I'm an EXTERNAL image!"
506
- msgstr "Γεια, είμαι μια ΕΞΩΤΕΡΙΚΗ εικόνα!"
507
-
508
- msgid "home"
509
- msgstr "αρχική"
510
-
511
- msgid "Horizontal Rotation"
512
- msgstr "Οριζόντια περιστροφή"
513
-
514
- msgid "Hover Effects"
515
- msgstr "Εφέ Hover"
516
-
517
- msgid ""
518
- "If for some reason jQuery is missing from your site, which is not commom, "
519
- "you can import that from a CDN."
520
- msgstr ""
521
- "Εάν για κάποιο λόγο λείπει το jQuery από τον ιστότοπό σας, που δεν είναι "
522
- "συνήθες, μπορείτε να το εισαγάγετε από ένα CDN."
523
-
524
- msgid ""
525
- "If you are setting the image URLs in a nonstandard way, the images probably "
526
- "won't be shown at front-end because some extra metadata is required. Here "
527
- "you can schedule an event to run each N minutes and check if there is some "
528
- "image URL without metadata and create that. The FIFU keys are listed on WP "
529
- "All Import > Custom Fields."
530
- msgstr ""
531
- "Εάν ορίζετε τις διευθύνσεις URL της εικόνας με μη τυπικό τρόπο, οι εικόνες "
532
- "πιθανότατα δεν θα εμφανίζονται στο μπροστινό μέρος, επειδή απαιτούνται "
533
- "ορισμένα επιπλέον μεταδεδομένα. Εδώ μπορείτε να προγραμματίσετε ένα συμβάν "
534
- "για εκτέλεση κάθε Ν λεπτών και να ελέγξετε αν υπάρχει κάποιο URL εικόνας "
535
- "χωρίς μεταδεδομένα και να το δημιουργήσετε. Τα FIFU στοιχεία παρατίθενται "
536
- "στο WP All Import> Custom Fields."
537
-
538
- msgid ""
539
- "if you have activated your license key for a development site before and now "
540
- "you want to activate that for this main site, contact the support too"
541
- msgstr ""
542
- "εάν έχετε ενεργοποιήσει το κλειδί άδειας χρήσης για έναν ιστότοπο ανάπτυξης "
543
- "πριν και τώρα θέλετε να το ενεργοποιήσετε για αυτόν τον κύριο ιστότοπο, "
544
- "επικοινωνήστε επίσης με την υποστήριξη"
545
-
546
- msgid ""
547
- "If you have different sizes of images on your home (or shop), enable the "
548
- "toggle below to show them in the same height. Depending on your theme, it "
549
- "may be necessary to use a Selector to inform where is the group of images "
550
- "that you want to resize. "
551
- msgstr ""
552
- "Εάν έχετε διαφορετικά μεγέθη εικόνων στην αρχική (ή στο κατάστημα), "
553
- "ενεργοποιήστε την εναλλαγή παρακάτω για να εμφανιστούν στο ίδιο ύψος. "
554
- "Ανάλογα με το θέμα σας, μπορεί να είναι απαραίτητο να χρησιμοποιήσετε έναν "
555
- "Επιλογέα για να ενημερώσετε πού είναι η ομάδα εικόνων που θέλετε να αλλάξετε "
556
- "το μέγεθος."
557
-
558
- msgid "if your domain has changed, please contact the support"
559
- msgstr ""
560
- "εάν διεύθυνση του ιστότοπου σας έχει αλλάξει, επικοινωνήστε με την υποστήριξη"
561
-
562
- msgid "ignore posts that already have a Featured Image (or video)"
563
- msgstr "αγνοήστε τις αναρτήσεις που έχουν ήδη επιλεγμένη εικόνα (ή βίντεο)"
564
-
565
- msgid "ignore URL from Post Content"
566
- msgstr "αγνοήστε τη διεύθυνση URL από το περιεχόμενο ανάρτησης"
567
-
568
- msgid "I'm a developer"
569
- msgstr "Είμαι προγραμματιστής"
570
-
571
- msgid "Image"
572
- msgstr "Εικόνα"
573
-
574
- msgid "Image Title"
575
- msgstr "Τίτλος Εικόνας"
576
-
577
- msgid "Image Gallery:"
578
- msgstr "Συλλογή Εικόνων:"
579
-
580
- msgid "Image Gallery (URL)"
581
- msgstr "Συλλογή εικόνων (URL)"
582
-
583
- msgid "Image + Image Gallery (URLs delimited by \"|\")"
584
- msgstr "Image + Image Gallery (διευθύνσεις URL οριοθετημένες με \"|\")"
585
-
586
- msgid "Image Metadata"
587
- msgstr "Μεταδεδομένα εικόνας"
588
-
589
- msgid "image (or video) position"
590
- msgstr "θέση εικόνας (ή βίντεο)"
591
-
592
- msgid "Image URL or Keywords"
593
- msgstr "URL εικόνας ή λέξεις-κλειδιά"
594
-
595
- msgid "Image Validation"
596
- msgstr "Επικύρωση εικόνας"
597
-
598
- msgid "Import"
599
- msgstr "Εισαγωγή"
600
-
601
- msgid "Important:"
602
- msgstr "Προσοχή:"
603
-
604
- msgid "Importing products..."
605
- msgstr "Εισαγωγή προϊόντων ..."
606
-
607
- msgid "Importing Variable Products to WooCommerce"
608
- msgstr "Εισαγωγή μεταβλητών προϊόντων στο WooCommerce"
609
-
610
- msgid "import jQuery from a CDN"
611
- msgstr "εισαγωγή jQuery από CDN"
612
-
613
- msgid "inline"
614
- msgstr "ένθετη"
615
-
616
- msgid ""
617
- "In order to FIFU identify your gallery, it's necessary to inform its CSS "
618
- "selector here. The default value is %1$s, but you may need a different "
619
- "selector if your theme overwrites the original WooCommerce layout."
620
- msgstr ""
621
- "Για να προσδιορίσετε τη συλλογή σας από τη FIFU, είναι απαραίτητο να "
622
- "ενημερώσετε μια ετικετα CSS εδώ. Η προεπιλεγμένη τιμή είναι %1$s, αλλά "
623
- "μπορεί να χρειαστείτε διαφορετικό επιλογέα εάν το θέμα σας αντικαθιστά την "
624
- "αρχική διάταξη WooCommerce."
625
-
626
- msgid "Interval (minutes)"
627
- msgstr "Διάστημα (λεπτά)"
628
-
629
- msgid "It can take some minutes and can't be undone, so make a backup."
630
- msgstr ""
631
- "Μπορεί να χρειαστούν μερικά λεπτά και δεν μπορεί να αναιρεθεί, γι 'αυτό "
632
- "δημιουργήστε ένα αντίγραφο ασφαλείας."
633
-
634
- msgid ""
635
- "It checks images addresses and, when an image is not found, its URL is not "
636
- "saved. However, each validation can take some seconds. It is not integrated "
637
- "with URL from Post Content or REST API features."
638
- msgstr ""
639
- "Ελέγχει τις διευθύνσεις εικόνων και, όταν δεν εντοπίζεται μια εικόνα, η "
640
- "διεύθυνση URL της δεν αποθηκεύεται. Ωστόσο, κάθε επικύρωση μπορεί να "
641
- "διαρκέσει μερικά δευτερόλεπτα. Δεν ενσωματώνεται με διεύθυνση URL από τις "
642
- "δυνατότητες Post Content ή REST API."
643
-
644
- msgid ""
645
- "It means I'm NOT in your media library and I'm NOT an attached plugin file "
646
- "too."
647
- msgstr ""
648
- "Αυτό σημαίνει ότι ΔΕΝ βρίσκομαι στη βιβλιοθήκη πολυμέσων σας και ΔΕΝ είμαι "
649
- "συνημμένο αρχείο προσθέτου."
650
-
651
- msgid ""
652
- "It reads the HTML of your post and use the 1st image (or video) URL found as "
653
- "Featured Image. It happens when you click on Publish (or Update) button."
654
- msgstr ""
655
- "Διαβάζει το HTML του άρθρου σας και χρησιμοποιεί τη διεύθυνση URL της 1ης "
656
- "εικόνας (ή του βίντεο) που βρέθηκε ως Επιλεγμένη εικόνα. Συμβαίνει όταν "
657
- "κάνετε κλικ στο κουμπί Δημοσίευση (ή ενημέρωση)."
658
-
659
- msgid "it will be automatically disabled when finished"
660
- msgstr "θα απενεργοποιηθεί αυτόματα όταν τελειώσει"
661
-
662
- msgid "jQuery"
663
- msgstr "jQuery"
664
-
665
- msgid ""
666
- "Just send me an email. If you are available to discuss the details and the "
667
- "plugin is free and has more than 50,000 active installs, I should provide an "
668
- "integration very soon."
669
- msgstr ""
670
- "Απλώς στείλτε μου ένα email. Εάν είστε διαθέσιμοι για να συζητήσετε τις "
671
- "λεπτομέρειες και το πρόσθετο είναι δωρεάν και έχει περισσότερες από 50.000 "
672
- "ενεργές εγκαταστάσεις, θα πρέπει να παρέχω μια ενσωμάτωση πολύ σύντομα."
673
-
674
- msgid "Key"
675
- msgstr "Κλειδί"
676
-
677
- msgid "Lazy Load"
678
- msgstr "Lazy Load"
679
-
680
- msgid "License Key"
681
- msgstr "Κλειδί άδειας χρήσης"
682
-
683
- msgid "lightbox"
684
- msgstr "lightbox"
685
-
686
- msgid "Lightbox and Zoom"
687
- msgstr "Lightbox και Zoom"
688
-
689
- msgid ""
690
- "Limit of rows to UPDATE, INSERT or DELETE by query. Higher this number, "
691
- "faster the features URL from Post Content > All Posts, Image Metadata and "
692
- "Clean Metadata. However, if you have too limited resources, don't increase "
693
- "this value too much, otherwise your database can bring down."
694
- msgstr ""
695
- "Όριο σειρών για ΕΝΗΜΕΡΩΣΗ, ΕΙΣΑΓΩΓΗ ή ΔΙΑΓΡΑΦΗ ανά ερώτημα. Όσο υψηλότερος "
696
- "είναι αυτός ο αριθμός, τόσο πιο γρήγορα οι διευθύνσεις URL από το "
697
- "περιεχόμενο ανάρτησης> Όλα τα άρθρα, τα μεταδεδομένα εικόνας και τα καθαρά "
698
- "μεταδεδομένα. Ωστόσο, εάν έχετε πολύ περιορισμένους πόρους, μην αυξήσετε "
699
- "αυτήν την τιμή πάρα πολύ, διαφορετικά η βάση δεδομένων σας μπορεί να πέσει."
700
-
701
- msgid "Loop"
702
- msgstr "Βρόχος"
703
-
704
- msgid "Loop videos (available for YouTube and Vimeo)."
705
- msgstr "Βρόχο βίντεο (διαθέσιμα για το YouTube και το Vimeo)."
706
-
707
- msgid "Media Library"
708
- msgstr "Βιβλιοθήκη πολυμέσων"
709
-
710
- msgid "Media RSS Tags"
711
- msgstr "Ετικέτες RSS πολυμέσων"
712
-
713
- msgid "Metadata"
714
- msgstr "Μεταδεδομένα"
715
-
716
- msgid "Minimum Width"
717
- msgstr "Ελάχιστο πλάτος"
718
-
719
- msgid "minimum width (px)"
720
- msgstr "ελάχιστο πλάτος (px)"
721
-
722
- msgid "mode"
723
- msgstr "μορφή"
724
-
725
- msgid ""
726
- "Most themes and plugins are not able to show the external Featured Image if "
727
- "there is no internal Featured Image associated to your post. Enabling the "
728
- "toggle below, symbolic empty files will be added to your Media Library to "
729
- "overcome this limitation."
730
- msgstr ""
731
- "Τα περισσότερα θέματα και προσθήκες δεν είναι σε θέση να εμφανίσουν την "
732
- "εξωτερική Προτεινόμενη εικόνα εάν δεν υπάρχει εσωτερική Προτεινόμενη Εικόνα "
733
- "που να σχετίζεται με το άρθρο σας. Ενεργοποιώντας την εναλλαγή παρακάτω, "
734
- "συμβολικά κενά αρχεία θα προστεθούν στη βιβλιοθήκη πολυμέσων σας για να "
735
- "ξεπεραστεί αυτός ο περιορισμός."
736
-
737
- msgid "Mouseover Autoplay"
738
- msgstr "Αυτόματη αναπαραγωγή με το πέρασμα του ποντικιού"
739
-
740
- msgid "Mute"
741
- msgstr "Σίγαση"
742
-
743
- msgid "new version available."
744
- msgstr "νέα έκδοση διαθέσιμη."
745
-
746
- msgid "Object Fit"
747
- msgstr "Αντικείμενο Fit"
748
-
749
- msgid "OK"
750
- msgstr "OK"
751
-
752
- msgid "on custom post type"
753
- msgstr "σε προσαρμοσμένο τύπο ανάρτησης"
754
-
755
- msgid "on home (or shop)"
756
- msgstr "στην αρχική (ή στο κατάστημα)"
757
-
758
- msgid "only image tags"
759
- msgstr "μόνο ετικέτες εικόνας"
760
-
761
- msgid "on page"
762
- msgstr "στη σελίδα"
763
-
764
- msgid "on post"
765
- msgstr "στο άρθρο"
766
-
767
- msgid "Opacity Color"
768
- msgstr "Χρώμα αδιαφάνειας"
769
-
770
- msgid "Opacity White"
771
- msgstr "Λευκή αδιαφάνεια"
772
-
773
- msgid "original size"
774
- msgstr "αρχικό μέγεθος"
775
-
776
- msgid "Original Size"
777
- msgstr "Αρχικό Μέγεθος"
778
-
779
- msgid "or just drag and drop me here"
780
- msgstr "ή απλώς σύρε και άφησε με εδώ"
781
-
782
- msgid "overwrite the existing Featured Image (or video)"
783
- msgstr "αντικαταστήστε την υπάρχουσα επιλεγμένη εικόνα (ή βίντεο)"
784
-
785
- msgid "page"
786
- msgstr "σελίδα"
787
-
788
- msgid "pause autoplay on hover"
789
- msgstr "παύση αυτόματης αναπαραγωγής όταν περνάει ο δείκτης ποντικιού"
790
-
791
- msgid "Performance"
792
- msgstr "Επίδοση"
793
-
794
- msgid "Play a video on \"mouseover\" and pause on \"mouseout\"."
795
- msgstr "Αναπαραγωγή βίντεο στο \"mouseover\" και παύση στο \"mouseout\"."
796
-
797
- msgid "Play Button"
798
- msgstr "Κουμπί Αναπαραγωγής"
799
-
800
- msgid ""
801
- "Please insert your email and license key below to use this plugin without "
802
- "limitations."
803
- msgstr ""
804
- "Εισαγάγετε το email και το κλειδί άδειας χρήσης παρακάτω για να "
805
- "χρησιμοποιήσετε αυτό το πρόσθετο χωρίς περιορισμούς."
806
-
807
- msgid "Please wait some seconds..."
808
- msgstr "Περιμένετε μερικά δευτερόλεπτα ..."
809
-
810
- msgid "plugin is up to date."
811
- msgstr "το πρόσθετο είναι ενημερωμένο."
812
-
813
- msgid "post"
814
- msgstr "άρθρο"
815
-
816
- msgid "Post"
817
- msgstr "Άρθρο"
818
-
819
- msgid "Powered by Featured Image from URL plugin"
820
- msgstr "Με την υποστήριξη του πρόσθετου Προτεινόμενη εικόνα με προσθήκη URL"
821
-
822
- msgid "prioritize video than image (if both exist)"
823
- msgstr ""
824
- "Δώστε προτεραιότητα στο βίντεο από την εικόνα (εάν υπάρχουν και τα δύο)"
825
-
826
- msgid "product"
827
- msgstr "προϊόν"
828
-
829
- msgid "Product"
830
- msgstr "Προϊόν"
831
-
832
- msgid "product category"
833
- msgstr "κατηγορία προϊόντος"
834
-
835
- msgid "Product Category"
836
- msgstr "Κατηγορία Προϊόντος"
837
-
838
- msgid "Product Image Title + Gallery Titles (delimited by \"|\")"
839
- msgstr "Τίτλος εικόνας προϊόντος + Τίτλοι συλλογής (οριοθετείται από \"|\")"
840
-
841
- msgid "Product Image + Gallery (URLs delimited by \"|\")"
842
- msgstr "Εικόνα προϊόντος + Συλλογή (διευθύνσεις URL οριοθετημένες με \"|\")"
843
-
844
- msgid "Product Image (URL)"
845
- msgstr "Εικόνα προϊόντος (URL)"
846
-
847
- msgid "variable product"
848
- msgstr "μεταβλητό προϊόν"
849
-
850
- msgid "product variation"
851
- msgstr "παραλλαγή προϊόντος"
852
-
853
- msgid "Product Variation"
854
- msgstr "Παραλλαγή Προϊόντος"
855
-
856
- msgid "Product Video + Gallery (URLs delimited by \"|\")"
857
- msgstr "Βίντεο προϊόντος + Συλλογή (διευθύνσεις URL οριοθετημένες με \"|\")"
858
-
859
- msgid "Rainbow"
860
- msgstr "Ουράνιο τόξο"
861
-
862
- msgid "Ratio:"
863
- msgstr "Αναλογία:"
864
-
865
- msgid "Related Videos"
866
- msgstr "Σχετικά Βίντεο"
867
-
868
- msgid "remove external featured image"
869
- msgstr "αφαιρέστε την εξωτερική εικόνα"
870
-
871
- msgid "remove query strings (whatever follows the question mark sign \"?\")"
872
- msgstr ""
873
- "κατάργηση παραμέτρου χαρακτήρα (ό,τι ακολουθεί το σύμβολο ερωτηματικό \"?\")"
874
-
875
- msgid "Replace Not Found Image"
876
- msgstr "Αντικατάσταση εικόνας που δεν βρέθηκε"
877
-
878
- msgid "Requires WooCommerce Additional Variation Images plugin"
879
- msgstr "Απαιτείται πρόσθετο Πρόσθετες εικόνες παραλλαγής WooCommerce"
880
-
881
- msgid "Reset FIFU settings to the default configuration."
882
- msgstr "Επαναφέρετε τις προεπιλεγμένες ρυθμίσεις FIFU."
883
-
884
- msgid "reset settings"
885
- msgstr "επαναφορά ρυθμίσεων"
886
-
887
- msgid "Reset Settings"
888
- msgstr "Επαναφορά Ρυθμίσεων"
889
-
890
- msgid "REST API"
891
- msgstr "REST API"
892
-
893
- msgid "Result:"
894
- msgstr "Αποτέλεσμα:"
895
-
896
- msgid "Right click me!"
897
- msgstr "Κάνε μου δεξί κλικ!"
898
-
899
- msgid "Rotate"
900
- msgstr "Περιστροφή"
901
-
902
- msgid "Rows Limit"
903
- msgstr "Όριο σειρών"
904
-
905
- msgid "Same Height"
906
- msgstr "Ίδιο Ύψος"
907
-
908
- msgid "save and use image dimensions"
909
- msgstr "αποθήκευση και χρήση διαστάσεων εικόνας"
910
-
911
- msgid "Save Image Dimensions"
912
- msgstr "Αποθήκευση Διαστάσεων Εικόνας"
913
-
914
- msgid "save the dimensions of all Featured Images now (it requires php-curl)"
915
- msgstr ""
916
- "αποθηκεύστε τώρα τις διαστάσεις όλων των επιλεγμένων εικόνων (απαιτεί php-"
917
- "curl)"
918
-
919
- msgid "Schedule Metadata Generation"
920
- msgstr "Προγραμματισμός Δημιουργίας Μεταδεδομένων"
921
-
922
- msgid "selector"
923
- msgstr "επιλογέας"
924
-
925
- msgid "Selector"
926
- msgstr "Επιλογέας"
927
-
928
- msgid "Sepia"
929
- msgstr "Καστανόχρους"
930
-
931
- msgid ""
932
- "Set one image to each category. The chosen image is the Featured Image from "
933
- "the most recent product from that category."
934
- msgstr ""
935
- "Ορίστε μία εικόνα σε κάθε κατηγορία. Η επιλεγμένη εικόνα είναι η "
936
- "Προτεινόμενη εικόνα από το πιο πρόσφατο προϊόν αυτής της κατηγορίας."
937
-
938
- msgid "Set the title of a Featured Image with the post title."
939
- msgstr "Ορίστε τον τίτλο μιας επιλεγμένης εικόνας με τον τίτλο του άρθρου."
940
-
941
- msgid "Settings"
942
- msgstr "Ρυθμίσεις"
943
-
944
- msgid "Shine"
945
- msgstr "Λαμπερό"
946
-
947
- msgid "shop"
948
- msgstr "κατάστημα"
949
-
950
- msgid ""
951
- "shortcodes can be not compatible with other FIFU features, such as CSS "
952
- "Style, Same Height, Lazy Load etc."
953
- msgstr ""
954
- "Οι σύντομοι κωδικοί δεν μπορούν να είναι συμβατοί με άλλες δυνατότητες FIFU, "
955
- "όπως CSS Style, Same Height, Lazy Load κ.λπ."
956
-
957
- msgid "show bottom"
958
- msgstr "εμφάνιση κάτω"
959
-
960
- msgid "show center"
961
- msgstr "εμφάνιση στο κέντρο"
962
-
963
- msgid "show gallery on click"
964
- msgstr "εμφάνιση της γκαλερί στο κλικ"
965
-
966
- msgid "show prev/next buttons"
967
- msgstr "εμφάνιση κουμπιών πρίν/μετά"
968
-
969
- msgid "Show related videos when the video ends."
970
- msgstr "Εμφάνιση σχετικών βίντεο όταν τελειώσει το βίντεο."
971
-
972
- msgid "shows full images (in smaller sizes);"
973
- msgstr "δείχνει πλήρεις εικόνες (σε μικρότερα μεγέθη)."
974
-
975
- msgid ""
976
- "Show the category image on the category page, immediately before the product "
977
- "grid."
978
- msgstr ""
979
- "Εμφάνιση της εικόνας κατηγορίας στη σελίδα κατηγορίας, αμέσως πριν από το "
980
- "πλέγμα προϊόντων."
981
-
982
- msgid "Show the external images in your media library."
983
- msgstr "Εμφάνιση των εξωτερικών εικόνων στη βιβλιοθήκη πολυμέσων σας."
984
-
985
- msgid ""
986
- "Show the video thumbnail instead of the video. Thumbnails are images, so "
987
- "they are loaded much faster than embedded videos."
988
- msgstr ""
989
- "Εμφάνιση της μικρογραφίας βίντεο αντί του βίντεο. Οι μικρογραφίες είναι "
990
- "εικόνες, επομένως φορτώνονται πολύ πιο γρήγορα από τα ενσωματωμένα βίντεο."
991
-
992
- msgid "show top"
993
- msgstr "εμφάνιση κορυφής"
994
-
995
- msgid ""
996
- "Since now you have my address (also known as URL), how about making me "
997
- "famous?"
998
- msgstr ""
999
- "Από τώρα έχετε τη διεύθυνσή μου (επίσης γνωστή ως διεύθυνση URL), πώς να με "
1000
- "κάνετε διάσημο;"
1001
-
1002
- msgid "Size Ratio"
1003
- msgstr "Αναλογία Μεγέθους"
1004
-
1005
- msgid "Sizes"
1006
- msgstr "Μεγέθη"
1007
-
1008
- msgid "Slider"
1009
- msgstr "Ολισθητής"
1010
-
1011
- msgid "Slider:"
1012
- msgstr "Ολισθητής:"
1013
-
1014
- msgid "Slider (URLs delimited by \"|\")"
1015
- msgstr "Ρυθμιστικό Ολισθητή (διευθύνσεις URL οριοθετημένες με \"|\")"
1016
-
1017
- msgid "Social"
1018
- msgstr "Κοινωνικά"
1019
-
1020
- msgid "Social Tags"
1021
- msgstr "Κοινωνικές Ετικέτες"
1022
-
1023
- msgid ""
1024
- "some themes and plugins (Jetpack for instance) have their own lazy load "
1025
- "implementations, causing conflicts. Your images may not load if you have "
1026
- "more than one lazy load component running at the same time."
1027
- msgstr ""
1028
- "ορισμένα θέματα και προσθήκες (για παράδειγμα το Jetpack) έχουν τις δικές "
1029
- "τους εφαρμογές τεμπέλης φόρτωσης (lazy Load), προκαλώντας διενέξεις. Οι "
1030
- "εικόνες σας ενδέχεται να μην φορτώνονται εάν έχετε ταυτόχρονα περισσότερα "
1031
- "από ένα στοιχεία τεμπέλη (Lazy Load) φόρτωσης."
1032
-
1033
- msgid ""
1034
- "Some themes and WooCommerce lightbox (PhotoSwipe) may need the image width "
1035
- "and height to avoid style issues."
1036
- msgstr ""
1037
- "Ορισμένα θέματα και το lightbox του WooCommerce (PhotoSwipe) ενδέχεται να "
1038
- "χρειάζονται το πλάτος και το ύψος της εικόνας για την αποφυγή προβλημάτων "
1039
- "στυλ."
1040
-
1041
- msgid ""
1042
- "Some themes don't show the Featured Image on posts (only on home). If that's "
1043
- "is your case and you would like to show the Featured Image on posts, just "
1044
- "enable the toggle. The Featured Image will appear at the beginning of the "
1045
- "content, before the text."
1046
- msgstr ""
1047
- "Ορισμένα θέματα δεν εμφανίζουν την Προτεινόμενη εικόνα σε άρθρα (μόνο στην "
1048
- "αρχική). Αν αυτή είναι η περίπτωσή σας και θέλετε να εμφανίζεται η "
1049
- "Προτεινόμενη εικόνα σε άρθρα, απλώς ενεργοποιήστε την εναλλαγή. Η επιλεγμένη "
1050
- "εικόνα θα εμφανιστεί στην αρχή του περιεχομένου, πριν από το κείμενο."
1051
-
1052
- msgid ""
1053
- "Start the videos in background, which means autoplay, no controls and no "
1054
- "sound."
1055
- msgstr ""
1056
- "Ξεκινήστε τα βίντεο στο παρασκήνιο, που σημαίνει αυτόματη αναπαραγωγή, χωρίς "
1057
- "χειριστήρια και χωρίς ήχο."
1058
-
1059
- msgid "Start the videos without audio (available for YouTube and Vimeo)."
1060
- msgstr ""
1061
- "Ξεκινήστε τα βίντεο χωρίς ήχο (διατίθεται για το YouTube και το Vimeo)."
1062
-
1063
- msgid "start automatically"
1064
- msgstr "ξεκινά αυτόματα"
1065
-
1066
- msgid "Submit"
1067
- msgstr "Υποβολή"
1068
-
1069
- msgid "support data"
1070
- msgstr "δεδομένα υποστήριξης"
1071
-
1072
- msgid "Support Data"
1073
- msgstr "Δεδομένα Υποστήριξης"
1074
-
1075
- msgid "Text"
1076
- msgstr "Κείμενο"
1077
-
1078
- msgid ""
1079
- "the images need to be in an \"img\" HTML tag and videos in an \"iframe\" "
1080
- "tag. Contents provided by [shortcode] can't be read."
1081
- msgstr ""
1082
- "οι εικόνες πρέπει να είναι σε ετικέτα \"img\" HTML και βίντεο σε ετικέτα "
1083
- "\"iframe\". Δεν είναι δυνατή η ανάγνωση των περιεχομένων που παρέχονται από "
1084
- "[shortcode]."
1085
-
1086
- msgid ""
1087
- "The plugin adds a new column to your post list. Below you can choose the "
1088
- "height (px) of the image in the column. To disable that, just uncheck \"FIFU"
1089
- "\" in the Screen Options."
1090
- msgstr ""
1091
- "Η προσθήκη προσθέτει μια νέα στήλη στη λίστα δημοσιεύσεων. Παρακάτω μπορείτε "
1092
- "να επιλέξετε το ύψος (px) της εικόνας στη στήλη. Για να το απενεργοποιήσετε, "
1093
- "απλώς καταργήστε την επιλογή \"FIFU\" στις Επιλογές οθόνης."
1094
-
1095
- msgid ""
1096
- "This experimental feature allows to input a shortcode instead of an URL. It "
1097
- "would allow you to have any content as Featured Media (a music, a text, a "
1098
- "map etc). However, some contents will need a large area of your site to be "
1099
- "shown properly. So you should define a minimum width that an area of your "
1100
- "site should have to be able to show the shortcode content. Otherwise an icon "
1101
- "will be shown."
1102
- msgstr ""
1103
- "Αυτή η πειραματική δυνατότητα επιτρέπει την εισαγωγή ενός σύντομου κώδικα "
1104
- "αντί για μια διεύθυνση URL. Θα σας επέτρεπε να έχετε οποιοδήποτε περιεχόμενο "
1105
- "ως Προτεινόμενα μέσα (μουσική, κείμενο, χάρτη κ.λπ.). Ωστόσο, ορισμένα "
1106
- "περιεχόμενα θα πρέπει να εμφανίζονται σωστά σε μια μεγάλη περιοχή του "
1107
- "ιστότοπού σας. Επομένως, θα πρέπει να ορίσετε ένα ελάχιστο πλάτος που θα "
1108
- "πρέπει να είναι σε θέση μια περιοχή του ιστότοπού σας να εμφανίζει το "
1109
- "σύντομο περιεχόμενο. Διαφορετικά θα εμφανιστεί ένα εικονίδιο."
1110
-
1111
- msgid ""
1112
- "this plugin doesn't save images in the media library. It means that enabling "
1113
- "the two toggles below all post types that have an external Featured Image "
1114
- "will no longer have any Featured Image. And you can't undo this action "
1115
- "later. This also applies to FIFU galleries, videos, sliders and shortcodes."
1116
- msgstr ""
1117
- "αυτή η προσθήκη δεν αποθηκεύει εικόνες στη βιβλιοθήκη πολυμέσων. Αυτό "
1118
- "σημαίνει ότι η ενεργοποίηση των δύο εναλλαγών κάτω από όλους τους τύπους "
1119
- "δημοσιεύσεων που έχουν εξωτερική εικόνα δεν θα έχει πλέον επιλεγμένη εικόνα. "
1120
- "Και δεν μπορείτε να αναιρέσετε αυτήν την ενέργεια αργότερα. Αυτό ισχύει "
1121
- "επίσης για γκαλερί, βίντεο, ρυθμιστικά και συντομεύσεις FIFU."
1122
-
1123
- msgid "Thumbnails"
1124
- msgstr "Μικρογραφίες"
1125
-
1126
- msgid "time between each transition (in ms)"
1127
- msgstr "χρόνος μεταξύ κάθε μετάβασης (σε ms)"
1128
-
1129
- msgid "time (in ms)"
1130
- msgstr "ώρα (σε ms)"
1131
-
1132
- msgid "To repeat the process enable the toggle again."
1133
- msgstr "Για να επαναλάβετε τη διαδικασία ενεργοποιήστε ξανά την εναλλαγή."
1134
-
1135
- msgid ""
1136
- "To schedule this process (hourly, daily etc), you can use the hook "
1137
- "fifu_event with your favorite cron event plugin. Suggestion:"
1138
- msgstr ""
1139
- "Για να προγραμματίσετε αυτήν τη διαδικασία (ωριαία, καθημερινή κ.λπ.), "
1140
- "μπορείτε να χρησιμοποιήσετε το άγκιστρο fifu_event με το αγαπημένο σας "
1141
- "πρόσθετο cron event. Πρόταση:"
1142
-
1143
- msgid "transition duration (in ms)"
1144
- msgstr "διάρκεια μετάβασης (σε ms)"
1145
-
1146
- msgid "Troubleshooting"
1147
- msgstr "Αντιμετώπιση προβλημάτων"
1148
-
1149
- msgid ""
1150
- "Unlike Youtube, Vimeo videos can't fit a theme area without generating a "
1151
- "vertical padding. Here you can change the background color from transparent "
1152
- "to black."
1153
- msgstr ""
1154
- "Σε αντίθεση με το Youtube, τα βίντεο Vimeo δεν μπορούν να χωρέσουν σε μια "
1155
- "θεματική περιοχή χωρίς να δημιουργήσουν κάθετη επένδυση. Εδώ μπορείτε να "
1156
- "αλλάξετε το χρώμα του φόντου από διαφανές σε μαύρο."
1157
-
1158
- msgid "Unsplash Image Size"
1159
- msgstr "Μεγέθους εικόνας Unsplash"
1160
-
1161
- msgid "Update all your posts applying the configuration above. "
1162
- msgstr "Ενημερώστε όλα τα άρθρα σας εφαρμόζοντας την παραπάνω διαμόρφωση."
1163
-
1164
- msgid "update all your posts now"
1165
- msgstr "ενημερώστε όλες τα άρθρα σας τώρα"
1166
-
1167
- msgid "URL from Post Content"
1168
- msgstr "Διεύθυνση URL από περιεχόμενο περιεχομένου"
1169
-
1170
- msgid "URL Parameters"
1171
- msgstr "Παράμετροι διεύθυνσης URL"
1172
-
1173
- msgid "Use FIFU with WooCommerce import."
1174
- msgstr "Χρησιμοποιήστε FIFU με WooCommerce import."
1175
-
1176
- msgid ""
1177
- "Useful if you have small images, here you can define if the image should be "
1178
- "shown in the original size or resized to the dimensions of the available "
1179
- "area."
1180
- msgstr ""
1181
- "Χρήσιμο εάν έχετε μικρές εικόνες, εδώ μπορείτε να ορίσετε εάν η εικόνα θα "
1182
- "πρέπει να εμφανίζεται στο αρχικό μέγεθος ή να αλλάξει το μέγεθος στις "
1183
- "διαστάσεις της διαθέσιμης περιοχής."
1184
-
1185
- msgid ""
1186
- "Use social tags to share your posts (and their Featured Images) on the "
1187
- "social media."
1188
- msgstr ""
1189
- "Χρησιμοποιήστε κοινωνικές ετικέτες για να μοιραστείτε τις αναρτήσεις σας "
1190
- "(και τις Προτεινόμενες Εικόνες τους) στα κοινωνικά μέσα."
1191
-
1192
- msgid "use the 1st (or nth) image (or video) as Featured Image"
1193
- msgstr "χρησιμοποιήστε την 1η (ή nth) εικόνα (ή βίντεο) ως Προτεινόμενη Εικόνα"
1194
-
1195
- msgid "Variable Product"
1196
- msgstr "Μεταβλητό Προϊόν"
1197
-
1198
- msgid "variation image gallery requires"
1199
- msgstr "απαιτείται συλλογή εικόνων παραλλαγής"
1200
-
1201
- msgid "Vertical Rotation"
1202
- msgstr "Κάθετη Περιστροφή"
1203
-
1204
- msgid "Video"
1205
- msgstr "Βίντεο"
1206
-
1207
- msgid "Video Gallery:"
1208
- msgstr "Συλλογή Βίντεο:"
1209
-
1210
- msgid "Video Gallery (URL)"
1211
- msgstr "Συλλογή Βίντεο (URL)"
1212
-
1213
- msgid "Video Thumbnail"
1214
- msgstr "Μικρογραφία Βίντεο"
1215
-
1216
- msgid "Video + Video Gallery (URLs delimited by \"|\")"
1217
- msgstr "Βίντεο + Συλλογή βίντεο (διευθύνσεις URL οριοθετημένες με \"|\")"
1218
-
1219
- msgid "width"
1220
- msgstr "πλάτος"
1221
-
1222
- msgid ""
1223
- "With Lazy Load, images and videos won't be loaded until user scrolls to "
1224
- "them. It makes your home (or shop) faster."
1225
- msgstr ""
1226
- "Με το Lazy Load, οι εικόνες και τα βίντεο δεν θα φορτωθούν έως ότου ο "
1227
- "χρήστης πραγματοποιήσει κύλιση σε αυτά. Κάνει την αρχική (ή το κατάστημα) "
1228
- "γρηγορότερο."
1229
-
1230
- msgid "WooCommerce"
1231
- msgstr "WooCommerce"
1232
-
1233
- msgid "WooCommerce REST API"
1234
- msgstr "WooCommerce REST API"
1235
-
1236
- msgid "WordPress REST API"
1237
- msgstr "WordPress REST API"
1238
-
1239
- msgid "WP All Import"
1240
- msgstr "WP All Import"
1241
-
1242
- msgid "WP / WooCommerce REST API"
1243
- msgstr "WP / WooCommerce REST API"
1244
-
1245
- msgid "You cannot access private data."
1246
- msgstr "Δεν μπορείτε να αποκτήσετε πρόσβαση σε ιδιωτικά δεδομένα."
1247
-
1248
- msgid ""
1249
- "You can set Featured Images using custom fields. The main one is "
1250
- "fifu_image_url and you can set that using REST API. For nonstandard "
1251
- "automation, enable Schedule Metadata Generation, at Admin tab (no additional "
1252
- "code required)."
1253
- msgstr ""
1254
- "Μπορείτε να ορίσετε τις Επιλεγμένες Εικόνες χρησιμοποιώντας προσαρμοσμένα "
1255
- "πεδία. Το κύριο είναι το fifu_image_url και μπορείτε να το ορίσετε "
1256
- "χρησιμοποιώντας το REST API. Για μη τυποποιημένο αυτοματισμό, ενεργοποιήστε "
1257
- "τη δημιουργία χρονοδιαγράμματος μεταδεδομένων, στην καρτέλα Διαχειριστής "
1258
- "(δεν απαιτείται επιπλέον κωδικός)."
1259
-
1260
- msgid "You just need to create a post and use me as the Featured Image:"
1261
- msgstr ""
1262
- "Απλά πρέπει να δημιουργήσετε μια ανάρτηση και να με χρησιμοποιήσετε ως "
1263
- "Προτεινόμενη Εικόνα:"
1264
-
1265
- msgid ""
1266
- "You just need to get one URL (Square 75, for example). Use that into the "
1267
- "Featured Image (URL) field of your post. FIFU will handle this URL to "
1268
- "provide the image in different sizes."
1269
- msgstr ""
1270
- "Απλώς πρέπει να λάβετε ένα URL (για παράδειγμα, το τετράγωνο 75). "
1271
- "Χρησιμοποιήστε το στο πεδίο Επιλεγμένη εικόνα (URL) της ανάρτησής σας. Η "
1272
- "FIFU θα χειριστεί αυτήν τη διεύθυνση URL για να παρέχει την εικόνα σε "
1273
- "διαφορετικά μεγέθη."
1274
-
1275
- msgid ""
1276
- "your license key is not activated for this site. For more information please "
1277
- "access Settings > License Key."
1278
- msgstr ""
1279
- "το κλειδί άδειας χρήσης δεν είναι ενεργοποιημένο για αυτόν τον ιστότοπο. Για "
1280
- "περισσότερες πληροφορίες, μεταβείτε στις Ρυθμίσεις> Κλειδί άδειας."
1281
-
1282
- msgid ""
1283
- "You've enabled Same Height feature, that works by cropping the image. Here "
1284
- "you can define which part of the image should be shown."
1285
- msgstr ""
1286
- "Έχετε ενεργοποιήσει τη λειτουργία Ίδιο Ύψος, η οποία λειτουργεί περικοπώντας "
1287
- "την εικόνα. Εδώ μπορείτε να ορίσετε ποιο τμήμα της εικόνας πρέπει να "
1288
- "εμφανίζεται."
1289
-
1290
- msgid "You were probably using a deprecated feature. Just do it:"
1291
- msgstr ""
1292
- "Πιθανότατα να χρησιμοποιείτε μια λειτουργία που έχει καταργηθεί. Απλά κάνε "
1293
- "το:"
1294
-
1295
- msgid "z-index"
1296
- msgstr "z-index"
1297
-
1298
- msgid "zoom"
1299
- msgstr "ζούμ"
1300
-
1301
- msgid "Zoom In"
1302
- msgstr "Μεγένθυση"
1303
-
1304
- msgid "Zoom Out"
1305
- msgstr "Σμίκρυνση"
1306
-
1307
- msgid "If you need help, you can refer to"
1308
- msgstr "Εάν χρειάζεστε βοήθεια, μπορείτε να ανατρέξετε στο"
1309
-
1310
- msgid "or send an email to"
1311
- msgstr "ή στείλτε ένα email στο"
1312
-
1313
- msgid "with this"
1314
- msgstr "με αυτό"
1315
-
1316
- msgid "troubleshooting"
1317
- msgstr "αντιμετώπιση προβλημάτων"
1318
-
1319
- msgid "3) paste it here: "
1320
- msgstr "3) επικολλήστε το εδώ:"
1321
-
1322
- msgid "2) find the box"
1323
- msgstr "2) βρείτε το κουτί"
1324
-
1325
- msgid ""
1326
- "Requirement: access Plugins -> Plugin Editor -> Select plugin to edit -> "
1327
- "Featured Image from URL -> Select. Then change the value of "
1328
- "FIFU_DELETE_ALL_URLS from false to true."
1329
- msgstr ""
1330
- "Απαίτηση: πρόσβαση Πρόσθετα -> Σύνταξη Πρόσθετου -> Επιλέξτε πρόσθετο για "
1331
- "επεξεργασία -> Προτεινόμενη εικόνα από URL -> Επιλογή. Στη συνέχεια, αλλάξτε "
1332
- "την τιμή του FIFU_DELETE_ALL_URLS από false σε true."
1333
-
1334
- msgid "Unofficial solutions are not supported"
1335
- msgstr "Δεν υποστηρίζονται ανεπίσημες λύσεις"
1336
-
1337
- msgid ""
1338
- "if you intend to use FIFU in multiple distinct sites you can buy more "
1339
- "license keys"
1340
- msgstr ""
1341
- "εάν σκοπεύετε να χρησιμοποιήσετε το FIFU σε πολλούς διαφορετικούς "
1342
- "ιστότοπους, μπορείτε να αγοράσετε περισσότερα κλειδιά άδειας"
1343
-
1344
- msgid ""
1345
- "Examples: image URL: https://domain.com/image.jpg; keywords: sea,sun. To get "
1346
- "a random image leave this field empty."
1347
- msgstr ""
1348
- "Παραδείγματα: URL εικόνας: https://domain.com/image.jpg; λέξεις-κλειδιά: "
1349
- "θάλασσα,ήλιος. Για να λάβετε μια τυχαία εικόνα, αφήστε αυτό το πεδίο κενό."
1350
-
1351
- msgid "Video URL"
1352
- msgstr "Διεύθυνση URL βίντεο"
1353
-
1354
- msgid "remove external featured video"
1355
- msgstr "αφαιρέστε το εξωτερικό επιλεγμένο βίντεο"
1356
-
1357
- msgid "Default values is |"
1358
- msgstr "Οι προεπιλεγμένες τιμές είναι |"
1359
-
1360
- msgid "Delimited by |"
1361
- msgstr "Οριοθετείται από |"
1362
-
1363
- msgid "List Delimiter"
1364
- msgstr "Λίστα Οριοθέτη"
1365
-
1366
- msgid "Gallery Image (URL)"
1367
- msgstr "Εικόνα γκαλερί (URL)"
1368
-
1369
- msgid "Add image from Sirv"
1370
- msgstr "Προσθήκη εικόνας από το Sirv"
1371
-
1372
- msgid "Feature of the month"
1373
- msgstr "Χαρακτηριστικό του μήνα"
1374
-
1375
- msgid "CSS selector"
1376
- msgstr "Επιλογέας CSS"
1377
-
1378
- msgid ""
1379
- "embedded video can be replaced by its thumbnail + play button (drastically "
1380
- "decreases the loading time)"
1381
- msgstr ""
1382
- "Το ενσωματωμένο βίντεο μπορεί να αντικατασταθεί από τη μικρογραφία του + το "
1383
- "κουμπί αναπαραγωγής (μειώνει δραστικά τον χρόνο φόρτωσης)"
1384
-
1385
- msgid "Google Chrome Extension for FIFU"
1386
- msgstr "Επέκταση του FIFU για το Google Chrome"
1387
-
1388
- msgid "support to private videos from Vimeo"
1389
- msgstr "υποστήριξη σε ιδιωτικά βίντεο από το Vimeo"
1390
-
1391
- msgid "integration with WooCommerce Additional Variation Images plugin"
1392
- msgstr "ενσωμάτωση με το πρόσθετο WooCommerce Πρόσθετες Παραλλαγές Εικόνων"
1393
-
1394
- msgid "Integrate your plugin with FIFU"
1395
- msgstr "Ενσωματώστε την προσθήκη σας με FIFU"
1396
-
1397
- msgid ""
1398
- "Are you a WordPress developer? So now you can easily integrate your code "
1399
- "with FIFU using the function below."
1400
- msgstr ""
1401
- "Είστε προγραμματιστής WordPress; Τώρα μπορείτε εύκολα να ενσωματώσετε τον "
1402
- "κωδικό σας με το FIFU χρησιμοποιώντας την παρακάτω λειτουργία."
1403
-
1404
- msgid ""
1405
- "All you need is to inform the post id and the image url. And FIFU will set "
1406
- "the custom fields and create the metadata."
1407
- msgstr ""
1408
- "Το μόνο που χρειάζεστε είναι να ενημερώσετε το αναγνωριστικό ανάρτησης και "
1409
- "τη διεύθυνση URL της εικόνας. Και το FIFU θα ορίσει τα προσαρμοσμένα πεδία "
1410
- "και θα δημιουργήσει τα μεταδεδομένα."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/featured-image-from-url-pt_BR.mo DELETED
Binary file
languages/featured-image-from-url-pt_BR.po DELETED
@@ -1,1745 +0,0 @@
1
- # Copyright (C) 2020 Featured Image from URL
2
- # This file is distributed under the same license as the Featured Image from URL plugin.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: Featured Image from URL 3.1.4\n"
6
- "Report-Msgid-Bugs-To: marcel@featuredimagefromurl.com\n"
7
- "Last-Translator: \n"
8
- "Language-Team: Portuguese (Brazil)\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2020-06-26T18:49:47-03:00\n"
13
- "PO-Revision-Date: 2020-07-10 01:37+0000\n"
14
- "X-Generator: Loco https://localise.biz/\n"
15
- "X-Domain: featured-image-from-url\n"
16
- "Language: pt_BR\n"
17
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
- "X-Loco-Version: 2.4.0; wp-5.4.2"
19
-
20
- #. Description of the plugin
21
- msgid ""
22
- "Use an external image as Featured Image of a post or WooCommerce product. "
23
- "Includes Image Search, Video, Social Tags, SEO, Lazy Load, Gallery, "
24
- "Automation etc."
25
- msgstr ""
26
- "Utilize uma imagem externa como Imagem Destacada de um post ou produto "
27
- "WooCommerce. Inclui pesquisa de imagens, vídeo, tags sociais, SEO, Lazy Load,"
28
- " galeria, automação etc."
29
-
30
- msgid "1) access Metadata tab;"
31
- msgstr "1) acesse a aba Metadados;"
32
-
33
- msgid "1) add a new post;"
34
- msgstr "1) adicione um novo post;"
35
-
36
- msgid "1) right click me now;"
37
- msgstr "1) clique com o botão direito em mim agora;"
38
-
39
- msgid ""
40
- "2) enable Clean Metadata (it will be automatically disabled when finished);"
41
- msgstr ""
42
- "2) ative Limpeza de Metadados (será desativado automaticamente quando "
43
- "terminar);"
44
-
45
- msgid "2) select \"Copy image address\";"
46
- msgstr "2) selecione \"Copiar endereço da imagem\";"
47
-
48
- msgid "315 Degrees"
49
- msgstr "315 Graus"
50
-
51
- msgid "360 Degrees"
52
- msgstr "360 graus"
53
-
54
- msgid "3) enable Image Metadata."
55
- msgstr "3) ative Metadados de Imagem."
56
-
57
- msgid "3) paste my address into \"Image URL\" field."
58
- msgstr "3) cole meu endereço no campo \"URL da Imagem\"."
59
-
60
- msgid "Add Class"
61
- msgstr "Adição de Classe"
62
-
63
- msgid ""
64
- "Add FIFU fields (Featured Image and Image Gallery) to product variations."
65
- msgstr ""
66
- "Adicionar campos do FIFU (Imagem Destacada e Galeria de Imagens) às "
67
- "variações do produto."
68
-
69
- msgid "Add icons to the video thumbnails in the WooCommerce gallery."
70
- msgstr "Adicionar ícones aos thumbnails de vídeo na galeria do WooCommerce."
71
-
72
- msgid ""
73
- "Add Media RSS tags in the RSS feed. This way, services that make use of RSS, "
74
- "such as Google News, can show the Featured Images."
75
- msgstr ""
76
- "Adicione tags Media RSS ao feed RSS. Dessa forma, serviços que usam RSS, "
77
- "como o Google Notícias, podem exibir as Imagens Destacadas."
78
-
79
- msgid "Add-On"
80
- msgstr "Extensão"
81
-
82
- msgid ""
83
- "Add play button to video thumbnail. Clicking on that, the video starts "
84
- "inline or in a lightbox."
85
- msgstr ""
86
- "Adicionar o botão play ao thumbnail de vídeo. Clicando no botão, o vídeo "
87
- "começa em modo inline ou lightbox."
88
-
89
- msgid "add social tags"
90
- msgstr "adicionar tags sociais"
91
-
92
- msgid "Add the class \"fifu-class\" to the Featured Image tags."
93
- msgstr "Adicionar a classe \"fifu-class\" às tags de Imagens Destacadas."
94
-
95
- msgid "Admin"
96
- msgstr "Administrador"
97
-
98
- msgid "A famous plugin doesn't work with FIFU"
99
- msgstr "Um famoso plugin não funciona com FIFU"
100
-
101
- msgid "All my images disappeared"
102
- msgstr "Todas as minhas imagens desapareceram"
103
-
104
- msgid "All Posts"
105
- msgstr "Todos os Posts"
106
-
107
- msgid "Alt"
108
- msgstr "Alt"
109
-
110
- msgid "Title + Titles Gallery (delimited by \"|\")"
111
- msgstr "Título + Títulos da Galeria (delimitados por \"|\")"
112
-
113
- msgid "alt/title attribute (optional)"
114
- msgstr "atributo alt/title (opcional)"
115
-
116
- msgid ""
117
- "always use the post title as image title (it will ignore FIFU alt/title "
118
- "field)"
119
- msgstr ""
120
- "sempre utilizar o título do post como título da imagem (o campo alt/title do "
121
- "FIFU será ignorado)"
122
-
123
- msgid ""
124
- "And don't worry about storage. I will remain EXTERNAL. I WON'T be uploaded "
125
- "to your media library."
126
- msgstr ""
127
- "E não se preocupe com armazenamento. Eu permanecerei EXTERNA. Não serei "
128
- "salva na sua biblioteca de mídia."
129
-
130
- msgid "and you want a 4:3 size ratio"
131
- msgstr "e você quer uma proporção de tamanho 4:3"
132
-
133
- msgid "archive"
134
- msgstr "arquivo"
135
-
136
- msgid "attribute"
137
- msgstr "atributo"
138
-
139
- msgid "Autoplay"
140
- msgstr "Reprodução Automática"
141
-
142
- msgid "Autoplay videos (available for YouTube and Vimeo)."
143
- msgstr "Reprodução automática de vídeos (disponível para YouTube e Vimeo)."
144
-
145
- msgid "Auto Set Category Images"
146
- msgstr "Definição Automática de Imagem de Categoria"
147
-
148
- msgid "Auto Set Image Title"
149
- msgstr "Definição Automática do Título da Imagem"
150
-
151
- msgid "Background Video"
152
- msgstr "Vídeo de Fundo"
153
-
154
- msgid "batch"
155
- msgstr "lote"
156
-
157
- msgid "Batch"
158
- msgstr "Lote"
159
-
160
- msgid "Black Background"
161
- msgstr "Fundo Preto"
162
-
163
- msgid "Blur"
164
- msgstr "Borrão"
165
-
166
- msgid "Blur Gray Scale"
167
- msgstr "Borrão em Branco e Preto"
168
-
169
- msgid "Brighten"
170
- msgstr "Iluminado"
171
-
172
- msgid "cart"
173
- msgstr "carrinho"
174
-
175
- msgid "category"
176
- msgstr "categoria"
177
-
178
- msgid "Category Image on Grid"
179
- msgstr "Imagem de Categoria na Grid"
180
-
181
- msgid "Check for updates"
182
- msgstr "Verificar atualizações"
183
-
184
- msgid "Choose a hover effect to be applied to the Featured Images on home."
185
- msgstr ""
186
- "Escolha um efeito de transição para ser aplicado às Imagens Destacadas da "
187
- "página inicial."
188
-
189
- msgid "Choose Sirv image"
190
- msgstr "Escolher uma Imagem do Sirv"
191
-
192
- msgid "Choose the number of fields you have in the post editor."
193
- msgstr "Escolha a quantidade de campos no editor."
194
-
195
- msgid ""
196
- "Choose the size of the Unsplash images (loaded randomly or via keywords "
197
- "search). Examples of valid sizes: 500x500, 300x400, 1920x1080... Or leave "
198
- "this field empty to get the original size."
199
- msgstr ""
200
- "Escolha o tamanho das imagens do Unsplash (carregadas aleatoriamente ou por "
201
- "meio de pesquisa por palavras-chave). Exemplos de tamanhos válidos: 500x500, "
202
- "300x400, 1920x1080 ... Ou deixe este campo em branco para obter o tamanho "
203
- "original."
204
-
205
- msgid "Chrome Extension Available"
206
- msgstr "Extensão do Chrome Disponível"
207
-
208
- msgid "Circle"
209
- msgstr "Círculo"
210
-
211
- msgid "Clean Metadata"
212
- msgstr "Limpeza de Metadados"
213
-
214
- msgid "clean the dimensions of all Featured Images now"
215
- msgstr "limpar as dimensões de todas as Imagens Destacadas agora"
216
-
217
- msgid ""
218
- "Clean the Image Metadata generated by FIFU, but not the URLs. This option "
219
- "might be necessary if you intend to deactivate the plugin and use only "
220
- "internal Featured Images again."
221
- msgstr ""
222
- "Permite limpar os Metadados de Imagem gerados pelo FIFU, mas não os URLs. "
223
- "Esta opção pode ser necessária se você deseja desativar o plugin e utilizar "
224
- "apenas Imagens Destacadas internas novamente."
225
-
226
- msgid "color"
227
- msgstr "cor"
228
-
229
- msgid "Configuration"
230
- msgstr "Configuração"
231
-
232
- msgid "confirm that you are ready to lose your Featured Images"
233
- msgstr "confirme que você está pronto para perder suas Imagens Destacadas"
234
-
235
- msgid ""
236
- "copy the post title to FIFU alt/title field (it has effect when you click on "
237
- "Publish button in the post editor)"
238
- msgstr ""
239
- "copiar o título do post para o campo alt/title do FIFU (isso acontecerá "
240
- "quando você clicar no botão Publicar do editor)"
241
-
242
- msgid "Creating your first product"
243
- msgstr "Criando seu primeiro produto"
244
-
245
- msgid ""
246
- "crops the images (the options center, top and bottom will be available in "
247
- "the post editor);"
248
- msgstr ""
249
- "recorta as imagens (as opções central, superior e inferior estarão "
250
- "disponíveis no editor);"
251
-
252
- msgid "CSS selectors (optional)"
253
- msgstr "Seletores CSS (opcional)"
254
-
255
- msgid "CSS Style"
256
- msgstr "Estilo CSS"
257
-
258
- msgid "CSV example"
259
- msgstr "Exemplo de CSV"
260
-
261
- msgid "Custom Fields"
262
- msgstr "Campos Personalizados"
263
-
264
- msgid "Custom Post Type"
265
- msgstr "Tipo Personalizado"
266
-
267
- msgid "Database"
268
- msgstr "Base de Dados"
269
-
270
- msgid "Default Featured Image"
271
- msgstr "Imagem Destacada Padrão"
272
-
273
- msgid "Define a CSS style to be applied to the Featured Images. Example:"
274
- msgstr "Defina um estilo de CSS a ser aplicado às Imagens Destacadas. Exemplo:"
275
-
276
- msgid ""
277
- "Define a minimum width that a theme area should have to show a video. FIFU "
278
- "automatically shows a thumbnail when the minimum width is not reached."
279
- msgstr ""
280
- "Defina uma largura mínima que uma área do tema deve ter para que o vídeo "
281
- "seja exibido. Quando a largura mínima não for atingida, FIFU automaticamente "
282
- "mostrará o thumbnail do vídeo."
283
-
284
- msgid "Define the slider settings here."
285
- msgstr "Defina as configurações do slider aqui."
286
-
287
- msgid ""
288
- "Define the URL of a default image to be shown when you create (or update) a "
289
- "post with no Featured Image."
290
- msgstr ""
291
- "Defina o URL de uma imagem padrão a ser exibida ao se criar (ou atualizar) "
292
- "um post sem Imagem Destacada."
293
-
294
- msgid ""
295
- "Define the URL of an image to be shown in case of image not found error."
296
- msgstr ""
297
- "Defina o URL de uma imagem a ser mostrada em caso de erro por imagem não "
298
- "encontrada."
299
-
300
- msgid "deforms the images."
301
- msgstr "deforma as imagens."
302
-
303
- msgid "Delay"
304
- msgstr "Atraso"
305
-
306
- msgid "Delete All URLs"
307
- msgstr "Excluir Todos os URLs"
308
-
309
- msgid "delete all your URLs now"
310
- msgstr "excluir todos os seus URLs agora"
311
-
312
- msgid "Disable lightbox and zoom from image gallery."
313
- msgstr "Desative o lightbox e o zoom na galeria de imagens."
314
-
315
- msgid "Documentation"
316
- msgstr "Documentação"
317
-
318
- msgid ""
319
- "Don't you believe me? So why don't you check my Internet address (also known "
320
- "as URL)?"
321
- msgstr ""
322
- "Você não acredita em mim? Então por que você não verifica meu endereço na "
323
- "Internet (também conhecido como URL)?"
324
-
325
- msgid "e.g.: 16:9"
326
- msgstr "exemplo: 16:9"
327
-
328
- msgid "e.g.: 300"
329
- msgstr "exemplo: 300"
330
-
331
- msgid "e.g.: 600"
332
- msgstr "ex.: 600"
333
-
334
- msgid "e.g.: 64"
335
- msgstr "exemplo: 64"
336
-
337
- msgid "Email"
338
- msgstr "E-mail"
339
-
340
- msgid "Email address where you received the license key"
341
- msgstr "Endereço de e-mail em que você recebeu a chave do produto"
342
-
343
- msgid "Endpoints"
344
- msgstr "Endpoints"
345
-
346
- msgid "Examples of selectors..."
347
- msgstr "Exemplos de seletores ..."
348
-
349
- msgid "Examples of valid size ratios: 3:2, 16:9, 1:1..."
350
- msgstr "Exemplos de proporções de tamanho válidos: 3:2, 16:9, 1:1 ..."
351
-
352
- msgid "FAQ"
353
- msgstr "Perguntas Frequentes"
354
-
355
- msgid "Fast support"
356
- msgstr "Suporte Rápido"
357
-
358
- msgid "Featured Image"
359
- msgstr "Imagem Destacada"
360
-
361
- msgid "Featured Image Title"
362
- msgstr "Título da Imagem Destacada"
363
-
364
- msgid "Featured Image Title + Gallery Titles (delimited by \"|\")"
365
- msgstr ""
366
- "Título da Imagem Destacada + Títulos da Galeria (delimitados por \"|\")"
367
-
368
- msgid "Featured Image Title + Gallery Titles"
369
- msgstr "Título da Imagem Destacada + Títulos da Galeria"
370
-
371
- msgid "Featured Image Column"
372
- msgstr "Coluna Imagem Destacada"
373
-
374
- msgid "Featured Image in Content"
375
- msgstr "Imagem Destacada no Conteúdo"
376
-
377
- msgid "Featured Image (URL)"
378
- msgstr "Imagem Destacada (URL)"
379
-
380
- msgid "Featured Image URL"
381
- msgstr "URL da Imagem Destacada"
382
-
383
- msgid "Featured Image URL + Gallery URLs (delimited by \"|\")"
384
- msgstr "URL da Imagem Destacada + URLs da Galeria (delimitados por \"|\")"
385
-
386
- msgid "Featured Image URL + Gallery URLs"
387
- msgstr "URL da Imagem Destacada + URLs da Galeria"
388
-
389
- msgid "Featured Shortcode"
390
- msgstr "Shortcode Destacado"
391
-
392
- msgid "Featured Slider"
393
- msgstr "Slider Destacado"
394
-
395
- msgid "Featured Slider (URL)"
396
- msgstr "Slider Destacado (URL)"
397
-
398
- msgid "Featured Slider (URLs)"
399
- msgstr "Slider Destacado (URLs)"
400
-
401
- msgid "Featured Slider URLs (delimited by \"|\")"
402
- msgstr "URLs do Slider Destacado (delimitados por \"|\")"
403
-
404
- msgid "Featured Video"
405
- msgstr "Vídeo Destacado"
406
-
407
- msgid "Featured Video (URL)"
408
- msgstr "Vídeo Destacado (URL)"
409
-
410
- msgid "Featured Video URL"
411
- msgstr "URL do Vídeo Destacado"
412
-
413
- msgid "Featured Video URL + Gallery URLs (delimited by \"|\")"
414
- msgstr "URL do Vídeo Destacado + URLs da Galeria (delimitados por \"|\")"
415
-
416
- msgid "Featured Video URL + Gallery URLs"
417
- msgstr "URL do Vídeo Destacado + URLs da Galeria"
418
-
419
- msgid "FIFU automatically adds its add-on to WP All Import."
420
- msgstr "FIFU automaticamente adiciona sua extensão ao WP All Import."
421
-
422
- msgid ""
423
- "FIFU supports videos from YouTube, Vimeo, Imgur, 9GAG, Cloudinary, Tumblr "
424
- "and Publitio (videos hosted elsewhere are not supported)."
425
- msgstr ""
426
- "FIFU suporta vídeos do YouTube, Vimeo, Imgur, 9GAG, Cloudinary, Tumblr e "
427
- "Publitio (vídeos hospedados em outros lugares não são suportados)."
428
-
429
- msgid "Flashing"
430
- msgstr "Flash"
431
-
432
- msgid "follow redirects (it will make the process slower)"
433
- msgstr "seguir redirecionamentos (isso tornará o processo mais lento)"
434
-
435
- msgid "for Vimeo videos"
436
- msgstr "para vídeos do Vimeo"
437
-
438
- msgid "for YouTube videos"
439
- msgstr "para vídeos do YouTube"
440
-
441
- msgid "Gallery Fields"
442
- msgstr "Campos de Galeria"
443
-
444
- msgid "Gallery Icon"
445
- msgstr "Ícone da Galeria"
446
-
447
- msgid "Getting Flickr URL"
448
- msgstr "Obtendo o URL do Flickr"
449
-
450
- msgid "Getting started"
451
- msgstr "Começando"
452
-
453
- msgid "Giphy search"
454
- msgstr "pesquisar no Giphy"
455
-
456
- msgid "Giphy Search"
457
- msgstr "Pesquisa Giphy"
458
-
459
- msgid "Gray Scale"
460
- msgstr "Escala de Cinza"
461
-
462
- msgid "Help"
463
- msgstr "Ajuda"
464
-
465
- msgid "here"
466
- msgstr "aqui"
467
-
468
- msgid "Hide Featured Media"
469
- msgstr "Ocultação de Mídia Destacada"
470
-
471
- msgid "hide from grid"
472
- msgstr "ocultar na grid"
473
-
474
- msgid "hide the 1st (or nth) image (or video) from content"
475
- msgstr "ocultar a primeira (ou a enésima) imagem (ou vídeo) do conteúdo"
476
-
477
- msgid ""
478
- "Hide the Featured Media (Image, Video or Slider) on posts but keeping its "
479
- "visibility on home."
480
- msgstr ""
481
- "Oculte a Mídia Destacada (Imagem, Vídeo ou Slider) nos posts, mas mantendo-a "
482
- "visível na página inicial."
483
-
484
- msgid "Hi, I'm an EXTERNAL image!"
485
- msgstr "Olá, sou uma imagem EXTERNA!"
486
-
487
- msgid "home"
488
- msgstr "página inicial"
489
-
490
- msgid "Horizontal Rotation"
491
- msgstr "Rotação Horizontal"
492
-
493
- msgid "Hover Effects"
494
- msgstr "Efeitos de Transição"
495
-
496
- msgid ""
497
- "If for some reason jQuery is missing from your site, which is not commom, "
498
- "you can import that from a CDN."
499
- msgstr ""
500
- "Se, por algum motivo, o jQuery estiver ausente no seu site, o que não é "
501
- "comum, você poderá importá-lo de uma CDN."
502
-
503
- msgid ""
504
- "If you are setting the image URLs in a nonstandard way, the images probably "
505
- "won't be shown at front-end because some extra metadata is required. Here "
506
- "you can schedule an event to run each N minutes and check if there is some "
507
- "image URL without metadata and create that. The FIFU keys are listed on WP "
508
- "All Import > Custom Fields."
509
- msgstr ""
510
- "Se você estiver salvado os URLs de imagem de maneira incomum, provavelmente "
511
- "as imagens não serão exibidas no front-end, pois são necessários alguns "
512
- "metadados adicionais. Aqui, você pode agendar um evento para executar a cada "
513
- "N minutos e verificar se há algum URL de imagem sem metadados e criá-los. Os "
514
- "campos chave do FIFU estão listados em WP All Import > Campos Personalizados."
515
-
516
- msgid ""
517
- "if you have activated your license key for a development site before and now "
518
- "you want to activate that for this main site, contact the support too"
519
- msgstr ""
520
- "se você ativou sua chave do produto para um site de testes e agora deseja "
521
- "ativá-la neste site principal, entre em contato com o suporte também"
522
-
523
- msgid ""
524
- "If you have different sizes of images on your home (or shop), enable the "
525
- "toggle below to show them in the same height. Depending on your theme, it "
526
- "may be necessary to use a Selector to inform where is the group of images "
527
- "that you want to resize. "
528
- msgstr ""
529
- "Se você tiver tamanhos diferentes de imagens em sua página inicial (ou loja),"
530
- " poderá ativar a opção abaixo para mostrá-las com a mesma altura. Dependendo "
531
- "do seu tema, pode ser necessário usar um Seletor para informar onde está o "
532
- "grupo de imagens que você deseja redimensionar."
533
-
534
- msgid "if your domain has changed, please contact the support"
535
- msgstr "se seu domínio mudou, entre em contato com o suporte"
536
-
537
- msgid "ignore posts that already have a Featured Image (or video)"
538
- msgstr "ignorar posts que já tenham uma Imagem Destacada (ou vídeo)"
539
-
540
- msgid "ignore URL from Post Content"
541
- msgstr "ignorar URL no Conteúdo"
542
-
543
- msgid "I'm a developer"
544
- msgstr "Sou um desenvolvedor"
545
-
546
- msgid "Image"
547
- msgstr "Imagem"
548
-
549
- msgid "Image Title"
550
- msgstr "Título da Imagem"
551
-
552
- msgid "Image Gallery:"
553
- msgstr "Galeria de Imagens:"
554
-
555
- msgid "Image Gallery (URL)"
556
- msgstr "Galeria de Imagens (URL)"
557
-
558
- msgid "Image + Image Gallery (URLs delimited by \"|\")"
559
- msgstr "Imagem + Galeria de Imagens (URLs delimitados por \"|\")"
560
-
561
- msgid "Image Metadata"
562
- msgstr "Metadados de Imagem"
563
-
564
- msgid "image (or video) position"
565
- msgstr "posição da imagem (ou vídeo)"
566
-
567
- msgid "Image URL or Keywords"
568
- msgstr "URL da imagem ou Palavras-Chave"
569
-
570
- msgid "Image Validation"
571
- msgstr "Validação de Imagem"
572
-
573
- msgid "Import"
574
- msgstr "Importação"
575
-
576
- msgid "Important:"
577
- msgstr "Importante:"
578
-
579
- msgid "Importing products..."
580
- msgstr "Importando produtos..."
581
-
582
- msgid "Importing Variable Products to WooCommerce"
583
- msgstr "Como importar Produtos Variáveis para o WooCommerce"
584
-
585
- msgid "import jQuery from a CDN"
586
- msgstr "importar jQuery de uma CDN"
587
-
588
- msgid "inline"
589
- msgstr "inline"
590
-
591
- msgid ""
592
- "In order to FIFU identify your gallery, it's necessary to inform its CSS "
593
- "selector here. The default value is %1$s, but you may need a different "
594
- "selector if your theme overwrites the original WooCommerce layout."
595
- msgstr ""
596
- "Para que FIFU identifique sua galeria, é necessário informar seu seletor de "
597
- "CSS aqui. O valor padrão é %1$s, mas você pode precisar de um seletor "
598
- "diferente caso o seu tema substitua o layout original do WooCommerce."
599
-
600
- msgid "Interval (minutes)"
601
- msgstr "Intervalo (minutos)"
602
-
603
- msgid "It can take some minutes and can't be undone, so make a backup."
604
- msgstr ""
605
- "Isso pode levar alguns minutos e não pode ser desfeito, portanto faça um "
606
- "backup."
607
-
608
- msgid ""
609
- "It checks images addresses and, when an image is not found, its URL is not "
610
- "saved. However, each validation can take some seconds. It is not integrated "
611
- "with URL from Post Content or REST API features."
612
- msgstr ""
613
- "Verifica os endereços das imagens e, quando uma imagem não é encontrada, seu "
614
- "URL não é salvo. No entanto, cada validação pode levar alguns segundos. Não "
615
- "está integrada às funcionalidades URL no Conteúdo e API REST."
616
-
617
- msgid ""
618
- "It means I'm NOT in your media library and I'm NOT an attached plugin file "
619
- "too."
620
- msgstr ""
621
- "Isso significa que NÃO estou na sua biblioteca de mídia e também NÃO sou um "
622
- "arquivo anexado do plugin."
623
-
624
- msgid ""
625
- "It reads the HTML of your post and use the 1st image (or video) URL found as "
626
- "Featured Image. It happens when you click on Publish (or Update) button."
627
- msgstr ""
628
- "Permite ao plugin ler o HTML do post e utilizar o 1º URL de imagem (ou vídeo)"
629
- " encontrado como Imagem Destacada. Isso acontece quando você clica no botão "
630
- "Publicar (ou Atualizar)."
631
-
632
- msgid "it will be automatically disabled when finished"
633
- msgstr "será desativado automaticamente quando terminar"
634
-
635
- msgid "jQuery"
636
- msgstr "jQuery"
637
-
638
- msgid ""
639
- "Just send me an email. If you are available to discuss the details and the "
640
- "plugin is free and has more than 25,000 active installs, I should provide an "
641
- "integration very soon."
642
- msgstr ""
643
- "Apenas me envie um email. Se você estiver disponível para discutir os "
644
- "detalhes e o plugin for gratuito e tiver mais de 50.000 instalações ativas, "
645
- "eu devo fornecer uma integração muito em breve."
646
-
647
- msgid "Key"
648
- msgstr "Chave"
649
-
650
- msgid "Lazy Load"
651
- msgstr "Lazy Load"
652
-
653
- msgid "License Key"
654
- msgstr "Chave do Produto"
655
-
656
- msgid "lightbox"
657
- msgstr "lightbox"
658
-
659
- msgid "Lightbox and Zoom"
660
- msgstr "Lightbox e Zoom"
661
-
662
- msgid ""
663
- "Limit of rows to UPDATE, INSERT or DELETE by query. Higher this number, "
664
- "faster the features URL from Post Content > All Posts, Image Metadata and "
665
- "Clean Metadata. However, if you have too limited resources, don't increase "
666
- "this value too much, otherwise your database can bring down."
667
- msgstr ""
668
- "Limite de registros por UPDATE, INSERT ou DELETE. Quanto maior esse número, "
669
- "mais rápido serão as funcionalidades URL no Conteúdo > Todos os Posts, "
670
- "Metadados de Imagem e Limpeza de Metadados. No entanto, se você tiver "
671
- "recursos muito limitados, não aumente muito este valor, caso contrário, seu "
672
- "banco de dados poderá cair."
673
-
674
- msgid "Loop"
675
- msgstr "Loop"
676
-
677
- msgid "Loop videos (available for YouTube and Vimeo)."
678
- msgstr "Vídeos em loop (disponível para YouTube e Vimeo)."
679
-
680
- msgid "Media Library"
681
- msgstr "Biblioteca de Mídia"
682
-
683
- msgid "Media RSS Tags"
684
- msgstr "Tags Media RSS"
685
-
686
- msgid "Metadata"
687
- msgstr "Metadados"
688
-
689
- msgid "Minimum Width"
690
- msgstr "Largura Mínima"
691
-
692
- msgid "minimum width (px)"
693
- msgstr "largura mínima (px)"
694
-
695
- msgid "mode"
696
- msgstr "modo"
697
-
698
- msgid ""
699
- "Most themes and plugins are not able to show the external Featured Image if "
700
- "there is no internal Featured Image associated to your post. Enabling the "
701
- "toggle below, symbolic empty files will be added to your Media Library to "
702
- "overcome this limitation."
703
- msgstr ""
704
- "A maioria dos temas e plugins não consegue mostrar a Imagem Destacada "
705
- "externa se não houver uma Imagem Destacada interna associada ao post. "
706
- "Ativando a opção abaixo, arquivos simbólicos vazios serão adicionados à sua "
707
- "Biblioteca de Mídia para superar essa limitação."
708
-
709
- msgid "Mouseover Autoplay"
710
- msgstr "Reprodução Automática na Passagem do Mouse"
711
-
712
- msgid "Mute"
713
- msgstr "Mudo"
714
-
715
- msgid "new version available."
716
- msgstr "nova versão disponível."
717
-
718
- msgid "Object Fit"
719
- msgstr "Ajuste do Objeto"
720
-
721
- msgid "OK"
722
- msgstr "OK"
723
-
724
- msgid "on custom post type"
725
- msgstr "no tipo personalizado"
726
-
727
- msgid "on home (or shop)"
728
- msgstr "na página inicial (ou loja)"
729
-
730
- msgid "only image tags"
731
- msgstr "somente tags de imagem"
732
-
733
- msgid "on page"
734
- msgstr "na página"
735
-
736
- msgid "on post"
737
- msgstr "no post"
738
-
739
- msgid "Opacity Color"
740
- msgstr "Opacidade com Cor"
741
-
742
- msgid "Opacity White"
743
- msgstr "Opacidade Branca"
744
-
745
- msgid "original size"
746
- msgstr "tamanho original"
747
-
748
- msgid "Original Size"
749
- msgstr "Tamanho Original"
750
-
751
- msgid "or just drag and drop me here"
752
- msgstr "ou apenas arraste e solte-me aqui"
753
-
754
- msgid "overwrite the existing Featured Image (or video)"
755
- msgstr "substituir a Imagem Destacada existente (ou vídeo)"
756
-
757
- msgid "page"
758
- msgstr "página"
759
-
760
- msgid "pause autoplay on hover"
761
- msgstr "pausar a reprodução automática na passagem do mouse"
762
-
763
- msgid "Performance"
764
- msgstr "Performance"
765
-
766
- msgid "Play a video on \"mouseover\" and pause on \"mouseout\"."
767
- msgstr "Reproduzir e pausar um vídeo na passagem do mouse"
768
-
769
- msgid "Play Button"
770
- msgstr "Botão Play"
771
-
772
- msgid ""
773
- "Please insert your email and license key below to use this plugin without "
774
- "limitations."
775
- msgstr ""
776
- "Favor inserir seu e-mail e chave do produto abaixo para usar este plugin sem "
777
- "limitações."
778
-
779
- msgid "Please wait some seconds..."
780
- msgstr "Aguarde alguns segundos..."
781
-
782
- msgid "plugin is up to date."
783
- msgstr "o plugin está atualizado."
784
-
785
- msgid "post"
786
- msgstr "post"
787
-
788
- msgid "Post"
789
- msgstr "Post"
790
-
791
- msgid "Powered by Featured Image from URL plugin"
792
- msgstr "Desenvolvido por Featured Image from URL"
793
-
794
- msgid "prioritize video than image (if both exist)"
795
- msgstr "priorizar vídeo à imagem (se ambos existirem)"
796
-
797
- msgid "product"
798
- msgstr "produto"
799
-
800
- msgid "Product"
801
- msgstr "Produto"
802
-
803
- msgid "product category"
804
- msgstr "categoria de produto"
805
-
806
- msgid "Product Category"
807
- msgstr "Categoria de Produto"
808
-
809
- msgid "Product Image Title + Gallery Titles (delimited by \"|\")"
810
- msgstr ""
811
- "Título da Imagem do Produto + Títulos da Galeria (delimitados por \"|\")"
812
-
813
- msgid "Product Image + Gallery (URLs delimited by \"|\")"
814
- msgstr "Imagem do Produto + Galeria (URLs delimitados por \"|\")"
815
-
816
- msgid "Product Image (URL)"
817
- msgstr "Imagem do Produto (URL)"
818
-
819
- msgid "variable product"
820
- msgstr "produto variável"
821
-
822
- msgid "product variation"
823
- msgstr "variação de produto"
824
-
825
- msgid "Product Variation"
826
- msgstr "Variação de Produto"
827
-
828
- msgid "Product Video + Gallery (URLs delimited by \"|\")"
829
- msgstr "Vídeo do Produto + Galeria (URLs delimitados por \"|\")"
830
-
831
- msgid "Rainbow"
832
- msgstr "Arco-Íris"
833
-
834
- msgid "Ratio:"
835
- msgstr "Proporção:"
836
-
837
- msgid "Related Videos"
838
- msgstr "Vídeos Relacionados"
839
-
840
- msgid "remove external featured image"
841
- msgstr "remover imagem destacada externa"
842
-
843
- msgid "remove query strings (whatever follows the question mark sign \"?\")"
844
- msgstr ""
845
- "remover strings de consulta (tudo o que segue o sinal de interrogação \"?\")"
846
-
847
- msgid "Replace Not Found Image"
848
- msgstr "Substituição de Imagem Não Encontrada"
849
-
850
- msgid "Requires WooCommerce Additional Variation Images plugin"
851
- msgstr "Requer o plugin WooCommerce Additional Variation Images"
852
-
853
- msgid "Reset FIFU settings to the default configuration."
854
- msgstr "Redefinir FIFU para a configuração padrão."
855
-
856
- msgid "reset settings"
857
- msgstr "redefinir configurações"
858
-
859
- msgid "Reset Settings"
860
- msgstr "Redefinir Configurações"
861
-
862
- msgid "REST API"
863
- msgstr "API REST"
864
-
865
- msgid "Result:"
866
- msgstr "Resultado:"
867
-
868
- msgid "Right click me!"
869
- msgstr "Clique com o botão direito do mouse em mim!"
870
-
871
- msgid "Rotate"
872
- msgstr "Giro"
873
-
874
- msgid "Rows Limit"
875
- msgstr "Limite de Registros"
876
-
877
- msgid "Same Height"
878
- msgstr "Mesma Altura"
879
-
880
- msgid "save and use image dimensions"
881
- msgstr "armazenar e usar dimensões de imagem"
882
-
883
- msgid "Save Image Dimensions"
884
- msgstr "Armazenamento de Dimensões de Imagem"
885
-
886
- msgid "save the dimensions of all Featured Images now (it requires php-curl)"
887
- msgstr ""
888
- "armazenar as dimensões de todas as Imagens Destacadas agora (requer php-curl)"
889
-
890
- msgid "Schedule Metadata Generation"
891
- msgstr "Agendamento de Geração de Metadados"
892
-
893
- msgid "selector"
894
- msgstr "seletor"
895
-
896
- msgid "Selector"
897
- msgstr "Seletor"
898
-
899
- msgid "Sepia"
900
- msgstr "Sépia"
901
-
902
- msgid ""
903
- "Set one image to each category. The chosen image is the Featured Image from "
904
- "the most recent product from that category."
905
- msgstr ""
906
- "Definir uma imagem para cada categoria. A imagem escolhida será a Imagem "
907
- "Destacada do produto mais recente da categoria."
908
-
909
- msgid "Set the title of a Featured Image with the post title."
910
- msgstr "Definir o título de uma Imagem Destacada com o título do post."
911
-
912
- msgid "Settings"
913
- msgstr "Configurações"
914
-
915
- msgid "Shine"
916
- msgstr "Brilho"
917
-
918
- msgid "shop"
919
- msgstr "loja"
920
-
921
- msgid ""
922
- "shortcodes can be not compatible with other FIFU features, such as CSS Style,"
923
- " Same Height, Lazy Load etc."
924
- msgstr ""
925
- "shortcodes podem não ser compatíveis com outras funcionalidades do FIFU, "
926
- "como Estilo de CSS, Mesma Altura, Lazy Load etc."
927
-
928
- msgid "show bottom"
929
- msgstr "mostrar parte inferior"
930
-
931
- msgid "show center"
932
- msgstr "mostrar centro"
933
-
934
- msgid "show gallery on click"
935
- msgstr "mostrar galeria ao clicar"
936
-
937
- msgid "show prev/next buttons"
938
- msgstr "mostrar botões anterior/seguinte"
939
-
940
- msgid "Show related videos when the video ends."
941
- msgstr "Mostrar vídeos relacionados quando o vídeo terminar."
942
-
943
- msgid "shows full images (in smaller sizes);"
944
- msgstr "mostra imagens completas (em tamanhos menores);"
945
-
946
- msgid ""
947
- "Show the category image on the category page, immediately before the product "
948
- "grid."
949
- msgstr ""
950
- "Mostrar a imagem da categoria na página da categoria, imediatamente antes da "
951
- "grid de produtos."
952
-
953
- msgid "Show the external images in your media library."
954
- msgstr "Mostrar as imagens externas na biblioteca de mídia."
955
-
956
- msgid ""
957
- "Show the video thumbnail instead of the video. Thumbnails are images, so "
958
- "they are loaded much faster than embedded videos."
959
- msgstr ""
960
- "Mostrar o thumbnail do vídeo ao invés do vídeo. Thumbnails são imagens e, "
961
- "portanto, são carregados muito mais rapidamente que os vídeos incorporados."
962
-
963
- msgid "show top"
964
- msgstr "mostrar parte superior"
965
-
966
- msgid ""
967
- "Since now you have my address (also known as URL), how about making me "
968
- "famous?"
969
- msgstr ""
970
- "Como agora você tem meu endereço (também conhecido como URL), que tal me "
971
- "tornar famosa?"
972
-
973
- msgid "Size Ratio"
974
- msgstr "Proporção de Tamanho"
975
-
976
- msgid "Sizes"
977
- msgstr "Tamanhos"
978
-
979
- msgid "Slider"
980
- msgstr "Slider"
981
-
982
- msgid "Slider:"
983
- msgstr "Slider:"
984
-
985
- msgid "Slider (URLs delimited by \"|\")"
986
- msgstr "Slider (URLs delimitados por \"|\")"
987
-
988
- msgid "Social"
989
- msgstr "Social"
990
-
991
- msgid "Social Tags"
992
- msgstr "Tags Sociais"
993
-
994
- msgid ""
995
- "some themes and plugins (Jetpack for instance) have their own lazy load "
996
- "implementations, causing conflicts. Your images may not load if you have "
997
- "more than one lazy load component running at the same time."
998
- msgstr ""
999
- "alguns temas e plugins (Jetpack, por exemplo) têm suas próprias "
1000
- "implementações de lazy load, causando conflitos. Suas imagens podem não "
1001
- "carregar se você tiver mais de um componente de lazy load em execução ao "
1002
- "mesmo tempo."
1003
-
1004
- msgid ""
1005
- "Some themes and WooCommerce lightbox (PhotoSwipe) may need the image width "
1006
- "and height to avoid style issues."
1007
- msgstr ""
1008
- "Alguns temas e o lightbox do WooCommerce (PhotoSwipe) podem precisar da "
1009
- "largura e altura da imagem para que não haja problemas de layout."
1010
-
1011
- msgid ""
1012
- "Some themes don't show the Featured Image on posts (only on home). If that's "
1013
- "is your case and you would like to show the Featured Image on posts, just "
1014
- "enable the toggle. The Featured Image will appear at the beginning of the "
1015
- "content, before the text."
1016
- msgstr ""
1017
- "Alguns temas não mostram a Imagem Destacada nos posts (apenas na página "
1018
- "inicial). Se esse for o seu caso e você gostaria de mostrar a Imagem "
1019
- "Destacada nos posts, basta ativar esta opção. A Imagem Destacada aparecerá "
1020
- "no início do conteúdo, antes do texto."
1021
-
1022
- msgid ""
1023
- "Start the videos in background, which means autoplay, no controls and no "
1024
- "sound."
1025
- msgstr ""
1026
- "Iniciar os vídeos em segundo plano, o que significa que a reprodução será "
1027
- "automática, sem controles e sem som."
1028
-
1029
- msgid "Start the videos without audio (available for YouTube and Vimeo)."
1030
- msgstr "Iniciar os vídeos sem áudio (disponível para YouTube e Vimeo)."
1031
-
1032
- msgid "start automatically"
1033
- msgstr "iniciar automaticamente"
1034
-
1035
- msgid "Submit"
1036
- msgstr "Enviar"
1037
-
1038
- msgid "support data"
1039
- msgstr "dados de suporte"
1040
-
1041
- msgid "Support Data"
1042
- msgstr "Dados de Suporte"
1043
-
1044
- msgid "Text"
1045
- msgstr "Texto"
1046
-
1047
- msgid ""
1048
- "the images need to be in an \"img\" HTML tag and videos in an \"iframe\" tag."
1049
- " Contents provided by [shortcode] can't be read."
1050
- msgstr ""
1051
- "as imagens precisam estar em uma tag HTML \"img\" e os vídeos em uma tag "
1052
- "\"iframe\". Conteúdos fornecidos por [shortcodes] não podem ser lidos."
1053
-
1054
- msgid ""
1055
- "The plugin adds a new column to your post list. Below you can choose the "
1056
- "height (px) of the image in the column. To disable that, just uncheck "
1057
- "\"FIFU\" in the Screen Options."
1058
- msgstr ""
1059
- "O plugin adiciona uma nova coluna à sua lista de posts. Abaixo, você pode "
1060
- "escolher a altura (px) da imagem na coluna. Para desabilitar a coluna, basta "
1061
- "desmarcar \"FIFU\" nas Opções da Tela."
1062
-
1063
- msgid ""
1064
- "This experimental feature allows to input a shortcode instead of an URL. It "
1065
- "would allow you to have any content as Featured Media (a music, a text, a "
1066
- "map etc). However, some contents will need a large area of your site to be "
1067
- "shown properly. So you should define a minimum width that an area of your "
1068
- "site should have to be able to show the shortcode content. Otherwise an icon "
1069
- "will be shown."
1070
- msgstr ""
1071
- "Esta funcionalidade experimental permite inserir um shortcode em vez de um "
1072
- "URL. Isso permitiria que você utilizasse qualquer conteúdo como Mídia "
1073
- "Destacada (uma música, um texto, um mapa etc.). No entanto, alguns conteúdos "
1074
- "precisarão de uma grande área do seu site para serem exibidos corretamente. "
1075
- "Portanto, você deve definir uma largura mínima que uma área do seu site "
1076
- "precisa ter para poder mostrar o conteúdo do shortcode. Caso contrário, um "
1077
- "ícone será exibido."
1078
-
1079
- msgid ""
1080
- "this plugin doesn't save images in the media library. It means that enabling "
1081
- "the two toggles below all post types that have an external Featured Image "
1082
- "will no longer have any Featured Image. And you can't undo this action later."
1083
- " This also applies to FIFU galleries, videos, sliders and shortcodes."
1084
- msgstr ""
1085
- "este plugin não salva imagens na biblioteca de mídia. Isso significa que, "
1086
- "ativando as duas opções abaixo, todos os posts que possuem uma Imagem "
1087
- "Destacada externa não terão mais qualquer Imagem Destacada. E você não "
1088
- "poderá desfazer essa ação mais tarde. O mesmo se aplica a galerias, vídeos, "
1089
- "sliders e shortcodes do FIFU."
1090
-
1091
- msgid "Thumbnails"
1092
- msgstr "Thumbnails"
1093
-
1094
- msgid "time between each transition (in ms)"
1095
- msgstr "tempo entre cada transição (em ms)"
1096
-
1097
- msgid "time (in ms)"
1098
- msgstr "tempo (em ms)"
1099
-
1100
- msgid "To repeat the process enable the toggle again."
1101
- msgstr "Para repetir o processo, ative a opção novamente."
1102
-
1103
- msgid ""
1104
- "To schedule this process (hourly, daily etc), you can use the hook "
1105
- "fifu_event with your favorite cron event plugin. Suggestion:"
1106
- msgstr ""
1107
- "Para agendar esse processo (a cada hora, diariamente, etc), você pode usar o "
1108
- "gancho fifu_event com seu plugin de agendamento de eventos favorito. "
1109
- "Sugestão:"
1110
-
1111
- msgid "transition duration (in ms)"
1112
- msgstr "duração da transição (em ms)"
1113
-
1114
- msgid "Troubleshooting"
1115
- msgstr "Solução de Problemas"
1116
-
1117
- msgid ""
1118
- "Unlike Youtube, Vimeo videos can't fit a theme area without generating a "
1119
- "vertical padding. Here you can change the background color from transparent "
1120
- "to black."
1121
- msgstr ""
1122
- "Ao contrário do YouTube, vídeos do Vimeo não podem ser colocados em uma área "
1123
- "de tema sem gerar um preenchimento vertical. Aqui você pode alterar a cor do "
1124
- "plano de fundo de transparente para preto."
1125
-
1126
- msgid "Unsplash Image Size"
1127
- msgstr "Tamanho de Imagem do Unsplash"
1128
-
1129
- msgid "Update all your posts applying the configuration above. "
1130
- msgstr "Atualize todos os seus posts aplicando a configuração acima."
1131
-
1132
- msgid "update all your posts now"
1133
- msgstr "atualizar todos os seus posts agora"
1134
-
1135
- msgid "URL from Post Content"
1136
- msgstr "URL no Conteúdo"
1137
-
1138
- msgid "Use FIFU with WooCommerce import."
1139
- msgstr "Utilize FIFU com a importação do WooCommerce."
1140
-
1141
- msgid ""
1142
- "Useful if you have small images, here you can define if the image should be "
1143
- "shown in the original size or resized to the dimensions of the available "
1144
- "area."
1145
- msgstr ""
1146
- "Útil se você tiver imagens pequenas, aqui você pode definir se a imagem deve "
1147
- "ser mostrada no tamanho original ou redimensionada para as dimensões da área "
1148
- "disponível."
1149
-
1150
- msgid ""
1151
- "Use social tags to share your posts (and their Featured Images) on the "
1152
- "social media."
1153
- msgstr ""
1154
- "Use tags sociais para compartilhar seus posts (e suas Imagens Destacadas) "
1155
- "nas mídias sociais."
1156
-
1157
- msgid "use the 1st (or nth) image (or video) as Featured Image"
1158
- msgstr "use a 1ª (ou a enésima) imagem (ou vídeo) como Imagem Destacada"
1159
-
1160
- msgid "Variable Product"
1161
- msgstr "Produto Variável"
1162
-
1163
- msgid "variation image gallery requires"
1164
- msgstr "a galeria de imagens de variação requer"
1165
-
1166
- msgid "Vertical Rotation"
1167
- msgstr "Rotação Vertical"
1168
-
1169
- msgid "Video"
1170
- msgstr "Vídeo"
1171
-
1172
- msgid "Video Gallery:"
1173
- msgstr "Galeria de Vídeos:"
1174
-
1175
- msgid "Video Gallery (URL)"
1176
- msgstr "Galeria de Vídeos (URL)"
1177
-
1178
- msgid "Video Thumbnail"
1179
- msgstr "Thumbnail de Vídeo"
1180
-
1181
- msgid "Video + Video Gallery (URLs delimited by \"|\")"
1182
- msgstr "Vídeo + Galeria de Vídeos (URLs delimitados por \"|\")"
1183
-
1184
- msgid "width"
1185
- msgstr "largura"
1186
-
1187
- msgid ""
1188
- "With Lazy Load, images and videos won't be loaded until user scrolls to them."
1189
- " It makes your home (or shop) faster."
1190
- msgstr ""
1191
- "Com Lazy Load, imagens e vídeos não são carregados até que o usuário role a "
1192
- "página até eles. Isso torna a página inicial (ou loja) mais rápida."
1193
-
1194
- msgid "WooCommerce"
1195
- msgstr "WooCommerce"
1196
-
1197
- msgid "WooCommerce REST API"
1198
- msgstr "API REST do WooCommerce"
1199
-
1200
- msgid "WordPress REST API"
1201
- msgstr "API REST do WordPress"
1202
-
1203
- msgid "WP All Import"
1204
- msgstr "WP All Import"
1205
-
1206
- msgid "WP / WooCommerce REST API"
1207
- msgstr "API REST WP / WooCommerce"
1208
-
1209
- msgid "You cannot access private data."
1210
- msgstr "Você não pode acessar dados privados."
1211
-
1212
- msgid ""
1213
- "You can set Featured Images using custom fields. The main one is "
1214
- "fifu_image_url and you can set that using REST API. For nonstandard "
1215
- "automation, enable Schedule Metadata Generation, at Admin tab (no additional "
1216
- "code required)."
1217
- msgstr ""
1218
- "Você pode definir Imagens Destacadas usando campos personalizados. O "
1219
- "principal é fifu_image_url e você pode defini-lo usando a API REST. Para "
1220
- "automação fora do padrão, ative Agendamento de Geração de Metadados, na aba "
1221
- "Administrador (nenhum código adicional é necessário)."
1222
-
1223
- msgid "You just need to create a post and use me as the Featured Image:"
1224
- msgstr "Você só precisa criar um post e me usar como Imagem Destacada:"
1225
-
1226
- msgid ""
1227
- "You just need to get one URL (Square 75, for example). Use that into the "
1228
- "Featured Image (URL) field of your post. FIFU will handle this URL to "
1229
- "provide the image in different sizes."
1230
- msgstr ""
1231
- "Você só precisa obter um URL (quadrado 75, por exemplo). Use o endereço no "
1232
- "campo Imagem Destacada (URL) do seu post. FIFU manipulará esse URL para "
1233
- "fornecer a imagem em tamanhos diferentes."
1234
-
1235
- msgid ""
1236
- "your license key is not activated for this site. For more information please "
1237
- "access Settings > License Key."
1238
- msgstr ""
1239
- "sua chave do produto não está ativada para este site. Para mais informações, "
1240
- "acesse Configurações > Chave do Produto."
1241
-
1242
- msgid ""
1243
- "You've enabled Same Height feature, that works by cropping the image. Here "
1244
- "you can define which part of the image should be shown."
1245
- msgstr ""
1246
- "Você ativou o recurso Mesma Altura, que funciona cortando a imagem. Aqui "
1247
- "você pode definir qual parte da imagem deve ser mostrada."
1248
-
1249
- msgid "You were probably using a deprecated feature. Just do it:"
1250
- msgstr ""
1251
- "Você provavelmente estava utilizando alguma funcionalidade ultrapassada. "
1252
- "Faça isto:"
1253
-
1254
- msgid "z-index"
1255
- msgstr "z-index"
1256
-
1257
- msgid "zoom"
1258
- msgstr "zoom"
1259
-
1260
- msgid "Zoom In"
1261
- msgstr "Mais Zoom"
1262
-
1263
- msgid "Zoom Out"
1264
- msgstr "Menos Zoom"
1265
-
1266
- msgid "If you need help, you can refer to"
1267
- msgstr "Se precisar de ajuda, consulte"
1268
-
1269
- msgid "or send an email to"
1270
- msgstr "ou envie um e-mail para"
1271
-
1272
- msgid "with this"
1273
- msgstr "com isto"
1274
-
1275
- msgid "troubleshooting"
1276
- msgstr "solução de problemas"
1277
-
1278
- msgid "3) paste it here: "
1279
- msgstr "3) cole-o aqui:"
1280
-
1281
- msgid "2) find the box"
1282
- msgstr "2) encontre a caixa"
1283
-
1284
- msgid ""
1285
- "Requirement: access Plugins -> Plugin Editor -> Select plugin to edit -> "
1286
- "Featured Image from URL -> Select. Then change the value of "
1287
- "FIFU_DELETE_ALL_URLS from false to true."
1288
- msgstr ""
1289
- "Requisito: acesse Plugins -> Editor de plugin -> Selecione o plugin para "
1290
- "editar -> Featured Image from URL -> Selecionar. Altere o valor de "
1291
- "FIFU_DELETE_ALL_URLS de \"false\" para \"true\"."
1292
-
1293
- msgid "Unofficial solutions are not supported"
1294
- msgstr "Soluções não oficiais não são suportadas"
1295
-
1296
- msgid ""
1297
- "if you intend to use FIFU in multiple distinct sites you can buy more "
1298
- "license keys"
1299
- msgstr ""
1300
- "se você pretende usar FIFU em vários sites distintos, poderá comprar mais "
1301
- "chaves "
1302
-
1303
- msgid ""
1304
- "Examples: image URL: https://domain.com/image.jpg; keywords: sea,sun. To get "
1305
- "a random image leave this field empty."
1306
- msgstr ""
1307
- "Exemplos: URL da imagem: https://domain.com/image.jpg; palavras-chave: mar,"
1308
- "sol. Para obter uma imagem aleatória, deixe este campo vazio."
1309
-
1310
- msgid "Video URL"
1311
- msgstr "URL do Vídeo"
1312
-
1313
- msgid "remove external featured video"
1314
- msgstr "remover vídeo destacado externo"
1315
-
1316
- msgid "Default values is |"
1317
- msgstr "Valor padrão é |"
1318
-
1319
- msgid "Delimited by |"
1320
- msgstr "Delimitado por |"
1321
-
1322
- msgid "List Delimiter"
1323
- msgstr "Delimitador de Lista"
1324
-
1325
- msgid "Gallery Image (URL)"
1326
- msgstr "Imagem da Galeria (URL)"
1327
-
1328
- msgid "Add image from Sirv"
1329
- msgstr "Adicionar imagem do Sirv"
1330
-
1331
- msgid "Feature of the month"
1332
- msgstr "Funcionalidade do mês"
1333
-
1334
- msgid "CSS selector"
1335
- msgstr "Seletor CSS"
1336
-
1337
- msgid ""
1338
- "embedded video can be replaced by its thumbnail + play button (drastically "
1339
- "decreases the loading time)"
1340
- msgstr ""
1341
- "vídeo incorporado pode ser substituído por seu thumbnail + botão play "
1342
- "(diminui drasticamente o tempo de carregamento)"
1343
-
1344
- msgid "Google Chrome Extension for FIFU"
1345
- msgstr "Extensão do Google Chrome para FIFU"
1346
-
1347
- msgid "support to private videos from Vimeo"
1348
- msgstr "suporte a vídeos privados do Vimeo"
1349
-
1350
- msgid "integration with WooCommerce Additional Variation Images plugin"
1351
- msgstr "integração com o plugin WooCommerce Additional Variation Images"
1352
-
1353
- msgid "Integrate your plugin with FIFU"
1354
- msgstr "Integre seu plugin ao FIFU"
1355
-
1356
- msgid ""
1357
- "Are you a WordPress developer? So now you can easily integrate your code "
1358
- "with FIFU using the function below."
1359
- msgstr ""
1360
- "Você é um desenvolvedor WordPress? Então agora você pode integrar facilmente "
1361
- "seu código ao FIFU usando a função abaixo."
1362
-
1363
- msgid ""
1364
- "All you need is to inform the post id and the image url. And FIFU will set "
1365
- "the custom fields and create the metadata."
1366
- msgstr ""
1367
- "Tudo que você precisa é informar o ID do post e o URL da imagem. E FIFU "
1368
- "definirá os campos personalizados e criará os metadados."
1369
-
1370
- msgid "fifu_dev_set_image($post_id, $image_url)"
1371
- msgstr "fifu_dev_set_image($post_id, $image_url)"
1372
-
1373
- msgid ""
1374
- "Use an external image as featured image of a post or WooCommerce product. "
1375
- "Includes image search, video, social tags, SEO, lazy load, gallery, automati "
1376
- "&hellip;"
1377
- msgstr ""
1378
- "Use uma imagem externa como imagem destacada de um post ou produto "
1379
- "WooCommerce. Inclui busca de imagens, vídeo, tags sociais, SEO, lazy load, "
1380
- "galeria, automação etc."
1381
-
1382
- msgid "<strong>[Premium]</strong> Giphy animated image search"
1383
- msgstr "<strong>[Premium]</strong> Pesquisa de imagens animadas no Giphy"
1384
-
1385
- msgid "<p>Settings</p>"
1386
- msgstr "<p>Configurações</p>"
1387
-
1388
- msgid "Access settings and clean the metadata."
1389
- msgstr "Acesse as configurações e limpe os metadados."
1390
-
1391
- msgid "INTEGRATION FUNCTION FOR DEVELOPERS"
1392
- msgstr "FUNÇÃO DE INTEGRAÇÃO PARA DESENVOLVEDORES"
1393
-
1394
- msgid ""
1395
- "Upload the 'featured-image-from-url' folder to the /wp-content/plugins/ "
1396
- "directory;"
1397
- msgstr ""
1398
- "Faça o upload da pasta 'featured-image-from-url' para o diretório /wp-"
1399
- "content/plugins/;"
1400
-
1401
- msgid "Activate FIFU from your Plugins page;"
1402
- msgstr "Ative FIFU na página Plugins;"
1403
-
1404
- msgid "Search for 'Featured Image from URL';"
1405
- msgstr "Procure por 'Featured Image from URL';"
1406
-
1407
- msgid "Visit the plugins page within your dashboard and select 'Add New';"
1408
- msgstr "Visite a página de plugins do seu painel e selecione 'Adicionar novo';"
1409
-
1410
- msgid "INSTALL FIFU MANUALLY"
1411
- msgstr "INSTALE FIFU MANUALMENTE"
1412
-
1413
- msgid "INSTALL FIFU FROM WITHIN WORDPRESS"
1414
- msgstr "INSTALE FIFU A PARTIR DO WORDPRESS"
1415
-
1416
- msgid "Portuguese (Brazil)"
1417
- msgstr "Português (Brasil)"
1418
-
1419
- msgid "German"
1420
- msgstr "Alemão"
1421
-
1422
- msgid "English (United States)"
1423
- msgstr "Inglês (Estados Unidos)"
1424
-
1425
- msgid "LANGUAGES"
1426
- msgstr "LÍNGUAS"
1427
-
1428
- msgid "You save money on storage, processing and copyright."
1429
- msgstr ""
1430
- "Você economiza dinheiro com armazenamento, processamento e direitos autorais."
1431
-
1432
- msgid ""
1433
- "No image optimization or thumbnails. You may fix that with Jetpack "
1434
- "(performance settings)."
1435
- msgstr ""
1436
- "Não há otimização de imagens ou thumbnails. Você pode corrigir isso com o "
1437
- "Jetpack (configurações de performance)."
1438
-
1439
- msgid ""
1440
- "Database registers that help WordPress components to work with external "
1441
- "images."
1442
- msgstr ""
1443
- "Registros de banco de dados que ajudam os componentes do WordPress a "
1444
- "funcionarem com imagens externas."
1445
-
1446
- msgid "Never."
1447
- msgstr "Nunca."
1448
-
1449
- msgid ""
1450
- "Your image URL is invalid. Take a look at Settings &gt; Getting started."
1451
- msgstr ""
1452
- "Seu URL de imagem é inválido. Dê uma olhada em Configurações &gt; Começando."
1453
-
1454
- msgid "Next to the regular featured image box, in the post editor."
1455
- msgstr "Ao lado da tradicional caixa de imagem destacada, no editor."
1456
-
1457
- msgid "What are the advantages of external images?"
1458
- msgstr "Quais são as vantagens de imagens externas?"
1459
-
1460
- msgid "What are the disadvantages of external images?"
1461
- msgstr "Quais são as desvantagens de imagens externas?"
1462
-
1463
- msgid "What's the metadata created by FIFU?"
1464
- msgstr "O que são os metadados criados pelo plugin?"
1465
-
1466
- msgid "Is any action necessary before removing FIFU?"
1467
- msgstr "É necessária alguma ação antes de remover o plugin?"
1468
-
1469
- msgid "Does FIFU save the images in the media library?"
1470
- msgstr "FIFU salva as imagens na biblioteca de mídia?"
1471
-
1472
- msgid "Why isn't preview button working?"
1473
- msgstr "Por que o botão visualizar não está funcionando?"
1474
-
1475
- msgid "Where is the external featured image box?"
1476
- msgstr "Onde está a caixa de imagem destacada externa?"
1477
-
1478
- msgid ""
1479
- "Supports videos from YouTube, Vimeo, Imgur, 9GAG, Cloudinary, Tumblr and "
1480
- "Publitio."
1481
- msgstr ""
1482
- "Suporta vídeos do YouTube, Vimeo, Imgur, 9GAG, Cloudinary, Tumblr e Publitio."
1483
-
1484
- msgid ""
1485
- "Use an external image as featured image of your post, page or custom post "
1486
- "type."
1487
- msgstr ""
1488
- "Use uma imagem externa como imagem destacada do seu post, página ou tipo "
1489
- "personalizado."
1490
-
1491
- msgid ""
1492
- "Since 2015 FIFU has helped thousands of websites worldwide to save money on "
1493
- "storage, processing and copyright."
1494
- msgstr ""
1495
- "Desde 2015, FIFU ajuda milhares de sites em todo o mundo a economizar "
1496
- "dinheiro com armazenamento, processamento e direitos autorais."
1497
-
1498
- msgid ""
1499
- "<strong><a href=\"https://chrome.google.com/webstore/detail/fifu-"
1500
- "scraper/pccimcccbkdeeadhejdmnffmllpicola\">Google Chrome extension</a>"
1501
- "</strong>"
1502
- msgstr ""
1503
- "<strong><a href=\"https://chrome.google.com/webstore/detail/fifu-"
1504
- "scraper/pccimcccbkdeeadhejdmnffmllpicola\">Extensão do Google Chrome</a>"
1505
- "</strong>"
1506
-
1507
- msgid ""
1508
- "<strong><a href=\"https://fifu.app/\">Featured Image from URL Premium</a>"
1509
- "</strong> "
1510
- msgstr ""
1511
- "<strong><a href=\"https://fifu.app/\">Featured Image from URL Premium</a>"
1512
- "</strong>"
1513
-
1514
- msgid "<strong>[Premium]</strong> Featured shortcode "
1515
- msgstr "<strong>[Premium]</strong> Shortcode destacado"
1516
-
1517
- msgid "<strong>[Premium]</strong> Featured slider "
1518
- msgstr "<strong>[Premium]</strong> Slider destacado"
1519
-
1520
- msgid "<strong>[Premium]</strong> Gallery icon"
1521
- msgstr "<strong>[Premium]</strong> Ícone de galeria"
1522
-
1523
- msgid "<strong>[Premium]</strong> Related videos"
1524
- msgstr "<strong>[Premium]</strong> Vídeos relacionados"
1525
-
1526
- msgid "<strong>[Premium]</strong> Background video"
1527
- msgstr "<strong>[Premium]</strong> Vídeo de fundo"
1528
-
1529
- msgid "<strong>[Premium]</strong> Mute"
1530
- msgstr "<strong>[Premium]</strong> Mudo"
1531
-
1532
- msgid "<strong>[Premium]</strong> Loop"
1533
- msgstr "<strong>[Premium]</strong> Loop"
1534
-
1535
- msgid "<strong>[Premium]</strong> Autoplay"
1536
- msgstr "<strong>[Premium]</strong> Reprodução automática"
1537
-
1538
- msgid "<strong>[Premium]</strong> Mouseover autoplay"
1539
- msgstr "<strong>[Premium]</strong> Reprodução automática na passagem do mouse"
1540
-
1541
- msgid "<strong>[Premium]</strong> Black background"
1542
- msgstr "<strong>[Premium]</strong> Fundo preto"
1543
-
1544
- msgid "<strong>[Premium]</strong> Minimum width"
1545
- msgstr "<strong>[Premium]</strong> Largura mínima"
1546
-
1547
- msgid "<strong>[Premium]</strong> Play button"
1548
- msgstr "<strong>[Premium]</strong> Botão play"
1549
-
1550
- msgid "<strong>[Premium]</strong> Video thumbnail"
1551
- msgstr "<strong>[Premium]</strong> Thumbnail do vídeo"
1552
-
1553
- msgid "<strong>[Premium]</strong> Featured video"
1554
- msgstr "<strong>[Premium]</strong> Vídeo destacado"
1555
-
1556
- msgid "<strong>[Premium]</strong> Variation image gallery"
1557
- msgstr "<strong>[Premium]</strong> Galeria de imagens de variação"
1558
-
1559
- msgid "<strong>[Premium]</strong> Variation image"
1560
- msgstr "<strong>[Premium]</strong> Imagem de variação"
1561
-
1562
- msgid "<strong>[Premium]</strong> Variable product"
1563
- msgstr "<strong>[Premium]</strong> Produto variável"
1564
-
1565
- msgid "<strong>[Premium]</strong> Auto set category images"
1566
- msgstr ""
1567
- "<strong>[Premium]</strong> Definição automática de imagens de categorias"
1568
-
1569
- msgid "<strong>[Premium]</strong> External video gallery"
1570
- msgstr "<strong>[Premium]</strong> Galeria de vídeos externos"
1571
-
1572
- msgid "<strong>[Premium]</strong> External image gallery"
1573
- msgstr "<strong>[Premium]</strong> Galeria de imagens externas"
1574
-
1575
- msgid "Category image on grid"
1576
- msgstr "Imagem de categoria na grid"
1577
-
1578
- msgid "Lightbox and zoom"
1579
- msgstr "Lightbox e zoom"
1580
-
1581
- msgid "External product image"
1582
- msgstr "Imagem externa do produto"
1583
-
1584
- msgid "<strong>[Premium]</strong> Schedule metadata generation"
1585
- msgstr "<strong>[Premium]</strong> Agendamento da geração de metadados"
1586
-
1587
- msgid "<strong>[Premium]</strong> WooCommerce REST API"
1588
- msgstr "<strong>[Premium]</strong> API REST do WooCommerce"
1589
-
1590
- msgid "<strong>[Premium]</strong> WP REST API"
1591
- msgstr "<strong>[Premium]</strong> API REST do WordPress"
1592
-
1593
- msgid "URL from post content"
1594
- msgstr "URL no conteúdo"
1595
-
1596
- msgid "WooCommerce import"
1597
- msgstr "Importação do WooCommerce"
1598
-
1599
- msgid "WP All Import add-on"
1600
- msgstr "Extensão do WP All Import"
1601
-
1602
- msgid "<strong>[Premium]</strong> Media RSS tags"
1603
- msgstr "<strong>[Premium]</strong> Tags media RSS"
1604
-
1605
- msgid "Social tags"
1606
- msgstr "Tags sociais"
1607
-
1608
- msgid "Auto set image title"
1609
- msgstr "Definição automática do título da imagem"
1610
-
1611
- msgid "<strong>[Premium]</strong> Flickr thumbnails"
1612
- msgstr "<strong>[Premium]</strong> Thumbnails do Flickr"
1613
-
1614
- msgid "<strong>[Premium]</strong> Image validation"
1615
- msgstr "<strong>[Premium]</strong> Validação de imagens"
1616
-
1617
- msgid "<strong>[Premium]</strong> Replace not found image"
1618
- msgstr "<strong>[Premium]</strong> Substituição de imagem não encontrada"
1619
-
1620
- msgid "<strong>[Premium]</strong> Hover effects"
1621
- msgstr "<strong>[Premium]</strong> Efeitos de transição"
1622
-
1623
- msgid "<strong>[Premium]</strong> Same height"
1624
- msgstr "<strong>[Premium]</strong> Mesma altura"
1625
-
1626
- msgid "<strong>[Premium]</strong> Unsplash image size"
1627
- msgstr "<strong>[Premium]</strong> Tamanho de imagem do Unsplash"
1628
-
1629
- msgid "Featured image column"
1630
- msgstr "Coluna da imagem destacada"
1631
-
1632
- msgid "Save image dimensions"
1633
- msgstr "Armazenamento de dimensões de imagens"
1634
-
1635
- msgid "Add class"
1636
- msgstr "Adição de classe"
1637
-
1638
- msgid "Original size"
1639
- msgstr "Tamanho original"
1640
-
1641
- msgid "CSS style"
1642
- msgstr "Estilo CSS"
1643
-
1644
- msgid "Featured image in content"
1645
- msgstr "Imagem destacada no conteúdo"
1646
-
1647
- msgid "Hide featured media"
1648
- msgstr "Ocultação de mídia destacada"
1649
-
1650
- msgid "Default featured image"
1651
- msgstr "Imagem destacada padrão"
1652
-
1653
- msgid "Lazy load"
1654
- msgstr "Lazy load"
1655
-
1656
- msgid "Unsplash image search"
1657
- msgstr "Pesquisa de imagens do Unsplash"
1658
-
1659
- msgid "External featured image"
1660
- msgstr "Imagem destacada externa"
1661
-
1662
- msgid "LINKS"
1663
- msgstr "LINKS"
1664
-
1665
- msgid "OTHERS"
1666
- msgstr "OUTROS"
1667
-
1668
- msgid "FEATURED VIDEO"
1669
- msgstr "VÍDEO DESTACADO"
1670
-
1671
- msgid "WOOCOMMERCE"
1672
- msgstr "WOOCOMMERCE"
1673
-
1674
- msgid "AUTOMATION"
1675
- msgstr "AUTOMAÇÃO"
1676
-
1677
- msgid "SEO"
1678
- msgstr "SEO"
1679
-
1680
- msgid "FEATURED IMAGE"
1681
- msgstr "IMAGEM DESTACADA"
1682
-
1683
- msgid "WordPress plugin for external featured image"
1684
- msgstr "Plugin do WordPress para imagem destacada externa"
1685
-
1686
- msgid "<p>Fullscreen</p>"
1687
- msgstr "<p>Tela cheia</p>"
1688
-
1689
- msgid "<p>Featured video on lightbox</p>"
1690
- msgstr "<p>Vídeo destacado no lightbox</p>"
1691
-
1692
- msgid "<p>Video gallery</p>"
1693
- msgstr "<p>Galeria de vídeos</p>"
1694
-
1695
- msgid "<p>Zoom</p>"
1696
- msgstr "<p>Zoom</p>"
1697
-
1698
- msgid "<p>External video gallery</p>"
1699
- msgstr "<p>Galeria de vídeos externos</p>"
1700
-
1701
- msgid "<p>External image gallery</p>"
1702
- msgstr "<p>Galeria de imagens externas</p>"
1703
-
1704
- msgid "<p>Featured slider on post</p>"
1705
- msgstr "<p>Slider destacado no post</p>"
1706
-
1707
- msgid "<p>Featured video on post</p>"
1708
- msgstr "<p>Vídeo destacado no post</p>"
1709
-
1710
- msgid "<p>External featured image on post</p>"
1711
- msgstr "<p>Imagem destacada externa no post</p>"
1712
-
1713
- msgid "<p>Featured slider</p>"
1714
- msgstr "<p>Slider destacado</p>"
1715
-
1716
- msgid "<p>Featured video</p>"
1717
- msgstr "<p>Vídeo destacado</p>"
1718
-
1719
- msgid ""
1720
- "<p>Just insert the image address or some keywords and click on preview "
1721
- "button</p>"
1722
- msgstr ""
1723
- "<p>Basta inserir o endereço da imagem ou algumas palavras-chave e clicar no "
1724
- "botão visualizar</p>"
1725
-
1726
- msgid "Activate FIFU through the 'Plugins' menu in WordPress;"
1727
- msgstr "Ative FIFU através do menu 'Plugins' no WordPress;"
1728
-
1729
- msgid "<p>External featured image on lightbox</p>"
1730
- msgstr "<p>Imagem destacada externa no lightbox</p>"
1731
-
1732
- msgid "<p>External featured media on cart</p>"
1733
- msgstr "<p>Mídia destacada externa no carrinho</p>"
1734
-
1735
- msgid "<p>External featured media on WooCommerce shop</p>"
1736
- msgstr "<p>Mídia destacada externa na loja WooCommerce</p>"
1737
-
1738
- msgid "<p>External featured media on home</p>"
1739
- msgstr "<p>Mídia destacada externa na página inicial</p>"
1740
-
1741
- msgid "<p>Featured image column</p>"
1742
- msgstr "<p>Coluna da imagem destacada</p>"
1743
-
1744
- msgid "<p>If the image URL is correct, the image will be shown</p>"
1745
- msgstr "<p>Se o URL da imagem estiver correto, a imagem será mostrada</p>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/featured-image-from-url.pot DELETED
@@ -1,1396 +0,0 @@
1
- # Copyright (C) 2020 Featured Image from URL
2
- # This file is distributed under the same license as the Featured Image from URL plugin.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: Featured Image from URL 3.1.4\n"
6
- "Report-Msgid-Bugs-To: marcel@featuredimagefromurl.com\n"
7
- "Last-Translator: marcel@featuredimagefromurl.com\n"
8
- "Language-Team: marcel@featuredimagefromurl.com\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2020-06-26T18:49:47-03:00\n"
13
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
- "X-Generator: WP-CLI 2.4.0\n"
15
- "X-Domain: featured-image-from-url\n"
16
-
17
- #. Description of the plugin
18
- msgid "Use an external image as Featured Image of a post or WooCommerce product. Includes Image Search, Video, Social Tags, SEO, Lazy Load, Gallery, Automation etc."
19
- msgstr ""
20
-
21
- msgid "1) access Metadata tab;"
22
- msgstr ""
23
-
24
- msgid "1) add a new post;"
25
- msgstr ""
26
-
27
- msgid "1) right click me now;"
28
- msgstr ""
29
-
30
- msgid "2) enable Clean Metadata (it will be automatically disabled when finished);"
31
- msgstr ""
32
-
33
- msgid "2) select "Copy image address";"
34
- msgstr ""
35
-
36
- msgid "315 Degrees"
37
- msgstr ""
38
-
39
- msgid "360 Degrees"
40
- msgstr ""
41
-
42
- msgid "3) enable Image Metadata."
43
- msgstr ""
44
-
45
- msgid "3) paste my address into "Image URL" field."
46
- msgstr ""
47
-
48
- msgid "Add Class"
49
- msgstr ""
50
-
51
- msgid "Add FIFU fields (Featured Image and Image Gallery) to product variations."
52
- msgstr ""
53
-
54
- msgid "Add icons to the video thumbnails in the WooCommerce gallery."
55
- msgstr ""
56
-
57
- msgid "Add Media RSS tags in the RSS feed. This way, services that make use of RSS, such as Google News, can show the Featured Images."
58
- msgstr ""
59
-
60
- msgid "Add-On"
61
- msgstr ""
62
-
63
- msgid "Add play button to video thumbnail. Clicking on that, the video starts inline or in a lightbox."
64
- msgstr ""
65
-
66
- msgid "add social tags"
67
- msgstr ""
68
-
69
- msgid "Add the class "fifu-class" to the Featured Image tags."
70
- msgstr ""
71
-
72
- msgid "Admin"
73
- msgstr ""
74
-
75
- msgid "A famous plugin doesn\'t work with FIFU"
76
- msgstr ""
77
-
78
- msgid "All my images disappeared"
79
- msgstr ""
80
-
81
- msgid "All Posts"
82
- msgstr ""
83
-
84
- msgid "Alt"
85
- msgstr ""
86
-
87
- msgid "Title + Titles Gallery (delimited by "|")"
88
- msgstr ""
89
-
90
- msgid "alt/title attribute (optional)"
91
- msgstr ""
92
-
93
- msgid "always use the post title as image title (it will ignore FIFU alt/title field)"
94
- msgstr ""
95
-
96
- msgid "And don\'t worry about storage. I will remain EXTERNAL. I WON\'T be uploaded to your media library."
97
- msgstr ""
98
-
99
- msgid "and you want a 4:3 size ratio"
100
- msgstr ""
101
-
102
- msgid "archive"
103
- msgstr ""
104
-
105
- msgid "attribute"
106
- msgstr ""
107
-
108
- msgid "Autoplay"
109
- msgstr ""
110
-
111
- msgid "Autoplay videos (available for YouTube and Vimeo)."
112
- msgstr ""
113
-
114
- msgid "Auto Set Category Images"
115
- msgstr ""
116
-
117
- msgid "Auto Set Image Title"
118
- msgstr ""
119
-
120
- msgid "Background Video"
121
- msgstr ""
122
-
123
- msgid "batch"
124
- msgstr ""
125
-
126
- msgid "Batch"
127
- msgstr ""
128
-
129
- msgid "Black Background"
130
- msgstr ""
131
-
132
- msgid "Blur"
133
- msgstr ""
134
-
135
- msgid "Blur Gray Scale"
136
- msgstr ""
137
-
138
- msgid "Brighten"
139
- msgstr ""
140
-
141
- msgid "cart"
142
- msgstr ""
143
-
144
- msgid "category"
145
- msgstr ""
146
-
147
- msgid "Category Image on Grid"
148
- msgstr ""
149
-
150
- msgid "Check for updates"
151
- msgstr ""
152
-
153
- msgid "Choose a hover effect to be applied to the Featured Images on home."
154
- msgstr ""
155
-
156
- msgid "Choose Sirv image"
157
- msgstr ""
158
-
159
- msgid "Choose the number of fields you have in the post editor."
160
- msgstr ""
161
-
162
- msgid "Choose the size of the Unsplash images (loaded randomly or via keywords search). Examples of valid sizes: 500x500, 300x400, 1920x1080... Or leave this field empty to get the original size."
163
- msgstr ""
164
-
165
- msgid "Chrome Extension Available"
166
- msgstr ""
167
-
168
- msgid "Circle"
169
- msgstr ""
170
-
171
- msgid "Clean Metadata"
172
- msgstr ""
173
-
174
- msgid "clean the dimensions of all Featured Images now"
175
- msgstr ""
176
-
177
- msgid "Clean the Image Metadata generated by FIFU, but not the URLs. This option might be necessary if you intend to deactivate the plugin and use only internal Featured Images again."
178
- msgstr ""
179
-
180
- msgid "color"
181
- msgstr ""
182
-
183
- msgid "Configuration"
184
- msgstr ""
185
-
186
- msgid "confirm that you are ready to lose your Featured Images"
187
- msgstr ""
188
-
189
- msgid "copy the post title to FIFU alt/title field (it has effect when you click on Publish button in the post editor)"
190
- msgstr ""
191
-
192
- msgid "Creating your first product"
193
- msgstr ""
194
-
195
- msgid "crops the images (the options center, top and bottom will be available in the post editor);"
196
- msgstr ""
197
-
198
- msgid "CSS selectors (optional)"
199
- msgstr ""
200
-
201
- msgid "CSS Style"
202
- msgstr ""
203
-
204
- msgid "CSV example"
205
- msgstr ""
206
-
207
- msgid "Custom Fields"
208
- msgstr ""
209
-
210
- msgid "Custom Post Type"
211
- msgstr ""
212
-
213
- msgid "Database"
214
- msgstr ""
215
-
216
- msgid "Default Featured Image"
217
- msgstr ""
218
-
219
- msgid "Define a CSS style to be applied to the Featured Images. Example:"
220
- msgstr ""
221
-
222
- msgid "Define a minimum width that a theme area should have to show a video. FIFU automatically shows a thumbnail when the minimum width is not reached."
223
- msgstr ""
224
-
225
- msgid "Define the slider settings here."
226
- msgstr ""
227
-
228
- msgid "Define the URL of a default image to be shown when you create (or update) a post with no Featured Image."
229
- msgstr ""
230
-
231
- msgid "Define the URL of an image to be shown in case of image not found error."
232
- msgstr ""
233
-
234
- msgid "deforms the images."
235
- msgstr ""
236
-
237
- msgid "Delay"
238
- msgstr ""
239
-
240
- msgid "Delete All URLs"
241
- msgstr ""
242
-
243
- msgid "delete all your URLs now"
244
- msgstr ""
245
-
246
- msgid "Disable lightbox and zoom from image gallery."
247
- msgstr ""
248
-
249
- msgid "Documentation"
250
- msgstr ""
251
-
252
- msgid "Don\'t you believe me? So why don\'t you check my Internet address (also known as URL)?"
253
- msgstr ""
254
-
255
- msgid "e.g.: 16:9"
256
- msgstr ""
257
-
258
- msgid "e.g.: 300"
259
- msgstr ""
260
-
261
- msgid "e.g.: 600"
262
- msgstr ""
263
-
264
- msgid "e.g.: 64"
265
- msgstr ""
266
-
267
- msgid "Email"
268
- msgstr ""
269
-
270
- msgid "Email address where you received the license key"
271
- msgstr ""
272
-
273
- msgid "Endpoints"
274
- msgstr ""
275
-
276
- msgid "Examples of selectors..."
277
- msgstr ""
278
-
279
- msgid "Examples of valid size ratios: 3:2, 16:9, 1:1..."
280
- msgstr ""
281
-
282
- msgid "FAQ"
283
- msgstr ""
284
-
285
- msgid "Fast support"
286
- msgstr ""
287
-
288
- msgid "Featured Image"
289
- msgstr ""
290
-
291
- msgid "Featured Image Title"
292
- msgstr ""
293
-
294
- msgid "Featured Image Title + Gallery Titles (delimited by "|")"
295
- msgstr ""
296
-
297
- msgid "Featured Image Title + Gallery Titles"
298
- msgstr ""
299
-
300
- msgid "Featured Image Column"
301
- msgstr ""
302
-
303
- msgid "Featured Image in Content"
304
- msgstr ""
305
-
306
- msgid "Featured Image (URL)"
307
- msgstr ""
308
-
309
- msgid "Featured Image URL"
310
- msgstr ""
311
-
312
- msgid "Featured Image URL + Gallery URLs (delimited by "|")"
313
- msgstr ""
314
-
315
- msgid "Featured Image URL + Gallery URLs"
316
- msgstr ""
317
-
318
- msgid "Featured Shortcode"
319
- msgstr ""
320
-
321
- msgid "Featured Slider"
322
- msgstr ""
323
-
324
- msgid "Featured Slider (URL)"
325
- msgstr ""
326
-
327
- msgid "Featured Slider (URLs)"
328
- msgstr ""
329
-
330
- msgid "Featured Slider URLs (delimited by "|")"
331
- msgstr ""
332
-
333
- msgid "Featured Video"
334
- msgstr ""
335
-
336
- msgid "Featured Video (URL)"
337
- msgstr ""
338
-
339
- msgid "Featured Video URL"
340
- msgstr ""
341
-
342
- msgid "Featured Video URL + Gallery URLs (delimited by "|")"
343
- msgstr ""
344
-
345
- msgid "Featured Video URL + Gallery URLs"
346
- msgstr ""
347
-
348
- msgid "FIFU automatically adds its add-on to WP All Import."
349
- msgstr ""
350
-
351
- msgid "FIFU supports videos from YouTube, Vimeo, Imgur, 9GAG, Cloudinary, Tumblr and Publitio (videos hosted elsewhere are not supported)."
352
- msgstr ""
353
-
354
- msgid "Flashing"
355
- msgstr ""
356
-
357
- msgid "follow redirects (it will make the process slower)"
358
- msgstr ""
359
-
360
- msgid "for Vimeo videos"
361
- msgstr ""
362
-
363
- msgid "for YouTube videos"
364
- msgstr ""
365
-
366
- msgid "Gallery Fields"
367
- msgstr ""
368
-
369
- msgid "Gallery Icon"
370
- msgstr ""
371
-
372
- msgid "Getting Flickr URL"
373
- msgstr ""
374
-
375
- msgid "Getting started"
376
- msgstr ""
377
-
378
- msgid "Giphy search"
379
- msgstr ""
380
-
381
- msgid "Giphy Search"
382
- msgstr ""
383
-
384
- msgid "Gray Scale"
385
- msgstr ""
386
-
387
- msgid "Help"
388
- msgstr ""
389
-
390
- msgid "here"
391
- msgstr ""
392
-
393
- msgid "Hide Featured Media"
394
- msgstr ""
395
-
396
- msgid "hide from grid"
397
- msgstr ""
398
-
399
- msgid "hide the 1st (or nth) image (or video) from content"
400
- msgstr ""
401
-
402
- msgid "Hide the Featured Media (Image, Video or Slider) on posts but keeping its visibility on home."
403
- msgstr ""
404
-
405
- msgid "Hi, I\'m an EXTERNAL image!"
406
- msgstr ""
407
-
408
- msgid "home"
409
- msgstr ""
410
-
411
- msgid "Horizontal Rotation"
412
- msgstr ""
413
-
414
- msgid "Hover Effects"
415
- msgstr ""
416
-
417
- msgid "If for some reason jQuery is missing from your site, which is not commom, you can import that from a CDN."
418
- msgstr ""
419
-
420
- msgid "If you are setting the image URLs in a nonstandard way, the images probably won\'t be shown at front-end because some extra metadata is required. Here you can schedule an event to run each N minutes and check if there is some image URL without metadata and create that. The FIFU keys are listed on WP All Import > Custom Fields."
421
- msgstr ""
422
-
423
- msgid "if you have activated your license key for a development site before and now you want to activate that for this main site, contact the support too"
424
- msgstr ""
425
-
426
- msgid "If you have different sizes of images on your home (or shop), enable the toggle below to show them in the same height. Depending on your theme, it may be necessary to use a Selector to inform where is the group of images that you want to resize. "
427
- msgstr ""
428
-
429
- msgid "if your domain has changed, please contact the support"
430
- msgstr ""
431
-
432
- msgid "ignore posts that already have a Featured Image (or video)"
433
- msgstr ""
434
-
435
- msgid "ignore URL from Post Content"
436
- msgstr ""
437
-
438
- msgid "I\'m a developer"
439
- msgstr ""
440
-
441
- msgid "Image"
442
- msgstr ""
443
-
444
- msgid "Image Title"
445
- msgstr ""
446
-
447
- msgid "Image Gallery:"
448
- msgstr ""
449
-
450
- msgid "Image Gallery (URL)"
451
- msgstr ""
452
-
453
- msgid "Image + Image Gallery (URLs delimited by "|")"
454
- msgstr ""
455
-
456
- msgid "Image Metadata"
457
- msgstr ""
458
-
459
- msgid "image (or video) position"
460
- msgstr ""
461
-
462
- msgid "Image URL or Keywords"
463
- msgstr ""
464
-
465
- msgid "Image Validation"
466
- msgstr ""
467
-
468
- msgid "Import"
469
- msgstr ""
470
-
471
- msgid "Important:"
472
- msgstr ""
473
-
474
- msgid "Importing products..."
475
- msgstr ""
476
-
477
- msgid "Importing Variable Products to WooCommerce"
478
- msgstr ""
479
-
480
- msgid "import jQuery from a CDN"
481
- msgstr ""
482
-
483
- msgid "inline"
484
- msgstr ""
485
-
486
- msgid "In order to FIFU identify your gallery, it\'s necessary to inform its CSS selector here. The default value is %1$s, but you may need a different selector if your theme overwrites the original WooCommerce layout."
487
- msgstr ""
488
-
489
- msgid "Interval (minutes)"
490
- msgstr ""
491
-
492
- msgid "It can take some minutes and can\'t be undone, so make a backup."
493
- msgstr ""
494
-
495
- msgid "It checks images addresses and, when an image is not found, its URL is not saved. However, each validation can take some seconds. It is not integrated with URL from Post Content or REST API features."
496
- msgstr ""
497
-
498
- msgid "It means I\'m NOT in your media library and I\'m NOT an attached plugin file too."
499
- msgstr ""
500
-
501
- msgid "It reads the HTML of your post and use the 1st image (or video) URL found as Featured Image. It happens when you click on Publish (or Update) button."
502
- msgstr ""
503
-
504
- msgid "it will be automatically disabled when finished"
505
- msgstr ""
506
-
507
- msgid "jQuery"
508
- msgstr ""
509
-
510
- msgid "Just send me an email. If you are available to discuss the details and the plugin is free and has more than 25,000 active installs, I should provide an integration very soon."
511
- msgstr ""
512
-
513
- msgid "Key"
514
- msgstr ""
515
-
516
- msgid "Lazy Load"
517
- msgstr ""
518
-
519
- msgid "License Key"
520
- msgstr ""
521
-
522
- msgid "lightbox"
523
- msgstr ""
524
-
525
- msgid "Lightbox and Zoom"
526
- msgstr ""
527
-
528
- msgid "Limit of rows to UPDATE, INSERT or DELETE by query. Higher this number, faster the features URL from Post Content > All Posts, Image Metadata and Clean Metadata. However, if you have too limited resources, don\'t increase this value too much, otherwise your database can bring down."
529
- msgstr ""
530
-
531
- msgid "Loop"
532
- msgstr ""
533
-
534
- msgid "Loop videos (available for YouTube and Vimeo)."
535
- msgstr ""
536
-
537
- msgid "Media Library"
538
- msgstr ""
539
-
540
- msgid "Media RSS Tags"
541
- msgstr ""
542
-
543
- msgid "Metadata"
544
- msgstr ""
545
-
546
- msgid "Minimum Width"
547
- msgstr ""
548
-
549
- msgid "minimum width (px)"
550
- msgstr ""
551
-
552
- msgid "mode"
553
- msgstr ""
554
-
555
- msgid "Most themes and plugins are not able to show the external Featured Image if there is no internal Featured Image associated to your post. Enabling the toggle below, symbolic empty files will be added to your Media Library to overcome this limitation."
556
- msgstr ""
557
-
558
- msgid "Mouseover Autoplay"
559
- msgstr ""
560
-
561
- msgid "Mute"
562
- msgstr ""
563
-
564
- msgid "new version available."
565
- msgstr ""
566
-
567
- msgid "Object Fit"
568
- msgstr ""
569
-
570
- msgid "OK"
571
- msgstr ""
572
-
573
- msgid "on custom post type"
574
- msgstr ""
575
-
576
- msgid "on home (or shop)"
577
- msgstr ""
578
-
579
- msgid "only image tags"
580
- msgstr ""
581
-
582
- msgid "on page"
583
- msgstr ""
584
-
585
- msgid "on post"
586
- msgstr ""
587
-
588
- msgid "Opacity Color"
589
- msgstr ""
590
-
591
- msgid "Opacity White"
592
- msgstr ""
593
-
594
- msgid "original size"
595
- msgstr ""
596
-
597
- msgid "Original Size"
598
- msgstr ""
599
-
600
- msgid "or just drag and drop me here"
601
- msgstr ""
602
-
603
- msgid "overwrite the existing Featured Image (or video)"
604
- msgstr ""
605
-
606
- msgid "page"
607
- msgstr ""
608
-
609
- msgid "pause autoplay on hover"
610
- msgstr ""
611
-
612
- msgid "Performance"
613
- msgstr ""
614
-
615
- msgid "Play a video on "mouseover" and pause on "mouseout"."
616
- msgstr ""
617
-
618
- msgid "Play Button"
619
- msgstr ""
620
-
621
- msgid "Please insert your email and license key below to use this plugin without limitations."
622
- msgstr ""
623
-
624
- msgid "Please wait some seconds..."
625
- msgstr ""
626
-
627
- msgid "plugin is up to date."
628
- msgstr ""
629
-
630
- msgid "post"
631
- msgstr ""
632
-
633
- msgid "Post"
634
- msgstr ""
635
-
636
- msgid "Powered by Featured Image from URL plugin"
637
- msgstr ""
638
-
639
- msgid "prioritize video than image (if both exist)"
640
- msgstr ""
641
-
642
- msgid "product"
643
- msgstr ""
644
-
645
- msgid "Product"
646
- msgstr ""
647
-
648
- msgid "product category"
649
- msgstr ""
650
-
651
- msgid "Product Category"
652
- msgstr ""
653
-
654
- msgid "Product Image Title + Gallery Titles (delimited by "|")"
655
- msgstr ""
656
-
657
- msgid "Product Image + Gallery (URLs delimited by "|")"
658
- msgstr ""
659
-
660
- msgid "Product Image (URL)"
661
- msgstr ""
662
-
663
- msgid "variable product"
664
- msgstr ""
665
-
666
- msgid "product variation"
667
- msgstr ""
668
-
669
- msgid "Product Variation"
670
- msgstr ""
671
-
672
- msgid "Product Video + Gallery (URLs delimited by "|")"
673
- msgstr ""
674
-
675
- msgid "Rainbow"
676
- msgstr ""
677
-
678
- msgid "Ratio:"
679
- msgstr ""
680
-
681
- msgid "Related Videos"
682
- msgstr ""
683
-
684
- msgid "remove external featured image"
685
- msgstr ""
686
-
687
- msgid "remove query strings (whatever follows the question mark sign "?")"
688
- msgstr ""
689
-
690
- msgid "Replace Not Found Image"
691
- msgstr ""
692
-
693
- msgid "Requires WooCommerce Additional Variation Images plugin"
694
- msgstr ""
695
-
696
- msgid "Reset FIFU settings to the default configuration."
697
- msgstr ""
698
-
699
- msgid "reset settings"
700
- msgstr ""
701
-
702
- msgid "Reset Settings"
703
- msgstr ""
704
-
705
- msgid "REST API"
706
- msgstr ""
707
-
708
- msgid "Result:"
709
- msgstr ""
710
-
711
- msgid "Right click me!"
712
- msgstr ""
713
-
714
- msgid "Rotate"
715
- msgstr ""
716
-
717
- msgid "Rows Limit"
718
- msgstr ""
719
-
720
- msgid "Same Height"
721
- msgstr ""
722
-
723
- msgid "save and use image dimensions"
724
- msgstr ""
725
-
726
- msgid "Save Image Dimensions"
727
- msgstr ""
728
-
729
- msgid "save the dimensions of all Featured Images now (it requires php-curl)"
730
- msgstr ""
731
-
732
- msgid "Schedule Metadata Generation"
733
- msgstr ""
734
-
735
- msgid "selector"
736
- msgstr ""
737
-
738
- msgid "Selector"
739
- msgstr ""
740
-
741
- msgid "Sepia"
742
- msgstr ""
743
-
744
- msgid "Set one image to each category. The chosen image is the Featured Image from the most recent product from that category."
745
- msgstr ""
746
-
747
- msgid "Set the title of a Featured Image with the post title."
748
- msgstr ""
749
-
750
- msgid "Settings"
751
- msgstr ""
752
-
753
- msgid "Shine"
754
- msgstr ""
755
-
756
- msgid "shop"
757
- msgstr ""
758
-
759
- msgid "shortcodes can be not compatible with other FIFU features, such as CSS Style, Same Height, Lazy Load etc."
760
- msgstr ""
761
-
762
- msgid "show bottom"
763
- msgstr ""
764
-
765
- msgid "show center"
766
- msgstr ""
767
-
768
- msgid "show gallery on click"
769
- msgstr ""
770
-
771
- msgid "show prev/next buttons"
772
- msgstr ""
773
-
774
- msgid "Show related videos when the video ends."
775
- msgstr ""
776
-
777
- msgid "shows full images (in smaller sizes);"
778
- msgstr ""
779
-
780
- msgid "Show the category image on the category page, immediately before the product grid."
781
- msgstr ""
782
-
783
- msgid "Show the external images in your media library."
784
- msgstr ""
785
-
786
- msgid "Show the video thumbnail instead of the video. Thumbnails are images, so they are loaded much faster than embedded videos."
787
- msgstr ""
788
-
789
- msgid "show top"
790
- msgstr ""
791
-
792
- msgid "Since now you have my address (also known as URL), how about making me famous?"
793
- msgstr ""
794
-
795
- msgid "Size Ratio"
796
- msgstr ""
797
-
798
- msgid "Sizes"
799
- msgstr ""
800
-
801
- msgid "Slider"
802
- msgstr ""
803
-
804
- msgid "Slider:"
805
- msgstr ""
806
-
807
- msgid "Slider (URLs delimited by "|")"
808
- msgstr ""
809
-
810
- msgid "Social"
811
- msgstr ""
812
-
813
- msgid "Social Tags"
814
- msgstr ""
815
-
816
- msgid "some themes and plugins (Jetpack for instance) have their own lazy load implementations, causing conflicts. Your images may not load if you have more than one lazy load component running at the same time."
817
- msgstr ""
818
-
819
- msgid "Some themes and WooCommerce lightbox (PhotoSwipe) may need the image width and height to avoid style issues."
820
- msgstr ""
821
-
822
- msgid "Some themes don\'t show the Featured Image on posts (only on home). If that\'s is your case and you would like to show the Featured Image on posts, just enable the toggle. The Featured Image will appear at the beginning of the content, before the text."
823
- msgstr ""
824
-
825
- msgid "Start the videos in background, which means autoplay, no controls and no sound."
826
- msgstr ""
827
-
828
- msgid "Start the videos without audio (available for YouTube and Vimeo)."
829
- msgstr ""
830
-
831
- msgid "start automatically"
832
- msgstr ""
833
-
834
- msgid "Submit"
835
- msgstr ""
836
-
837
- msgid "support data"
838
- msgstr ""
839
-
840
- msgid "Support Data"
841
- msgstr ""
842
-
843
- msgid "Text"
844
- msgstr ""
845
-
846
- msgid "the images need to be in an "img" HTML tag and videos in an "iframe" tag. Contents provided by [shortcode] can\'t be read."
847
- msgstr ""
848
-
849
- msgid "The plugin adds a new column to your post list. Below you can choose the height (px) of the image in the column. To disable that, just uncheck "FIFU" in the Screen Options."
850
- msgstr ""
851
-
852
- msgid "This experimental feature allows to input a shortcode instead of an URL. It would allow you to have any content as Featured Media (a music, a text, a map etc). However, some contents will need a large area of your site to be shown properly. So you should define a minimum width that an area of your site should have to be able to show the shortcode content. Otherwise an icon will be shown."
853
- msgstr ""
854
-
855
- msgid "this plugin doesn\'t save images in the media library. It means that enabling the two toggles below all post types that have an external Featured Image will no longer have any Featured Image. And you can\'t undo this action later. This also applies to FIFU galleries, videos, sliders and shortcodes."
856
- msgstr ""
857
-
858
- msgid "Thumbnails"
859
- msgstr ""
860
-
861
- msgid "time between each transition (in ms)"
862
- msgstr ""
863
-
864
- msgid "time (in ms)"
865
- msgstr ""
866
-
867
- msgid "To repeat the process enable the toggle again."
868
- msgstr ""
869
-
870
- msgid "To schedule this process (hourly, daily etc), you can use the hook fifu_event with your favorite cron event plugin. Suggestion:"
871
- msgstr ""
872
-
873
- msgid "transition duration (in ms)"
874
- msgstr ""
875
-
876
- msgid "Troubleshooting"
877
- msgstr ""
878
-
879
- msgid "Unlike Youtube, Vimeo videos can\'t fit a theme area without generating a vertical padding. Here you can change the background color from transparent to black."
880
- msgstr ""
881
-
882
- msgid "Unsplash Image Size"
883
- msgstr ""
884
-
885
- msgid "Update all your posts applying the configuration above. "
886
- msgstr ""
887
-
888
- msgid "update all your posts now"
889
- msgstr ""
890
-
891
- msgid "URL from Post Content"
892
- msgstr ""
893
-
894
- msgid "Use FIFU with WooCommerce import."
895
- msgstr ""
896
-
897
- msgid "Useful if you have small images, here you can define if the image should be shown in the original size or resized to the dimensions of the available area."
898
- msgstr ""
899
-
900
- msgid "Use social tags to share your posts (and their Featured Images) on the social media."
901
- msgstr ""
902
-
903
- msgid "use the 1st (or nth) image (or video) as Featured Image"
904
- msgstr ""
905
-
906
- msgid "Variable Product"
907
- msgstr ""
908
-
909
- msgid "variation image gallery requires"
910
- msgstr ""
911
-
912
- msgid "Vertical Rotation"
913
- msgstr ""
914
-
915
- msgid "Video"
916
- msgstr ""
917
-
918
- msgid "Video Gallery:"
919
- msgstr ""
920
-
921
- msgid "Video Gallery (URL)"
922
- msgstr ""
923
-
924
- msgid "Video Thumbnail"
925
- msgstr ""
926
-
927
- msgid "Video + Video Gallery (URLs delimited by "|")"
928
- msgstr ""
929
-
930
- msgid "width"
931
- msgstr ""
932
-
933
- msgid "With Lazy Load, images and videos won\'t be loaded until user scrolls to them. It makes your home (or shop) faster."
934
- msgstr ""
935
-
936
- msgid "WooCommerce"
937
- msgstr ""
938
-
939
- msgid "WooCommerce REST API"
940
- msgstr ""
941
-
942
- msgid "WordPress REST API"
943
- msgstr ""
944
-
945
- msgid "WP All Import"
946
- msgstr ""
947
-
948
- msgid "WP / WooCommerce REST API"
949
- msgstr ""
950
-
951
- msgid "You cannot access private data."
952
- msgstr ""
953
-
954
- msgid "You can set Featured Images using custom fields. The main one is fifu_image_url and you can set that using REST API. For nonstandard automation, enable Schedule Metadata Generation, at Admin tab (no additional code required)."
955
- msgstr ""
956
-
957
- msgid "You just need to create a post and use me as the Featured Image:"
958
- msgstr ""
959
-
960
- msgid "You just need to get one URL (Square 75, for example). Use that into the Featured Image (URL) field of your post. FIFU will handle this URL to provide the image in different sizes."
961
- msgstr ""
962
-
963
- msgid "your license key is not activated for this site. For more information please access Settings > License Key."
964
- msgstr ""
965
-
966
- msgid "You\'ve enabled Same Height feature, that works by cropping the image. Here you can define which part of the image should be shown."
967
- msgstr ""
968
-
969
- msgid "You were probably using a deprecated feature. Just do it:"
970
- msgstr ""
971
-
972
- msgid "z-index"
973
- msgstr ""
974
-
975
- msgid "zoom"
976
- msgstr ""
977
-
978
- msgid "Zoom In"
979
- msgstr ""
980
-
981
- msgid "Zoom Out"
982
- msgstr ""
983
-
984
- msgid "If you need help, you can refer to"
985
- msgstr ""
986
-
987
- msgid "or send an email to"
988
- msgstr ""
989
-
990
- msgid "with this"
991
- msgstr ""
992
-
993
- msgid "troubleshooting"
994
- msgstr ""
995
-
996
- msgid "3) paste it here: "
997
- msgstr ""
998
-
999
- msgid "2) find the box"
1000
- msgstr ""
1001
-
1002
- msgid "Requirement: access Plugins -> Plugin Editor -> Select plugin to edit -> Featured Image from URL -> Select. Then change the value of FIFU_DELETE_ALL_URLS from false to true."
1003
- msgstr ""
1004
-
1005
- msgid "Unofficial solutions are not supported"
1006
- msgstr ""
1007
-
1008
- msgid "if you intend to use FIFU in multiple distinct sites you can buy more license keys"
1009
- msgstr ""
1010
-
1011
- msgid "Examples: image URL: https://domain.com/image.jpg; keywords: sea,sun. To get a random image leave this field empty."
1012
- msgstr ""
1013
-
1014
- msgid "Video URL"
1015
- msgstr ""
1016
-
1017
- msgid "remove external featured video"
1018
- msgstr ""
1019
-
1020
- msgid "Default values is |"
1021
- msgstr ""
1022
-
1023
- msgid "Delimited by |"
1024
- msgstr ""
1025
-
1026
- msgid "List Delimiter"
1027
- msgstr ""
1028
-
1029
- msgid "Gallery Image (URL)"
1030
- msgstr ""
1031
-
1032
- msgid "Add image from Sirv"
1033
- msgstr ""
1034
-
1035
- msgid "Feature of the month"
1036
- msgstr ""
1037
-
1038
- msgid "CSS selector"
1039
- msgstr ""
1040
-
1041
- msgid "embedded video can be replaced by its thumbnail + play button (drastically decreases the loading time)"
1042
- msgstr ""
1043
-
1044
- msgid "Google Chrome Extension for FIFU"
1045
- msgstr ""
1046
-
1047
- msgid "support to private videos from Vimeo"
1048
- msgstr ""
1049
-
1050
- msgid "integration with WooCommerce Additional Variation Images plugin"
1051
- msgstr ""
1052
-
1053
- msgid "Integrate your plugin with FIFU"
1054
- msgstr ""
1055
-
1056
- msgid "Are you a WordPress developer? So now you can easily integrate your code with FIFU using the function below."
1057
- msgstr ""
1058
-
1059
- msgid "All you need is to inform the post id and the image url. And FIFU will set the custom fields and create the metadata."
1060
- msgstr ""
1061
-
1062
- msgid "fifu_dev_set_image($post_id, $image_url)"
1063
- msgstr ""
1064
-
1065
- msgid "Use an external image as featured image of a post or WooCommerce product. Includes image search, video, social tags, SEO, lazy load, gallery, automati &hellip;"
1066
- msgstr ""
1067
-
1068
- msgid "<strong>[Premium]</strong> Giphy animated image search"
1069
- msgstr ""
1070
-
1071
- msgid "<p>Settings</p>"
1072
- msgstr ""
1073
-
1074
- msgid "Access settings and clean the metadata."
1075
- msgstr ""
1076
-
1077
- msgid "fifu_dev_set_image($post_id, $image_url)"
1078
- msgstr ""
1079
-
1080
- msgid "INTEGRATION FUNCTION FOR DEVELOPERS"
1081
- msgstr ""
1082
-
1083
- msgid "Upload the 'featured-image-from-url' folder to the /wp-content/plugins/ directory;"
1084
- msgstr ""
1085
-
1086
- msgid "Activate FIFU from your Plugins page;"
1087
- msgstr ""
1088
-
1089
- msgid "Search for 'Featured Image from URL';"
1090
- msgstr ""
1091
-
1092
- msgid "Visit the plugins page within your dashboard and select 'Add New';"
1093
- msgstr ""
1094
-
1095
- msgid "INSTALL FIFU MANUALLY"
1096
- msgstr ""
1097
-
1098
- msgid "INSTALL FIFU FROM WITHIN WORDPRESS"
1099
- msgstr ""
1100
-
1101
- msgid "Portuguese (Brazil)"
1102
- msgstr ""
1103
-
1104
- msgid "German"
1105
- msgstr ""
1106
-
1107
- msgid "Greek"
1108
- msgstr ""
1109
-
1110
- msgid "English (United States)"
1111
- msgstr ""
1112
-
1113
- msgid "LANGUAGES"
1114
- msgstr ""
1115
-
1116
- msgid "You save money on storage, processing and copyright."
1117
- msgstr ""
1118
-
1119
- msgid "No image optimization or thumbnails. You may fix that with Jetpack (performance settings)."
1120
- msgstr ""
1121
-
1122
- msgid "Database registers that help WordPress components to work with external images."
1123
- msgstr ""
1124
-
1125
- msgid "Never."
1126
- msgstr ""
1127
-
1128
- msgid "Your image URL is invalid. Take a look at Settings &gt; Getting started."
1129
- msgstr ""
1130
-
1131
- msgid "Next to the regular featured image box, in the post editor."
1132
- msgstr ""
1133
-
1134
- msgid "What are the advantages of external images?"
1135
- msgstr ""
1136
-
1137
- msgid "What are the disadvantages of external images?"
1138
- msgstr ""
1139
-
1140
- msgid "What's the metadata created by FIFU?"
1141
- msgstr ""
1142
-
1143
- msgid "Is any action necessary before removing FIFU?"
1144
- msgstr ""
1145
-
1146
- msgid "Does FIFU save the images in the media library?"
1147
- msgstr ""
1148
-
1149
- msgid "Why isn't preview button working?"
1150
- msgstr ""
1151
-
1152
- msgid "Where is the external featured image box?"
1153
- msgstr ""
1154
-
1155
- msgid "Supports videos from YouTube, Vimeo, Imgur, 9GAG, Cloudinary, Tumblr and Publitio."
1156
- msgstr ""
1157
-
1158
- msgid "Use an external image as featured image of your post, page or custom post type."
1159
- msgstr ""
1160
-
1161
- msgid "Since 2015 FIFU has helped thousands of websites worldwide to save money on storage, processing and copyright."
1162
- msgstr ""
1163
-
1164
- msgid "<strong><a href=\"https://chrome.google.com/webstore/detail/fifu-scraper/pccimcccbkdeeadhejdmnffmllpicola\">Google Chrome extension</a></strong>"
1165
- msgstr ""
1166
-
1167
- msgid "<strong><a href=\"https://fifu.app/\">Featured Image from URL Premium</a></strong> "
1168
- msgstr ""
1169
-
1170
- msgid "<strong>[Premium]</strong> Featured shortcode "
1171
- msgstr ""
1172
-
1173
- msgid "<strong>[Premium]</strong> Featured slider "
1174
- msgstr ""
1175
-
1176
- msgid "<strong>[Premium]</strong> Gallery icon"
1177
- msgstr ""
1178
-
1179
- msgid "<strong>[Premium]</strong> Related videos"
1180
- msgstr ""
1181
-
1182
- msgid "<strong>[Premium]</strong> Background video"
1183
- msgstr ""
1184
-
1185
- msgid "<strong>[Premium]</strong> Mute"
1186
- msgstr ""
1187
-
1188
- msgid "<strong>[Premium]</strong> Loop"
1189
- msgstr ""
1190
-
1191
- msgid "<strong>[Premium]</strong> Autoplay"
1192
- msgstr ""
1193
-
1194
- msgid "<strong>[Premium]</strong> Mouseover autoplay"
1195
- msgstr ""
1196
-
1197
- msgid "<strong>[Premium]</strong> Black background"
1198
- msgstr ""
1199
-
1200
- msgid "<strong>[Premium]</strong> Minimum width"
1201
- msgstr ""
1202
-
1203
- msgid "<strong>[Premium]</strong> Play button"
1204
- msgstr ""
1205
-
1206
- msgid "<strong>[Premium]</strong> Video thumbnail"
1207
- msgstr ""
1208
-
1209
- msgid "<strong>[Premium]</strong> Featured video"
1210
- msgstr ""
1211
-
1212
- msgid "<strong>[Premium]</strong> Variation image gallery"
1213
- msgstr ""
1214
-
1215
- msgid "<strong>[Premium]</strong> Variation image"
1216
- msgstr ""
1217
-
1218
- msgid "<strong>[Premium]</strong> Variable product"
1219
- msgstr ""
1220
-
1221
- msgid "<strong>[Premium]</strong> Auto set category images"
1222
- msgstr ""
1223
-
1224
- msgid "<strong>[Premium]</strong> External video gallery"
1225
- msgstr ""
1226
-
1227
- msgid "<strong>[Premium]</strong> External image gallery"
1228
- msgstr ""
1229
-
1230
- msgid "Category image on grid"
1231
- msgstr ""
1232
-
1233
- msgid "Lightbox and zoom"
1234
- msgstr ""
1235
-
1236
- msgid "External product image"
1237
- msgstr ""
1238
-
1239
- msgid "<strong>[Premium]</strong> Schedule metadata generation"
1240
- msgstr ""
1241
-
1242
- msgid "<strong>[Premium]</strong> WooCommerce REST API"
1243
- msgstr ""
1244
-
1245
- msgid "<strong>[Premium]</strong> WP REST API"
1246
- msgstr ""
1247
-
1248
- msgid "URL from post content"
1249
- msgstr ""
1250
-
1251
- msgid "WooCommerce import"
1252
- msgstr ""
1253
-
1254
- msgid "WP All Import add-on"
1255
- msgstr ""
1256
-
1257
- msgid "<strong>[Premium]</strong> Media RSS tags"
1258
- msgstr ""
1259
-
1260
- msgid "Social tags"
1261
- msgstr ""
1262
-
1263
- msgid "Auto set image title"
1264
- msgstr ""
1265
-
1266
- msgid "<strong>[Premium]</strong> Flickr thumbnails"
1267
- msgstr ""
1268
-
1269
- msgid "<strong>[Premium]</strong> Image validation"
1270
- msgstr ""
1271
-
1272
- msgid "<strong>[Premium]</strong> Replace not found image"
1273
- msgstr ""
1274
-
1275
- msgid "<strong>[Premium]</strong> Hover effects"
1276
- msgstr ""
1277
-
1278
- msgid "<strong>[Premium]</strong> Same height"
1279
- msgstr ""
1280
-
1281
- msgid "<strong>[Premium]</strong> Unsplash image size"
1282
- msgstr ""
1283
-
1284
- msgid "Featured image column"
1285
- msgstr ""
1286
-
1287
- msgid "Save image dimensions"
1288
- msgstr ""
1289
-
1290
- msgid "Add class"
1291
- msgstr ""
1292
-
1293
- msgid "Original size"
1294
- msgstr ""
1295
-
1296
- msgid "CSS style"
1297
- msgstr ""
1298
-
1299
- msgid "Featured image in content"
1300
- msgstr ""
1301
-
1302
- msgid "Hide featured media"
1303
- msgstr ""
1304
-
1305
- msgid "Default featured image"
1306
- msgstr ""
1307
-
1308
- msgid "Lazy load"
1309
- msgstr ""
1310
-
1311
- msgid "Unsplash image search"
1312
- msgstr ""
1313
-
1314
- msgid "External featured image"
1315
- msgstr ""
1316
-
1317
- msgid "LINKS"
1318
- msgstr ""
1319
-
1320
- msgid "OTHERS"
1321
- msgstr ""
1322
-
1323
- msgid "FEATURED VIDEO"
1324
- msgstr ""
1325
-
1326
- msgid "WOOCOMMERCE"
1327
- msgstr ""
1328
-
1329
- msgid "AUTOMATION"
1330
- msgstr ""
1331
-
1332
- msgid "SEO"
1333
- msgstr ""
1334
-
1335
- msgid "FEATURED IMAGE"
1336
- msgstr ""
1337
-
1338
- msgid "WordPress plugin for external featured image"
1339
- msgstr ""
1340
-
1341
- msgid "<p>Fullscreen</p>"
1342
- msgstr ""
1343
-
1344
- msgid "<p>Featured video on lightbox</p>"
1345
- msgstr ""
1346
-
1347
- msgid "<p>Video gallery</p>"
1348
- msgstr ""
1349
-
1350
- msgid "<p>Zoom</p>"
1351
- msgstr ""
1352
-
1353
- msgid "<p>External video gallery</p>"
1354
- msgstr ""
1355
-
1356
- msgid "<p>External image gallery</p>"
1357
- msgstr ""
1358
-
1359
- msgid "<p>Featured slider on post</p>"
1360
- msgstr ""
1361
-
1362
- msgid "<p>Featured video on post</p>"
1363
- msgstr ""
1364
-
1365
- msgid "<p>External featured image on post</p>"
1366
- msgstr ""
1367
-
1368
- msgid "<p>Featured slider</p>"
1369
- msgstr ""
1370
-
1371
- msgid "<p>Featured video</p>"
1372
- msgstr ""
1373
-
1374
- msgid "<p>Just insert the image address or some keywords and click on preview button</p>"
1375
- msgstr ""
1376
-
1377
- msgid "Activate FIFU through the 'Plugins' menu in WordPress;"
1378
- msgstr ""
1379
-
1380
- msgid "<p>External featured image on lightbox</p>"
1381
- msgstr ""
1382
-
1383
- msgid "<p>External featured media on cart</p>"
1384
- msgstr ""
1385
-
1386
- msgid "<p>External featured media on WooCommerce shop</p>"
1387
- msgstr ""
1388
-
1389
- msgid "<p>External featured media on home</p>"
1390
- msgstr ""
1391
-
1392
- msgid "<p>Featured image column</p>"
1393
- msgstr ""
1394
-
1395
- msgid "<p>If the image URL is correct, the image will be shown</p>"
1396
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Plugin Name ===
2
  Contributors: marceljm
3
  Donate link: https://donorbox.org/fifu
4
- Tags: featured image, featured, image, url, thumbnail
5
  Requires at least: 5.3
6
  Tested up to: 5.5
7
- Stable tag: 3.2.7
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -47,7 +47,7 @@ Use an external image as featured image of your post, page or custom post type.
47
 
48
  * WP All Import add-on
49
  * WooCommerce import
50
- * URL from post content
51
  * **[Premium]** WP REST API
52
  * **[Premium]** WooCommerce REST API
53
  * **[Premium]** Schedule metadata generation
@@ -89,13 +89,6 @@ Supports videos from YouTube, Vimeo, Imgur, 9GAG, Cloudinary, Tumblr and Publiti
89
 
90
  * fifu_dev_set_image($post_id, $image_url)
91
 
92
- #### LANGUAGES
93
-
94
- * English (United States)
95
- * German
96
- * Greek
97
- * Portuguese (Brazil)
98
-
99
  #### LINKS
100
 
101
  * **<a href="https://fifu.app/">Featured Image from URL Premium</a>**
@@ -192,20 +185,20 @@ Supports videos from YouTube, Vimeo, Imgur, 9GAG, Cloudinary, Tumblr and Publiti
192
 
193
  == Changelog ==
194
 
 
 
 
195
  = 3.2.7 =
196
  * Improvement: Save Image Dimensions is a little faster; bug fix: Image Metadata was slow after the last update; bug fix: conflicts with Jetpack plugin; bug fix: images not visible due unregistered theme sizes.
197
 
198
  = 3.2.6 =
199
  * Improvement: Image Metadata (added counter, savepoint and automatic restart after timeout); improvement: Status (query optimization); bug fix: some style issues (when there is no image dimensions); bug fix: notices and warnings; bug fix: Unsplash Image Search delay.
200
 
201
- = 3.2.5 =
202
- * Improvement: FIFU automatically saves the image dimensions now (for less style issues); deprecated: Original Sizes feature; bug fix: large URLs were being cropped; bug fix: menu settings was not being shown; bug fix: conflict with Accelerated Mobile Pages plugin; bug fix: conflict when category and product had the same ID; bug fix: conflict beteweem URL from Post Content and HTML character entities; bug fix: images not being shown in WooCommerce lightbox.
203
-
204
  = others =
205
  * [more](https://fifu.app/changelog/)
206
 
207
 
208
  == Upgrade Notice ==
209
 
210
- = 3.2.7 =
211
- * Improvement: Save Image Dimensions is a little faster; bug fix: Image Metadata was slow after the last update; bug fix: conflicts with Jetpack plugin; bug fix: images not visible due unregistered theme sizes.
1
  === Plugin Name ===
2
  Contributors: marceljm
3
  Donate link: https://donorbox.org/fifu
4
+ Tags: featured image, featured, image, url, woocommerce
5
  Requires at least: 5.3
6
  Tested up to: 5.5
7
+ Stable tag: 3.2.8
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
47
 
48
  * WP All Import add-on
49
  * WooCommerce import
50
+ * Content URL
51
  * **[Premium]** WP REST API
52
  * **[Premium]** WooCommerce REST API
53
  * **[Premium]** Schedule metadata generation
89
 
90
  * fifu_dev_set_image($post_id, $image_url)
91
 
 
 
 
 
 
 
 
92
  #### LINKS
93
 
94
  * **<a href="https://fifu.app/">Featured Image from URL Premium</a>**
185
 
186
  == Changelog ==
187
 
188
+ = 3.2.8 =
189
+ * Improvement: the translation process is being integrated with WordPress.org (all the strings should be available to the community soon).
190
+
191
  = 3.2.7 =
192
  * Improvement: Save Image Dimensions is a little faster; bug fix: Image Metadata was slow after the last update; bug fix: conflicts with Jetpack plugin; bug fix: images not visible due unregistered theme sizes.
193
 
194
  = 3.2.6 =
195
  * Improvement: Image Metadata (added counter, savepoint and automatic restart after timeout); improvement: Status (query optimization); bug fix: some style issues (when there is no image dimensions); bug fix: notices and warnings; bug fix: Unsplash Image Search delay.
196
 
 
 
 
197
  = others =
198
  * [more](https://fifu.app/changelog/)
199
 
200
 
201
  == Upgrade Notice ==
202
 
203
+ = 3.2.8 =
204
+ * Improvement: the translation process is being integrated with WordPress.org (all the strings should be available to the community soon).