Featured Image From URL - Version 2.1.9

Version Description

  • Improvement: new menu of settings.
Download this release

Release Info

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

Code changes from version 2.1.8 to 2.1.9

admin/html/css/menu.css CHANGED
@@ -1,20 +1,32 @@
1
  .wrap {
2
- max-width: 900px;
3
  margin: 20px 20px 20px 15px;
4
  }
5
 
 
 
 
 
 
 
 
 
 
6
  .box {
7
- margin: 20px 0 0;
8
  background: #fff;
9
  border: 1px solid #dbdbdb;
10
  padding: 20px;
 
 
11
  }
12
 
13
  .greybox {
14
  margin: 10px 0 0;
15
- background: #f9f9f9;
16
  border: 1px solid #dbdbdb;
17
  padding: 20px;
 
18
  }
19
 
20
  .greybox p {
@@ -43,6 +55,12 @@ th {
43
  height: 25px;
44
  }
45
 
 
 
 
 
 
 
46
  #grad2 {
47
  border: 1px dashed red;
48
  border-radius: 1px;
1
  .wrap {
2
+ max-width: 1000px;
3
  margin: 20px 20px 20px 15px;
4
  }
5
 
6
+ .header-box {
7
+ margin: 25px 0 0;
8
+ background: #fff;
9
+ border: 1px solid #dbdbdb;
10
+ padding: 20px;
11
+ padding-top: 10px;
12
+ border-radius: 50px 0px 0px;
13
+ }
14
+
15
  .box {
16
+ margin: 25px 0 0;
17
  background: #fff;
18
  border: 1px solid #dbdbdb;
19
  padding: 20px;
20
+ padding-top: 10px;
21
+ border-radius: 15px 50px 30px;
22
  }
23
 
24
  .greybox {
25
  margin: 10px 0 0;
26
+ background: #efefef;
27
  border: 1px solid #dbdbdb;
28
  padding: 20px;
29
+ border-radius: 5px 5px 5px;
30
  }
31
 
32
  .greybox p {
55
  height: 25px;
56
  }
57
 
58
+ .ui-widget-header {
59
+ background: #f9f9f9 !important;
60
+ border: none !important;
61
+ font-weight: inherit !important;
62
+ }
63
+
64
  #grad2 {
65
  border: 1px dashed red;
66
  border-radius: 1px;
admin/html/js/menu.js CHANGED
@@ -23,6 +23,7 @@ jQuery(function () {
23
  jQuery("#accordionCrop").accordion();
24
  jQuery("#accordionClean").accordion();
25
  jQuery("#tabs").tabs();
 
26
  jQuery("#fifu_input_spinner_image").spinner({min: 0});
27
  jQuery("#fifu_input_spinner_video").spinner({min: 0});
28
  jQuery("#fifu_input_spinner_slider").spinner({min: 0});
23
  jQuery("#accordionCrop").accordion();
24
  jQuery("#accordionClean").accordion();
25
  jQuery("#tabs").tabs();
26
+ jQuery("#tabs-top").tabs();
27
  jQuery("#fifu_input_spinner_image").spinner({min: 0});
28
  jQuery("#fifu_input_spinner_video").spinner({min: 0});
29
  jQuery("#fifu_input_spinner_slider").spinner({min: 0});
admin/html/menu.html CHANGED
@@ -4,1941 +4,1966 @@
4
  <script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
5
  <div class="wrap">
6
 
7
- <div class="box" style="background-color:#497fff">
8
- <h1 style="color:white"><b>Featured Image from URL</b> 2</h1>
9
  </div>
10
 
11
- <div class="box">
12
- <h2>Report a Bug or Suggest an Improvement</h2>
13
- <div class="greybox">
14
- Suggestions for improvement are always welcome. Just send an email to <b><a href="mailto:marcel@featuredimagefromurl.com">marcel@featuredimagefromurl.com</a></b> and your request can be available in the next release.
15
- But if you want to report a bug, first <b><button id="opener">click here</button></b> to get your plugin version and options. You can also attach as many details as possible such as screenshots, JS errors on browser console, PHP errors in debug file etc.
16
- </div>
17
- </div>
18
-
19
- <div class="box">
20
- <h2>Help</h2>
21
- <div class="greybox">
22
- For more information, refer to <a href="https://wordpress.org/plugins/featured-image-from-url/faq/" target="_blank">FAQ</a> and <a href="https://wordpress.org/plugins/featured-image-from-url/screenshots/" target="_blank">screenshots</a>.
23
- </div>
24
- </div>
25
-
26
- <div class="box">
27
-
28
- <h2>Auto Set Featured Image: configuration</h2>
29
- <div class="greybox">
30
- Perfect for external posts, this option allows to use the first image from a post/page/product content as featured image. It will happen when you click on Publish/Update button.
31
- </div>
32
-
33
- <br>
34
-
35
- <table style="text-align:left">
36
- <tr>
37
- <th>
38
- <form
39
- id="fifu_form_get_first"
40
- action="javascript:void(0)"
41
- method="post">
42
- <input
43
- type="image"
44
- href="javascript:void(0)"
45
- id="fifu_toggle_get_first"
46
- onclick="invert('get_first')"
47
- name="fifu_toggle_get_first"
48
- class="<?php echo $enable_get_first; ?>"
49
- value="" style="display:block">
50
-
51
- <input
52
- type="hidden"
53
- id="fifu_input_get_first"
54
- name="fifu_input_get_first"
55
- value="" >
56
- </form>
57
- </th>
58
- <th>
59
- use the first image as featured image
60
- </th>
61
- </tr>
62
- <tr>
63
- <th>
64
- <form
65
- id="fifu_form_pop_first"
66
- action="javascript:void(0)"
67
- method="post">
68
- <input
69
- type="image"
70
- href="javascript:void(0)"
71
- id="fifu_toggle_pop_first"
72
- onclick="invert('pop_first')"
73
- name="fifu_toggle_pop_first"
74
- class="<?php echo $enable_pop_first; ?>"
75
- value="" style="display:block">
76
-
77
- <input
78
- type="hidden"
79
- id="fifu_input_pop_first"
80
- name="fifu_input_pop_first"
81
- value="" >
82
- </form>
83
- </th>
84
- <th>
85
- hide the first image from content
86
- </th>
87
- </tr>
88
- <tr>
89
- <th>
90
- <form
91
- id="fifu_form_ovw_first"
92
- action="javascript:void(0)"
93
- method="post">
94
- <input
95
- type="image"
96
- href="javascript:void(0)"
97
- id="fifu_toggle_ovw_first"
98
- onclick="invert('ovw_first')"
99
- name="fifu_toggle_ovw_first"
100
- class="<?php echo $enable_ovw_first; ?>"
101
- value="" style="display:block">
102
-
103
- <input
104
- type="hidden"
105
- id="fifu_input_ovw_first"
106
- name="fifu_input_ovw_first"
107
- value="" >
108
- </form>
109
- </th>
110
- <th>
111
- overwrite the existing external featured image
112
- </th>
113
- </tr>
114
- </table>
115
-
116
- </div>
117
-
118
- <div class="box">
119
-
120
- <h2>Auto Set Image Alt/Title</h2>
121
-
122
- <div class="greybox">
123
-
124
- Enable the toggle below to automatically set the attibutes "alt" and "title" of an external image with the title of the post/page. It will have effect when you click on publish/update button of your post/page.
125
-
126
- </div>
127
-
128
- <br>
129
-
130
- <table style="text-align:left">
131
- <tr>
132
- <th>
133
- <form
134
- id="fifu_form_auto_alt"
135
- action="javascript:void(0)"
136
- method="post">
137
- <input
138
- type="image"
139
- href="javascript:void(0)"
140
- id="fifu_toggle_auto_alt"
141
- onclick="invert('auto_alt')"
142
- name="fifu_toggle_auto_alt"
143
- class="<?php echo $enable_auto_alt; ?>"
144
- value=""
145
- style="display:block">
146
-
147
- <input
148
- type="hidden"
149
- id="fifu_input_auto_alt"
150
- name="fifu_input_auto_alt"
151
- value="" >
152
- </form>
153
- </th>
154
- <th>
155
- auto set image alt/title
156
- </th>
157
- </tr>
158
- </table>
159
-
160
- </div>
161
-
162
- <div class="box">
163
- <h2>Custom Post Types</h2>
164
- <div class="greybox">
165
- Featured Image from URL is preconfigured to work with only one Custom Post Type (WooCommerce Product). But you also can use this plugin with other ones. For that, you just need to know the correct Custom Post Type names and fill the fields below. Please, let me know if you need more than 10 inputs here.
166
- </div>
167
- <br>
168
-
169
- <form
170
- id="fifu_form_cpt"
171
- action="javascript:void(0)"
172
- method="post">
173
- <input id="fifu_input_cpt0" type="text" name="fifu_input_cpt0" style="width:130px" value="<?php echo $array_cpt[0]; ?>">
174
- <input id="fifu_input_cpt1" type="text" name="fifu_input_cpt1" style="width:130px" value="<?php echo $array_cpt[1]; ?>">
175
- <input id="fifu_input_cpt2" type="text" name="fifu_input_cpt2" style="width:130px" value="<?php echo $array_cpt[2]; ?>">
176
- <input id="fifu_input_cpt3" type="text" name="fifu_input_cpt3" style="width:130px" value="<?php echo $array_cpt[3]; ?>">
177
- <input id="fifu_input_cpt4" type="text" name="fifu_input_cpt4" style="width:130px" value="<?php echo $array_cpt[4]; ?>">
178
- <br/>
179
- <input id="fifu_input_cpt5" type="text" name="fifu_input_cpt5" style="width:130px" value="<?php echo $array_cpt[5]; ?>">
180
- <input id="fifu_input_cpt6" type="text" name="fifu_input_cpt6" style="width:130px" value="<?php echo $array_cpt[6]; ?>">
181
- <input id="fifu_input_cpt7" type="text" name="fifu_input_cpt7" style="width:130px" value="<?php echo $array_cpt[7]; ?>">
182
- <input id="fifu_input_cpt8" type="text" name="fifu_input_cpt8" style="width:130px" value="<?php echo $array_cpt[8]; ?>">
183
- <input id="fifu_input_cpt9" type="text" name="fifu_input_cpt9" style="width:130px" value="<?php echo $array_cpt[9]; ?>">
184
- <input type="submit" value="Submit" >
185
- </form>
186
- </div>
187
-
188
- <a name="css"></a>
189
-
190
- <div class="box">
191
- <h2>CSS Style</h2>
192
- <div class="greybox">
193
- Here you can define a CSS style to be applied to all external featured images. Usage example:<br><br>
194
- width: 100%; border-radius: 8px; border: 1px solid #ddd; padding: 5px;
195
- </div>
196
- <br>
197
- <form
198
- id="fifu_form_css"
199
- action="javascript:void(0)"
200
- method="post">
201
-
202
- <input id="fifu_input_css"
203
- type="text"
204
- name="fifu_input_css"
205
- style="width:675px"
206
- value="<?php echo $css_style; ?>">
207
-
208
- <input type="submit"
209
- value="Submit" >
210
- </form>
211
- </div>
212
-
213
- <div class="box">
214
-
215
- <h2>Default Width</h2>
216
-
217
- <div class="greybox">
218
-
219
- If your theme doesn't define an image width in some area of the site, FIFU can use a default value (px).
220
-
221
- </div>
222
-
223
- <br>
224
-
225
- <form
226
- id="fifu_form_default_width"
227
- action="javascript:void(0)"
228
- method="post">
229
-
230
- <input id="fifu_input_default_width"
231
- size=4
232
- type="text"
233
- name="fifu_input_default_width"
234
- value="<?php echo $default_width; ?>">
235
-
236
- <input type="submit" value="Submit" >
237
- </form>
238
-
239
- </div>
240
-
241
- <div class="box">
242
- <h2>Default External Featured Image</h2>
243
- <div class="greybox">
244
- Here you can define the URL of a default external featured image that will be shown when you create/update a post/page/product without an internal/external featured image.
245
- <br><br>
246
- <form
247
- id="fifu_form_default_url"
248
- action="javascript:void(0)"
249
- method="post">
250
-
251
- <input id="fifu_input_default_url"
252
- type="text"
253
- name="fifu_input_default_url"
254
- style="width:675px"
255
- value="<?php echo $default_url; ?>">
256
-
257
- <input type="submit"
258
- value="Submit" >
259
- </form>
260
- </div>
261
-
262
- <br>
263
-
264
- <form
265
- id="fifu_form_enable_default_url"
266
- action="javascript:void(0)"
267
- method="post">
268
-
269
- <input
270
- type="image"
271
- href="javascript:void(0)"
272
- id="fifu_toggle_enable_default_url"
273
- onclick="invert('enable_default_url')"
274
- name="fifu_toggle_enable_default_url"
275
- class="<?php echo $enable_default_url; ?>"
276
- value=""
277
- style="display:block" >
278
-
279
- <input
280
- type="hidden"
281
- id="fifu_input_enable_default_url"
282
- name="fifu_input_enable_default_url"
283
- value="" >
284
- </form>
285
- </div>
286
-
287
- <div class="box">
288
- <h2>Fake Internal Featured Image</h2>
289
- <div class="greybox">
290
- Even though FIFU works fine with the most of themes/plugins, some of them are not able to show the external featured image if there is no internal featured image associated to your post/page/product. Enabling the toggle below, a symbolic empty file will be added to your Media Library as an attempt to overcome that limitation.
291
- </div>
292
- <p/>
293
- <table>
294
- <tr>
295
- <td style="width:50px"></td>
296
- <td style="width:100px">action</td>
297
- <td style="width:200px">pros</td>
298
- <td style="width:200px">cons</td>
299
- </tr>
300
- <tr>
301
- <form
302
- id="fifu_form_fake"
303
- action="javascript:void(0)"
304
- method="post">
305
- <td>
306
- <input
307
- type="image"
308
- href="javascript:void(0)"
309
- id="fifu_toggle_fake"
310
- onclick="invert('fake')"
311
- name="fifu_toggle_fake"
312
- class="<?php echo $enable_fake; ?>"
313
- value=""
314
- style="display:block" >
315
- <input
316
- type="hidden"
317
- id="fifu_input_fake"
318
- name="fifu_input_fake"
319
- value="" >
320
- </td>
321
- <td>
322
- create one fake image for all URLs
323
- </td>
324
- <td>
325
- you can keep your real internal featured image.
326
- </td>
327
- <td>
328
- the site may have some problems to show the external images in some areas or in determined sizes.
329
- </td>
330
- </form>
331
- </tr>
332
- <tr>
333
- <form
334
- id="fifu_form_fake2"
335
- action="javascript:void(0)"
336
- method="post">
337
- <td>
338
- <input
339
- type="image"
340
- href="javascript:void(0)"
341
- id="fifu_toggle_fake2"
342
- onclick="invert('fake2')"
343
- name="fifu_toggle_fake2"
344
- class="<?php echo $enable_fake2; ?>"
345
- value=""
346
- style="display:block">
347
- <input
348
- type="hidden"
349
- id="fifu_input_fake2"
350
- name="fifu_input_fake2"
351
- value="" >
352
- </td>
353
- <td>
354
- create a different fake image for each URL
355
- </td>
356
- <td>
357
- the site can show the images anywhere and in the correct size in most cases. Greater chance of the external images being supported by other plugins.
358
- </td>
359
- <td>
360
- it'll replace your real internal featured image.
361
- </td>
362
- </form>
363
- </tr></table>
364
- </div>
365
-
366
- <div class="box">
367
- <h2>Featured Image Column</h2>
368
- <div class="greybox">
369
- The plugin adds a new column "FIFU" (Featured Image from URL) to your table of posts/pages/products in admin area. Below you can choose the height (px) of the image in the column. To disable that, just uncheck "FIFU" in the Screen Options.
370
- </div>
371
- <br>
372
- <form
373
- id="fifu_form_column"
374
- action="javascript:void(0)"
375
- method="post">
376
- <input id="fifu_input_column_height" type="text" name="fifu_input_column_height" value="<?php echo $column_height; ?>" placeholder="e.g.: 64" size="4">
377
- <input type="submit" value="Submit" >
378
- </form>
379
- </div>
380
-
381
- <div class="box">
382
- <h2>Featured Image in Content</h2>
383
- <div class="greybox">
384
- It will sound crazy, but some themes don't show the Featured Image on the posts or pages. If it is your case and you would like to show the Featured Image there, just enable the toggle. The Featured Image will appear at the beginning of the content, before the text.
385
- </div>
386
- <br>
387
- <table style="text-align:left">
388
- <tr>
389
- <th>
390
- <form
391
- id="fifu_form_content_page"
392
- action="javascript:void(0)"
393
- method="post">
394
-
395
- <input
396
- type="image"
397
- href="javascript:void(0)"
398
- id="fifu_toggle_content_page"
399
- onclick="invert('content_page')"
400
- name="fifu_toggle_content_page"
401
- class="<?php echo $enable_content_page; ?>"
402
- value=""
403
- style="display:block">
404
-
405
- <input
406
- type="hidden"
407
- id="fifu_input_content_page"
408
- name="fifu_input_content_page"
409
- value="" >
410
- </form>
411
- </th>
412
- <th>
413
- on page
414
- </th>
415
- </tr>
416
- <tr>
417
- <th>
418
- <form
419
- id="fifu_form_content"
420
- action="javascript:void(0)"
421
- method="post">
422
-
423
- <input
424
- type="image"
425
- href="javascript:void(0)"
426
- id="fifu_toggle_content"
427
- onclick="invert('content')"
428
- name="fifu_toggle_content"
429
- class="<?php echo $enable_content; ?>"
430
- value=""
431
- style="display:block">
432
-
433
- <input
434
- type="hidden"
435
- id="fifu_input_content"
436
- name="fifu_input_content"
437
- value="" >
438
- </form>
439
- </th>
440
- <th>
441
- on post
442
- </th>
443
- </tr>
444
- </table>
445
- </div>
446
-
447
- <div class="box">
448
- <h2>Hide Featured Media</h2>
449
- <div class="greybox">
450
- Enable the toggle if you want to hide the external featured image/video/slider on posts/pages but keeping its visibility on home.
451
- </div>
452
- <br>
453
- <table style="text-align:left">
454
- <tr>
455
- <th>
456
- <form
457
- id="fifu_form_hide_page"
458
- action="javascript:void(0)"
459
- method="post">
460
- <input
461
- type="image"
462
- href="javascript:void(0)"
463
- id="fifu_toggle_hide_page"
464
- onclick="invert('hide_page')"
465
- name="fifu_toggle_hide_page"
466
- class="<?php echo $enable_hide_page; ?>"
467
- value="" style="display:block">
468
-
469
- <input
470
- type="hidden"
471
- id="fifu_input_hide_page"
472
- name="fifu_input_hide_page"
473
- value="" >
474
- </form>
475
- </th>
476
- <th>
477
- on page
478
- </th>
479
- </tr>
480
- <tr>
481
- <th>
482
- <form
483
- id="fifu_form_hide_post"
484
- action="javascript:void(0)"
485
- method="post">
486
- <input
487
- type="image"
488
- href="javascript:void(0)"
489
- id="fifu_toggle_hide_post"
490
- onclick="invert('hide_post')"
491
- name="fifu_toggle_hide_post"
492
- class="<?php echo $enable_hide_post; ?>"
493
- value="" style="display:block">
494
-
495
- <input
496
- type="hidden"
497
- id="fifu_input_hide_post"
498
- name="fifu_input_hide_post"
499
- value="" >
500
- </form>
501
- </th>
502
- <th>
503
- on post
504
- </th>
505
- </tr>
506
- </table>
507
- </div>
508
-
509
- <div class="box">
510
- <h2>Lazy Load</h2>
511
- <div class="greybox">
512
- Enabling this feature the images/videos won't be loaded until user scrolls to them. So it will make your home/shop load faster.
513
- </div>
514
- <br>
515
- <form
516
- id="fifu_form_lazy"
517
- action="javascript:void(0)"
518
- method="post">
519
- <input
520
- type="image"
521
- href="javascript:void(0)"
522
- id="fifu_toggle_lazy"
523
- onclick="invert('lazy')"
524
- name="fifu_toggle_lazy"
525
- class="<?php echo $enable_lazy; ?>"
526
- value=""
527
- style="display:block">
528
- <input
529
- type="hidden"
530
- id="fifu_input_lazy"
531
- name="fifu_input_lazy"
532
- value="" >
533
- </form>
534
- </div>
535
-
536
- <a name="priority"></a>
537
-
538
- <div class="box">
539
- <h2>Priority</h2>
540
- <div class="greybox">
541
- Enable the toggle below to prioritize the internal image rather than the external one, if both exist.
542
- </div>
543
- <br>
544
- <table style="text-align:left">
545
- <tr>
546
- <th>
547
- <form
548
- id="fifu_form_priority"
549
- action="javascript:void(0)"
550
- method="post">
551
- <input
552
- type="image"
553
- href="javascript:void(0)"
554
- id="fifu_toggle_priority"
555
- onclick="invert('priority')"
556
- name="fifu_toggle_priority"
557
- class="<?php echo $enable_priority; ?>"
558
- value=""
559
- style="display:block">
560
-
561
- <input
562
- type="hidden"
563
- id="fifu_input_priority"
564
- name="fifu_input_priority"
565
- value="" >
566
- </form>
567
- </th>
568
- <th>
569
- prioritize the internal image
570
- </th>
571
- </tr>
572
- </table>
573
- </div>
574
-
575
- <div class="box">
576
- <h2>Social Tags</h2>
577
- <div class="greybox">
578
- Featured Image from URL provides social tags to share the external images on the social networks. Here you can enable/disable this feature.
579
- </div>
580
- <br>
581
- <form
582
- id="fifu_form_social"
583
- action="javascript:void(0)"
584
- method="post">
585
- <input
586
- type="image"
587
- href="javascript:void(0)"
588
- id="fifu_toggle_social"
589
- onclick="invert('social')"
590
- name="fifu_toggle_social"
591
- class="<?php echo $enable_social; ?>"
592
- value=""
593
- style="display:block">
594
- <input
595
- type="hidden"
596
- id="fifu_input_social"
597
- name="fifu_input_social"
598
- value="" >
599
- </form>
600
- </div>
601
 
602
- <div class="box">
603
- <h2>WooCommerce Category Image on Product Grid</h2>
604
- <div class="greybox">
605
- That's possible to show the external featured image of your category on category page, immediately before the product grid. To do that, enable the toggle below.
606
- <br><br>
607
- <i>If this new FREE feature is useful to you, please cherish my work. Give FIFU a <a href="https://wordpress.org/support/view/plugin-reviews/featured-image-from-url?filter=5" target="_blank">5-star</a> rating!</i>
608
- </div>
609
- <br>
610
- <table style="text-align:left">
611
- <tr>
612
- <th>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
613
  <form
614
- id="fifu_form_grid_category"
615
  action="javascript:void(0)"
616
  method="post">
617
- <input
618
- type="image"
619
- href="javascript:void(0)"
620
- id="fifu_toggle_grid_category"
621
- onclick="invert('grid_category')"
622
- name="fifu_toggle_grid_category"
623
- class="<?php echo $enable_grid_category; ?>"
624
- value=""
625
- style="display:block">
626
-
627
- <input
628
- type="hidden"
629
- id="fifu_input_grid_category"
630
- name="fifu_input_grid_category"
631
- value="" >
632
  </form>
633
- </th>
634
- <th>
635
- show category image on product grid
636
- </th>
637
- </tr>
638
- </table>
639
- </div>
640
-
641
- <div class="box">
642
- <h2>WooCommerce Lightbox and Zoom</h2>
643
- <div class="greybox">
644
- You can enable/disable the product lightbox and zoom here.
645
- </div>
646
- <br>
647
- <table style="text-align:left">
648
- <tr>
649
- <th>
650
- <form
651
- id="fifu_form_wc_lbox"
652
- action="javascript:void(0)"
653
- method="post">
654
- <input
655
- type="image"
656
- href="javascript:void(0)"
657
- id="fifu_toggle_wc_lbox"
658
- onclick="invert('wc_lbox')"
659
- name="fifu_toggle_wc_lbox"
660
- class="<?php echo $enable_wc_lbox; ?>"
661
- value=""
662
- style="display:block">
663
 
664
- <input
665
- type="hidden"
666
- id="fifu_input_wc_lbox"
667
- name="fifu_input_wc_lbox"
668
- value="" >
669
- </form>
670
- </th>
671
- <th>
672
- lightbox
673
- </th>
674
- </tr>
675
- <tr>
676
- <th>
677
- <form
678
- id="fifu_form_wc_zoom"
679
- action="javascript:void(0)"
680
- method="post">
681
- <input
682
- type="image"
683
- href="javascript:void(0)"
684
- id="fifu_toggle_wc_zoom"
685
- onclick="invert('wc_zoom')"
686
- name="fifu_toggle_wc_zoom"
687
- class="<?php echo $enable_wc_zoom; ?>"
688
- value=""
689
- style="display:block">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
690
 
691
- <input
692
- type="hidden"
693
- id="fifu_input_wc_zoom"
694
- name="fifu_input_wc_zoom"
695
- value="" >
696
- </form>
697
- </th>
698
- <th>
699
- zoom
700
- </th>
701
- </tr>
702
- </table>
703
- </div>
704
 
705
- <div class="box">
706
- <h2>WP All Import</h2>
707
- <div class="greybox">
708
- You can use Featured Image from URL with WP All Import plugin. For that, use the custom fields below.
709
- <br/>
710
- <br/>
711
-
712
- <div id="tabsWpAllImport">
713
- <ul>
714
- <li><a href="#tabs-3">Importing products...</a></li>
715
- <li><a href="#tabs-1">Custom Fields</a></li>
716
- <li><a href="#tabs-2">Premium Custom Fields</a></li>
717
- </ul>
718
- <div id="tabs-1">
719
 
720
  <table style="text-align:left">
721
  <tr>
722
  <th>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
723
  </th>
724
- <th>
725
- Key
726
  </th>
727
- </tr>
728
  <tr>
729
  <th>
730
- Image
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
731
  </th>
732
- <th>
733
- fifu_image_url
734
  </th>
735
- </tr>
736
  <tr>
737
  <th>
738
- Alt
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
739
  </th>
740
- <th>
741
- fifu_image_alt
742
  </th>
743
- </tr>
744
  </table>
745
 
746
- <br/>
747
  </div>
748
-
749
- <div id="tabs-2">
 
 
 
 
 
 
 
750
  <table style="text-align:left">
751
  <tr>
752
  <th>
 
 
753
  </th>
754
- <th>
755
- Key(s)
756
  </th>
757
  </tr>
758
  <tr>
759
  <th>
760
- Image
 
 
 
 
 
761
  </th>
762
- <th>
763
- fifu_image_url
764
  </th>
765
  </tr>
766
  <tr>
767
  <th>
768
- Alt
 
 
 
 
 
769
  </th>
770
- <th>
771
- fifu_image_alt
772
  </th>
773
- </tr>
774
- <tr>
775
- <th>
776
- Image Gallery
777
- </th>
778
- <th>
779
- fifu_image_url_0, fifu_image_url_1, fifu_image_url_2 ...
780
  </th>
781
- </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
782
  <tr>
783
  <th>
784
- Image + Image Gallery (URLs delimited by "|")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
785
  </th>
786
- <th>
787
- fifu_list_url
788
  </th>
789
  </tr>
790
  <tr>
791
  <th>
792
- Alt Gallery
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
793
  </th>
794
- <th>
795
- fifu_image_alt_0, fifu_image_alt_1, fifu_image_alt_2 ...
796
  </th>
797
- </tr>
798
- <tr>
799
- <th>
800
- Video
801
- </th>
802
- <th>
803
- fifu_video_url
804
- </th>
805
- </tr>
806
- <tr>
807
- <th>
808
- Video Gallery
809
- </th>
810
- <th>
811
- fifu_video_url_0, fifu_video_url_1, fifu_video_url_2 ...
812
- </th>
813
- </tr>
814
  <tr>
815
  <th>
816
- Slider
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
817
  </th>
818
- <th>
819
- fifu_slider_image_url_0, fifu_slider_image_url_1, fifu_slider_image_url_2 ...
820
  </th>
821
- </tr>
822
  <tr>
823
  <th>
824
- Slider (URLs delimited by "|")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
825
  </th>
826
- <th>
827
- fifu_slider_list_url
828
  </th>
829
- </tr>
830
  </table>
831
  </div>
832
 
833
- <div id="tabs-3">
834
- <a href="../wp-content/plugins/fifu-premium/admin/html/txt/csv.txt">CSV example</a>
835
- <br>
 
 
 
836
  <br>
837
- <img src="https://c1.staticflickr.com/5/4860/44640581850_30311e210a_c_d.jpg" style="width:100%">
838
- <br>
839
- <br>
840
- Result:
841
- <br>
842
- <img src="https://c2.staticflickr.com/8/7899/45734350014_92984c6c69_o_d.jpg">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
843
  </div>
844
- </div>
845
- </div>
846
- </div>
847
-
848
- <a name="all"></a>
849
-
850
- <div class="box">
851
- <h2>Auto Set Featured Image: apply to all</h2>
852
- <div class="greybox" id="grad2">
853
- <b>Premium feature</b><br><br>
854
- Enable that to update all your posts/pages/products applying the configuration above. Very useful if you have hundreds of them and want to set the first image as featured image for all. To repeat/continue the process enable the toggle again. It can take several minutes and you can monitor the progress here. It can't be undone, so make a backup.
855
- <br><br>
856
- To schedule this process (hourly, daily etc), you can use the Hook <b>fifu_event</b> with your favorite cron event plugin. I like <a href="https://wordpress.org/plugins/wp-crontrol/">WP Control</a>.
857
- </div>
858
- <br>
859
- <table style="text-align:left">
860
- <tr>
861
- <th>
862
- <input type="text" value="" style="width:35px">
863
- <input type="submit" value="OK" >
864
- </th>
865
- <th>
866
- posts per second (high values can bring down your database)
867
- </th>
868
- </tr>
869
- <tr>
870
- <th>
871
- <input
872
- type="image"
873
- href="javascript:void(0)"
874
- class="toggleoff"
875
- value=""
876
- style="display:block">
877
- </th>
878
- <th>
879
- ignore posts that already have an external featured image
880
- </th>
881
- </tr>
882
- <tr>
883
- <th>
884
- <input
885
- type="image"
886
- href="javascript:void(0)"
887
- class="toggleoff"
888
- value=""
889
- style="display:block">
890
- </th>
891
- <th>
892
- update all your posts/pages/products now
893
- </th>
894
- <th>
895
- <div id='fifu_ajax_update_all'><b>Status: </b></div>
896
- </th>
897
- </tr>
898
- </table>
899
- </div>
900
 
901
- <a name="category"></a>
902
- <div class="box">
903
- <h2>Auto Set Product Category Images</h2>
904
- <div class="greybox" id="grad2">
905
- <b>Premium feature</b><br><br>
906
- Enable the toggle below to set one external image to each product category. The image will be the external featured image from the most recent product from that category.
907
- </div>
908
- <br>
909
- <table style="text-align:left">
910
- <tr>
911
- <th>
912
  <input
913
  type="image"
914
  href="javascript:void(0)"
915
  class="toggleoff"
916
- value=""
917
- style="display:block">
918
- </th>
919
- <th>
920
- set category images
921
- </th>
922
- </tr>
923
- </table>
924
- </div>
925
-
926
- <div class="box">
927
- <h2>Crop images to the same size</h2>
928
- <div class="greybox" id="grad2">
929
- <b>Premium feature</b><br><br>
930
- If you are not happy with the different sizes of external featured images on your home/shop, enable the toggle below to crop them to the same size.
931
- </div>
932
- <br>
933
-
934
- <div id="accordionCrop">
935
-
936
- <h3>&nbsp;&nbsp;&nbspcrop images</h3>
937
- <div>
938
- <input
939
- type="image"
940
- href="javascript:void(0)"
941
- class="toggleoff"
942
- value=""
943
- style="display:block">
944
- <br>
945
- P.S.: if the crop doesn't work, use a Selector to inform where is the group of external images that you want to crop.
946
- </div>
947
-
948
- <h3>&nbsp;&nbsp;&nbspinform a Selector</h3>
949
- <div>
950
- Examples of valid selectors: <b>#</b><i>products</i> (if the element <b>id</b>="<i>products</i>"), <b>.</b><i>my-post-area</i> (if the element <b>class</b>="<i>my-post-area</i>")
951
- <br>
952
- <br>
953
- <input id="fifu_input_crop0"
954
- type="text"
955
- placeholder="selector 1"
956
- style="width:130px"
957
- value="">
958
- <input id="fifu_input_crop1"
959
- type="text"
960
- placeholder="selector 2"
961
- style="width:130px"
962
- value="">
963
- <input id="fifu_input_crop2"
964
- type="text"
965
- placeholder="selector 3"
966
- style="width:130px"
967
- value="">
968
- <input id="fifu_input_crop3"
969
- type="text"
970
- placeholder="selector 4"
971
- style="width:130px"
972
- value="">
973
- <input id="fifu_input_crop4"
974
- type="text"
975
- placeholder="selector 5"
976
- style="width:130px"
977
- value="">
978
- <input type="submit"
979
- value="Submit" disabled>
980
- </div>
981
- </div>
982
- </div>
983
-
984
- <div class="box">
985
- <h2>External Featured Videos</h2>
986
- <div class="greybox" id="grad2">
987
- <b>Premium feature</b><br><br>
988
- The default value applied to the videos is "100%" and it usually works fine. However, here you can define the max size (px, cm etc) of the featured videos at different screens and the ratio for these videos as well.<br><br>
989
- <table style="text-align:left">
990
- <tr>
991
- <th>
992
- Ratio:
993
- </th>
994
- <th>
995
- <input id="fifu_input_video_width_rtio"
996
- name="fifu_input_video_width_rtio"
997
- size="4">
998
- </th>
999
- <th>
1000
- <input id="fifu_input_video_height_rtio"
1001
- name="fifu_input_video_height_rtio"
1002
- size="4">
1003
- </th>
1004
- <th>
1005
- <div style="font-style: italic;font-weight:normal;">e.g.: 1, 2, 3...</div>
1006
- </th>
1007
- </tr>
1008
- <tr>
1009
- <th>
1010
- Margin Bottom:
1011
- </th>
1012
- <th>
1013
- <input id="fifu_input_video_margin_bottom"
1014
- name="fifu_input_video_margin_bottom"
1015
- size="4">
1016
- </th>
1017
- <th>
1018
- <div style="font-style: italic;font-weight:normal;">e.g.: 10px, 1cm...</div>
1019
- </th>
1020
- </tr>
1021
- <tr>
1022
- <th>
1023
- Vertical Margin:
1024
- </th>
1025
- <th>
1026
- <input id="fifu_input_video_vertical_margin"
1027
- name="fifu_input_video_vertical_margin"
1028
- size="4">
1029
- </th>
1030
- <th>
1031
- <div style="font-style: italic;font-weight:normal;">e.g.: 10px, 1cm...</div>
1032
- </th>
1033
- </tr>
1034
- <tr>
1035
- <th>
1036
- Archive:
1037
- </th>
1038
- <th>
1039
- <input id="fifu_input_video_width_arch"
1040
- name="fifu_input_video_width_arch"
1041
- placeholder="max-width"
1042
- size="4">
1043
- </th>
1044
- <th>
1045
- <input id="fifu_input_video_height_arch"
1046
- name="fifu_input_video_height_arch"
1047
- placeholder="max-height"
1048
- size="4">
1049
- </th>
1050
- <th>
1051
- <div style="font-style: italic;font-weight:normal;">e.g.: 300px, 8cm...</div>
1052
- </th>
1053
- </tr>
1054
- <tr>
1055
- <th>
1056
- Category:
1057
- </th>
1058
- <th>
1059
- <input id="fifu_input_video_width_ctgr"
1060
- name="fifu_input_video_width_ctgr"
1061
- placeholder="max-width"
1062
- size="4">
1063
- </th>
1064
- <th>
1065
- <input id="fifu_input_video_height_ctgr"
1066
- name="fifu_input_video_height_ctgr"
1067
- placeholder="max-height"
1068
- size="4">
1069
- </th>
1070
- <th>
1071
- <div style="font-style: italic;font-weight:normal;">e.g.: 300px, 8cm...</div>
1072
- </th>
1073
- </tr>
1074
- <tr>
1075
- <th>
1076
- Home:
1077
- </th>
1078
- <th>
1079
- <input id="fifu_input_video_width_home"
1080
- name="fifu_input_video_width_home"
1081
- placeholder="max-width"
1082
- size="4">
1083
- </th>
1084
- <th>
1085
- <input id="fifu_input_video_height_home"
1086
- name="fifu_input_video_height_home"
1087
- placeholder="max-height"
1088
- size="4">
1089
- </th>
1090
- <th>
1091
- <div style="font-style: italic;font-weight:normal;">e.g.: 300px, 8cm...</div>
1092
- </th>
1093
- </tr>
1094
- <tr>
1095
- <th>
1096
- Page:
1097
- </th>
1098
- <th>
1099
- <input id="fifu_input_video_width_page"
1100
- name="fifu_input_video_width_page"
1101
- placeholder="max-width"
1102
- size="4">
1103
- </th>
1104
- <th>
1105
- <input id="fifu_input_video_height_page"
1106
- name="fifu_input_video_height_page"
1107
- placeholder="max-height"
1108
- size="4">
1109
- </th>
1110
- <th>
1111
- <div style="font-style: italic;font-weight:normal;">e.g.: 300px, 8cm...</div>
1112
- </th>
1113
- </tr>
1114
- <tr>
1115
- <th>
1116
- Post:
1117
- </th>
1118
- <th>
1119
- <input id="fifu_input_video_width_post"
1120
- name="fifu_input_video_width_post"
1121
- placeholder="max-width"
1122
- size="4">
1123
- </th>
1124
- <th>
1125
- <input id="fifu_input_video_height_post"
1126
- name="fifu_input_video_height_post"
1127
- placeholder="max-height"
1128
- size="4">
1129
- </th>
1130
- <th>
1131
- <div style="font-style: italic;font-weight:normal;">e.g.: 300px, 8cm...</div>
1132
- </th>
1133
- </tr>
1134
- <tr>
1135
- <th>
1136
- Product:
1137
- </th>
1138
- <th>
1139
- <input id="fifu_input_video_width_prod"
1140
- name="fifu_input_video_width_prod"
1141
- placeholder="max-width"
1142
- size="4">
1143
- </th>
1144
- <th>
1145
- <input id="fifu_input_video_height_prod"
1146
- name="fifu_input_video_height_prod"
1147
- placeholder="max-height"
1148
- size="4">
1149
- </th>
1150
- <th>
1151
- <div style="font-style: italic;font-weight:normal;">e.g.: 300px, 8cm...</div>
1152
- </th>
1153
- </tr>
1154
- <tr>
1155
- <th>
1156
- Shop:
1157
- </th>
1158
- <th>
1159
- <input id="fifu_input_video_width_shop"
1160
- name="fifu_input_video_width_shop"
1161
- placeholder="max-width"
1162
- size="4">
1163
- </th>
1164
- <th>
1165
- <input id="fifu_input_video_height_shop"
1166
- name="fifu_input_video_height_shop"
1167
- placeholder="max-height"
1168
- size="4">
1169
- </th>
1170
- <th>
1171
- <div style="font-style: italic;font-weight:normal;">e.g.: 300px, 8cm...</div>
1172
- </th>
1173
- </tr>
1174
- </table>
1175
- <br>
1176
- </div>
1177
- <br>
1178
- <input type="submit" value="Submit" disabled>
1179
- </div>
1180
-
1181
- <div class="box">
1182
- <h2>External Thumbnails (<a href="https://www.flickr.com/">Flickr</a> Integration): Your Website Faster Than Ever</h2>
1183
- <div class="greybox" id="grad2">
1184
- <b>Premium feature</b><br><br>
1185
- <div id="accordion">
1186
- <h3>&nbsp;&nbsp;&nbspDo you know Flickr?</h3>
1187
- <div>
1188
- <ol>
1189
- <li>It's free;</li>
1190
- <li>Offers 1000 GB of space;</li>
1191
- <li>It's dedicated to store and provide images, probably faster than the most of servers;</li>
1192
- <li>Creates automatic copies of your images in <b>many different sizes.</b></li>
1193
- </ol>
1194
- </div>
1195
- <h3>&nbsp;&nbsp;&nbspHow does Featured Image from URL take advantage of Flickr?</h3>
1196
- <div>
1197
- Smaller the images, faster your site.<br><br> So the plugin will load the images from Flickr in the exactly size your site needs.
1198
- And the result is...<br><br>
1199
- <b>The images will be shown with the best quality and the shortest time possible.</b>
1200
  </div>
1201
- </div>
1202
 
1203
- </br>
1204
- <h3>Getting Flickr URL</h3>
1205
- <div>
1206
- You just need to get one URL (Square 75). Use that to fill the External Featured Image field of your post, page or product. The plugin will handle this URL to provide the image in different sizes.<br><br>
1207
- <img src="https://c1.staticflickr.com/1/745/31593837206_8e081be749_z_d.jpg" style="width:100%"/>
1208
- <br><br>
1209
- <img src="https://c1.staticflickr.com/1/223/30820834393_f869fcff49_z_d.jpg" style="width:100%"/>
1210
- </div>
1211
- </div>
1212
- </div>
1213
-
1214
- <div class="box">
1215
- <h2>Hover Effects</h2>
1216
- <div class="greybox" id="grad2">
1217
- <b>Premium feature</b><br><br>
1218
- Choose one among 18 hover effects to be applied to the external featured images of your posts/products on your homepage. <a href="https://featuredimagefromurl.com/hover-effects/">Live preview</a><br><br>
1219
- </div>
1220
- <br>
1221
- <select id="select_hover" style="width:90%">
1222
- <option value=""></option>
1223
- <option value="hover17">315 Degrees</option>
1224
- <option value="hover02">360 Degrees</option>
1225
- <option value="hover07">Blur</option>
1226
- <option value="hover10">Blur Gray Scale</option>
1227
- <option value="hover04">Brighten</option>
1228
- <option value="hover15">Circle</option>
1229
- <option value="hover13">Flashing</option>
1230
- <option value="hover08">Gray Scale</option>
1231
- <option value="hover16">Horizontal Rotation</option>
1232
- <option value="hover12">Opacity Color</option>
1233
- <option value="hover11">Opacity White</option>
1234
- <option value="hover18">Rainbow</option>
1235
- <option value="hover06">Rotate</option>
1236
- <option value="hover09">Sepia</option>
1237
- <option value="hover14">Shine</option>
1238
- <option value="hover05">Vertical Rotation</option>
1239
- <option value="hover01">Zoom In</option>
1240
- <option value="hover03">Zoom Out</option>
1241
- </select>
1242
- <input type="submit" value="Submit" disabled>
1243
- </div>
1244
-
1245
- <div class="box">
1246
- <h2>Meta boxes: External Galleries and Slider</h2>
1247
- <div class="greybox" id="grad2">
1248
- <b>Premium feature</b><br><br>
1249
- Here you can define the number of fields you will have on the editor for galleries and slider. A huge amount of fields can interfere in the save action time.<br><br>
1250
- <table style="text-align:left">
1251
- <tr>
1252
- <th>
1253
- <label for="fifu_input_spinner_image"
1254
- placehold>External Image Gallery:</label>
1255
- </th>
1256
- <th>
1257
- <input id="fifu_input_spinner_image"
1258
- name="fifu_input_spinner_image"
1259
- size="4">
1260
- </th>
1261
- </tr>
1262
- <tr>
1263
- <th>
1264
- <label for="fifu_input_spinner_video">External Video Gallery:</label>
1265
- </th>
1266
- <th>
1267
- <input id="fifu_input_spinner_video"
1268
- name="fifu_input_spinner_video"
1269
- size="4">
1270
- </th>
1271
- </tr>
1272
- <tr>
1273
- <th>
1274
- <label for="fifu_input_spinner_slider">Slider:</label>
1275
- </th>
1276
- <th>
1277
- <input id="fifu_input_spinner_slider"
1278
- name="fifu_input_spinner_slider"
1279
- size="4">
1280
- </th>
1281
- </tr>
1282
- </table>
1283
- </div>
1284
- <br>
1285
- <input type="submit" value="Submit" disabled>
1286
- </div>
1287
-
1288
- <div class="box">
1289
-
1290
- <h2>Shortcode (beta feature)</h2>
1291
-
1292
- <div class="greybox" id="grad2">
1293
- <b>Premium feature</b><br><br>
1294
-
1295
- This experimental feature allows to use a shortcode as "featured image" of posts/pages/products. Using shortcodes you are not limited to images/videos/sliders anymore. You can use any content provided by the shortcode, what could be a music, a text, a whole site 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 it will be shown the regular featured image. Important: shortcodes can be not compatible with other FIFU features, such as CSS Style and Crop Image.
1296
-
1297
- </div>
1298
-
1299
- <br>
1300
-
1301
- <table style="text-align:left">
1302
- <tr>
1303
- <th>
1304
- <form
1305
- id="fifu_form_shortcode"
1306
- action="javascript:void(0)"
1307
- method="post">
1308
-
1309
- <input
1310
- type="image"
1311
- href="javascript:void(0)"
1312
- id="fifu_toggle_shortcode"
1313
- onclick="javascript:void(0)"
1314
- name="fifu_toggle_shortcode"
1315
- class="toggleoff"
1316
- value=""
1317
- style="display:block">
1318
-
1319
- <input
1320
- type="hidden"
1321
- id="fifu_input_shortcode"
1322
- name="fifu_input_shortcode"
1323
- value="" >
1324
- </form>
1325
- </th>
1326
- <th>
1327
- shortcode
1328
- </th>
1329
- </tr>
1330
- <tr>
1331
- <th>
1332
-
1333
- <form
1334
- id="fifu_form_shortcode_min_width"
1335
- action="javascript:void(0)"
1336
- method="post">
1337
-
1338
- <input id="fifu_input_shortcode_min_width"
1339
- size=1
1340
- type="text"
1341
- name="fifu_input_shortcode_min_width"
1342
- value="">
1343
-
1344
- <input type="submit" value="OK" >
1345
- </form>
1346
- </th>
1347
- <th>
1348
- minimum width required (px)
1349
- </th>
1350
- </tr>
1351
- <tr>
1352
- <th>
1353
 
 
 
 
 
 
 
 
1354
  <form
1355
- id="fifu_form_shortcode_max_height"
1356
  action="javascript:void(0)"
1357
  method="post">
1358
 
1359
- <input id="fifu_input_shortcode_max_height"
1360
- size=1
1361
  type="text"
1362
- name="fifu_input_shortcode_max_height"
1363
- value="">
 
1364
 
1365
- <input type="submit" value="OK" >
 
1366
  </form>
1367
- </th>
1368
- <th>
1369
- maximum height (px)
1370
- </th>
1371
- </tr>
1372
- </table>
1373
-
1374
- </div>
1375
 
1376
- <div class="box">
1377
- <h2>Slider Settings</h2>
1378
- <div class="greybox" id="grad2">
1379
- <b>Premium feature</b><br><br>
1380
- Once you have added the first external image on a post/page/product, the slider meta box will show up. Adding more external images, you have a slider and you can define its settings here.<br><br>
1381
- <table style="text-align:left">
1382
- <tr>
1383
- <th>
1384
- <form
1385
- id="fifu_form_slider"
1386
- action="javascript:void(0)"
1387
- method="post">
1388
- <input
1389
- type="image"
1390
- href="javascript:void(0)"
1391
- id="fifu_toggle_slider"
1392
- onclick="javascript:void(0)"
1393
- name="fifu_toggle_slider"
1394
- class="toggleoff"
1395
- value="">
1396
 
1397
- <input
1398
- type="hidden"
1399
- id="fifu_input_slider"
1400
- name="fifu_input_slider"
1401
- value="" >
1402
- </form>
1403
- </th>
1404
- <th>
1405
- slider
1406
- </th>
1407
- </tr>
1408
- <tr>
1409
- <th>
1410
- <input
1411
- type="image"
1412
- href="javascript:void(0)"
1413
- id="fifu_toggle_slider_fade"
1414
- name="fifu_toggle_slider_fade"
1415
- class="toggleoff"
1416
- value="" style="display:block">
1417
- </th>
1418
- <th>
1419
- fade effect
1420
- </th>
1421
- </tr>
1422
- <tr>
1423
- <th>
1424
- <input
1425
- type="image"
1426
- href="javascript:void(0)"
1427
- id="fifu_toggle_slider_stop"
1428
- name="fifu_toggle_slider_stop"
1429
- class="toggleoff"
1430
- value="" style="display:block">
1431
- </th>
1432
- <th>
1433
- pause autoplay on hover
1434
- </th>
1435
- </tr>
1436
- <tr>
1437
- <th>
1438
- <input
1439
- type="image"
1440
- href="javascript:void(0)"
1441
- id="fifu_toggle_slider_ctrl"
1442
- name="fifu_toggle_slider_ctrl"
1443
- class="toggleoff"
1444
- value="" style="display:block">
1445
- </th>
1446
- <th>
1447
- show prev/next buttons
1448
- </th>
1449
- </tr>
1450
- <tr>
1451
- <th>
1452
- <input
1453
- type="image"
1454
- href="javascript:void(0)"
1455
- id="fifu_toggle_slider_auto"
1456
- name="fifu_toggle_slider_auto"
1457
- class="toggleoff"
1458
- value="" style="display:block">
1459
- </th>
1460
- <th>
1461
- start to play automatically
1462
- </th>
1463
- </tr>
1464
- <tr>
1465
- <th>
1466
- <input id="fifu_input_slider_pause"
1467
- name="fifu_input_slider_pause"
1468
- step="500"
1469
- size="4">
1470
- </th>
1471
- <th>
1472
- time between each transition (in ms)
1473
- </th>
1474
- </tr>
1475
- <tr>
1476
- <th>
1477
- <input id="fifu_input_slider_speed"
1478
- name="fifu_input_slider_speed"
1479
- step="500"
1480
- max="2000"
1481
- size="4">
1482
- </th>
1483
- <th>
1484
- transition duration (in ms)
1485
- </th>
1486
- </tr>
1487
- </table>
1488
- <br>
1489
- </div>
1490
- </div>
1491
 
1492
- <div class="box">
1493
- <h2>Validate Images</h2>
1494
- <div class="greybox" id="grad2">
1495
- <b>Premium feature</b><br><br>
1496
- Allows to check image URLs and, when an image is not found, its URL is not saved. However, the validation can make the saving time too long. It is not integrated with Auto Set Featured Image or Rest API features yet.
1497
- </div>
1498
- <br>
1499
- <input
1500
- type="image"
1501
- href="javascript:void(0)"
1502
- class="toggleoff"
1503
- value="" style="display:block">
1504
- </div>
1505
-
1506
- <div class="box">
1507
-
1508
- <h2>Video</h2>
1509
-
1510
- <div class="greybox" id="grad2">
1511
- <b>Premium feature</b><br><br>
1512
-
1513
- Enable video meta box. If you are not using videos as featured images, you can disable this feature and make your site a little faster.
1514
-
1515
- </div>
1516
-
1517
- <br>
1518
-
1519
- <form
1520
- id="fifu_form_video"
1521
- action="javascript:void(0)"
1522
- method="post">
1523
-
1524
- <input
1525
- type="image"
1526
- href="javascript:void(0)"
1527
- id="fifu_toggle_video"
1528
- onclick="javascript:void(0)"
1529
- name="fifu_toggle_video"
1530
- class="toggleoff"
1531
- value=""
1532
- style="display:block">
1533
-
1534
- <input
1535
- type="hidden"
1536
- id="fifu_input_video"
1537
- name="fifu_input_video"
1538
- value="" >
1539
- </form>
1540
-
1541
- </div>
1542
-
1543
- <div class="box">
1544
- <h2>Video Auto Play</h2>
1545
- <div class="greybox" id="grad2">
1546
- <b>Premium feature</b><br><br>
1547
- This option allows to play a video on "mouseover" and pause it on "mouseout".
1548
- </div>
1549
- <br>
1550
- <table style="text-align:left">
1551
- <tr>
1552
- <th>
1553
- <input
1554
- type="image"
1555
- href="javascript:void(0)"
1556
- class="toggleoff"
1557
- value=""
1558
- style="display:block">
1559
- </th>
1560
- <th>
1561
- for YouTube videos
1562
- </th>
1563
- </tr>
1564
- <tr>
1565
- <th>
1566
- <input
1567
- type="image"
1568
- href="javascript:void(0)"
1569
- class="toggleoff"
1570
- value=""
1571
- style="display:block">
1572
- </th>
1573
- <th>
1574
- for Vimeo videos
1575
- </th>
1576
- </tr>
1577
- </table>
1578
- </div>
1579
 
1580
- <div class="box">
1581
- <h2>Video Thumbnail</h2>
1582
- <div class="greybox" id="grad2">
1583
- <b>Premium feature</b><br><br>
1584
- Enable the toggle below to show the video thumbnail instead of the video on home/shop.
1585
- </div>
1586
- <br>
1587
- <input
1588
- type="image"
1589
- href="javascript:void(0)"
1590
- class="toggleoff"
1591
- value=""
1592
- style="display:block">
1593
- </form>
1594
- </div>
1595
 
1596
- <a name="variable"></a>
1597
-
1598
- <div class="box">
1599
- <h2>WooCommerce Variable Product</h2>
1600
- <div class="greybox" id="grad2">
1601
- <b>Premium feature</b><br><br>
1602
- Settings for product variations.
1603
- </div>
1604
- <br>
1605
- <table style="text-align:left">
1606
- <tr>
1607
- <th>
1608
- <form
1609
- action="javascript:void(0)"
1610
- method="post">
1611
- <input
1612
- type="image"
1613
- href="javascript:void(0)"
1614
- class="toggleoff"
1615
- value=""
1616
- style="display:block" >
1617
- </form>
1618
- </th>
1619
- <th>
1620
- allows to use external images in product variations
1621
- </th>
1622
- </tr>
1623
- <tr>
1624
- <th>
1625
  <form
 
1626
  action="javascript:void(0)"
1627
  method="post">
1628
- <input
1629
- type="image"
1630
- href="javascript:void(0)"
1631
- class="toggleoff"
1632
- value=""
1633
- style="display:block" >
 
 
1634
  </form>
1635
- </th>
1636
- <th>
1637
- allows to use a different image gallery for each product variation (only for WooCommerce Rest API users)
1638
- </th>
1639
- </tr>
1640
- </table>
1641
- </div>
1642
 
1643
- <div class="box">
1644
-
1645
- <h2>WP / WooCommerce REST API</h2>
1646
-
1647
- <div class="greybox" id="grad2">
1648
- <b>Premium feature</b><br><br>
1649
- <div id="tabsApi">
1650
- <ul>
1651
- <li><a href="#tabs-1">Endpoints</a></li>
1652
- <li><a href="#tabs-2">Custom Fields</a></li>
1653
- <li><a href="#tabs-3">Creating your first product...</a></li>
1654
- <li><a href="#tabs-4">product variation...</a></li>
1655
- <li><a href="#tabs-5">post...</a></li>
1656
- </ul>
1657
- <div id="tabs-1">
1658
  <table style="text-align:left">
1659
  <tr>
1660
- <th>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1661
  </th>
1662
- <th>
1663
- GET/POST
1664
  </th>
1665
- </tr>
 
 
 
 
 
 
 
 
 
 
 
 
1666
  <tr>
1667
- <th>Product</th>
1668
- <th>
1669
- http://yourdomain/wp-json/wc/v3/products
1670
- </th>
1671
  </tr>
1672
  <tr>
1673
- <th>Product Variation</th>
1674
- <th>
1675
- http://yourdomain/wp-json/wc/v3/products/{id}/variations/
1676
- </th>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1677
  </tr>
1678
  <tr>
1679
- <th>Post</th>
1680
- <th>
1681
- http://yourdomain/wp-json/wp/v2/posts
1682
- </th>
1683
- </tr>
1684
- </table>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1685
  <br>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1686
  <br>
1687
  <table style="text-align:left">
1688
  <tr>
1689
- <th>
1690
- </th>
1691
- <th>
1692
- GET/PUT/DELETE
1693
- </th>
1694
- </tr>
1695
- <tr>
1696
- <th>Product</th>
1697
- <th>
1698
- http://yourdomain/wp-json/wc/v3/products/{id}
1699
- </th>
1700
- </tr>
1701
- <tr>
1702
- <th>Product Variation</th>
1703
  <th>
1704
- http://yourdomain/wp-json/wc/v3/products/{id}/variations/{variation_id}
 
 
 
 
 
1705
  </th>
1706
- </tr>
1707
- <tr>
1708
- <th>Post</th>
1709
- <th>
1710
- http://yourdomain/wp-json/wp/v2/posts/{id}
1711
  </th>
1712
- </tr>
1713
  </table>
1714
  </div>
1715
 
1716
- <div id="tabs-2">
 
 
 
 
 
1717
  <table style="text-align:left">
1718
- <tr>
1719
- <th></th>
1720
- <th>
1721
- Key(s)
1722
- </th>
1723
- </tr>
1724
- <tr>
1725
- <th>
1726
- Post Image
1727
- </th>
1728
- <th>
1729
- fifu_image_url
1730
- </th>
1731
- </tr>
1732
- <tr>
1733
- <th>
1734
- Post Image Alt
1735
- </th>
1736
- <th>
1737
- fifu_image_alt
1738
- </th>
1739
- </tr>
1740
  <tr>
1741
  <th>
1742
- Product Image + Gallery (URLs delimited by "|")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1743
  </th>
1744
- <th>
1745
- fifu_list_url
1746
  </th>
1747
- </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1748
  <tr>
1749
  <th>
1750
- Product Image Alt + Gallery (titles delimited by "|")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1751
  </th>
1752
  <th>
1753
- fifu_list_alt
1754
  </th>
1755
  </tr>
1756
  <tr>
1757
  <th>
1758
- Video
 
 
 
 
 
 
 
 
 
 
 
 
 
1759
  </th>
1760
  <th>
1761
- fifu_video_url
1762
  </th>
1763
  </tr>
1764
  <tr>
1765
  <th>
1766
- Video Gallery
 
 
 
 
 
 
 
 
 
 
 
 
 
1767
  </th>
1768
  <th>
1769
- fifu_video_url_0, fifu_video_url_1 ...
1770
  </th>
1771
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1772
  <tr>
1773
  <th>
1774
- Slider
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1775
  </th>
1776
- <th>
1777
- fifu_slider_image_url_0, fifu_slider_image_url_1 ...
1778
  </th>
1779
- </tr>
1780
  </table>
 
1781
  </div>
 
 
 
1782
 
1783
- <div id="tabs-3">
1784
 
1785
- <iframe src="../wp-content/plugins/fifu-premium/admin/html/txt/product.txt"
1786
- width="800px" height="250px" ></iframe>
1787
 
1788
- </div>
1789
 
1790
- <div id="tabs-4">
1791
 
1792
- <iframe src="../wp-content/plugins/fifu-premium/admin/html/txt/product-variation.txt"
1793
- width="800px" height="450px" ></iframe>
1794
 
1795
- </div>
 
 
 
1796
 
1797
- <div id="tabs-5">
 
 
 
 
 
 
 
 
1798
 
1799
- <iframe src="../wp-content/plugins/fifu-premium/admin/html/txt/post.txt"
1800
- width="800px" height="150px" ></iframe>
 
 
 
 
1801
 
1802
  </div>
1803
 
1804
- </div>
1805
-
1806
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
1807
 
1808
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1809
 
1810
- <a name="top"></a>
1811
-
1812
- <div class="box" style="">
1813
- <h2><a name="top">Checking compatibility between your theme (<?php echo wp_get_theme()?>) and FIFU Premium...</a></h2>
1814
- <div class="greybox">
1815
- <div id="tabsPremium">
1816
- <ul>
1817
- <li><a href="#tabs-1">Features Compatibility</a></li>
1818
- <li style="<?php echo fifu_woo_theme() ? '' : 'display:none' ?>"><a href="#tabs-3">Official FIFU WooCommerce Theme</a></li>
1819
- </ul>
1820
- <div id="tabs-1">
1821
- <table>
1822
- <tr>
1823
- <th>as <b>Blog</b></th>
1824
- <th>as <b>Shop</b></th>
1825
- </tr>
1826
- <tr>
1827
- <td>featured image: yes</td>
1828
- <td>product image: yes</td>
1829
- </tr>
1830
- <tr>
1831
- <td></td>
1832
- <td>product gallery: yes</td>
1833
- </tr>
1834
  <tr>
1835
- <td>featured video: yes</td>
1836
- <td>product video: <?php echo fifu_woo_theme()?'no':'yes'?></td>
1837
- </tr>
 
 
 
 
 
 
 
 
 
1838
  <tr>
1839
- <td>featured slider: yes</td>
1840
- <td>product slider: <?php echo fifu_woo_theme()?'no':'yes'?></td>
1841
- </tr>
 
 
 
 
 
 
 
 
 
1842
  </table>
1843
  </div>
1844
- <div id="tabs-3">
1845
- FIFU is developed using <b><a href="https://wordpress.org/themes/storefront/">Storefront</a></b>, the official WooCommerce theme. So all the plugin features are compatible with that without any additional steps.<br><br>
1846
- If your theme isn't flexible enough to work with external images, please consider to move to Storefront. Check the <a href="https://shop.featuredimagefromurl.com"><b>Live Preview</b></a>.
1847
- </div>
1848
- </div>
1849
- </div>
1850
- </div>
1851
 
1852
- <div class="box">
1853
- <h2>About <a href="https://featuredimagefromurl.com/">Featured Image from URL Premium</a></h2>
1854
- <div class="greybox">
1855
- <h3>1) "How to get support?"</h3>
1856
- You can inform any problem related to the Premium version in the email above. It will be solved as soon as possible and without any cost.<br><br>
1857
- <h3>2) "Which plugins are compatible with Premium version?"</h3>
1858
- WooCommerce, WP All Import, Monarch, Frontend Publishing and others. If you intend to use the Premium version with a specific plugin, try to test with the free version first. Or you can ask me if they are compatible.<br><br>
1859
- <h3>3) "Are there the known incompatibility issues?"</h3>
1860
- Some WooCommerce themes aren’t flexible enough to work with Videos, Sliders and Shortcodes. To know if your theme is compatible with those features, please take a look on “Checking compatibility” area, here in FIFU settings.<br><br>
1861
- <h3>4) "Can I get my money back later?"</h3>
1862
- With the exception of rare situations, no. But don't worry about that. You will still have the best support and if, after your complete cooperation, I'm not able to solve your issue, I may refund you.<br><br>
1863
- <h3>5) "How to get the Premium version?"</h3>
1864
- <div style="display:inline-block;">
1865
- <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
1866
- <input type="hidden" name="cmd" value="_s-xclick">
1867
- <input type="hidden" name="hosted_button_id" value="8BLDLZ3HDBGQG">
1868
- <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG_global.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online!">
1869
- <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
1870
- </form>
1871
  </div>
