I’m missing this file to. I tried to download a fresh one off of here and still have the file missing. Is there a way I can download it
Hello
* open index.php
* find function wp_head
* remove from there tag img with *.svg
Please explain further… our Wordfence security plugin is catching a lot of requests for http://www.frontiertactical.com/wp-content/plugins/woocommerce-products-filter/img/loading-master/default.svg (a 404 page) is this a hack attempt?
@sloantech
Hello
* open index.php
* find wp_head function
* find there code <img style="display: none;" src="<?php echo WOOF_LINK ?>img/loading-master/<?php echo $this->settings['overlay_skin'] ?>.svg" alt="preloader" /> and remove it. It is svg code preloading but has logic errors for appearance, I resolved it for the next version of WOOF
Same issue on Version 1.1.2
@ntsasng
1.1.2 is not update, its fixed in 1.1.3
FYI…I am on version 2.1.2 (from you,realmag777) and inside the plugin folder, in the index.php file I see:
if (isset($this->settings[‘overlay_skin’])):
?>
<img style=”display: none;” src=”<?php echo WOOF_LINK ?>img/loading-master/<?php echo $this->settings[‘overlay_skin’] ?>.svg” alt=”preloader” />
<?php endif; ?>
Do I need to remove everything from if ‘(isset’ …on through ‘<?php endif; ?>’
or just remove:
‘<img style=”display: none;” src=”<?php echo WOOF_LINK ?>img/loading-master/<?php echo $this->settings[‘overlay_skin’] ?>.svg” alt=”preloader” />’
which would leave:
if ‘(isset($this->settings[‘overlay_skin’])):
?>
<?php endif; ?>’
We truly love your plugin and are wondering if you will update it soon to “play nice” with WordPress v4.4.1 (latest) as it current says it is only compatible up to WordPress v4.4.0
I look forward to your your reply.
@jsloan
Yes, remove
if (isset($this->settings['overlay_skin'])):
?>
<img style="display: none;" src="<?php echo WOOF_LINK ?>img/loading-master/<?php echo $this->settings['overlay_skin'] ?>.svg" alt="preloader" />
<?php endif; ?>
WOOF compatible with 4.4.1. 4.4.1 has fixes https://codex.wordpress.org/Version_4.4.1 which doesn have relation to WOOF so you can update and play with it …
I tried removing the code you specified, and it killed my site. What I got was: “Parse error: syntax error, unexpected ‘<‘ in /home/frontiertactica1/public_html/wp-content/plugins/woocommerce-products-filter/index.php on line 732”
So I put back the copy of the original index.php file
Site is back up, but what are my options now? Wait for plugin update?
Just update now to 1.1.3.1 and read this after that: http://www.woocommerce-filter.com/migration-v-2-1-2-or-1-1-2-and-lower-to-2-1-3-or-1-1-3-and-higher/
Update will be next: I will open readme.txt and will change compatibility index to 4.4.1 – that is all. No any code changes will…
I up(down?)graded from 2.1.3 to 1.1.3.1 as you suggested. (I lost my Premium version from CodeCanyon???) When I hit the ‘Save Changes’ OR ‘Reset Items Order’ I am directed to a 404 page http://www.frontiertactical.com/wp-admin/admin.php?page=wc-settings&tab=woof
The filter partially works but when I filter by price only, the Reset button does not appear. If I filter by Caliber or Price and Caliber, the Reset button will appear.
Also the ‘label filter by price’ should be ‘Filter by Price’ but I don’t see where to modify the label.
My apologies. I will contact you through codecanyon support.
Hello Joshua
Good, waiting for your request …