Featured Image From URL - Version 2.8.8

Version Description

  • Bug fix: menu settings layout was broken in sites with many plugins/themes notifications.
Download this release

Release Info

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

Code changes from version 2.8.7 to 2.8.8

admin/html/css/menu.css CHANGED
@@ -1,17 +1,20 @@
1
  .wrap {
2
  max-width: 1020px;
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: 0px;
12
  border-radius: 100px 45px 0px 0px;
13
  height: 25px !important;
14
  background: repeating-linear-gradient(-55deg,#23282d,#23282d 2px,#32373c 2px,#32373c 5px);
 
 
 
 
15
  }
16
 
17
  .box {
1
  .wrap {
2
  max-width: 1020px;
3
+ margin: 0px;
4
  }
5
 
6
  .header-box {
7
  margin: 25px 0 0;
8
+ background: #fff;
 
9
  padding: 20px;
10
  padding-top: 0px;
11
  border-radius: 100px 45px 0px 0px;
12
  height: 25px !important;
13
  background: repeating-linear-gradient(-55deg,#23282d,#23282d 2px,#32373c 2px,#32373c 5px);
14
+ background-color:#23282d;
15
+ max-width: 980px;
16
+ float:left;
17
+ width:100%;
18
  }
19
 
20
  .box {
admin/html/menu.html CHANGED
@@ -1,10 +1,10 @@
1
  <div class="wrap" style="opacity:0">
2
 
3
- <div class="header-box" style="background-color:#23282d">
4
  <h1 style="color:white"><span class="dashicons dashicons-camera" style="font-size:30px;padding-right:10px"></span> featured image from url 2</h1>
5
  </div>
6
 
7
- <div id="tabs-top">
8
  <ul>
9
  <li><a href="#tabs-d"><i class="fas fa-envelope"></i> Help</a></li>
10
  <li><a href="#tabs-k"><i class="fas fa-user-cog"></i> Admin Area</a></li>
@@ -1236,29 +1236,36 @@
1236
 
1237
  <br>
1238
 
1239
- <div>
1240
- <form
1241
- id="fifu_form_data_clean"
1242
- action="javascript:void(0)"
1243
- method="post">
1244
- <input
1245
- type="submit"
1246
- href="javascript:void(0)"
1247
- id="fifu_toggle_data_clean"
1248
- onclick="invert('data_clean');
1249
- fifu_clean_js();";
1250
- name="fifu_toggle_data_clean"
1251
- class="<?php echo $enable_data_clean; ?>"
1252
- value=""
1253
- style="display:block;border:none">
1254
-
1255
- <input
1256
- type="hidden"
1257
- id="fifu_input_data_clean"
1258
- name="fifu_input_data_clean"
1259
- value="" >
1260
- </form>
1261
- </div>
 
 
 
 
 
 
 
1262
  </div>
1263
  </div>
1264
  <div id="tabs-l">
1
  <div class="wrap" style="opacity:0">
2
 
3
+ <div class="header-box">
4
  <h1 style="color:white"><span class="dashicons dashicons-camera" style="font-size:30px;padding-right:10px"></span> featured image from url 2</h1>
5
  </div>
6
 
7
+ <div id="tabs-top" style="float:left">
8
  <ul>
9
  <li><a href="#tabs-d"><i class="fas fa-envelope"></i> Help</a></li>
10
  <li><a href="#tabs-k"><i class="fas fa-user-cog"></i> Admin Area</a></li>
1236
 
1237
  <br>
1238
 
1239
+ <table style="text-align:left">
1240
+ <tr>
1241
+ <th>
1242
+ <form
1243
+ id="fifu_form_data_clean"
1244
+ action="javascript:void(0)"
1245
+ method="post">
1246
+ <input
1247
+ type="submit"
1248
+ href="javascript:void(0)"
1249
+ id="fifu_toggle_data_clean"
1250
+ onclick="invert('data_clean');
1251
+ fifu_clean_js();";
1252
+ name="fifu_toggle_data_clean"
1253
+ class="<?php echo $enable_data_clean; ?>"
1254
+ value=""
1255
+ style="display:block;border:none">
1256
+
1257
+ <input
1258
+ type="hidden"
1259
+ id="fifu_input_data_clean"
1260
+ name="fifu_input_data_clean"
1261
+ value="" >
1262
+ </form>
1263
+ </th>
1264
+ <th>
1265
+ it will be automatically disabled when finished
1266
+ </th>
1267
+ </tr>
1268
+ </table>
1269
  </div>
1270
  </div>
1271
  <div id="tabs-l">
admin/html/support-data.html CHANGED
@@ -1,10 +1,10 @@
1
  <div class="wrap">
2
 
3
- <div class="header-box" style="background-color:#23282d">
4
  <h1 style="color:white"><span class="dashicons dashicons-camera" style="font-size:30px;padding-right:10px"></span> featured image from url 2</h1>
5
  </div>
6
 
7
- <div id="tabs-top">
8
  <textarea id="bar" style="width:1020px;height:800px;resize:none;background-color:white;" readonly>
9
  Version:<?php echo fifu_version() ?>;
10
  Site:<?php echo get_home_url() ?>;
@@ -78,4 +78,9 @@ REST Routes:
78
  var box = jQuery("#bar");
79
  box.val(box.val() + '- ' + fifu_get_rest_url().substring(0, 100) + ':JS');
80
  });
 
 
 
 
 
81
  </script>
1
  <div class="wrap">
2
 
3
+ <div class="header-box">
4
  <h1 style="color:white"><span class="dashicons dashicons-camera" style="font-size:30px;padding-right:10px"></span> featured image from url 2</h1>
5
  </div>
6
 
7
+ <div id="tabs-top" style="float:left">
8
  <textarea id="bar" style="width:1020px;height:800px;resize:none;background-color:white;" readonly>
9
  Version:<?php echo fifu_version() ?>;
10
  Site:<?php echo get_home_url() ?>;
78
  var box = jQuery("#bar");
79
  box.val(box.val() + '- ' + fifu_get_rest_url().substring(0, 100) + ':JS');
80
  });