1872
- <div style="display:inline-block;top:0px;position:relative">
1873
- (<b>US$ 49.90</b> or more, please) and receive the download link by email within 12 hours.<br>
1874
- Moreover, <b>you will have lifetime automatic updates</b>.<br>
1875
- And if you need more license keys, you can get 5 by US$ 99.90.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1876
  </div>
1877
- </div>
1878
- </div>
1879
-
1880
- <div class="box">
1881
-
1882
- <h2>Clean meta data</h2>
1883
-
1884
- <div class="greybox">
1885
-
1886
- This option might be necessary if you intend to deactivate the plugin and use only internal featured images again. It will clean the fake internal featured images generated by FIFU, but not the URLs.
1887
-
1888
- </div>
1889
-
1890
- <br>
1891
-
1892
- <div id="accordionClean">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1893
 
1894
- <h3>&nbsp;&nbsp;&nbsp;meta data generation</h3>
1895
- <div>
1896
- <form
1897
- id="fifu_form_data_generation"
1898
- action="javascript:void(0)"
1899
- method="post">
1900
- <input
1901
- type="image"
1902
- href="javascript:void(0)"
1903
- id="fifu_toggle_data_generation"
1904
- onclick="invert('data_generation')"
1905
- name="fifu_toggle_data_generation"
1906
- class="<?php echo $enable_data_generation; ?>"
1907
- value=""
1908
- style="display:block">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1909
 
