Featured Image From URL - Version 3.3.6

Version Description

  • New option: Featured Slider > show thumbnails gallery (great for real state sites); improvement: integration between Featured Slider and Jetpack CDN.
Download this release

Release Info

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

Code changes from version 3.3.5 to 3.3.6

admin/html/css/menu.css CHANGED
@@ -160,6 +160,12 @@ th {
160
  padding: 7px;
161
  }
162
 
 
 
 
 
 
 
163
  .fifu-pro {
164
  color:grey;
165
  padding:5px;
160
  padding: 7px;
161
  }
162
 
163
+ div.polaroid {
164
+ width: 100%;
165
+ background-color: white;
166
+ box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
167
+ }
168
+
169
  .fifu-pro {
170
  color:grey;
171
  padding:5px;
admin/html/js/menu.js CHANGED
@@ -48,6 +48,7 @@ jQuery(function () {
48
  jQuery("#tabsWpAllImport").tabs();
49
  jQuery("#tabsShortcode").tabs();
50
  jQuery("#tabsAutoSet").tabs();
 
51
 
52
  // show settings
53
  window.scrollTo(0, 0);
48
  jQuery("#tabsWpAllImport").tabs();
49
  jQuery("#tabsShortcode").tabs();
50
  jQuery("#tabsAutoSet").tabs();
51
+ jQuery("#tabsSlider").tabs();
52
 
53
  // show settings
54
  window.scrollTo(0, 0);
admin/html/menu.html CHANGED
@@ -1638,105 +1638,136 @@
1638
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1639
  <h2><?php $fifu['title']['slider']() ?></h2>
1640
  <div class="greybox" id="grad2">
1641
- <?php $fifu['slider']['desc']() ?>
1642
- <br>
 
 
1643
  <br>
1644
- <table style="text-align:left">
1645
- <tr>
1646
- <th>
1647
- <input
1648
- type="submit"
1649
- href="javascript:void(0)"
1650
- id="fifu_toggle_slider"
1651
- name="fifu_toggle_slider"
1652
- class="toggleoff"
1653
- value="" style="display:block;border:none">
1654
- </th>
1655
- <th>
1656
- <?php $fifu['slider']['featured']() ?>
1657
- </th>
1658
- </tr>
1659
- <tr>
1660
- <th>
1661
- <input
1662
- type="submit"
1663
- href="javascript:void(0)"
1664
- id="fifu_toggle_slider_stop"
1665
- name="fifu_toggle_slider_stop"
1666
- class="toggleoff"
1667
- value="" style="display:block;border:none">
1668
- </th>
1669
- <th>
1670
- <?php $fifu['slider']['pause']() ?>
1671
- </th>
1672
- </tr>
1673
- <tr>
1674
- <th>
1675
- <input
1676
- type="submit"
1677
- href="javascript:void(0)"
1678
- id="fifu_toggle_slider_ctrl"
1679
- name="fifu_toggle_slider_ctrl"
1680
- class="toggleoff"
1681
- value="" style="display:block;border:none">
1682
- </th>
1683
- <th>
1684
- <?php $fifu['slider']['buttons']() ?>
1685
- </th>
1686
- </tr>
1687
- <tr>
1688
- <th>
1689
- <input
1690
- type="submit"
1691
- href="javascript:void(0)"
1692
- id="fifu_toggle_slider_auto"
1693
- name="fifu_toggle_slider_auto"
1694
- class="toggleoff"
1695
- value="" style="display:block;border:none">
1696
- </th>
1697
- <th>
1698
- <?php $fifu['slider']['start']() ?>
1699
- </th>
1700
- </tr>
1701
- <tr>
1702
- <th>
1703
- <input
1704
- type="submit"
1705
- href="javascript:void(0)"
1706
- id="fifu_toggle_slider_gallery"
1707
- name="fifu_toggle_slider_gallery"
1708
- class="toggleoff"
1709
- value=""
1710
- style="display:block;border:none">
1711
- </th>
1712
- <th>
1713
- <?php $fifu['slider']['click']() ?>
1714
- </th>
1715
- </tr>
1716
- <tr>
1717
- <th>
1718
- <input id="fifu_input_slider_pause"
1719
- name="fifu_input_slider_pause"
1720
- step="500"
1721
- size="4">
1722
- </th>
1723
- <th>
1724
- <?php $fifu['slider']['time']() ?>
1725
- </th>
1726
- </tr>
1727
- <tr>
1728
- <th>
1729
- <input id="fifu_input_slider_speed"
1730
- name="fifu_input_slider_speed"
1731
- step="500"
1732
- max="2000"
1733
- size="4">
1734
- </th>
1735
- <th>
1736
- <?php $fifu['slider']['duration']() ?>
1737
- </th>
1738
- </tr>
1739
- </table>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1740
  </div>
1741
  </div>
1742
  </div>
@@ -2399,7 +2430,11 @@
2399
  <a href="<?php echo plugins_url() ?>/featured-image-from-url/admin/html/txt/csv-woo.txt"><?php $fifu['import']['import']['csv']() ?></a>
2400
  <br>
2401
  <br>
2402
- <center><img src="https://c1.staticflickr.com/1/216/31480097476_bf4915184b_o_d.jpg" style="width:90%"></center>
 
 
 
 
2403
  </div>
2404
  </div>
2405
  </div>
@@ -2520,12 +2555,16 @@
2520
  <a href="<?php echo plugins_url() ?>/featured-image-from-url/admin/html/txt/csv.txt"><?php $fifu['addon']['import']['csv']() ?></a>
2521
  <br>
2522
  <br>
2523
- <img src="https://storage.googleapis.com/featuredimagefromurl/wp-all-import-addon.jpg" style="width:100%">
 
 
2524
  <br>
2525
  <br>
2526
  <h3><?php $fifu['detail']['result']() ?></h3>
2527
  <br>
2528
- <img src="https://storage.googleapis.com/featuredimagefromurl/wp-all-import-result.jpg">
 
 
2529
  </div>
2530
  </div>
2531
  </div>
1638
  <div class="fifu-pro"><a href="https://fifu.app" target="_blank" style="color:grey">premium</a></div>
1639
  <h2><?php $fifu['title']['slider']() ?></h2>
1640
  <div class="greybox" id="grad2">
1641
+ <?php $fifu['slider']['desc']() ?><br><br>
1642
+ <div class="polaroid">
1643
+ <img style="width:100%; border: 100px;" src="https://storage.googleapis.com/featuredimagefromurl/featured-slider.jpg">
1644
+ </div>
1645
  <br>
1646
+ <div id="tabsSlider">
1647
+ <ul>
1648
+ <li><a href="#tabsSlider-a"><?php $fifu['slider']['tab']['configuration']() ?></a></li>
1649
+ <li><a href="#tabsSlider-b"><?php $fifu['slider']['tab']['tips']() ?></a></li>
1650
+ <br>
1651
+ <br>
1652
+ <div id="tabsSlider-a">
1653
+ <table style="text-align:left">
1654
+ <tr>
1655
+ <th>
1656
+ <input
1657
+ type="submit"
1658
+ href="javascript:void(0)"
1659
+ id="fifu_toggle_slider"
1660
+ name="fifu_toggle_slider"
1661
+ class="toggleoff"
1662
+ value="" style="display:block;border:none">
1663
+ </th>
1664
+ <th>
1665
+ <?php $fifu['slider']['featured']() ?>
1666
+ </th>
1667
+ </tr>
1668
+ <tr>
1669
+ <th>
1670
+ <input
1671
+ type="submit"
1672
+ href="javascript:void(0)"
1673
+ id="fifu_toggle_slider_stop"
1674
+ name="fifu_toggle_slider_stop"
1675
+ class="toggleoff"
1676
+ value="" style="display:block;border:none">
1677
+ </th>
1678
+ <th>
1679
+ <?php $fifu['slider']['pause']() ?>
1680
+ </th>
1681
+ </tr>
1682
+ <tr>
1683
+ <th>
1684
+ <input
1685
+ type="submit"
1686
+ href="javascript:void(0)"
1687
+ id="fifu_toggle_slider_ctrl"
1688
+ name="fifu_toggle_slider_ctrl"
1689
+ class="toggleoff"
1690
+ value="" style="display:block;border:none">
1691
+ </th>
1692
+ <th>
1693
+ <?php $fifu['slider']['buttons']() ?>
1694
+ </th>
1695
+ </tr>
1696
+ <tr>
1697
+ <th>
1698
+ <input
1699
+ type="submit"
1700
+ href="javascript:void(0)"
1701
+ id="fifu_toggle_slider_auto"
1702
+ name="fifu_toggle_slider_auto"
1703
+ class="toggleoff"
1704
+ value="" style="display:block;border:none">
1705
+ </th>
1706
+ <th>
1707
+ <?php $fifu['slider']['start']() ?>
1708
+ </th>
1709
+ </tr>
1710
+ <tr>
1711
+ <th>
1712
+ <input
1713
+ type="submit"
1714
+ href="javascript:void(0)"
1715
+ id="fifu_toggle_slider_gallery"
1716
+ name="fifu_toggle_slider_gallery"
1717
+ class="toggleoff"
1718
+ value=""
1719
+ style="display:block;border:none">
1720
+ </th>
1721
+ <th>
1722
+ <?php $fifu['slider']['click']() ?>
1723
+ </th>
1724
+ </tr>
1725
+ <tr>
1726
+ <th>
1727
+ <input
1728
+ type="submit"
1729
+ href="javascript:void(0)"
1730
+ id="fifu_toggle_slider_thumb"
1731
+ name="fifu_toggle_slider_thumb"
1732
+ class="toggleoff"
1733
+ value=""
1734
+ style="display:block;border:none">
1735
+ </th>
1736
+ <th>
1737
+ <?php $fifu['slider']['thumb']() ?>
1738
+ </th>
1739
+ </tr>
1740
+ <tr>
1741
+ <th>
1742
+ <input id="fifu_input_slider_pause"
1743
+ name="fifu_input_slider_pause"
1744
+ step="500"
1745
+ size="4">
1746
+ </th>
1747
+ <th>
1748
+ <?php $fifu['slider']['time']() ?>
1749
+ </th>
1750
+ </tr>
1751
+ <tr>
1752
+ <th>
1753
+ <input id="fifu_input_slider_speed"
1754
+ name="fifu_input_slider_speed"
1755
+ step="500"
1756
+ max="2000"
1757
+ size="4">
1758
+ </th>
1759
+ <th>
1760
+ <?php $fifu['slider']['duration']() ?>
1761
+ </th>
1762
+ </tr>
1763
+ </table>
1764
+ </div>
1765
+ <div id="tabsSlider-b">
1766
+ 1) <?php $fifu['slider']['jetpack']() ?><br>
1767
+ 2) <?php $fifu['slider']['lazy']() ?>
1768
+ </div>
1769
+ </ul>
1770
+ </div>
1771
  </div>
1772
  </div>
1773
  </div>
2430
  <a href="<?php echo plugins_url() ?>/featured-image-from-url/admin/html/txt/csv-woo.txt"><?php $fifu['import']['import']['csv']() ?></a>
2431
  <br>
2432
  <br>
2433
+ <center>
2434
+ <div class="polaroid">
2435
+ <img src="https://c1.staticflickr.com/1/216/31480097476_bf4915184b_o_d.jpg" style="width:90%">
2436
+ </div>
2437
+ </center>
2438
  </div>
2439
  </div>
2440
  </div>
2555
  <a href="<?php echo plugins_url() ?>/featured-image-from-url/admin/html/txt/csv.txt"><?php $fifu['addon']['import']['csv']() ?></a>
2556
  <br>
2557
  <br>
2558
+ <div class="polaroid">
2559
+ <img src="https://storage.googleapis.com/featuredimagefromurl/wp-all-import-addon.jpg" style="width:100%">
2560
+ </div>
2561
  <br>
2562
  <br>
2563
  <h3><?php $fifu['detail']['result']() ?></h3>
2564
  <br>
2565
+ <div class="polaroid">
2566
+ <img src="https://storage.googleapis.com/featuredimagefromurl/wp-all-import-result.jpg">
2567
+ </div>
2568
  </div>
2569
  </div>
2570
  </div>
admin/strings.php CHANGED
@@ -851,10 +851,22 @@ function fifu_get_strings_settings() {
851
 
852
  // slider
853
  $fifu['slider']['desc'] = function() {
854
- _e("Define the slider settings here.", FIFU_SLUG);
 
 
 
 
 
 
 
 
 
 
 
 
855
  };
856
  $fifu['slider']['featured'] = function() {
857
- _e("featured slider", FIFU_SLUG);
858
  };
859
  $fifu['slider']['pause'] = function() {
860
  _e("pause autoplay on hover", FIFU_SLUG);
@@ -868,6 +880,9 @@ function fifu_get_strings_settings() {
868
  $fifu['slider']['click'] = function() {
869
  _e("show gallery on click", FIFU_SLUG);
870
  };
 
 
 
871
  $fifu['slider']['time'] = function() {
872
  _e("time between each transition (in ms)", FIFU_SLUG);
873
  };
851
 
852
  // slider
853
  $fifu['slider']['desc'] = function() {
854
+ _e("This feature allows you to have a slider of images instead of a regular featured image. It's often quite useful on some types of websites, such as real states. It can run fast even with a huge amount of big images (just follow the performance tips below).", FIFU_SLUG);
855
+ };
856
+ $fifu['slider']['lazy'] = function() {
857
+ _e("enable FIFU Settings > Performance > Lazy Load", FIFU_SLUG);
858
+ };
859
+ $fifu['slider']['jetpack'] = function() {
860
+ _e("install Jetpack plugin and enable Jetpack Settings > Performance > Speed up image load times", FIFU_SLUG);
861
+ };
862
+ $fifu['slider']['tab']['configuration'] = function() {
863
+ _e("Configuration", FIFU_SLUG);
864
+ };
865
+ $fifu['slider']['tab']['tips'] = function() {
866
+ _e("Performance tips", FIFU_SLUG);
867
  };
868
  $fifu['slider']['featured'] = function() {
869
+ _e("show featured slider fields on post editor", FIFU_SLUG);
870
  };
871
  $fifu['slider']['pause'] = function() {
872
  _e("pause autoplay on hover", FIFU_SLUG);
880
  $fifu['slider']['click'] = function() {
881
  _e("show gallery on click", FIFU_SLUG);
882
  };
883
+ $fifu['slider']['thumb'] = function() {
884
+ _e("show thumbnails gallery", FIFU_SLUG);
885
+ };
886
  $fifu['slider']['time'] = function() {
887
  _e("time between each transition (in ms)", FIFU_SLUG);
888
  };
featured-image-from-url.php CHANGED
@@ -1,10 +1,10 @@
1
  <?php
2
 
3
  /*
4
- * Plugin Name: Featured Image from URL
5
  * Plugin URI: https://fifu.app/
6
  * Description: Use an external image as featured image of a post or WooCommerce product. Includes Image Search, Video, Social Tags, SEO, Lazy Load, Gallery, Automation etc.
7
- * Version: 3.3.5
8
  * Author: fifu.app
9
  * Author URI: https://fifu.app/
10
  * WC requires at least: 4.0
1
  <?php
2
 
3
  /*
4
+ * Plugin Name: Featured Image from URL | FIFU
5
  * Plugin URI: https://fifu.app/
6
  * Description: Use an external image as featured image of a post or WooCommerce product. Includes Image Search, Video, Social Tags, SEO, Lazy Load, Gallery, Automation etc.
7
+ * Version: 3.3.6
8
  * Author: fifu.app
9
  * Author URI: https://fifu.app/
10
  * WC requires at least: 4.0
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://donorbox.org/fifu
4
  Tags: featured, image, url, woocommerce, thumbnail
5
  Requires at least: 5.3
6
  Tested up to: 5.5
7
- Stable tag: 3.3.5
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -189,20 +189,20 @@ Supports videos from YouTube, Vimeo, Imgur, 9GAG, Cloudinary, Tumblr and Publiti
189
 
190
  == Changelog ==
191
 
 
 
 
192
  = 3.3.5 =
193
  * New feature: Featured Image > Auto Set (get images from search engines); bug fix: images not shown in WooCommerce gallery when the dimensions are null.
194
 
195
  = 3.3.4 =
196
  * Notice: about the "nulled" Premium version; improvement: getting started and examples added to Featured Shortcode; bug fix: empty alt field for internal images.
197
 
198
- = 3.3.3 =
199
- * New option: Content URL > decode HTML entities; conflict fixes: Jetpack + WooCommerce lightbox, Save Image Dimensions + svg images; style issue: Flatsome + WooCommerce gallery.
200
-
201
  = others =
202
  * [more](https://fifu.app/changelog/)
203
 
204
 
205
  == Upgrade Notice ==
206
 
207
- = 3.3.5 =
208
- * New feature: Featured Image > Auto Set (get images from search engines); bug fix: images not shown in WooCommerce gallery when the dimensions are null.
4
  Tags: featured, image, url, woocommerce, thumbnail
5
  Requires at least: 5.3
6
  Tested up to: 5.5
7
+ Stable tag: 3.3.6
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
189
 
190
  == Changelog ==
191
 
192
+ = 3.3.6 =
193
+ * New option: Featured Slider > show thumbnails gallery (great for real state sites); improvement: integration between Featured Slider and Jetpack CDN.
194
+
195
  = 3.3.5 =
196
  * New feature: Featured Image > Auto Set (get images from search engines); bug fix: images not shown in WooCommerce gallery when the dimensions are null.
197
 
198
  = 3.3.4 =
199
  * Notice: about the "nulled" Premium version; improvement: getting started and examples added to Featured Shortcode; bug fix: empty alt field for internal images.
200
 
 
 
 
201
  = others =
202
  * [more](https://fifu.app/changelog/)
203
 
204
 
205
  == Upgrade Notice ==
206
 
207
+ = 3.3.6 =
208
+ * New option: Featured Slider > show thumbnails gallery (great for real state sites); improvement: integration between Featured Slider and Jetpack CDN.