81
+
82
+ // remove notices from other plugins
83
+ setTimeout(function () {
84
+ jQuery('div.header-box > div').remove();
85
+ }, 0);
86
  </script>
featured-image-from-url.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Featured Image from URL
5
  * Plugin URI: https://fifu.app/
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.8.7
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://fifu.app/
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.8.8
8
  * Author: Marcel Jacques Machado
9
  * Author URI: https://www.linkedin.com/in/marceljm/
10
  */
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://donorbox.org/fifu
4
  Tags: featured image, external featured image, featured image from url, url featured image, featured, image, external, url, flickr, s3, picasa, woocommerce, product image, product gallery, product, gallery, column, list, page, post, all, content, custom, type, custom post type, category, video, external video, youtube, vimeo, featured video, hover, effects, hover effects, sirv, wp all import, css, style, slider, thumbnail, social, network, auto, publish, hide, first image, content, lightbox, size, grid, auto post thumbnail, link, uri, affiliate, wp, rest, api, wp rest api, lazy, load, google, drive, instagram, validation, jetpack, visual composer, play, pause, crop, resize, zoom, enable, disable, default, automatic, auto set, cloudinary, schedule, event, cron, seo, variable, tumblr, variation, product variation, shortcode, facebook, instagram, imgur, 9gag, wcfm, add-on
5
  Requires at least: 4.0
6
  Tested up to: 5.4
7
- Stable tag: 2.8.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -159,6 +159,9 @@ Features:
159
 
160
  == Changelog ==
161
 
 
 
 
162
  = 2.8.7 =
163
  * New: supports PRIVATE videos from Vimeo now.
164
 
@@ -690,6 +693,9 @@ was removed. To finish, a Premium version is now been presented.
690
 
691
  == Upgrade Notice ==
692
 
 
 
 
693
  = 2.8.7 =
694
  * New: supports PRIVATE videos from Vimeo now.
695
 
4
  Tags: featured image, external featured image, featured image from url, url featured image, featured, image, external, url, flickr, s3, picasa, woocommerce, product image, product gallery, product, gallery, column, list, page, post, all, content, custom, type, custom post type, category, video, external video, youtube, vimeo, featured video, hover, effects, hover effects, sirv, wp all import, css, style, slider, thumbnail, social, network, auto, publish, hide, first image, content, lightbox, size, grid, auto post thumbnail, link, uri, affiliate, wp, rest, api, wp rest api, lazy, load, google, drive, instagram, validation, jetpack, visual composer, play, pause, crop, resize, zoom, enable, disable, default, automatic, auto set, cloudinary, schedule, event, cron, seo, variable, tumblr, variation, product variation, shortcode, facebook, instagram, imgur, 9gag, wcfm, add-on
5
  Requires at least: 4.0
6
  Tested up to: 5.4
7
+ Stable tag: 2.8.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
159
 
160
  == Changelog ==
161
 
162
+ = 2.8.8 =
163
+ * Bug fix: menu settings layout was broken in sites with many plugins/themes notifications.
164
+
165
  = 2.8.7 =
166
  * New: supports PRIVATE videos from Vimeo now.
167
 
693
 
694
  == Upgrade Notice ==
695
 
696
+ = 2.8.8 =
697
+ * Bug fix: menu settings layout was broken in sites with many plugins/themes notifications.
698
+
699
  = 2.8.7 =
700
  * New: supports PRIVATE videos from Vimeo now.
701