1910
- <input
1911
- type="hidden"
1912
- id="fifu_input_data_generation"
1913
- name="fifu_input_data_generation"
1914
- value="" >
1915
- </form>
1916
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1917
 
1918
- <h3>&nbsp;&nbsp;&nbsp;clean meta data</h3>
1919
- <div>
1920
- <form
1921
- id="fifu_form_data_clean"
1922
- action="javascript:void(0)"
1923
- method="post">
1924
- <input
1925
- type="image"
1926
- href="javascript:void(0)"
1927
- id="fifu_toggle_data_clean"
1928
- onclick="invert('data_clean')"
1929
- name="fifu_toggle_data_clean"
1930
- class="<?php echo $enable_data_clean; ?>"
1931
- value=""
1932
- style="display:block">
1933
 
1934
- <input
1935
- type="hidden"
1936
- id="fifu_input_data_clean"
1937
- name="fifu_input_data_clean"
1938
- value="" >
1939
- </form>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1940
  </div>
1941
- </div>
1942
  </div>
1943
 
1944
  <div id="dialog" title="About">
4
  <script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
5
  <div class="wrap">
6
 
7
+ <div class="header-box" style="background-color:#007fff">
8
+ <h1 style="color:white"><img src="http://localhost/wp-content/plugins/featured-image-from-url/admin/images/favicon.png" alt=""> <b>Featured Image from URL</b> 2</h1>
9
  </div>
