Version Description
- WooCommerce compatibility notice and showcase links.
=
Download this release
Release Info
Developer | marceljm |
Plugin | Featured Image From URL |
Version | 1.3.8 |
Comparing to | |
See all releases |
Code changes from version 1.3.7 to 1.3.8
- admin/html/menu.html +157 -134
- admin/menu.php +2 -2
- featured-image-from-url.php +1 -1
- readme.txt +18 -2
admin/html/menu.html
CHANGED
@@ -4,217 +4,240 @@
|
|
4 |
|
5 |
<div class="wrap">
|
6 |
|
7 |
-
|
8 |
|
9 |
-
|
10 |
|
11 |
-
|
12 |
|
13 |
-
|
14 |
|
15 |
-
|
16 |
|
17 |
-
|
18 |
|
19 |
-
|
20 |
|
21 |
-
|
22 |
|
23 |
-
|
24 |
|
25 |
-
|
26 |
|
27 |
-
|
28 |
|
29 |
-
|
30 |
|
31 |
-
|
32 |
|
33 |
-
|
34 |
|
35 |
-
|
36 |
|
37 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
|
39 |
-
<
|
|
|
|
|
|
|
40 |
|
41 |
-
|
42 |
|
43 |
-
|
44 |
|
45 |
-
|
46 |
|
47 |
-
|
48 |
|
49 |
-
|
50 |
|
51 |
-
|
52 |
|
53 |
-
|
54 |
|
55 |
-
|
56 |
|
57 |
-
|
58 |
|
59 |
-
|
60 |
|
61 |
-
|
|
|
|
|
|
|
62 |
|
63 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
|
65 |
-
|
|
|
|
|
|
|
|
|
|
|
66 |
|
67 |
-
|
68 |
|
69 |
-
|
70 |
|
71 |
-
|
72 |
|
73 |
-
|
74 |
|
75 |
-
|
76 |
|
77 |
-
|
78 |
|
79 |
-
|
80 |
|
81 |
-
|
|
|
|
|
|
|
82 |
|
83 |
-
|
|
|
|
|
|
|
|
|
84 |
|
85 |
-
|
86 |
-
|
87 |
-
action="javascript:void(0)"
|
88 |
-
method="post">
|
89 |
|
90 |
-
|
91 |
-
type="image"
|
92 |
-
href="javascript:void(0)"
|
93 |
-
id="fifu_toggle_woocommerce"
|
94 |
-
onclick="invert('woocommerce')"
|
95 |
-
name="fifu_toggle_woocommerce"
|
96 |
-
class="<?php echo $enable_woocommerce; ?>"
|
97 |
-
value=" "
|
98 |
-
style="<?php echo $show_woocommerce_button; ?>">
|
99 |
|
100 |
-
|
101 |
-
type="hidden"
|
102 |
-
id="fifu_input_woocommerce"
|
103 |
-
name="fifu_input_woocommerce"
|
104 |
-
value="" >
|
105 |
-
</form>
|
106 |
|
107 |
-
|
108 |
|
109 |
-
|
110 |
|
111 |
-
|
112 |
|
113 |
-
|
114 |
|
115 |
-
|
116 |
|
117 |
-
|
|
|
|
|
|
|
118 |
|
119 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
|
|
|
|
125 |
|
126 |
-
|
127 |
-
<input id="fifu_input_cpt1" type="text" name="fifu_input_cpt1" style="width:130px" value="<?php echo $array_cpt[1]; ?>">
|
128 |
-
<input id="fifu_input_cpt2" type="text" name="fifu_input_cpt2" style="width:130px" value="<?php echo $array_cpt[2]; ?>">
|
129 |
-
<input id="fifu_input_cpt3" type="text" name="fifu_input_cpt3" style="width:130px" value="<?php echo $array_cpt[3]; ?>">
|
130 |
-
<input id="fifu_input_cpt4" type="text" name="fifu_input_cpt4" style="width:130px" value="<?php echo $array_cpt[4]; ?>">
|
131 |
|
132 |
-
|
133 |
-
</form>
|
134 |
|
135 |
-
|
136 |
|
137 |
-
|
138 |
|
139 |
-
|
140 |
|
141 |
-
|
142 |
|
143 |
-
|
144 |
|
145 |
-
|
146 |
|
147 |
-
|
148 |
|
149 |
-
|
150 |
-
id="fifu_form_content"
|
151 |
-
action="javascript:void(0)"
|
152 |
-
method="post">
|
153 |
|
154 |
-
|
155 |
-
type="image"
|
156 |
-
href="javascript:void(0)"
|
157 |
-
id="fifu_toggle_content"
|
158 |
-
onclick="invert('content')"
|
159 |
-
name="fifu_toggle_content"
|
160 |
-
class="<?php echo $enable_content; ?>"
|
161 |
-
value=" "
|
162 |
-
style="<?php echo $show_content_button; ?>">
|
163 |
|
164 |
-
|
165 |
-
type="hidden"
|
166 |
-
id="fifu_input_content"
|
167 |
-
name="fifu_input_content"
|
168 |
-
value="" >
|
169 |
-
</form>
|
170 |
|
171 |
-
|
172 |
|
173 |
-
|
|
|
|
|
|
|
174 |
|
175 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
176 |
|
177 |
-
|
|
|
|
|
|
|
|
|
|
|
178 |
|
179 |
-
|
180 |
|
181 |
-
|
182 |
|
183 |
-
|
184 |
|
185 |
-
|
186 |
-
id="fifu_form_hope"
|
187 |
-
action="javascript:void(0)"
|
188 |
-
method="post">
|
189 |
|
190 |
-
|
191 |
-
type="image"
|
192 |
-
href="javascript:void(0)"
|
193 |
-
id="fifu_toggle_hope"
|
194 |
-
onclick="invert('hope')"
|
195 |
-
name="fifu_toggle_hope"
|
196 |
-
class="<?php echo $enable_hope; ?>"
|
197 |
-
value=" " >
|
198 |
|
199 |
-
|
200 |
-
type="hidden"
|
201 |
-
id="fifu_input_hope"
|
202 |
-
name="fifu_input_hope"
|
203 |
-
value="" >
|
204 |
-
</form>
|
205 |
|
206 |
-
|
207 |
|
208 |
-
|
209 |
|
210 |
-
|
211 |
|
212 |
-
|
213 |
|
214 |
-
|
215 |
|
216 |
-
|
217 |
|
218 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
219 |
|
220 |
</div>
|
4 |
|
5 |
<div class="wrap">
|
6 |
|
7 |
+
<div class="box">
|
8 |
|
9 |
+
<h2>Help</h2>
|
10 |
|
11 |
+
<div class="greybox">
|
12 |
|
13 |
+
<p>Featured Image From URL plugin allows you to use an external image (from anywhere) as Featured Image of your Post, Page or Custom Post Type, such as WooCommerce Product. For WooCommerce users, it's also possible to use external images in the Product Category and Product Gallery, but in this case your site should be hosted on a Linux server. All included content still has social tags to facilitate sharing on social networks. 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>. </p>
|
14 |
|
15 |
+
</div>
|
16 |
|
17 |
+
</div>
|
18 |
|
19 |
+
<div class="box">
|
20 |
|
21 |
+
<h2>Premium Version</h2>
|
22 |
|
23 |
+
<div class="greybox">
|
24 |
|
25 |
+
<p>All functionalities created for external images are now available for <b>external videos</b> (from YouTube), everything in one plugin. And <b>supports the last WooCommerce version</b>. Click <a href="http://marceljm.com/wordpress/featured-image-from-url-premium/" targe="_blank">here</a> to know more. Or here to have a <a href="http://fifu.marceljm.com/product-category/music/" targe="_blank">Live Preview</a>.<p/>
|
26 |
|
27 |
+
<iframe src="https://www.youtube.com/embed/LuynS-Y-fZs" height="402" width="715" allowfullscreen="" frameborder="0"></iframe>
|
28 |
|
29 |
+
</div>
|
30 |
|
31 |
+
</div>
|
32 |
|
33 |
+
<div class="box">
|
34 |
|
35 |
+
<h2>Make a Donation and Receive the Premium Version</h2>
|
36 |
|
37 |
+
<div class="greybox">
|
38 |
+
<div style="display:inline-block;">
|
39 |
+
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
|
40 |
+
<input type="hidden" name="cmd" value="_s-xclick">
|
41 |
+
<input type="hidden" name="hosted_button_id" value="8BLDLZ3HDBGQG">
|
42 |
+
<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!">
|
43 |
+
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
44 |
+
</form>
|
45 |
+
</div>
|
46 |
|
47 |
+
<div style="display:inline-block;top:-20px;position:relative">
|
48 |
+
<p>(US$ 9,90 or more, please) and receive the Premium Version by email within 12 hours.<p/>
|
49 |
+
</div>
|
50 |
+
</div>
|
51 |
|
52 |
+
</div>
|
53 |
|
54 |
+
<div class="box">
|
55 |
|
56 |
+
<h2>WooCommerce Full Integration and Compatibility</h2>
|
57 |
|
58 |
+
<div class="greybox">
|
59 |
|
60 |
+
<p>This free version supports WooCommerce 2.4.X and 2.5.X. If you use 2.6.X and later, you will need <b>Premium version</b>.</p>
|
61 |
|
62 |
+
<p>Would you like to integrate WooCommerce to Featured Image From URL? For that, a script will be executed to overwrite some lines of code from WooCommerce plugin. It's safe and reversible but it will only work if your site is hosted on a Linux server. So let me check...</p>
|
63 |
|
64 |
+
<p/>
|
65 |
|
66 |
+
<?php echo $compatible; ?>
|
67 |
|
68 |
+
</div>
|
69 |
|
70 |
+
<p/>
|
71 |
|
72 |
+
<form
|
73 |
+
id="fifu_form_woocommerce"
|
74 |
+
action="javascript:void(0)"
|
75 |
+
method="post">
|
76 |
|
77 |
+
<input
|
78 |
+
type="image"
|
79 |
+
href="javascript:void(0)"
|
80 |
+
id="fifu_toggle_woocommerce"
|
81 |
+
onclick="invert('woocommerce')"
|
82 |
+
name="fifu_toggle_woocommerce"
|
83 |
+
class="<?php echo $enable_woocommerce; ?>"
|
84 |
+
value=" "
|
85 |
+
style="<?php echo $show_woocommerce_button; ?>">
|
86 |
|
87 |
+
<input
|
88 |
+
type="hidden"
|
89 |
+
id="fifu_input_woocommerce"
|
90 |
+
name="fifu_input_woocommerce"
|
91 |
+
value="" >
|
92 |
+
</form>
|
93 |
|
94 |
+
</div>
|
95 |
|
96 |
+
<div class="box">
|
97 |
|
98 |
+
<h2>Custom Post Types</h2>
|
99 |
|
100 |
+
<div class="greybox">
|
101 |
|
102 |
+
<p>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 5 inputs here.</p>
|
103 |
|
104 |
+
</div>
|
105 |
|
106 |
+
<p/>
|
107 |
|
108 |
+
<form
|
109 |
+
id="fifu_form_cpt"
|
110 |
+
action="javascript:void(0)"
|
111 |
+
method="post">
|
112 |
|
113 |
+
<input id="fifu_input_cpt0" type="text" name="fifu_input_cpt0" style="width:130px" value="<?php echo $array_cpt[0]; ?>">
|
114 |
+
<input id="fifu_input_cpt1" type="text" name="fifu_input_cpt1" style="width:130px" value="<?php echo $array_cpt[1]; ?>">
|
115 |
+
<input id="fifu_input_cpt2" type="text" name="fifu_input_cpt2" style="width:130px" value="<?php echo $array_cpt[2]; ?>">
|
116 |
+
<input id="fifu_input_cpt3" type="text" name="fifu_input_cpt3" style="width:130px" value="<?php echo $array_cpt[3]; ?>">
|
117 |
+
<input id="fifu_input_cpt4" type="text" name="fifu_input_cpt4" style="width:130px" value="<?php echo $array_cpt[4]; ?>">
|
118 |
|
119 |
+
<input type="submit" value="Submit" >
|
120 |
+
</form>
|
|
|
|
|
121 |
|
122 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
|
124 |
+
<div class="box">
|
|
|
|
|
|
|
|
|
|
|
125 |
|
126 |
+
<h2>Featured Image in Content</h2>
|
127 |
|
128 |
+
<div class="greybox">
|
129 |
|
130 |
+
<p>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.</p>
|
131 |
|
132 |
+
</div>
|
133 |
|
134 |
+
<p/>
|
135 |
|
136 |
+
<form
|
137 |
+
id="fifu_form_content"
|
138 |
+
action="javascript:void(0)"
|
139 |
+
method="post">
|
140 |
|
141 |
+
<input
|
142 |
+
type="image"
|
143 |
+
href="javascript:void(0)"
|
144 |
+
id="fifu_toggle_content"
|
145 |
+
onclick="invert('content')"
|
146 |
+
name="fifu_toggle_content"
|
147 |
+
class="<?php echo $enable_content; ?>"
|
148 |
+
value=" "
|
149 |
+
style="<?php echo $show_content_button; ?>">
|
150 |
|
151 |
+
<input
|
152 |
+
type="hidden"
|
153 |
+
id="fifu_input_content"
|
154 |
+
name="fifu_input_content"
|
155 |
+
value="" >
|
156 |
+
</form>
|
157 |
|
158 |
+
</div>
|
|
|
|
|
|
|
|
|
159 |
|
160 |
+
<div class="box">
|
|
|
161 |
|
162 |
+
<h2>Hover Effects</h2>
|
163 |
|
164 |
+
<div class="greybox">
|
165 |
|
166 |
+
<p>Make your front page cool! Choose a hover effect in the plugin settings to be applied to all external featured images of your posts on your main page. <b>Featured Image From URL Premium</b> has 18 hover effects available. <a href="http://marceljm.com/wordpress/featured-image-from-url-premium#hover" targe="_blank">Check it out</a>.<p/>
|
167 |
|
168 |
+
</div>
|
169 |
|
170 |
+
</div>
|
171 |
|
172 |
+
<div class="box">
|
173 |
|
174 |
+
<h2>"This Plugin Doesn't Work, Man!"</h2>
|
175 |
|
176 |
+
<div class="greybox">
|
|
|
|
|
|
|
177 |
|
178 |
+
<p>If the external featured images of your posts or pages aren't being shown, congratulations: you're using a nonstandard theme! But there is a last hope. Enabling the toggle below, your external featured images will be associated to a symbolic file in your Media Library. It's an attempt to cheat your theme that will think that there is an internal image selected. Then when the theme tries to show the image, that doesn't exist, a JavaScript will replace your HTML code on execution time.</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
179 |
|
180 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
181 |
|
182 |
+
<p/>
|
183 |
|
184 |
+
<form
|
185 |
+
id="fifu_form_hope"
|
186 |
+
action="javascript:void(0)"
|
187 |
+
method="post">
|
188 |
|
189 |
+
<input
|
190 |
+
type="image"
|
191 |
+
href="javascript:void(0)"
|
192 |
+
id="fifu_toggle_hope"
|
193 |
+
onclick="invert('hope')"
|
194 |
+
name="fifu_toggle_hope"
|
195 |
+
class="<?php echo $enable_hope; ?>"
|
196 |
+
value=" " >
|
197 |
|
198 |
+
<input
|
199 |
+
type="hidden"
|
200 |
+
id="fifu_input_hope"
|
201 |
+
name="fifu_input_hope"
|
202 |
+
value="" >
|
203 |
+
</form>
|
204 |
|
205 |
+
</div>
|
206 |
|
207 |
+
<div class="box">
|
208 |
|
209 |
+
<h2>Give This Plugin a 5-Star Rating</h2>
|
210 |
|
211 |
+
<div class="greybox">
|
|
|
|
|
|
|
212 |
|
213 |
+
<p>Do you really love Featured Image From URL? So give this plugin a 5-star <a href="https://wordpress.org/support/view/plugin-reviews/featured-image-from-url?filter=5" target="_blank">rating</a>.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
214 |
|
215 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
216 |
|
217 |
+
</div>
|
218 |
|
219 |
+
<div class="box">
|
220 |
|
221 |
+
<h2>Report a Bug or Suggest an Improvement</h2>
|
222 |
|
223 |
+
<div class="greybox">
|
224 |
|
225 |
+
<p>Bug reports and constructive suggestions for improvement are always welcome. Just send an email to <a href="mailto:marceljmachado@gmail.com">marceljmachado@gmail.com</a> and your request can be available in the next release.</p>
|
226 |
|
227 |
+
</div>
|
228 |
|
229 |
+
</div>
|
230 |
+
|
231 |
+
<div class="box">
|
232 |
+
|
233 |
+
<h2>About The Author</h2>
|
234 |
+
|
235 |
+
<div class="greybox">
|
236 |
+
|
237 |
+
<p>Hi! I'm Marcel Jacques Machado. Graduated in Computer Science, I work as a Software Engineer for almost a decade. I already worked with C, Python, Delphi, Shell Script and other programming languages and technologies. Nowadays, I develop web applications for Telefonica in Brazil using Java. About PHP, this plugin, Featured Image From URL, is my first pratical experience. I also have a <a href="http://marceljm.com/" target="_blank">blog</a> in WordPress and I expect to post some useful content very soon.
|
238 |
+
|
239 |
+
</div>
|
240 |
+
|
241 |
+
</div>
|
242 |
|
243 |
</div>
|
admin/menu.php
CHANGED
@@ -34,7 +34,7 @@ function fifu_get_menu_html() {
|
|
34 |
$show_woocommerce_button = "display:none";
|
35 |
} else {
|
36 |
if (strpos($output, "Linux") !== false)
|
37 |
-
$compatible = "You server is using $output system. Great! The script
|
38 |
else
|
39 |
$compatible = "You server is using $output system. The script may work. <p/>" .
|
40 |
"Please, send an email to <a href='mailto:marceljmachado@gmail.com'>marceljmachado@gmail.com</a> " .
|
@@ -167,7 +167,7 @@ function fifu_enable_nonstandard_compatibility() {
|
|
167 |
WHERE a.meta_key = 'fifu_image_url'
|
168 |
AND a.meta_value IS NOT NULL
|
169 |
AND a.meta_value <> ''";
|
170 |
-
$result
|
171 |
foreach ($result as $i) {
|
172 |
$data = array('meta_value' => $attach_id);
|
173 |
$where = array('post_id' => $i->post_id, 'meta_key' => '_thumbnail_id', 'meta_value' => -1);
|
34 |
$show_woocommerce_button = "display:none";
|
35 |
} else {
|
36 |
if (strpos($output, "Linux") !== false)
|
37 |
+
$compatible = "You server is using $output system. Great! The script may work =)";
|
38 |
else
|
39 |
$compatible = "You server is using $output system. The script may work. <p/>" .
|
40 |
"Please, send an email to <a href='mailto:marceljmachado@gmail.com'>marceljmachado@gmail.com</a> " .
|
167 |
WHERE a.meta_key = 'fifu_image_url'
|
168 |
AND a.meta_value IS NOT NULL
|
169 |
AND a.meta_value <> ''";
|
170 |
+
$result= $wpdb->get_results($query);
|
171 |
foreach ($result as $i) {
|
172 |
$data = array('meta_value' => $attach_id);
|
173 |
$where = array('post_id' => $i->post_id, 'meta_key' => '_thumbnail_id', 'meta_value' => -1);
|
featured-image-from-url.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/*
|
4 |
* Plugin Name: Featured Image From URL
|
5 |
* Description: Allows to use an external image as Featured Image of your post, page or Custom Post Type, such as WooCommerce Product (supports Product Gallery also).
|
6 |
-
* Version: 1.3.
|
7 |
* Author: Marcel Jacques Machado
|
8 |
* Author URI: http://marceljm.com/wordpress/featured-image-from-url-premium/
|
9 |
*/
|
3 |
/*
|
4 |
* Plugin Name: Featured Image From URL
|
5 |
* Description: Allows to use an external image as Featured Image of your post, page or Custom Post Type, such as WooCommerce Product (supports Product Gallery also).
|
6 |
+
* Version: 1.3.8
|
7 |
* Author: Marcel Jacques Machado
|
8 |
* Author URI: http://marceljm.com/wordpress/featured-image-from-url-premium/
|
9 |
*/
|
readme.txt
CHANGED
@@ -20,12 +20,18 @@ Besides that, when you access "All Posts", "All Pages", "Products" or "Product C
|
|
20 |
|
21 |
And if your theme didn't show Featured Image (internal or external) in Posts, Pages or Products, now it's possible to include that at the beginning of the content automatically.
|
22 |
|
23 |
-
|
|
|
|
|
24 |
|
25 |
All functionalities created for external images are now available for <b>external videos</b> (from YouTube), everything in one plugin. And there are <b>18 hover effects</b> that you can apply to the images. Click <a href="http://marceljm.com/wordpress/featured-image-from-url-premium/" targe="_blank">here</a> to know more.
|
|
|
|
|
26 |
|
27 |
[youtube https://www.youtube.com/watch?v=LuynS-Y-fZs]
|
28 |
|
|
|
|
|
29 |
== Installation ==
|
30 |
|
31 |
1. Install automatically or by uploading the ZIP file.
|
@@ -77,7 +83,11 @@ All functionalities created for external images are now available for <b>externa
|
|
77 |
|
78 |
= Why WooCommerce integration isn't working/possible? =
|
79 |
|
80 |
-
* Because the integration script just work on a Linux server.
|
|
|
|
|
|
|
|
|
81 |
|
82 |
= Why aren't my external images in WooCommerce Product Gallery being saved? =
|
83 |
|
@@ -217,6 +227,9 @@ was removed. To finish, a Premium version is now been presented.
|
|
217 |
= 1.3.7 =
|
218 |
* Links and contact info updated.
|
219 |
|
|
|
|
|
|
|
220 |
== Upgrade Notice ==
|
221 |
|
222 |
= 1.0 =
|
@@ -288,3 +301,6 @@ was removed. To finish, a Premium version is now been presented.
|
|
288 |
|
289 |
= 1.3.7 =
|
290 |
* Links and contact info updated.
|
|
|
|
|
|
20 |
|
21 |
And if your theme didn't show Featured Image (internal or external) in Posts, Pages or Products, now it's possible to include that at the beginning of the content automatically.
|
22 |
|
23 |
+
<i>WooCommerce compatibility: 2.4.X and 2.5.X.</i>
|
24 |
+
|
25 |
+
<b>Premium Version:</b>
|
26 |
|
27 |
All functionalities created for external images are now available for <b>external videos</b> (from YouTube), everything in one plugin. And there are <b>18 hover effects</b> that you can apply to the images. Click <a href="http://marceljm.com/wordpress/featured-image-from-url-premium/" targe="_blank">here</a> to know more.
|
28 |
+
|
29 |
+
<i>WooCommerce compatibility: 2.6.X. and later.</i>
|
30 |
|
31 |
[youtube https://www.youtube.com/watch?v=LuynS-Y-fZs]
|
32 |
|
33 |
+
<a href="http://fifu.marceljm.com/product-category/music/">Live Preview</a>
|
34 |
+
|
35 |
== Installation ==
|
36 |
|
37 |
1. Install automatically or by uploading the ZIP file.
|
83 |
|
84 |
= Why WooCommerce integration isn't working/possible? =
|
85 |
|
86 |
+
* Because the integration script just work on a Linux server or you are using an incompatible WooCommerce version.
|
87 |
+
|
88 |
+
= Which WooCommerce versions are supported by Featured Image From URL?
|
89 |
+
|
90 |
+
* The Free version supports 2.4.X and 2.5.X while the Premium version supports 2.6.X and later.
|
91 |
|
92 |
= Why aren't my external images in WooCommerce Product Gallery being saved? =
|
93 |
|
227 |
= 1.3.7 =
|
228 |
* Links and contact info updated.
|
229 |
|
230 |
+
= 1.3.8 =
|
231 |
+
* WooCommerce compatibility notice and showcase links.
|
232 |
+
|
233 |
== Upgrade Notice ==
|
234 |
|
235 |
= 1.0 =
|
301 |
|
302 |
= 1.3.7 =
|
303 |
* Links and contact info updated.
|
304 |
+
|
305 |
+
= 1.3.8 =
|
306 |
+
* WooCommerce compatibility notice and showcase links.
|