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 | 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 +6 -0
- admin/html/js/menu.js +1 -0
- admin/html/menu.html +140 -101
- admin/strings.php +17 -2
- featured-image-from-url.php +2 -2
- readme.txt +6 -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 |
-
<
|
|
|
|
|
1643 |
<br>
|
1644 |
-
<
|
1645 |
-
<
|
1646 |
-
<
|
1647 |
-
|
1648 |
-
|
1649 |
-
|
1650 |
-
|
1651 |
-
|
1652 |
-
|
1653 |
-
|
1654 |
-
|
1655 |
-
|
1656 |
-
|
1657 |
-
|
1658 |
-
|
1659 |
-
|
1660 |
-
|
1661 |
-
|
1662 |
-
|
1663 |
-
|
1664 |
-
|
1665 |
-
|
1666 |
-
|
1667 |
-
|
1668 |
-
|
1669 |
-
|
1670 |
-
|
1671 |
-
|
1672 |
-
|
1673 |
-
|
1674 |
-
|
1675 |
-
|
1676 |
-
|
1677 |
-
|
1678 |
-
|
1679 |
-
|
1680 |
-
|
1681 |
-
|
1682 |
-
|
1683 |
-
|
1684 |
-
|
1685 |
-
|
1686 |
-
|
1687 |
-
|
1688 |
-
|
1689 |
-
|
1690 |
-
|
1691 |
-
|
1692 |
-
|
1693 |
-
|
1694 |
-
|
1695 |
-
|
1696 |
-
|
1697 |
-
|
1698 |
-
|
1699 |
-
|
1700 |
-
|
1701 |
-
|
1702 |
-
|
1703 |
-
|
1704 |
-
|
1705 |
-
|
1706 |
-
|
1707 |
-
|
1708 |
-
|
1709 |
-
|
1710 |
-
|
1711 |
-
|
1712 |
-
|
1713 |
-
|
1714 |
-
|
1715 |
-
|
1716 |
-
|
1717 |
-
|
1718 |
-
|
1719 |
-
|
1720 |
-
|
1721 |
-
|
1722 |
-
|
1723 |
-
|
1724 |
-
|
1725 |
-
|
1726 |
-
|
1727 |
-
|
1728 |
-
|
1729 |
-
|
1730 |
-
|
1731 |
-
|
1732 |
-
|
1733 |
-
|
1734 |
-
|
1735 |
-
|
1736 |
-
|
1737 |
-
|
1738 |
-
|
1739 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
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 |
-
<
|
|
|
|
|
2524 |
<br>
|
2525 |
<br>
|
2526 |
<h3><?php $fifu['detail']['result']() ?></h3>
|
2527 |
<br>
|
2528 |
-
<
|
|
|
|
|
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("
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
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.
|
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.
|
208 |
-
* New
|
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.
|