10
 
11
+ <div id="tabs-top">
12
+ <ul>
13
+ <li><a href="#tabs-d">Help</a></li>
14
+ <li><a href="#tabs-k">Admin Area</a></li>
15
+ <li><a href="#tabs-b">Auto Set</a></li>
16
+ <li><a href="#tabs-h">Custom Post Type</a></li>
17
+ <li><a href="#tabs-g">Featured Image</a></li>
18
+ <li><a href="#tabs-j">Metadata</a></li>
19
+ <li><a href="#tabs-i">Performance</a></li>
20
+ <li><a href="#tabs-f">Product Category</a></li>
21
+ <li><a href="#tabs-q">REST API</a></li>
22
+ <li><a href="#tabs-l">Shortcode</a></li>
23
+ <li><a href="#tabs-m">Slider</a></li>
24
+ <li><a href="#tabs-n">Social</a></li>
25
+ <li><a href="#tabs-e">Text</a></li>
26
+ <li><a href="#tabs-c">Video</a></li>
27
+ <li><a href="#tabs-o">WooCommerce</a></li>
28
+ <li><a href="#tabs-p">WP All Import</a></li>
29
+ <li><a href="#tabs-a">Get Premium Version + Lifetime Updates for US$ 49,90</a></li>
30
+ <br>
31
+ <br>
32
+ <div id="tabs-a">
33
+ <a name="top"></a>
34
+
35
+ <div class="box" style="">
36
+ <h2><a name="top">Checking compatibility between your theme (<?php echo wp_get_theme()?>) and FIFU Premium...</a></h2>
37
+ <div class="greybox">
38
+ <div id="tabsPremium">
39
+ <ul>
40
+ <li><a href="#tabs-1">Features Compatibility</a></li>
41
+ <li style="<?php echo fifu_woo_theme() ? '' : 'display:none' ?>"><a href="#tabs-3">Official FIFU WooCommerce Theme</a></li>
42
+ </ul>
43
+ <div id="tabs-1">
44
+ <table>
45
+ <tr>
46
+ <th>as <b>Blog</b> (<a href="https://blog.featuredimagefromurl.com/" target="_blank">live preview</a>)</th>
47
+ <th>as <b>Shop</b> (<a href="https://shop.featuredimagefromurl.com/" target="_blank">live preview</a>)</th>
48
+ </tr>
49
+ <tr>
50
+ <td>featured image: yes</td>
51
+ <td>product image: yes</td>
52
+ </tr>
53
+ <tr>
54
+ <td></td>
55
+ <td>product gallery: yes</td>
56
+ </tr>
57
+ <tr>
58
+ <td>featured video: yes</td>
59
+ <td>product video: <?php echo fifu_woo_theme()?'no':'yes'?></td>
60
+ </tr>
61
+ <tr>
62
+ <td>featured slider: yes</td>
63
+ <td>product slider: <?php echo fifu_woo_theme()?'no':'yes'?></td>
64
+ </tr>
65
+ </table>
66
+ </div>
67
+ <div id="tabs-3">
68
+ FIFU is developed using <b><a href="https://wordpress.org/themes/storefront/">Storefront</a></b>, the official WooCommerce theme. So all the plugin features are compatible with that without any additional steps.<br><br>
69
+ If your theme isn't flexible enough to work with external images, please consider to move to Storefront. Check the <a href="https://shop.featuredimagefromurl.com"><b>Live Preview</b></a>.
70
+ </div>
71
+ </div>
72
+ </div>
73
+ </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74
 
75
+ <div class="box">
76
+ <h2>About <a href="https://featuredimagefromurl.com/">Featured Image from URL Premium</a></h2>
77
+ <div class="greybox">
78
+ <h3>1) "How to get support?"</h3>
79
+ You can inform any problem related to the Premium version in the email above. It will be solved as soon as possible and without any cost.<br><br>
80
+ <h3>2) "Which plugins are compatible with Premium version?"</h3>
81
+ WooCommerce, WP All Import, Monarch, Frontend Publishing and others. If you intend to use the Premium version with a specific plugin, try to test with the free version first. Or you can ask me if they are compatible.<br><br>
82
+ <h3>3) "Are there the known incompatibility issues?"</h3>
83
+ Some WooCommerce themes aren’t flexible enough to work with Videos, Sliders and Shortcodes. To know if your theme is compatible with those features, please take a look on “Checking compatibility” area, here in FIFU settings.<br><br>
84
+ <h3>4) "Can I get my money back later?"</h3>
85
+ With the exception of rare situations, no. But don't worry about that. You will still have the best support and if, after your complete cooperation, I'm not able to solve your issue, I may refund you.<br><br>
86
+ <h3>5) "How to get the Premium version?"</h3>
87
+ <div style="display:inline-block;">
88
+ <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
89
+ <input type="hidden" name="cmd" value="_s-xclick">
90
+ <input type="hidden" name="hosted_button_id" value="8BLDLZ3HDBGQG">
91
+ <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG_global.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online!">
92
+ <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
93
+ </form>
94
+ </div>
95
+ <div style="display:inline-block;top:0px;position:relative">
96
+ (<b>US$ 49.90</b> or more, please) and receive the download link by email within 12 hours.<br>
97
+ Moreover, <b>you will have lifetime automatic updates</b>.<br>
98
+ And if you need more license keys, you can get 5 by US$ 99.90.
99
+ </div>
100
+ </div>
101
+ </div>
102
+ </div>
103
+ <div id="tabs-k">
104
+ <div class="box">
105
+ <h2>Featured Image Column</h2>
106
+ <div class="greybox">
107
+ The plugin adds a new column "FIFU" (Featured Image from URL) to your table of posts/pages/products in admin area. Below you can choose the height (px) of the image in the column. To disable that, just uncheck "FIFU" in the Screen Options.
108
+ </div>
109
+ <br>
110
  <form
111
+ id="fifu_form_column"
112
  action="javascript:void(0)"
113
  method="post">
114
+ <input id="fifu_input_column_height" type="text" name="fifu_input_column_height" value="<?php echo $column_height; ?>" placeholder="e.g.: 64" size="4">
115
+ <input type="submit" value="Submit" >
 
 
 
 
 
 
 
 
 
 
 
 
 
116
  </form>
117
+ </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
118
 
119
+ <div class="box">
120
+ <h2>Meta boxes: External Galleries and Slider</h2>
121
+ <div class="greybox" id="grad2">
122
+ <b>Premium feature</b><br><br>
123
+ Here you can define the number of fields you will have on the editor for galleries and slider. A huge amount of fields can interfere in the save action time.<br><br>
124
+ <table style="text-align:left">
125
+ <tr>
126
+ <th>
127
+ <label for="fifu_input_spinner_image"
128
+ placehold>External Image Gallery:</label>
129
+ </th>
130
+ <th>
131
+ <input id="fifu_input_spinner_image"
132
+ name="fifu_input_spinner_image"
133
+ size="4">
134
+ </th>
135
+ </tr>
136
+ <tr>
137
+ <th>
138
+ <label for="fifu_input_spinner_video">External Video Gallery:</label>
139
+ </th>
140
+ <th>
141
+ <input id="fifu_input_spinner_video"
142
+ name="fifu_input_spinner_video"
143
+ size="4">
144
+ </th>
145
+ </tr>
146
+ <tr>
147
+ <th>
148
+ <label for="fifu_input_spinner_slider">Slider:</label>
149
+ </th>
150
+ <th>
151
+ <input id="fifu_input_spinner_slider"
152
+ name="fifu_input_spinner_slider"
153
+ size="4">
154
+ </th>
155
+ </tr>
156
+ </table>
157
+ </div>
158
+ <br>
159
+ <input type="submit" value="Submit" disabled>
160
+ </div>
161
+ </div>
162
+ <div id="tabs-b">
163
+ <div class="box">
164
 
165
+ <h2>Auto Set Featured Image: configuration</h2>
166
+ <div class="greybox">
167
+ Perfect for external posts, this option allows to use the first image from a post/page/product content as featured image. It will happen when you click on Publish/Update button.
168
+ </div>
 
 
 
 
 
 
 
 
 
169
 
170
+ <br>
 
 
 
 
 
 
 
 
 
 
 
 
 
171
 
172
  <table style="text-align:left">
173
  <tr>
174
  <th>
175
+ <form
176
+ id="fifu_form_get_first"
177
+ action="javascript:void(0)"
178
+ method="post">
179
+ <input
180
+ type="image"
181
+ href="javascript:void(0)"
182
+ id="fifu_toggle_get_first"
183
+ onclick="invert('get_first')"
184
+ name="fifu_toggle_get_first"
185
+ class="<?php echo $enable_get_first; ?>"
186
+ value="" style="display:block">
187
+
188
+ <input
189
+ type="hidden"
190
+ id="fifu_input_get_first"
191
+ name="fifu_input_get_first"
192
+ value="" >
193
+ </form>
194
  </th>
195
+ <th>
196
+ use the first image as featured image
197
  </th>
198
+ </tr>
199
  <tr>
200
  <th>
201
+ <form
202
+ id="fifu_form_pop_first"
203
+ action="javascript:void(0)"
204
+ method="post">
205
+ <input
206
+ type="image"
207
+ href="javascript:void(0)"
208
+ id="fifu_toggle_pop_first"
209
+ onclick="invert('pop_first')"
210
+ name="fifu_toggle_pop_first"
211
+ class="<?php echo $enable_pop_first; ?>"
212
+ value="" style="display:block">
213
+
214
+ <input
215
+ type="hidden"
216
+ id="fifu_input_pop_first"
217
+ name="fifu_input_pop_first"
218
+ value="" >
219
+ </form>
220
  </th>
221
+ <th>
222
+ hide the first image from content
223
  </th>
224
+ </tr>
225
  <tr>
226
  <th>
227
+ <form
228
+ id="fifu_form_ovw_first"
229
+ action="javascript:void(0)"
230
+ method="post">
231
+ <input
232
+ type="image"
233
+ href="javascript:void(0)"
234
+ id="fifu_toggle_ovw_first"
235
+ onclick="invert('ovw_first')"
236
+ name="fifu_toggle_ovw_first"
237
+ class="<?php echo $enable_ovw_first; ?>"
238
+ value="" style="display:block">
239
+
240
+ <input
241
+ type="hidden"
242
+ id="fifu_input_ovw_first"
243
+ name="fifu_input_ovw_first"
244
+ value="" >
245
+ </form>
246
  </th>
247
+ <th>
248
+ overwrite the existing external featured image
249
  </th>
250
+ </tr>
251
  </table>
252
 
 
253
  </div>
254
+ <div class="box">
255
+ <h2>Auto Set Featured Image: apply to all</h2>
256
+ <div class="greybox" id="grad2">
257
+ <b>Premium feature</b><br><br>
258
+ Enable that to update all your posts/pages/products applying the configuration above. Very useful if you have hundreds of them and want to set the first image as featured image for all. To repeat/continue the process enable the toggle again. It can take several minutes and you can monitor the progress here. It can't be undone, so make a backup.
259
+ <br><br>
260
+ To schedule this process (hourly, daily etc), you can use the Hook <b>fifu_event</b> with your favorite cron event plugin. I like <a href="https://wordpress.org/plugins/wp-crontrol/">WP Control</a>.
261
+ </div>
262
+ <br>
263
  <table style="text-align:left">
264
  <tr>
265
  <th>
266
+ <input type="text" value="" style="width:35px">
267
+ <input type="submit" value="OK" >
268
  </th>
269
+ <th>
270
+ posts per second (high values can bring down your database)
271
  </th>
272
  </tr>
273
  <tr>
274
  <th>
275
+ <input
276
+ type="image"
277
+ href="javascript:void(0)"
278
+ class="toggleoff"
279
+ value=""
280
+ style="display:block">
281
  </th>
282
+ <th>
283
+ ignore posts that already have an external featured image
284
  </th>
285
  </tr>
286
  <tr>
287
  <th>
288
+ <input
289
+ type="image"
290
+ href="javascript:void(0)"
291
+ class="toggleoff"
292
+ value=""
293
+ style="display:block">
294
  </th>
295
+ <th>
296
+ update all your posts/pages/products now
297
  </th>
298
+ <th>
299
+ <div id='fifu_ajax_update_all'><b>Status: </b></div>
 
 
 
 
 
300
  </th>
301
+ </tr>
302
+ </table>
303
+ </div>
304
+ </div>
305
+ <div id="tabs-h">
306
+ <div class="box">
307
+ <h2>Custom Post Types</h2>
308
+ <div class="greybox">
309
+ Featured Image from URL is preconfigured to work with only one Custom Post Type (WooCommerce Product). But you also can use this plugin with other ones. For that, you just need to know the correct Custom Post Type names and fill the fields below. Please, let me know if you need more than 10 inputs here.
310
+ </div>
311
+ <br>
312
+
313
+ <form
314
+ id="fifu_form_cpt"
315
+ action="javascript:void(0)"
316
+ method="post">
317
+ <input id="fifu_input_cpt0" type="text" name="fifu_input_cpt0" style="width:130px" value="<?php echo $array_cpt[0]; ?>">
318
+ <input id="fifu_input_cpt1" type="text" name="fifu_input_cpt1" style="width:130px" value="<?php echo $array_cpt[1]; ?>">
319
+ <input id="fifu_input_cpt2" type="text" name="fifu_input_cpt2" style="width:130px" value="<?php echo $array_cpt[2]; ?>">
320
+ <input id="fifu_input_cpt3" type="text" name="fifu_input_cpt3" style="width:130px" value="<?php echo $array_cpt[3]; ?>">
321
+ <input id="fifu_input_cpt4" type="text" name="fifu_input_cpt4" style="width:130px" value="<?php echo $array_cpt[4]; ?>">
322
+ <br/>
323
+ <input id="fifu_input_cpt5" type="text" name="fifu_input_cpt5" style="width:130px" value="<?php echo $array_cpt[5]; ?>">
324
+ <input id="fifu_input_cpt6" type="text" name="fifu_input_cpt6" style="width:130px" value="<?php echo $array_cpt[6]; ?>">
325
+ <input id="fifu_input_cpt7" type="text" name="fifu_input_cpt7" style="width:130px" value="<?php echo $array_cpt[7]; ?>">
326
+ <input id="fifu_input_cpt8" type="text" name="fifu_input_cpt8" style="width:130px" value="<?php echo $array_cpt[8]; ?>">
327
+ <input id="fifu_input_cpt9" type="text" name="fifu_input_cpt9" style="width:130px" value="<?php echo $array_cpt[9]; ?>">
328
+ <input type="submit" value="Submit" >
329
+ </form>
330
+ </div>
331
+ </div>
332
+ <div id="tabs-g">
333
+ <div class="box">
334
+ <h2>Crop images to the same size</h2>
335
+ <div class="greybox" id="grad2">
336
+ <b>Premium feature</b><br><br>
337
+ If you are not happy with the different sizes of external featured images on your home/shop, enable the toggle below to crop them to the same size.
338
+ </div>
339
+ <br>
340
+
341
+ <div id="accordionCrop">
342
+
343
+ <h3>&nbsp;&nbsp;&nbspcrop images</h3>
344
+ <div>
345
+ <input
346
+ type="image"
347
+ href="javascript:void(0)"
348
+ class="toggleoff"
349
+ value=""
350
+ style="display:block">
351
+ <br>
352
+ P.S.: if the crop doesn't work, use a Selector to inform where is the group of external images that you want to crop.
353
+ </div>
354
+
355
+ <h3>&nbsp;&nbsp;&nbspinform a Selector</h3>
356
+ <div>
357
+ Examples of valid selectors: <b>#</b><i>products</i> (if the element <b>id</b>="<i>products</i>"), <b>.</b><i>my-post-area</i> (if the element <b>class</b>="<i>my-post-area</i>")
358
+ <br>
359
+ <br>
360
+ <input id="fifu_input_crop0"
361
+ type="text"
362
+ placeholder="selector 1"
363
+ style="width:130px"
364
+ value="">
365
+ <input id="fifu_input_crop1"
366
+ type="text"
367
+ placeholder="selector 2"
368
+ style="width:130px"
369
+ value="">
370
+ <input id="fifu_input_crop2"
371
+ type="text"
372
+ placeholder="selector 3"
373
+ style="width:130px"
374
+ value="">
375
+ <input id="fifu_input_crop3"
376
+ type="text"
377
+ placeholder="selector 4"
378
+ style="width:130px"
379
+ value="">
380
+ <input id="fifu_input_crop4"
381
+ type="text"
382
+ placeholder="selector 5"
383
+ style="width:130px"
384
+ value="">
385
+ <input type="submit"
386
+ value="Submit" disabled>
387
+ </div>
388
+ </div>
389
+ </div>
390
+
391
+ <div class="box">
392
+ <h2>Default External Featured Image</h2>
393
+ <div class="greybox">
394
+ Here you can define the URL of a default external featured image that will be shown when you create/update a post/page/product without an internal/external featured image.
395
+ <br><br>
396
+ <form
397
+ id="fifu_form_default_url"
398
+ action="javascript:void(0)"
399
+ method="post">
400
+
401
+ <input id="fifu_input_default_url"
402
+ type="text"
403
+ name="fifu_input_default_url"
404
+ style="width:675px"
405
+ value="<?php echo $default_url; ?>">
406
+
407
+ <input type="submit"
408
+ value="Submit" >
409
+ </form>
410
+ </div>
411
+
412
+ <br>
413
+
414
+ <form
415
+ id="fifu_form_enable_default_url"
416
+ action="javascript:void(0)"
417
+ method="post">
418
+
419
+ <input
420
+ type="image"
421
+ href="javascript:void(0)"
422
+ id="fifu_toggle_enable_default_url"
423
+ onclick="invert('enable_default_url')"
424
+ name="fifu_toggle_enable_default_url"
425
+ class="<?php echo $enable_default_url; ?>"
426
+ value=""
427
+ style="display:block" >
428
+
429
+ <input
430
+ type="hidden"
431
+ id="fifu_input_enable_default_url"
432
+ name="fifu_input_enable_default_url"
433
+ value="" >
434
+ </form>
435
+ </div>
436
+
437
+ <div class="box">
438
+ <h2>Featured Image in Content</h2>
439
+ <div class="greybox">
440
+ It will sound crazy, but some themes don't show the Featured Image on the posts or pages. If it is your case and you would like to show the Featured Image there, just enable the toggle. The Featured Image will appear at the beginning of the content, before the text.
441
+ </div>
442
+ <br>
443
+ <table style="text-align:left">
444
  <tr>
445
  <th>
446
+ <form
447
+ id="fifu_form_content_page"
448
+ action="javascript:void(0)"
449
+ method="post">
450
+
451
+ <input
452
+ type="image"
453
+ href="javascript:void(0)"
454
+ id="fifu_toggle_content_page"
455
+ onclick="invert('content_page')"
456
+ name="fifu_toggle_content_page"
457
+ class="<?php echo $enable_content_page; ?>"
458
+ value=""
459
+ style="display:block">
460
+
461
+ <input
462
+ type="hidden"
463
+ id="fifu_input_content_page"
464
+ name="fifu_input_content_page"
465
+ value="" >
466
+ </form>
467
  </th>
468
+ <th>
469
+ on page
470
  </th>
471
  </tr>
472
  <tr>
473
  <th>
474
+ <form
475
+ id="fifu_form_content"
476
+ action="javascript:void(0)"
477
+ method="post">
478
+
479
+ <input
480
+ type="image"
481
+ href="javascript:void(0)"
482
+ id="fifu_toggle_content"
483
+ onclick="invert('content')"
484
+ name="fifu_toggle_content"
485
+ class="<?php echo $enable_content; ?>"
486
+ value=""
487
+ style="display:block">
488
+
489
+ <input
490
+ type="hidden"
491
+ id="fifu_input_content"
492
+ name="fifu_input_content"
493
+ value="" >
494
+ </form>
495
  </th>
496
+ <th>
497
+ on post
498
  </th>
499
+ </tr>
500
+ </table>
501
+ </div>
502
+
503
+ <div class="box">
504
+ <h2>Hide Featured Media</h2>
505
+ <div class="greybox">
506
+ Enable the toggle if you want to hide the external featured image/video/slider on posts/pages but keeping its visibility on home.
507
+ </div>
508
+ <br>
509
+ <table style="text-align:left">
 
 
 
 
 
 
510
  <tr>
511
  <th>
512
+ <form
513
+ id="fifu_form_hide_page"
514
+ action="javascript:void(0)"
515
+ method="post">
516
+ <input
517
+ type="image"
518
+ href="javascript:void(0)"
519
+ id="fifu_toggle_hide_page"
520
+ onclick="invert('hide_page')"
521
+ name="fifu_toggle_hide_page"
522
+ class="<?php echo $enable_hide_page; ?>"
523
+ value="" style="display:block">
524
+
525
+ <input
526
+ type="hidden"
527
+ id="fifu_input_hide_page"
528
+ name="fifu_input_hide_page"
529
+ value="" >
530
+ </form>
531
  </th>
532
+ <th>
533
+ on page
534
  </th>
535
+ </tr>
536
  <tr>
537
  <th>
538
+ <form
539
+ id="fifu_form_hide_post"
540
+ action="javascript:void(0)"
541
+ method="post">
542
+ <input
543
+ type="image"
544
+ href="javascript:void(0)"
545
+ id="fifu_toggle_hide_post"
546
+ onclick="invert('hide_post')"
547
+ name="fifu_toggle_hide_post"
548
+ class="<?php echo $enable_hide_post; ?>"
549
+ value="" style="display:block">
550
+
551
+ <input
552
+ type="hidden"
553
+ id="fifu_input_hide_post"
554
+ name="fifu_input_hide_post"
555
+ value="" >
556
+ </form>
557
  </th>
558
+ <th>
559
+ on post
560
  </th>
561
+ </tr>
562
  </table>
563
  </div>
564
 
565
+ <div class="box">
566
+ <h2>Hover Effects</h2>
567
+ <div class="greybox" id="grad2">
568
+ <b>Premium feature</b><br><br>
569
+ Choose one among 18 hover effects to be applied to the external featured images of your posts/products on your homepage. <a href="https://featuredimagefromurl.com/hover-effects/">Live preview</a><br><br>
570
+ </div>
571
  <br>
572
+ <select id="select_hover" style="width:90%">
573
+ <option value=""></option>
574
+ <option value="hover17">315 Degrees</option>
575
+ <option value="hover02">360 Degrees</option>
576
+ <option value="hover07">Blur</option>
577
+ <option value="hover10">Blur Gray Scale</option>
578
+ <option value="hover04">Brighten</option>
579
+ <option value="hover15">Circle</option>
580
+ <option value="hover13">Flashing</option>
581
+ <option value="hover08">Gray Scale</option>
582
+ <option value="hover16">Horizontal Rotation</option>
583
+ <option value="hover12">Opacity Color</option>
584
+ <option value="hover11">Opacity White</option>
585
+ <option value="hover18">Rainbow</option>
586
+ <option value="hover06">Rotate</option>
587
+ <option value="hover09">Sepia</option>
588
+ <option value="hover14">Shine</option>
589
+ <option value="hover05">Vertical Rotation</option>
590
+ <option value="hover01">Zoom In</option>
591
+ <option value="hover03">Zoom Out</option>
592
+ </select>
593
+ <input type="submit" value="Submit" disabled>
594
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
595
 
596
+ <div class="box">
597
+ <h2>Validate Images</h2>
598
+ <div class="greybox" id="grad2">
599
+ <b>Premium feature</b><br><br>
600
+ Allows to check image URLs and, when an image is not found, its URL is not saved. However, the validation can make the saving time too long. It is not integrated with Auto Set Featured Image or Rest API features yet.
601
+ </div>
602
+ <br>
 
 
 
 
603
  <input
604
  type="image"
605
  href="javascript:void(0)"
606
  class="toggleoff"
607
+ value="" style="display:block">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
608
  </div>
 
609
 
610
+ <a name="css"></a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
611
 
612
+ <div class="box">
613
+ <h2>CSS Style</h2>
614
+ <div class="greybox">
615
+ Here you can define a CSS style to be applied to all external featured images. Usage example:<br><br>
616
+ width: 100%; border-radius: 8px; border: 1px solid #ddd; padding: 5px;
617
+ </div>
618
+ <br>
619
  <form
620
+ id="fifu_form_css"
621
  action="javascript:void(0)"
622
  method="post">
623
 
624
+ <input id="fifu_input_css"
 
625
  type="text"
626
+ name="fifu_input_css"
627
+ style="width:675px"
628
+ value="<?php echo $css_style; ?>">
629
 
630
+ <input type="submit"
631
+ value="Submit" >
632
  </form>
633
+ </div>
 
 
 
 
 
 
 
634
 
635
+ <div class="box">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
636
 
637
+ <h2>Default Width</h2>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
638
 
639
+ <div class="greybox">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
640
 
641
+ If your theme doesn't define an image width in some area of the site, FIFU can use a default value (px).
642
+
643
+ </div>
644
+
645
+ <br>
 
 
 
 
 
 
 
 
 
 
646
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
647
  <form
648
+ id="fifu_form_default_width"
649
  action="javascript:void(0)"
650
  method="post">
651
+
652
+ <input id="fifu_input_default_width"
653
+ size=4
654
+ type="text"
655
+ name="fifu_input_default_width"
656
+ value="<?php echo $default_width; ?>">
657
+
658
+ <input type="submit" value="Submit" >
659
  </form>
 
 
 
 
 
 
 
660
 
661
+ </div>
662
+
663
+ <a name="priority"></a>
664
+
665
+ <div class="box">
666
+ <h2>Priority</h2>
667
+ <div class="greybox">
668
+ Enable the toggle below to prioritize the internal image rather than the external one, if both exist.
669
+ </div>
670
+ <br>
 
 
 
 
 
671
  <table style="text-align:left">
672
  <tr>
673
+ <th>
674
+ <form
675
+ id="fifu_form_priority"
676
+ action="javascript:void(0)"
677
+ method="post">
678
+ <input
679
+ type="image"
680
+ href="javascript:void(0)"
681
+ id="fifu_toggle_priority"
682
+ onclick="invert('priority')"
683
+ name="fifu_toggle_priority"
684
+ class="<?php echo $enable_priority; ?>"
685
+ value=""
686
+ style="display:block">
687
+
688
+ <input
689
+ type="hidden"
690
+ id="fifu_input_priority"
691
+ name="fifu_input_priority"
692
+ value="" >
693
+ </form>
694
  </th>
695
+ <th>
696
+ prioritize the internal image
697
  </th>
698
+ </tr>
699
+ </table>
700
+ </div>
701
+
702
+ </div>
703
+ <div id="tabs-j">
704
+ <div class="box">
705
+ <h2>Fake Internal Featured Image</h2>
706
+ <div class="greybox">
707
+ Even though FIFU works fine with the most of themes/plugins, some of them are not able to show the external featured image if there is no internal featured image associated to your post/page/product. Enabling the toggle below, a symbolic empty file will be added to your Media Library as an attempt to overcome that limitation.
708
+ </div>
709
+ <p/>
710
+ <table>
711
  <tr>
712
+ <td style="width:50px"></td>
713
+ <td style="width:100px">action</td>
714
+ <td style="width:200px">pros</td>
715
+ <td style="width:200px">cons</td>
716
  </tr>
717
  <tr>
718
+ <form
719
+ id="fifu_form_fake"
720
+ action="javascript:void(0)"
721
+ method="post">
722
+ <td>
723
+ <input
724
+ type="image"
725
+ href="javascript:void(0)"
726
+ id="fifu_toggle_fake"
727
+ onclick="invert('fake')"
728
+ name="fifu_toggle_fake"
729
+ class="<?php echo $enable_fake; ?>"
730
+ value=""
731
+ style="display:block" >
732
+ <input
733
+ type="hidden"
734
+ id="fifu_input_fake"
735
+ name="fifu_input_fake"
736
+ value="" >
737
+ </td>
738
+ <td>
739
+ create one fake image for all URLs
740
+ </td>
741
+ <td>
742
+ you can keep your real internal featured image.
743
+ </td>
744
+ <td>
745
+ the site may have some problems to show the external images in some areas or in determined sizes.
746
+ </td>
747
+ </form>
748
  </tr>
749
  <tr>
750
+ <form
751
+ id="fifu_form_fake2"
752
+ action="javascript:void(0)"
753
+ method="post">
754
+ <td>
755
+ <input
756
+ type="image"
757
+ href="javascript:void(0)"
758
+ id="fifu_toggle_fake2"
759
+ onclick="invert('fake2')"
760
+ name="fifu_toggle_fake2"
761
+ class="<?php echo $enable_fake2; ?>"
762
+ value=""
763
+ style="display:block">
764
+ <input
765
+ type="hidden"
766
+ id="fifu_input_fake2"
767
+ name="fifu_input_fake2"
768
+ value="" >
769
+ </td>
770
+ <td>
771
+ create a different fake image for each URL
772
+ </td>
773
+ <td>
774
+ the site can show the images anywhere and in the correct size in most cases. Greater chance of the external images being supported by other plugins.
775
+ </td>
776
+ <td>
777
+ it'll replace your real internal featured image.
778
+ </td>
779
+ </form>
780
+ </tr></table>
781
+ </div>
782
+
783
+ <div class="box">
784
+
785
+ <h2>Clean meta data</h2>
786
+
787
+ <div class="greybox">
788
+
789
+ This option might be necessary if you intend to deactivate the plugin and use only internal featured images again. It will clean the fake internal featured images generated by FIFU, but not the URLs.
790
+
791
+ </div>
792
+
793
  <br>
794
+
795
+ <div id="accordionClean">
796
+
797
+ <h3>&nbsp;&nbsp;&nbsp;meta data generation</h3>
798
+ <div>
799
+ <form
800
+ id="fifu_form_data_generation"
801
+ action="javascript:void(0)"
802
+ method="post">
803
+ <input
804
+ type="image"
805
+ href="javascript:void(0)"
806
+ id="fifu_toggle_data_generation"
807
+ onclick="invert('data_generation')"
808
+ name="fifu_toggle_data_generation"
809
+ class="<?php echo $enable_data_generation; ?>"
810
+ value=""
811
+ style="display:block">
812
+
813
+ <input
814
+ type="hidden"
815
+ id="fifu_input_data_generation"
816
+ name="fifu_input_data_generation"
817
+ value="" >
818
+ </form>
819
+ </div>
820
+
821
+ <h3>&nbsp;&nbsp;&nbsp;clean meta data</h3>
822
+ <div>
823
+ <form
824
+ id="fifu_form_data_clean"
825
+ action="javascript:void(0)"
826
+ method="post">
827
+ <input
828
+ type="image"
829
+ href="javascript:void(0)"
830
+ id="fifu_toggle_data_clean"
831
+ onclick="invert('data_clean')"
832
+ name="fifu_toggle_data_clean"
833
+ class="<?php echo $enable_data_clean; ?>"
834
+ value=""
835
+ style="display:block">
836
+
837
+ <input
838
+ type="hidden"
839
+ id="fifu_input_data_clean"
840
+ name="fifu_input_data_clean"
841
+ value="" >
842
+ </form>
843
+ </div>
844
+ </div>
845
+ </div>
846
+ </div>
847
+ <div id="tabs-f">
848
+ <a name="category"></a>
849
+ <div class="box">
850
+ <h2>Auto Set Product Category Images</h2>
851
+ <div class="greybox" id="grad2">
852
+ <b>Premium feature</b><br><br>
853
+ Enable the toggle below to set one external image to each product category. The image will be the external featured image from the most recent product from that category.
854
+ </div>
855
  <br>
856
  <table style="text-align:left">
857
  <tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
858
  <th>
859
+ <input
860
+ type="image"
861
+ href="javascript:void(0)"
862
+ class="toggleoff"
863
+ value=""
864
+ style="display:block">
865
  </th>
866
+ <th>
867
+ set category images
 
 
 
868
  </th>
869
+ </tr>
870
  </table>
871
  </div>
872
 
873
+ <div class="box">
874
+ <h2>Category Image on Product Grid</h2>
875
+ <div class="greybox">
876
+ That's possible to show the external featured image of your category on category page, immediately before the product grid. To do that, enable the toggle below.
877
+ </div>
878
+ <br>
879
  <table style="text-align:left">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
880
  <tr>
881
  <th>
882
+ <form
883
+ id="fifu_form_grid_category"
884
+ action="javascript:void(0)"
885
+ method="post">
886
+ <input
887
+ type="image"
888
+ href="javascript:void(0)"
889
+ id="fifu_toggle_grid_category"
890
+ onclick="invert('grid_category')"
891
+ name="fifu_toggle_grid_category"
892
+ class="<?php echo $enable_grid_category; ?>"
893
+ value=""
894
+ style="display:block">
895
+
896
+ <input
897
+ type="hidden"
898
+ id="fifu_input_grid_category"
899
+ name="fifu_input_grid_category"
900
+ value="" >
901
+ </form>
902
  </th>
903
+ <th>
904
+ show category image on product grid
905
  </th>
906
+ </tr>
907
+ </table>
908
+ </div>
909
+ </div>
910
+ <div id="tabs-l">
911
+ <div class="box">
912
+
913
+ <h2>Shortcode (beta feature)</h2>
914
+
915
+ <div class="greybox" id="grad2">
916
+ <b>Premium feature</b><br><br>
917
+
918
+ This experimental feature allows to use a shortcode as "featured image" of posts/pages/products. Using shortcodes you are not limited to images/videos/sliders anymore. You can use any content provided by the shortcode, what could be a music, a text, a whole site 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 it will be shown the regular featured image. Important: shortcodes can be not compatible with other FIFU features, such as CSS Style and Crop Image.
919
+
920
+ </div>
921
+
922
+ <br>
923
+
924
+ <table style="text-align:left">
925
  <tr>
926
  <th>
927
+ <form
928
+ id="fifu_form_shortcode"
929
+ action="javascript:void(0)"
930
+ method="post">
931
+
932
+ <input
933
+ type="image"
934
+ href="javascript:void(0)"
935
+ id="fifu_toggle_shortcode"
936
+ onclick="javascript:void(0)"
937
+ name="fifu_toggle_shortcode"
938
+ class="toggleoff"
939
+ value=""
940
+ style="display:block">
941
+
942
+ <input
943
+ type="hidden"
944
+ id="fifu_input_shortcode"
945
+ name="fifu_input_shortcode"
946
+ value="" >
947
+ </form>
948
  </th>
949
  <th>
950
+ shortcode
951
  </th>
952
  </tr>
953
  <tr>
954
  <th>
955
+
956
+ <form
957
+ id="fifu_form_shortcode_min_width"
958
+ action="javascript:void(0)"
959
+ method="post">
960
+
961
+ <input id="fifu_input_shortcode_min_width"
962
+ size=1
963
+ type="text"
964
+ name="fifu_input_shortcode_min_width"
965
+ value="">
966
+
967
+ <input type="submit" value="OK" >
968
+ </form>
969
  </th>
970
  <th>
971
+ minimum width required (px)
972
  </th>
973
  </tr>
974
  <tr>
975
  <th>
976
+
977
+ <form
978
+ id="fifu_form_shortcode_max_height"
979
+ action="javascript:void(0)"
980
+ method="post">
981
+
982
+ <input id="fifu_input_shortcode_max_height"
983
+ size=1
984
+ type="text"
985
+ name="fifu_input_shortcode_max_height"
986
+ value="">
987
+
988
+ <input type="submit" value="OK" >
989
+ </form>
990
  </th>
991
  <th>
992
+ maximum height (px)
993
  </th>
994
  </tr>
995
+ </table>
996
+
997
+ </div>
998
+ </div>
999
+ <div id="tabs-e">
1000
+ <div class="box">
1001
+
1002
+ <h2>Auto Set Image Alt/Title</h2>
1003
+
1004
+ <div class="greybox">
1005
+
1006
+ Enable the toggle below to automatically set the attibutes "alt" and "title" of an external image with the title of the post/page. It will have effect when you click on publish/update button of your post/page.
1007
+
1008
+ </div>
1009
+
1010
+ <br>
1011
+
1012
+ <table style="text-align:left">
1013
  <tr>
1014
  <th>
1015
+ <form
1016
+ id="fifu_form_auto_alt"
1017
+ action="javascript:void(0)"
1018
+ method="post">
1019
+ <input
1020
+ type="image"
1021
+ href="javascript:void(0)"
1022
+ id="fifu_toggle_auto_alt"
1023
+ onclick="invert('auto_alt')"
1024
+ name="fifu_toggle_auto_alt"
1025
+ class="<?php echo $enable_auto_alt; ?>"
1026
+ value=""
1027
+ style="display:block">
1028
+
1029
+ <input
1030
+ type="hidden"
1031
+ id="fifu_input_auto_alt"
1032
+ name="fifu_input_auto_alt"
1033
+ value="" >
1034
+ </form>
1035
  </th>
1036
+ <th>
1037
+ auto set image alt/title
1038
  </th>
1039
+ </tr>
1040
  </table>
1041
+
1042
  </div>
1043
+ </div>
1044
+ <div id="tabs-c">
1045
+ <div class="box">
1046
 
1047
+ <h2>Video</h2>
1048
 
1049
+ <div class="greybox" id="grad2">
1050
+ <b>Premium feature</b><br><br>
1051
 
1052
+ Enable video meta box. If you are not using videos as featured images, you can disable this feature and make your site a little faster.
1053
 
1054
+ </div>
1055
 
1056
+ <br>
 
1057
 
1058
+ <form
1059
+ id="fifu_form_video"
1060
+ action="javascript:void(0)"
1061
+ method="post">
1062
 
1063
+ <input
1064
+ type="image"
1065
+ href="javascript:void(0)"
1066
+ id="fifu_toggle_video"
1067
+ onclick="javascript:void(0)"
1068
+ name="fifu_toggle_video"
1069
+ class="toggleoff"
1070
+ value=""
1071
+ style="display:block">
1072
 
1073
+ <input
1074
+ type="hidden"
1075
+ id="fifu_input_video"
1076
+ name="fifu_input_video"
1077
+ value="" >
1078
+ </form>
1079
 
1080
  </div>
1081
 
1082
+ <div class="box">
1083
+ <h2>Video Thumbnail</h2>
1084
+ <div class="greybox" id="grad2">
1085
+ <b>Premium feature</b><br><br>
1086
+ Enable the toggle below to show the video thumbnail instead of the video on home/shop.
1087
+ </div>
1088
+ <br>
1089
+ <input
1090
+ type="image"
1091
+ href="javascript:void(0)"
1092
+ class="toggleoff"
1093
+ value=""
1094
+ style="display:block">
1095
+ </form>
1096
+ </div>
1097
 
1098
+ <div class="box">
1099
+ <h2>Video Sizes</h2>
1100
+ <div class="greybox" id="grad2">
1101
+ <b>Premium feature</b><br><br>
1102
+ The default value applied to the videos is "100%" and it usually works fine. However, here you can define the max size (px, cm etc) of the featured videos at different screens and the ratio for these videos as well.<br><br>
1103
+ <table style="text-align:left">
1104
+ <tr>
1105
+ <th>
1106
+ Ratio:
1107
+ </th>
1108
+ <th>
1109
+ <input id="fifu_input_video_width_rtio"
1110
+ name="fifu_input_video_width_rtio"
1111
+ size="4">
1112
+ </th>
1113
+ <th>
1114
+ <input id="fifu_input_video_height_rtio"
1115
+ name="fifu_input_video_height_rtio"
1116
+ size="4">
1117
+ </th>
1118
+ <th>
1119
+ <div style="font-style: italic;font-weight:normal;">e.g.: 1, 2, 3...</div>
1120
+ </th>
1121
+ </tr>
1122
+ <tr>
1123
+ <th>
1124
+ Margin Bottom:
1125
+ </th>
1126
+ <th>
1127
+ <input id="fifu_input_video_margin_bottom"
1128
+ name="fifu_input_video_margin_bottom"
1129
+ size="4">
1130
+ </th>
1131
+ <th>
1132
+ <div style="font-style: italic;font-weight:normal;">e.g.: 10px, 1cm...</div>
1133
+ </th>
1134
+ </tr>
1135
+ <tr>
1136
+ <th>
1137
+ Vertical Margin:
1138
+ </th>
1139
+ <th>
1140
+ <input id="fifu_input_video_vertical_margin"
1141
+ name="fifu_input_video_vertical_margin"
1142
+ size="4">
1143
+ </th>
1144
+ <th>
1145
+ <div style="font-style: italic;font-weight:normal;">e.g.: 10px, 1cm...</div>
1146
+ </th>
1147
+ </tr>
1148
+ <tr>
1149
+ <th>
1150
+ Archive:
1151
+ </th>
1152
+ <th>
1153
+ <input id="fifu_input_video_width_arch"
1154
+ name="fifu_input_video_width_arch"
1155
+ placeholder="max-width"
1156
+ size="4">
1157
+ </th>
1158
+ <th>
1159
+ <input id="fifu_input_video_height_arch"
1160
+ name="fifu_input_video_height_arch"
1161
+ placeholder="max-height"
1162
+ size="4">
1163
+ </th>
1164
+ <th>
1165
+ <div style="font-style: italic;font-weight:normal;">e.g.: 300px, 8cm...</div>
1166
+ </th>
1167
+ </tr>
1168
+ <tr>
1169
+ <th>
1170
+ Category:
1171
+ </th>
1172
+ <th>
1173
+ <input id="fifu_input_video_width_ctgr"
1174
+ name="fifu_input_video_width_ctgr"
1175
+ placeholder="max-width"
1176
+ size="4">
1177
+ </th>
1178
+ <th>
1179
+ <input id="fifu_input_video_height_ctgr"
1180
+ name="fifu_input_video_height_ctgr"
1181
+ placeholder="max-height"
1182
+ size="4">
1183
+ </th>
1184
+ <th>
1185
+ <div style="font-style: italic;font-weight:normal;">e.g.: 300px, 8cm...</div>
1186
+ </th>
1187
+ </tr>
1188
+ <tr>
1189
+ <th>
1190
+ Home:
1191
+ </th>
1192
+ <th>
1193
+ <input id="fifu_input_video_width_home"
1194
+ name="fifu_input_video_width_home"
1195
+ placeholder="max-width"
1196
+ size="4">
1197
+ </th>
1198
+ <th>
1199
+ <input id="fifu_input_video_height_home"
1200
+ name="fifu_input_video_height_home"
1201
+ placeholder="max-height"
1202
+ size="4">
1203
+ </th>
1204
+ <th>
1205
+ <div style="font-style: italic;font-weight:normal;">e.g.: 300px, 8cm...</div>
1206
+ </th>
1207
+ </tr>
1208
+ <tr>
1209
+ <th>
1210
+ Page:
1211
+ </th>
1212
+ <th>
1213
+ <input id="fifu_input_video_width_page"
1214
+ name="fifu_input_video_width_page"
1215
+ placeholder="max-width"
1216
+ size="4">
1217
+ </th>
1218
+ <th>
1219
+ <input id="fifu_input_video_height_page"
1220
+ name="fifu_input_video_height_page"
1221
+ placeholder="max-height"
1222
+ size="4">
1223
+ </th>
1224
+ <th>
1225
+ <div style="font-style: italic;font-weight:normal;">e.g.: 300px, 8cm...</div>
1226
+ </th>
1227
+ </tr>
1228
+ <tr>
1229
+ <th>
1230
+ Post:
1231
+ </th>
1232
+ <th>
1233
+ <input id="fifu_input_video_width_post"
1234
+ name="fifu_input_video_width_post"
1235
+ placeholder="max-width"
1236
+ size="4">
1237
+ </th>
1238
+ <th>
1239
+ <input id="fifu_input_video_height_post"
1240
+ name="fifu_input_video_height_post"
1241
+ placeholder="max-height"
1242
+ size="4">
1243
+ </th>
1244
+ <th>
1245
+ <div style="font-style: italic;font-weight:normal;">e.g.: 300px, 8cm...</div>
1246
+ </th>
1247
+ </tr>
1248
+ <tr>
1249
+ <th>
1250
+ Product:
1251
+ </th>
1252
+ <th>
1253
+ <input id="fifu_input_video_width_prod"
1254
+ name="fifu_input_video_width_prod"
1255
+ placeholder="max-width"
1256
+ size="4">
1257
+ </th>
1258
+ <th>
1259
+ <input id="fifu_input_video_height_prod"
1260
+ name="fifu_input_video_height_prod"
1261
+ placeholder="max-height"
1262
+ size="4">
1263
+ </th>
1264
+ <th>
1265
+ <div style="font-style: italic;font-weight:normal;">e.g.: 300px, 8cm...</div>
1266
+ </th>
1267
+ </tr>
1268
+ <tr>
1269
+ <th>
1270
+ Shop:
1271
+ </th>
1272
+ <th>
1273
+ <input id="fifu_input_video_width_shop"
1274
+ name="fifu_input_video_width_shop"
1275
+ placeholder="max-width"
1276
+ size="4">
1277
+ </th>
1278
+ <th>
1279
+ <input id="fifu_input_video_height_shop"
1280
+ name="fifu_input_video_height_shop"
1281
+ placeholder="max-height"
1282
+ size="4">
1283
+ </th>
1284
+ <th>
1285
+ <div style="font-style: italic;font-weight:normal;">e.g.: 300px, 8cm...</div>
1286
+ </th>
1287
+ </tr>
1288
+ </table>
1289
+ <br>
1290
+ </div>
1291
+ <br>
1292
+ <input type="submit" value="Submit" disabled>
1293
+ </div>
1294
 
1295
+ <div class="box">
1296
+ <h2>Video Auto Play</h2>
1297
+ <div class="greybox" id="grad2">
1298
+ <b>Premium feature</b><br><br>
1299
+ This option allows to play a video on "mouseover" and pause it on "mouseout".
1300
+ </div>
1301
+ <br>
1302
+ <table style="text-align:left">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1303
  <tr>
1304
+ <th>
1305
+ <input
1306
+ type="image"
1307
+ href="javascript:void(0)"
1308
+ class="toggleoff"
1309
+ value=""
1310
+ style="display:block">
1311
+ </th>
1312
+ <th>
1313
+ for YouTube videos
1314
+ </th>
1315
+ </tr>
1316
  <tr>
1317
+ <th>
1318
+ <input
1319
+ type="image"
1320
+ href="javascript:void(0)"
1321
+ class="toggleoff"
1322
+ value=""
1323
+ style="display:block">
1324
+ </th>
1325
+ <th>
1326
+ for Vimeo videos
1327
+ </th>
1328
+ </tr>
1329
  </table>
1330
  </div>
 
 
 
 
 
 
 
1331
 
1332
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1333
  </div>
1334
+ <div id="tabs-m">
1335
+ <div class="box">
1336
+ <h2>Slider Settings</h2>
1337
+ <div class="greybox" id="grad2">
1338
+ <b>Premium feature</b><br><br>
1339
+ Once you have added the first external image on a post/page/product, the slider meta box will show up. Adding more external images, you have a slider and you can define its settings here.<br><br>
1340
+ <table style="text-align:left">
1341
+ <tr>
1342
+ <th>
1343
+ <form
1344
+ id="fifu_form_slider"
1345
+ action="javascript:void(0)"
1346
+ method="post">
1347
+ <input
1348
+ type="image"
1349
+ href="javascript:void(0)"
1350
+ id="fifu_toggle_slider"
1351
+ onclick="javascript:void(0)"
1352
+ name="fifu_toggle_slider"
1353
+ class="toggleoff"
1354
+ value="">
1355
+
1356
+ <input
1357
+ type="hidden"
1358
+ id="fifu_input_slider"
1359
+ name="fifu_input_slider"
1360
+ value="" >
1361
+ </form>
1362
+ </th>
1363
+ <th>
1364
+ slider
1365
+ </th>
1366
+ </tr>
1367
+ <tr>
1368
+ <th>
1369
+ <input
1370
+ type="image"
1371
+ href="javascript:void(0)"
1372
+ id="fifu_toggle_slider_fade"
1373
+ name="fifu_toggle_slider_fade"
1374
+ class="toggleoff"
1375
+ value="" style="display:block">
1376
+ </th>
1377
+ <th>
1378
+ fade effect
1379
+ </th>
1380
+ </tr>
1381
+ <tr>
1382
+ <th>
1383
+ <input
1384
+ type="image"
1385
+ href="javascript:void(0)"
1386
+ id="fifu_toggle_slider_stop"
1387
+ name="fifu_toggle_slider_stop"
1388
+ class="toggleoff"
1389
+ value="" style="display:block">
1390
+ </th>
1391
+ <th>
1392
+ pause autoplay on hover
1393
+ </th>
1394
+ </tr>
1395
+ <tr>
1396
+ <th>
1397
+ <input
1398
+ type="image"
1399
+ href="javascript:void(0)"
1400
+ id="fifu_toggle_slider_ctrl"
1401
+ name="fifu_toggle_slider_ctrl"
1402
+ class="toggleoff"
1403
+ value="" style="display:block">
1404
+ </th>
1405
+ <th>
1406
+ show prev/next buttons
1407
+ </th>
1408
+ </tr>
1409
+ <tr>
1410
+ <th>
1411
+ <input
1412
+ type="image"
1413
+ href="javascript:void(0)"
1414
+ id="fifu_toggle_slider_auto"
1415
+ name="fifu_toggle_slider_auto"
1416
+ class="toggleoff"
1417
+ value="" style="display:block">
1418
+ </th>
1419
+ <th>
1420
+ start to play automatically
1421
+ </th>
1422
+ </tr>
1423
+ <tr>
1424
+ <th>
1425
+ <input id="fifu_input_slider_pause"
1426
+ name="fifu_input_slider_pause"
1427
+ step="500"
1428
+ size="4">
1429
+ </th>
1430
+ <th>
1431
+ time between each transition (in ms)
1432
+ </th>
1433
+ </tr>
1434
+ <tr>
1435
+ <th>
1436
+ <input id="fifu_input_slider_speed"
1437
+ name="fifu_input_slider_speed"
1438
+ step="500"
1439
+ max="2000"
1440
+ size="4">
1441
+ </th>
1442
+ <th>
1443
+ transition duration (in ms)
1444
+ </th>
1445
+ </tr>
1446
+ </table>
1447
+ <br>
1448
+ </div>
1449
+ </div>
1450
  </div>
1451
+ <div id="tabs-n">
1452
+ <div class="box">
1453
+ <h2>Social Tags</h2>
1454
+ <div class="greybox">
1455
+ Featured Image from URL provides social tags to share the external images on the social networks. Here you can enable/disable this feature.
1456
+ </div>
1457
+ <br>
1458
+ <form
1459
+ id="fifu_form_social"
1460
+ action="javascript:void(0)"
1461
+ method="post">
1462
+ <input
1463
+ type="image"
1464
+ href="javascript:void(0)"
1465
+ id="fifu_toggle_social"
1466
+ onclick="invert('social')"
1467
+ name="fifu_toggle_social"
1468
+ class="<?php echo $enable_social; ?>"
1469
+ value=""
1470
+ style="display:block">
1471
+ <input
1472
+ type="hidden"
1473
+ id="fifu_input_social"
1474
+ name="fifu_input_social"
1475
+ value="" >
1476
+ </form>
1477
+ </div>
1478
+ </div>
1479
+ <div id="tabs-i">
1480
+ <div class="box">
1481
+ <h2>Lazy Load</h2>
1482
+ <div class="greybox">
1483
+ Enabling this feature the images/videos won't be loaded until user scrolls to them. So it will make your home/shop load faster.
1484
+ </div>
1485
+ <br>
1486
+ <form
1487
+ id="fifu_form_lazy"
1488
+ action="javascript:void(0)"
1489
+ method="post">
1490
+ <input
1491
+ type="image"
1492
+ href="javascript:void(0)"
1493
+ id="fifu_toggle_lazy"
1494
+ onclick="invert('lazy')"
1495
+ name="fifu_toggle_lazy"
1496
+ class="<?php echo $enable_lazy; ?>"
1497
+ value=""
1498
+ style="display:block">
1499
+ <input
1500
+ type="hidden"
1501
+ id="fifu_input_lazy"
1502
+ name="fifu_input_lazy"
1503
+ value="" >
1504
+ </form>
1505
+ </div>
1506
 
1507
+ <div class="box">
1508
+ <h2>External Thumbnails (<a href="https://www.flickr.com/">Flickr</a> Integration): Your Website Faster Than Ever</h2>
1509
+ <div class="greybox" id="grad2">
1510
+ <b>Premium feature</b><br><br>
1511
+ <div id="accordion">
1512
+ <h3>&nbsp;&nbsp;&nbsp;Do you know Flickr?</h3>
1513
+ <div>
1514
+ - It's free;<br>
1515
+ - Offers 1000 GB of space;<br>
1516
+ - It's dedicated to store and provide images, probably faster than the most of servers;<br>
1517
+ - Creates automatic copies of your images in <b>many different sizes.</b>
1518
+ </div>
1519
+
1520
+ <h3>&nbsp;&nbsp;&nbsp;How does Featured Image from URL take advantage of Flickr?</h3>
1521
+ <div>
1522
+ Smaller the images, faster your site. So the plugin will load the images from Flickr in the exactly size your site needs. And the result is...<br><br>
1523
+ <b>The images will be shown with the best quality and the shortest time possible.</b>
1524
+ </div>
1525
+ </div>
1526
+
1527
+ </br>
1528
+ <h3>Getting Flickr URL</h3>
1529
+ <div>
1530
+ You just need to get one URL (Square 75). Use that to fill the External Featured Image field of your post, page or product. The plugin will handle this URL to provide the image in different sizes.<br><br>
1531
+ <img src="https://c1.staticflickr.com/1/745/31593837206_8e081be749_z_d.jpg" style="width:100%"/>
1532
+ <br><br>
1533
+ <img src="https://c1.staticflickr.com/1/223/30820834393_f869fcff49_z_d.jpg" style="width:100%"/>
1534
+ </div>
1535
+ </div>
1536
+ </div>
1537
+ </div>
1538
+ <div id="tabs-q">
1539
+ <div class="box">
1540
+
1541
+ <h2>WP / WooCommerce REST API</h2>
1542
+
1543
+ <div class="greybox" id="grad2">
1544
+ <b>Premium feature</b><br><br>
1545
+ <div id="tabsApi">
1546
+ <ul>
1547
+ <li><a href="#tabs-1">Endpoints</a></li>
1548
+ <li><a href="#tabs-2">Custom Fields</a></li>
1549
+ <li><a href="#tabs-3">Creating your first product...</a></li>
1550
+ <li><a href="#tabs-4">product variation...</a></li>
1551
+ <li><a href="#tabs-5">post...</a></li>
1552
+ </ul>
1553
+ <div id="tabs-1">
1554
+ <table style="text-align:left">
1555
+ <tr>
1556
+ <th>
1557
+ </th>
1558
+ <th>
1559
+ GET/POST
1560
+ </th>
1561
+ </tr>
1562
+ <tr>
1563
+ <th>Product</th>
1564
+ <th>
1565
+ http://yourdomain/wp-json/wc/v3/products
1566
+ </th>
1567
+ </tr>
1568
+ <tr>
1569
+ <th>Product Variation</th>
1570
+ <th>
1571
+ http://yourdomain/wp-json/wc/v3/products/{id}/variations/
1572
+ </th>
1573
+ </tr>
1574
+ <tr>
1575
+ <th>Post</th>
1576
+ <th>
1577
+ http://yourdomain/wp-json/wp/v2/posts
1578
+ </th>
1579
+ </tr>
1580
+ </table>
1581
+ <br>
1582
+ <br>
1583
+ <table style="text-align:left">
1584
+ <tr>
1585
+ <th>
1586
+ </th>
1587
+ <th>
1588
+ GET/PUT/DELETE
1589
+ </th>
1590
+ </tr>
1591
+ <tr>
1592
+ <th>Product</th>
1593
+ <th>
1594
+ http://yourdomain/wp-json/wc/v3/products/{id}
1595
+ </th>
1596
+ </tr>
1597
+ <tr>
1598
+ <th>Product Variation</th>
1599
+ <th>
1600
+ http://yourdomain/wp-json/wc/v3/products/{id}/variations/{variation_id}
1601
+ </th>
1602
+ </tr>
1603
+ <tr>
1604
+ <th>Post</th>
1605
+ <th>
1606
+ http://yourdomain/wp-json/wp/v2/posts/{id}
1607
+ </th>
1608
+ </tr>
1609
+ </table>
1610
+ </div>
1611
+
1612
+ <div id="tabs-2">
1613
+ <table style="text-align:left">
1614
+ <tr>
1615
+ <th></th>
1616
+ <th>
1617
+ Key(s)
1618
+ </th>
1619
+ </tr>
1620
+ <tr>
1621
+ <th>
1622
+ Post Image
1623
+ </th>
1624
+ <th>
1625
+ fifu_image_url
1626
+ </th>
1627
+ </tr>
1628
+ <tr>
1629
+ <th>
1630
+ Post Image Alt
1631
+ </th>
1632
+ <th>
1633
+ fifu_image_alt
1634
+ </th>
1635
+ </tr>
1636
+ <tr>
1637
+ <th>
1638
+ Product Image + Gallery (URLs delimited by "|")
1639
+ </th>
1640
+ <th>
1641
+ fifu_list_url
1642
+ </th>
1643
+ </tr>
1644
+ <tr>
1645
+ <th>
1646
+ Product Image Alt + Gallery (titles delimited by "|")
1647
+ </th>
1648
+ <th>
1649
+ fifu_list_alt
1650
+ </th>
1651
+ </tr>
1652
+ <tr>
1653
+ <th>
1654
+ Video
1655
+ </th>
1656
+ <th>
1657
+ fifu_video_url
1658
+ </th>
1659
+ </tr>
1660
+ <tr>
1661
+ <th>
1662
+ Video Gallery
1663
+ </th>
1664
+ <th>
1665
+ fifu_video_url_0, fifu_video_url_1 ...
1666
+ </th>
1667
+ </tr>
1668
+ <tr>
1669
+ <th>
1670
+ Slider
1671
+ </th>
1672
+ <th>
1673
+ fifu_slider_image_url_0, fifu_slider_image_url_1 ...
1674
+ </th>
1675
+ </tr>
1676
+ </table>
1677
+ </div>
1678
+
1679
+ <div id="tabs-3">
1680
+
1681
+ <iframe src="../wp-content/plugins/fifu-premium/admin/html/txt/product.txt"
1682
+ width="800px" height="250px" ></iframe>
1683
+
1684
+ </div>
1685
+
1686
+ <div id="tabs-4">
1687
+
1688
+ <iframe src="../wp-content/plugins/fifu-premium/admin/html/txt/product-variation.txt"
1689
+ width="800px" height="450px" ></iframe>
1690
+
1691
+ </div>
1692
+
1693
+ <div id="tabs-5">
1694
+
1695
+ <iframe src="../wp-content/plugins/fifu-premium/admin/html/txt/post.txt"
1696
+ width="800px" height="150px" ></iframe>
1697
+
1698
+ </div>
1699
+
1700
+ </div>
1701
+
1702
+ </div>
1703
 
1704
+ </div>
 
 
 
 
 
1705
  </div>
1706
+ <div id="tabs-o">
1707
+ <div class="box">
1708
+ <h2>Lightbox and Zoom</h2>
1709
+ <div class="greybox">
1710
+ You can enable/disable the product lightbox and zoom here.
1711
+ </div>
1712
+ <br>
1713
+ <table style="text-align:left">
1714
+ <tr>
1715
+ <th>
1716
+ <form
1717
+ id="fifu_form_wc_lbox"
1718
+ action="javascript:void(0)"
1719
+ method="post">
1720
+ <input
1721
+ type="image"
1722
+ href="javascript:void(0)"
1723
+ id="fifu_toggle_wc_lbox"
1724
+ onclick="invert('wc_lbox')"
1725
+ name="fifu_toggle_wc_lbox"
1726
+ class="<?php echo $enable_wc_lbox; ?>"
1727
+ value=""
1728
+ style="display:block">
1729
+
1730
+ <input
1731
+ type="hidden"
1732
+ id="fifu_input_wc_lbox"
1733
+ name="fifu_input_wc_lbox"
1734
+ value="" >
1735
+ </form>
1736
+ </th>
1737
+ <th>
1738
+ lightbox
1739
+ </th>
1740
+ </tr>
1741
+ <tr>
1742
+ <th>
1743
+ <form
1744
+ id="fifu_form_wc_zoom"
1745
+ action="javascript:void(0)"
1746
+ method="post">
1747
+ <input
1748
+ type="image"
1749
+ href="javascript:void(0)"
1750
+ id="fifu_toggle_wc_zoom"
1751
+ onclick="invert('wc_zoom')"
1752
+ name="fifu_toggle_wc_zoom"
1753
+ class="<?php echo $enable_wc_zoom; ?>"
1754
+ value=""
1755
+ style="display:block">
1756
+
1757
+ <input
1758
+ type="hidden"
1759
+ id="fifu_input_wc_zoom"
1760
+ name="fifu_input_wc_zoom"
1761
+ value="" >
1762
+ </form>
1763
+ </th>
1764
+ <th>
1765
+ zoom
1766
+ </th>
1767
+ </tr>
1768
+ </table>
1769
+ </div>
1770
 
1771
+ <a name="variable"></a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1772
 
1773
+ <div class="box">
1774
+ <h2>Variable Product</h2>
1775
+ <div class="greybox" id="grad2">
1776
+ <b>Premium feature</b><br><br>
1777
+ Settings for product variations.
1778
+ </div>
1779
+ <br>
1780
+ <table style="text-align:left">
1781
+ <tr>
1782
+ <th>
1783
+ <form
1784
+ action="javascript:void(0)"
1785
+ method="post">
1786
+ <input
1787
+ type="image"
1788
+ href="javascript:void(0)"
1789
+ class="toggleoff"
1790
+ value=""
1791
+ style="display:block" >
1792
+ </form>
1793
+ </th>
1794
+ <th>
1795
+ allows to use external images in product variations
1796
+ </th>
1797
+ </tr>
1798
+ </table>
1799
+ </div>
1800
+ </div>
1801
+ <div id="tabs-p">
1802
+ <div class="box">
1803
+ <h2>WP All Import</h2>
1804
+ <div class="greybox">
1805
+ You can use Featured Image from URL with WP All Import plugin. For that, use the custom fields below.
1806
+ <br/>
1807
+ <br/>
1808
+
1809
+ <div id="tabsWpAllImport">
1810
+ <ul>
1811
+ <li><a href="#tabs-3">Importing products...</a></li>
1812
+ <li><a href="#tabs-1">Custom Fields</a></li>
1813
+ <li><a href="#tabs-2">Premium Custom Fields</a></li>
1814
+ </ul>
1815
+ <div id="tabs-1">
1816
+
1817
+ <table style="text-align:left">
1818
+ <tr>
1819
+ <th>
1820
+ </th>
1821
+ <th>
1822
+ Key
1823
+ </th>
1824
+ </tr>
1825
+ <tr>
1826
+ <th>
1827
+ Image
1828
+ </th>
1829
+ <th>
1830
+ fifu_image_url
1831
+ </th>
1832
+ </tr>
1833
+ <tr>
1834
+ <th>
1835
+ Alt
1836
+ </th>
1837
+ <th>
1838
+ fifu_image_alt
1839
+ </th>
1840
+ </tr>
1841
+ </table>
1842
+
1843
+ <br/>
1844
+ </div>
1845
+
1846
+ <div id="tabs-2">
1847
+ <table style="text-align:left">
1848
+ <tr>
1849
+ <th>
1850
+ </th>
1851
+ <th>
1852
+ Key(s)
1853
+ </th>
1854
+ </tr>
1855
+ <tr>
1856
+ <th>
1857
+ Image
1858
+ </th>
1859
+ <th>
1860
+ fifu_image_url
1861
+ </th>
1862
+ </tr>
1863
+ <tr>
1864
+ <th>
1865
+ Alt
1866
+ </th>
1867
+ <th>
1868
+ fifu_image_alt
1869
+ </th>
1870
+ </tr>
1871
+ <tr>
1872
+ <th>
1873
+ Image Gallery
1874
+ </th>
1875
+ <th>
1876
+ fifu_image_url_0, fifu_image_url_1, fifu_image_url_2 ...
1877
+ </th>
1878
+ </tr>
1879
+ <tr>
1880
+ <th>
1881
+ Image + Image Gallery (URLs delimited by "|")
1882
+ </th>
1883
+ <th>
1884
+ fifu_list_url
1885
+ </th>
1886
+ </tr>
1887
+ <tr>
1888
+ <th>
1889
+ Alt Gallery
1890
+ </th>
1891
+ <th>
1892
+ fifu_image_alt_0, fifu_image_alt_1, fifu_image_alt_2 ...
1893
+ </th>
1894
+ </tr>
1895
+ <tr>
1896
+ <th>
1897
+ Video
1898
+ </th>
1899
+ <th>
1900
+ fifu_video_url
1901
+ </th>
1902
+ </tr>
1903
+ <tr>
1904
+ <th>
1905
+ Video Gallery
1906
+ </th>
1907
+ <th>
1908
+ fifu_video_url_0, fifu_video_url_1, fifu_video_url_2 ...
1909
+ </th>
1910
+ </tr>
1911
+ <tr>
1912
+ <th>
1913
+ Slider
1914
+ </th>
1915
+ <th>
1916
+ fifu_slider_image_url_0, fifu_slider_image_url_1, fifu_slider_image_url_2 ...
1917
+ </th>
1918
+ </tr>
1919
+ <tr>
1920
+ <th>
1921
+ Slider (URLs delimited by "|")
1922
+ </th>
1923
+ <th>
1924
+ fifu_slider_list_url
1925
+ </th>
1926
+ </tr>
1927
+ </table>
1928
+ </div>
1929
+
1930
+ <div id="tabs-3">
1931
+ <a href="../wp-content/plugins/fifu-premium/admin/html/txt/csv.txt">CSV example</a>
1932
+ <br>
1933
+ <br>
1934
+ <img src="https://c1.staticflickr.com/5/4860/44640581850_30311e210a_c_d.jpg" style="width:100%">
1935
+ <br>
1936
+ <br>
1937
+ Result:
1938
+ <br>
1939
+ <img src="https://c2.staticflickr.com/8/7899/45734350014_92984c6c69_o_d.jpg">
1940
+ </div>
1941
+ </div>
1942
+ </div>
1943
+ </div>
1944
+ </div>
1945
+ <div id="tabs-d">
1946
+ <div class="box">
1947
+ <h2>Report a Bug or Suggest an Improvement</h2>
1948
+ <div class="greybox">
1949
+ Suggestions for improvement are always welcome. Just send an email to <b><a href="mailto:marcel@featuredimagefromurl.com">marcel@featuredimagefromurl.com</a></b> and your request can be available in the next release.
1950
+ But if you want to report a bug, first <b><button id="opener">click here</button></b> to get your plugin version and options. You can also attach as many details as possible such as screenshots, JS errors on browser console, PHP errors in debug file etc.
1951
+ </div>
1952
+ </div>
1953
+ <div class="box">
1954
+ <h2>Help</h2>
1955
+ <div class="greybox">
1956
+ For more information, refer to <a href="https://wordpress.org/plugins/featured-image-from-url/faq/" target="_blank">FAQ</a> and <a href="https://wordpress.org/plugins/featured-image-from-url/screenshots/" target="_blank">screenshots</a>.
1957
+ </div>
1958
+ </div>
1959
+ <div class="box">
1960
+ <h2>Keep this Plugin Alive <a href="https://wordpress.org/support/view/plugin-reviews/featured-image-from-url?filter=5" target="_blank"><img style="position:relative;top:10px" src="https://c2.staticflickr.com/8/7859/44681400660_3ee78cc155_o_d.png"></a></h2>
1961
+ <div class="greybox">
1962
+ Please give FIFU a 5-star rating. Thanks!
1963
+ </div>
1964
+ </div>
1965
  </div>
1966
+ </ul>
1967
  </div>
1968
 
1969
  <div id="dialog" title="About">
admin/menu.php CHANGED
@@ -4,7 +4,7 @@ add_action('admin_menu', 'fifu_insert_menu');
4
 
5
  function fifu_insert_menu() {
6
  add_menu_page(
7
- 'Featured Image from URL', 'Featured Image from URL', 'administrator', 'featured-image-from-url', 'fifu_get_menu_html', plugins_url() . '/featured-image-from-url/admin/images/favicon.png'
8
  );
9
 
10
  add_action('admin_init', 'fifu_get_menu_settings');
4
 
5
  function fifu_insert_menu() {
6
  add_menu_page(
7
+ 'Featured Image from URL', 'Featured Image from URL', 'administrator', 'featured-image-from-url', 'fifu_get_menu_html', plugins_url() . '/featured-image-from-url/admin/images/favicon.png', 57
8
  );
9
 
10
  add_action('admin_init', 'fifu_get_menu_settings');
featured-image-from-url.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Featured Image from URL
5
  * Plugin URI: https://featuredimagefromurl.com/
6
  * Description: Use an external image as Featured Image of your post/page/custom post type (WooCommerce). Includes Auto Set (External Post), Product Gallery, Social Tags and more.
7
- * Version: 2.1.8
8
  * Author: Marcel Jacques Machado
9
  * Author URI: https://www.linkedin.com/in/marceljm/
10
  */
4
  * Plugin Name: Featured Image from URL
5
  * Plugin URI: https://featuredimagefromurl.com/
6
  * Description: Use an external image as Featured Image of your post/page/custom post type (WooCommerce). Includes Auto Set (External Post), Product Gallery, Social Tags and more.
7
+ * Version: 2.1.9
8
  * Author: Marcel Jacques Machado
9
  * Author URI: https://www.linkedin.com/in/marceljm/
10
  */
readme.txt CHANGED
@@ -161,6 +161,9 @@ Features:
161
 
162
  == Changelog ==
163
 
 
 
 
164
  = 2.1.8 =
165
  * Bug fix: product category.
166
 
@@ -485,6 +488,9 @@ was removed. To finish, a Premium version is now been presented.
485
 
486
  == Upgrade Notice ==
487
 
 
 
 
488
  = 2.1.8 =
489
  * Bug fix: product category.
490
 
161
 
162
  == Changelog ==
163
 
164
+ = 2.1.9 =
165
+ * Improvement: new menu of settings.
166
+
167
  = 2.1.8 =
168
  * Bug fix: product category.
169
 
488
 
489
  == Upgrade Notice ==
490
 
491
+ = 2.1.9 =
492
+ * Improvement: new menu of settings.
493
+
494
  = 2.1.8 =
495
  * Bug fix: product category.
496